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
poj1258 Agri-Net (最小生成树prime)
prime,模版点击打开链接#include"stdio.h" #include"
string.h
" #defineINF9999999 intmap[101][101],f[101],mark[101
yyf573462811
·
2012-07-31 07:00
poj 2485Highways (求最长路)
#include"stdio.h" #include"
string.h
" #defineINF9999999 intmap[501][501],f[501],mark[501],n; voidprime
yyf573462811
·
2012-07-31 07:00
poj 2395 Out of Hay (最小生成树的最大边)
#include"stdio.h" #include"
string.h
" #defineINF0x7fffffff//不能过小!!
yyf573462811
·
2012-07-31 07:00
C语言--字符处理函数
用于输入输出的字符串函数,在使用前应包含头文件"stdio.h",使用其它字符串函数则应包含头文件"
string.h
"。下面介绍几个最常用的字符串函数。1.
Junin
·
2012-07-31 01:00
poj 2533 Longest Ordered Subsequence (最长子序列)
点击打开链接简单最长子序列模版#include"stdio.h" #include"
string.h
" intdp[1010]; intmain() { inti,j; intn; inta[1010]
yyf573462811
·
2012-07-30 19:00
ini
【算法】 大整数乘法
2.1POJ1001源代码:1001Accepted164K0MSC++1803B2012-07-3009:49:00#include"stdio.h" #include"stdlib.h" #include"
string.h
lifehack
·
2012-07-30 11:00
存储
ini
input
output
poj2421 Constructing Roads (prime)
本来用krusual写的,但总是不对,只好改prime了#include"stdio.h" #include"
string.h
" #defineINF99999999 intmap[101][101],
yyf573462811
·
2012-07-30 11:00
gets() 和 sets()
而使用其他的字符串处理函数时,要用#include命令将“
string.h
”头文件包含到源文件中。
chenhq1991
·
2012-07-29 15:00
c
存储
语言
终端
hdu 1171 Big Event in HDU (母函数)
#include"stdio.h" #include"stdlib.h" #include"
string.h
" structnode {
yyf573462811
·
2012-07-28 10:00
c
wcscpy wcscpy_s strcpy strcpy_s的区别
原型声明:externchar*strcpy(char*dest,constchar*src);头文件:
string.h
功能:把从src地址开始且含有NULL结束符的字符串赋值到以dest开始的地址空间说明
coder
·
2012-07-20 09:49
C/C++
wcscpy wcscpy_s strcpy strcpy_s的区别
原型声明:externchar*strcpy(char*dest,constchar*src);头文件:
string.h
功能:把从src地址开始且含有NULL结束符的字符串赋值到以dest开始的地址空间说明
mengxiangbaidu
·
2012-07-20 09:00
c
null
语言
HDU 3068 ( 最长回文 )
+Author:ssun CodeRenderStatus:RenderedByHDOJC++CodeRenderVersion0.01Beta #include"stdio.h" #include"
string.h
ssun125
·
2012-07-18 18:00
C++
算法
基于二叉排序树写的通讯录
#include"stdio.h" #include"stdlib.h" #include"
string.h
" /********************************************
Self_Chou
·
2012-07-17 22:00
hdu3172
用字典树给单词编号,用并查集~……,不用说了吧~,你懂我懂大家懂的事儿~--I 2012-07-17*/#include"stdio.h" #include"
string.h
Ice_Crazy
·
2012-07-17 16:00
hdu2473
2012-07-17*/#include"stdio.h" #include"
string.h
" intextra; structA { intpre; intrep; }E[1100011]; inthash
Ice_Crazy
·
2012-07-17 11:00
hdu2647
15就够了…… 逆向拓扑排序,关系递推,注意有一个环节要取最大值哦~ 2012-07-17*/#include"stdio.h" #include"
string.h
Ice_Crazy
·
2012-07-17 08:00
hdu1116
2012-07-16*/#include"stdio.h" #include"
string.h
" intset[30]; voidbuild(n) { inti; for(i=1;i1){printf
Ice_Crazy
·
2012-07-16 19:00
hdu1325
/*分析: 并查集,水水更健康~ 2012-07-16*/#include"stdio.h" #include"
string.h
" intset[1011]; intindegree
Ice_Crazy
·
2012-07-16 16:00
hdu1829
2012-07-16*/#include"stdio.h" #include"
string.h
" intset[2011]; intsex[2011]; voidbuild(intn) { inti
Ice_Crazy
·
2012-07-16 15:00
hdu2708
2012-07-16 */#include"stdio.h" #include"
string.h
" intmain() { in
Ice_Crazy
·
2012-07-16 14:00
hdu4160
2012-07-14*/#include"stdio.h" #include"
string.h
" structA { inttotal; intmem[555]; }E[555]; structB
Ice_Crazy
·
2012-07-14 16:00
hdu2119
2012-07-14*/#include"stdio.h" #include"
string.h
" structA { inttotal; intmem[111]; }E[111]; intmatch
Ice_Crazy
·
2012-07-14 14:00
双链表实现简单的学生管理系统
#include#include"stdlib.h"#include"
string.h
"/**************************************************** copyright
Self_Chou
·
2012-07-14 12:00
循环双链表加目录IO实现简单的文件检索
#include"stdio.h" #include"stdlib.h" #include"fcntl.h" #include"dirent.h" #include"
string.h
" typedefstructdoublelink
Self_Chou
·
2012-07-14 12:00
hdu1151
DAG图的最小路径覆盖数=节点数(n)-最大匹配数(m) 2012-07-13*/#include"stdio.h" #include"
string.h
"
Ice_Crazy
·
2012-07-13 15:00
hdu1150
写出来了,so~highp~ 二分图的最小顶点覆盖数=二分图的最大匹配数 2012-07-13*/#include"stdio.h" #include"
string.h
Ice_Crazy
·
2012-07-13 14:00
hdu1503
2012-07-11*/#include"stdio.h" #include"
string.h
" intdp[111][111]; intpre[111][111]; charstr1[111],str2
Ice_Crazy
·
2012-07-11 15:00
hdu2063
/*分析: 写的第一道二分匹配,二分匹配中的水题~ 2012-07-11*/#include"stdio.h" #include"
string.h
" structA
Ice_Crazy
·
2012-07-11 12:00
hdu2639
至于递推过程,和0-1是一样的,不用担心会漏掉情况哦~,想想就出来了0.0 2012-07-10*/#include"stdio.h" #include"
string.h
Ice_Crazy
·
2012-07-10 20:00
C++
c
hdu2602
/*分析: 温习一下背包,两分钟敲完,比以前敲得好看多啦~~~ 2012-07-10*/#include"stdio.h" #include"
string.h
Ice_Crazy
·
2012-07-10 17:00
数字转换为金额(c实现)
只能到分 // //比较好的就是,连续的0只输出一个零 // //如:10010输出:1万零1十 #include"stdio.h" #include"conio.h" #include"
string.h
edcvf3
·
2012-07-08 13:00
c
vb
C中
string.h
@函数名称: strdup 函数原型: char*strdup(constchar*s) 函数功能: 字符串拷贝,目的空间由该函数分配 函数返回: 指向拷贝后的字符串指针 参数说明: src-待拷贝的源字符串 所属文件: #include #include #include intmain() { char*dup_str,*string="abcde"; dup_str=str
B_H_L
·
2012-07-06 16:00
c
String
null
less
buffer
character
C语言字符处理函数
用于输入输出的字符串函数,在使用前应包含头文件"stdio.h",使用其它字符串函数则应包含头文件"
string.h
"。下面介绍几个最常用的字符串函数。1.
20131125
·
2012-07-06 00:00
C语言字符处理函数
hdu2846
blog/item/3bf392c1c30569db51da4bc2.html 2012-07-05*/#include"stdio.h" #include"
string.h
Ice_Crazy
·
2012-07-05 18:00
string.h
里面几个安全函数的比较snprintf strncpy strncat
在字符串处理过程中会常用到以下几个函数 strcpy()sprintf()strcat() 但它们都存在一定的安全隐患,相对应用的安全版本为: strncpy()snprintf()strncat() intsprintf(char*buffer,constchar*format,[argument]…); intsnprintf(char*str,size_tsize,constchar*fo
一一无念
·
2012-07-05 17:00
hdu1671
2012-07-05*/#include"stdio.h" #include"
string.h
" #include"stdlib.h" structdic { structdic*child[10]
Ice_Crazy
·
2012-07-05 13:00
hdu1075
2012-07-05 */#include"stdio.h" #include"ctype.h" #include"
string.h
" #include"stdlib.h" structdictree
Ice_Crazy
·
2012-07-04 14:00
Linux下stricmp在此作用域中尚未声明解决办法
而linux是strcasecmp,包含在头文件
string.h
下。问题解决了
suer0101
·
2012-07-04 14:00
linux
windows
hdu1251
2012-07-04 */#include"stdio.h" #include"
string.h
" #include"stdlib.h" structdictree { structdictree
Ice_Crazy
·
2012-07-04 13:00
UVA 494
学习了接受换行的方法,scanf()遇到换行和空格就停止了,另外学习了一点儿编程技巧,写宏命令能让程序更短#include"stdio.h" #include"
string.h
" #defineFUN(
lirongwei
·
2012-06-16 20:00
6174问题
#include"stdio.h" #include"
string.h
" intget_next(intn); intget_next(intn) { inta,b,m,i,j,temp; chars
lirongwei
·
2012-06-12 23:00
杭电1042
最好在main()函数外声明a[M]#include"stdio.h" #include"
string.h
" #defineM50000 inta[M]; main() { intn,i,j,c,temp
lirongwei
·
2012-06-12 17:00
杭电1002
终于ac了,杭电要连续输入,记得每次测试结束后,将每个数组复位#include"stdio.h" #include"
string.h
" main() { inta[1010]={0},b[1010]={
lirongwei
·
2012-06-12 16:00
大数字问题
#include"stdio.h" #include"
string.h
" main() { inta[1010]={0},b[1010]={0},c[1010]={0}; inti,j,d,l1,l2,
lirongwei
·
2012-06-12 02:00
VC6编译代码时一种常见错误解决
错误代码如下:#include"stdio.h" #include"stdlib.h" #include"
string.h
" #defineINIT_SIZE100 #defineI
hiphopmattshi
·
2012-06-11 11:00
编程
exception
struct
null
Access
编译器
判断字符串周期的问题
#include"stdio.h" #include"
string.h
" #defineMAX100 main() { chara[MAX]; unsignedinti,j,ok; scanf("%s"
lirongwei
·
2012-06-10 12:00
回文问题
难点,输入字符的问题,fgets(buf,sizeof(s),stdin)输入一行字符,包括空格,\n#include"stdio.h" #include"
string.h
" #include"ctype.h
lirongwei
·
2012-06-09 13:00
蛇形t填数字问题
#include"stdio.h" #include"
string.h
" main() { intn,i,j,x,y,cou,a[10][10]; memset(a,0,sizeof(a)); scanf
lirongwei
·
2012-06-08 17:00
编写一个函数 输入一串字符 函数实现反转输出(图)
#include"stdAfx.h"#include"ctype.h"#include"stdlib.h"#include"
string.h
"intmain(){voidcon(charword[]);
一线生
·
2012-06-06 12:33
C
编写一个函数 输入一串字符 函数实现反转输出(图)
#include"stdAfx.h" #include"ctype.h" #include"stdlib.h" #include"
string.h
" intmain() { voidcon(charword
a973893384
·
2012-06-06 12:00
c
System
include
上一页
35
36
37
38
39
40
41
42
下一页
按字母分类:
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
其他