E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
string.h
hdu2795
2012-09-21*/#include"stdio.h" #include"
string.h
" intw; structseg { intl,r,mid; intmax; }T[666666]; intMAX
Ice_Crazy
·
2012-09-21 12:00
Build
[置顶] strstr()函数-C语言
包含文件:
string.h
函数名:strstr函数原型:externchar*strstr(char*str1,char*str2);功能:找出str2字符串在str1字符串中第一次出现的位置(不包括str2
Nancy_m
·
2012-09-20 11:00
String
null
语言
C、C-plusplus语言中Chinese character的编码剖析
在一些字符显示程序里,大家可能会困惑汉字是怎么编码的,笔者通过程序帮大家剖析一下这个小细节:如汉字“中南”,通过如下程序输出其10进制编码:#include"stdafx.h"#include"
string.h
"charchineseStr
homeofresearcher
·
2012-09-19 16:17
计算机语言
hdu2102(WA代码)
#include"stdio.h" #include"
string.h
" #include"queue" usingnamespacestd; intn,m,limit; intmap[2][13][
Ice_Crazy
·
2012-09-16 20:00
ini
hdu2352
2012-09-16*/#include"stdio.h" #include"
string.h
" intmain() { intT; inti; intlen; charstr[1111]; intt,
Ice_Crazy
·
2012-09-16 19:00
c
hdu2672
囧~ 2012-09-16*/#include"stdio.h" #include"
string.h
" #include"ctype.h" intmain() { inta
Ice_Crazy
·
2012-09-16 19:00
hdu2682
/*分析: 最小生成树水题,就当又温习了一遍了,囧~ 2012-09-16*/#include"stdio.h" #include"math.h" #include"
string.h
Ice_Crazy
·
2012-09-16 18:00
hdu1873
2012-09-16*/#include"stdio.h" #include"
string.h
" #include"stdlib.h" #include"queue" usingnamespacestd
Ice_Crazy
·
2012-09-16 17:00
hdu1841
2012-09-16*/#include"stdio.h" #include"
string.h
" #include"stdlib.h" intlen[2]; intnext[2][100
Ice_Crazy
·
2012-09-16 17:00
hdu1166
2012-09-16*/#include"stdio.h" #include"
string.h
" intn; intC[50011]; voidadd(intk,intdir) { while(k0)
Ice_Crazy
·
2012-09-16 17:00
Linux静态库和动态库的创建与使用
和Windows系统一样Linux也有静态/动态链接库,下面介绍创建和使用方法:假设有下面几个文件:头文件
String.h
,声明相关函数原形,内容如下:Strlen.c:函数Strlen的实现,获取给定字符串的长度
slmmlk2011_2
·
2012-09-06 15:00
linux
String
function
gcc
null
library
一个字符串截取函数c语言
刚开始学习c语言,标准库中总是有很多函数没有,
string.h
中的字符串处理函数好像不是很多,在做栈的例子用需要用到一个字符串按位置截取的函数,就自己写一个,超简单。
sujudz
·
2012-09-01 21:00
c
语言
链表 航空订票 各种Bug原始版
// #include"stdafx.h" #include"windows.h" #include"iostream" #include"
string.h
" usingnamespacestd;
a973893384
·
2012-08-31 09:00
C语言怎么让一个函数返回指针
但是在
string.h
中,就有返回指针的函数,比如subString,那个是怎么做到得这种方式叫做“用指针函数*creat()的返回值来传递动态内存”,这是一个C语法首先你要注意,子函数*creat()
zhaojunjiezhao
·
2012-08-27 17:25
指针
C语言怎么让一个函数返回指针
但是在
string.h
中,就有返回指针的函数,比如subString,那个是怎么做到得这种方式叫做“用指针函数*creat()的返回值来传递动态内存”,这是一个C语法首先你要注意,子函数*creat()
zhaojunjiezhao
·
2012-08-27 17:25
指针
[置顶] 字符串的倒序排列
#include #include"
string.h
" #include intmain() { char*src="HelloWorld"; intlen=strlen(src); char*dest
qustdjx
·
2012-08-27 13:00
c
语言
include
memset
linux环境下一个直接操作内存空间的C语言函数 包含在头文件
string.h
中!
cuiyifang
·
2012-08-26 19:00
c 常用数学函数
数学函数,地点函数库为math.h、stdlib.h、
string.h
、float.hint abs(inti)
電泡泡
·
2012-08-25 01:00
C++中
string.h
自编的几个函数
今天刘老师讲了const,类型转换,函数指针的用法,以前没能认识到函数指针的强大,刘老师写排序时用到了函数指针,暧昧感觉到了函数指针的强大;最后他留了个作业,就是写
string.h
里的几个函数,我写了下
ultimater
·
2012-08-23 23:00
C++
作业
1021 最大特征值
#include"stdio.h" #include"
string.h
" charstr[1050]; intCount() { if(!
tanyufeng_521
·
2012-08-22 17:00
C语言 两字符串的合并
//#include"stdafx.h"#include"iostream.h"#include"
string.h
" voidmain()
zhongru0072010
·
2012-08-15 22:03
字符串
C语言
MTK HTTP 协议之内核
include"nw_define.h" #include"nw_interface.h" #include"Vmsys.h" #include"Stdio.h" #include"Soc_consts.h" #include"
String.h
jiangyu912
·
2012-08-13 10:00
timer
null
buffer
callback
download
MTK
求数组中第二大的数
1、代码如下:#include"stdafx.h" #include #include"
string.h
" #include intfind_sec_max(intdata[],intcount) {
dazhong159
·
2012-08-08 22:00
Poco::StringTokenizer & String
//Library:Foundation//Package:Core//Module: StringTokenizer功能:
String.h
文件中声明了几个静态函数,用于去除string的开头和结尾的空白字符
fym0121
·
2012-08-08 09:00
字符串 函数sprintf、strcpy 、strncpy及 memcpy , strftime,strcat
0616:56)标签: div class hidden 字符串 分类:C语言strcpy:字串复制原型声明:externchar*strcpy(char*dest,constchar*src);头文件:
string.h
zzy7075
·
2012-08-06 14:00
c
struct
null
buffer
语言
hdu 1106 排序
点击打开链接#include"stdio.h" #include"
string.h
" #include"stdlib.h" intcmp(constvoid*a,constvoid*b) { return
yyf573462811
·
2012-08-03 17:00
hdu 2768 Cat vs. Dog (最大独立)
#include"stdio.h" #include"
string.h
" #defineN501 structnode { charhate[5],like[5]; }c
yyf573462811
·
2012-08-03 17:00
C++
c
struct
hdu 4185Oil Skimming (二分匹配)
#include"stdio.h" #include"
string.h
" #defineN601 intmap[N][N],v[N],link[N],a[N][N]; charstr[N][N]; intn
yyf573462811
·
2012-08-03 16:00
ini
hdu 4160 Dolls (最大独立)
#include"stdio.h" #include"
string.h
" #include"stdlib.h" #defineN501 structnode { inta,b,c; }aa[N]; intmap
yyf573462811
·
2012-08-03 16:00
hdu 2119 Matrix (最小覆盖)
#include"stdio.h" #include"
string.h
" #defineN101 intmap[N][N],v[N],link[N]; intn,m; intdfs(intk) { inti
yyf573462811
·
2012-08-03 15:00
hdu 1528 Card Game Cheater (最小覆盖)
让找出B最多能的多少分首先对牌的字符串全部转化成十进制数,然后以数字为点,B集合元素相对于A集合数字的大小关系为边,显然是典型的最小顶点覆盖问题 #include"stdio.h" #include"
string.h
yyf573462811
·
2012-08-03 14:00
c
hdu 1179 Ollivanders: Makers of Fine Wands since 382 BC. (二分匹配)
#include"stdio.h" #include"
string.h
" #defineN101 intmap[N][N],v[N],link[N],n,m; intdfs(intk) { inti;
yyf573462811
·
2012-08-03 08:00
hdu 1151 Air Raid (二分匹配)
//最小路径覆盖数=顶点数-最大匹配数requiredtovisitalltheintersectionsinthetown.说明是求最小路径覆盖#include"stdio.h" #include"
string.h
yyf573462811
·
2012-08-02 19:00
hdu 1083 Courses (最大匹配)
#include"stdio.h" #include"
string.h
" intmap[301][301],v[301]; intmark[301],link[301]; intP,N; intdfs(
yyf573462811
·
2012-08-02 17:00
hdu 1054 Strategic Game (二分匹配)
#include"stdio.h" #include"
string.h
" intmap[1501][1501],mark[1501]; intlink[1501],v[1501]; intn; intdfs
yyf573462811
·
2012-08-02 16:00
ini
poj 3041 Asteroids (二分匹配)
#include"stdio.h" #include"
string.h
" intmap[501][501],v[501],mark[501],link[501]; intn,k; intdfs(intk
yyf573462811
·
2012-08-02 15:00
hdu 2063 过山车 (二分匹配)
套的模版#include"stdio.h" #include"
string.h
" intmap[501][501],v[501],link[501]; intg,k,m,count; voidget_map
yyf573462811
·
2012-08-02 15:00
使用memset、memcpy等函数需要包含
string.h
而不是strings.h
问题:frm_package.c中调用了memset()和memcpy()函数,但是没有包含相应的头文件,编译时出现错误:dingq@wd-u1110:~/hwsvn/2sw/1prj_linux/pdu/src/branches/pdu-isocket/isocket$makegcc-g3-Wall-o0-cnettrans.c-onettrans.ogcc-g3-Wall-o0-ctcpcli
david_xtd
·
2012-08-02 15:21
Linux
编译
C/CPP函数
使用memset、memcpy等函数需要包含
string.h
而不是strings.h
问题:frm_package.c中调用了memset()和memcpy()函数,但是没有包含相应的头文件,编译时出现错误:dingq@wd-u1110:~/hwsvn/2sw/1prj_linux/pdu/src/branches/pdu-isocket/isocket$make gcc-g3-Wall-o0-cnettrans.c-onettrans.o gcc-g3-Wall-o0-ctcpc
David_xtd
·
2012-08-02 15:00
Date
function
工具
each
hdu 1286找新朋友 (简单数学题)
点击打开链接第一次暴力求解,tle#include"stdio.h" #include"
string.h
" intfun(intx,inty) { while(x>y?
yyf573462811
·
2012-08-01 20:00
hdu 1072 Nightmare (bfs)
炸弹的时间是6,人走一步所需要的时间是1求人从2走到3的最短时间#include"stdio.h" #include"
string.h
" #include"queue" usingnamespacestd
yyf573462811
·
2012-08-01 16:00
hdu 4313 Matrix (最小生成树krusual)
#include"stdio.h" #include"stdlib.h" #include"
string.h
" intmark
yyf573462811
·
2012-08-01 14:00
c
算法
struct
merge
Matrix
C/C++字符串查找函数
C/C++string库(
string.h
)提供了几个字符串查找函数,如下:memchr在指定内存里定位给定字符strchr在指定字符串里定位给定字符strcspn返回在字符串str1里找到字符串str2
blueskiner
·
2012-08-01 08:00
hdu 1548 A strange lift (bfs)
#include"stdio.h" #include"
string.h
" #include"queue" usingnamespacestd; structnode { intx,step; }q,p;
yyf573462811
·
2012-07-31 18:00
POJ 3626 Mud Puddles (BFS)
#include"stdio.h" #include"
string.h
" #include"queue" usingnamespacestd; intd[4][2]={1,0,0,1,-1,0,0,-1
yyf573462811
·
2012-07-31 18:00
hdu1166
sohappy滴~O(∩_∩)O~ 也是自学滴哦~ 思路什么的就不用我废话了吧 2012-07-06*/#include"stdio.h" #include"
string.h
Ice_Crazy
·
2012-07-31 16:00
search
insert
poj 1679 The Unique MST (最小生成树)
#include"stdio.h" #include"
string.h
" #defineINF999999999 intmap[101][101],mark[101],f[101],n; voidprime
yyf573462811
·
2012-07-31 15:00
poj 2377 Bad Cowtractors (最‘大’生成树)
点击打开链接最小生成树的变形,最大生成树#include"stdio.h" #include"math.h" #include"
string.h
" #defineINF0 intmap[1001][1001
yyf573462811
·
2012-07-31 11:00
poj 3625 Building Roads (最小生成树)
点击打开链接坐标类型的最小生成树注意,所有的距离用double,所有的int用__int64#include"stdio.h" #include"math.h" #include"
string.h
" #
yyf573462811
·
2012-07-31 11:00
ini
zoj 1586 QS Network (最小生成树)
#include"stdio.h" #include"
string.h
" #defineINF1000000000 intmark[1001],f[1001],n,map[1001][1001]; voidprime
yyf573462811
·
2012-07-31 09:00
上一页
34
35
36
37
38
39
40
41
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他