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
数学函数,所在函数库为math.h、stdlib.h、
string.h
、float.h
数学函数,所在函数库为math.h、stdlib.h、
string.h
、float.h数学函数,所在函数库为math.h、stdlib.h、
string.h
、float.h ------------
wrhwww
·
2009-04-15 10:00
hdoj_1468解题报告
hdoj_1468解题报告 #include"iostream"#include"
string.h
"using namespace std;//-----------------------------
Happy every day~
·
2009-04-14 21:00
航天定票管理系统(上千行代码)
原代码1、类: 1person类#include"
String.h
"#include"Date.h"#ifndefperson_h#defineperson_hclassperson
xxxluozhen
·
2009-04-08 21:00
C随机生成18位银行卡号
#include"stdio.h"#include"stdlib.h"#include"
string.h
"#include"timeb.h"staticcharid[21];staticcharbuf[
breezes2008
·
2009-03-24 14:00
c
include
读 《C++ Primer Plus》第17章 输入输出(一)
阅读更多读《C++PrimerPlus》第17章1-3节一输出cstdio(stdio.h)cstring(
string.h
)iostream(iostream.h)cmath(math.h)1.输出字符串的地址
strong_fee
·
2009-03-23 22:00
C
C++
C#
iOS
设计模式
读 《C++ Primer Plus》第17章 输入输出(一)
阅读更多读《C++PrimerPlus》第17章1-3节一输出cstdio(stdio.h)cstring(
string.h
)iostream(iostream.h)cmath(math.h)1.输出字符串的地址
strong_fee
·
2009-03-23 22:00
C
C++
C#
iOS
设计模式
读 《C++ Primer Plus》第17章 输入输出(一)
Primer Plus》第17章1-3节 一 输出 cstdio(stdio.h) cstring(
string.h
strong_fee
·
2009-03-23 22:00
设计模式
ios
C++
c
C#
解读linux对
string.h
函数的实现
/* file:
string.h
#ifndef _LINUX_STRING_H_ #define _LINUX_STRING_H_ /* We don't want strings.h
longsy
·
2009-03-23 16:00
C++
c
linux
C#
Access
关于比特序的问题
这个在不同平台下,定义结构体要用到这个例一:#include"stdio.h"#include"
string.h
"structentity_id{ uint8_tinstance:7; uint8
hxg130435477
·
2009-03-21 20:00
struct
平台
X86
字符与二进制的转换
#include "iostream.h"#include "
string.h
"#define MAX 100//定义长度为100的数组上限void main(){ int i,j,k,t,temp;
hn307165411
·
2009-03-20 09:00
c
include
C函数源码解读:strcmp
strcmp函数是在
string.h
文件中声明 strcmp函数的作用是将两个字符串按词典顺序进行比较 extern int strcmp(const char *, const char
longsy
·
2009-03-17 13:00
C++
c
C#
C函数源码解读:strcat
[
string.h
] extern char* strcat(char *, const char *); GNU C Library对这个函数的实现如下: [string.c
longsy
·
2009-03-17 11:00
C++
c
C#
FreeBSD
(转)一个有用的ANSI字符串类String的实现及使用演示
下面的程序分成两个部分:(1)String类:类头
String.h
和类实现String.cpp(2)String类使用演示程序Main.cpp 类头文件
String.h
代码如下: #ifndefSTRING_H
Last_Impression
·
2009-03-06 09:00
String
测试
delete
iostream
Constructor
destructor
qsort
qsort 1 #include "stdafx.h" 2 3 #include "stdlib.h" 4 #include "
string.h
" 5 #include "stdio.h" 6 7
doneykoo [Ouditian]
·
2009-02-24 15:00
自己实现的C语言
string.h
头文件的字符串函数与几个内存操作函数
#includechar*strcpy(char*dest,constchar*src);//字符串拷贝char*strcat(char*dest,constchar*src);//字符串连接,返回dest字符串char*strncat(char*dest,constchar*src,intsize);//把src前n个字符串连接到dest,返回dest字符串intstrcmp(constchar
kaiming2008
·
2009-02-11 20:00
C/C++语言学习
语言
c
dst
string
function
自己实现的C语言
string.h
头文件的字符串函数与几个内存操作函数
#includechar*strcpy(char*dest,constchar*src); //字符串拷贝char*strcat(char*dest,constchar*src); //字符串连接,返回dest字符串char*strncat(char*dest,constchar*src,intsize);//把src前n个字符串连接到dest,返回dest字符串int strcmp(cons
kaiming2008
·
2009-02-11 20:00
c
String
function
语言
DST
一个有用的ANSI字符串类String的实现及使用演示
下面的程序分成两个部分:(1)String类:类头
String.h
和类实现String.cpp(2)String类使用演示程序Main.cpp 类头文件
String.h
代码如下:#ifndef STRING_H
Wendysuly
·
2009-01-04 00:00
String
测试
delete
Constructor
testing
destructor
字符串倒序重新排列
谢了如下代码,请各位朋友指正:#include"iostream.h"#include"
string.h
"#includevoidReverse(char*dest); voidmain(){ //GetReversestring
henry_qi
·
2008-12-31 22:00
URAL_1654
边输入边处理 4 //其实类似于栈的性质--每次去掉栈顶两个相同的元素,然后添加新元素 5 6 #include "stdio.h" 7 #include "stdlib.h" 8 #include "
string.h
我希望你是我独家记忆
·
2008-12-14 02:00
URAL_1638
URAL 2 3 //有趣的排列书的问题--注意实际生活中书的最后一页放在最左边 4 5 #include "stdio.h" 6 #include "stdlib.h" 7 #include "
string.h
我希望你是我独家记忆
·
2008-12-14 01:00
POJ 1094 C++ (图论)
POJ1094C++(图论)//用DFS进行拓扑排序,超时,只能重写#include"stdio.h"#include"
string.h
"#include"stdlib.h"intmap[26][26]
我要一步一步往上爬
·
2008-11-27 00:00
ACM PKU 1013 Counterfeit Dollar
: lnmm Memory: 64K Time: 0MS Language: C++ Result: Accepted Source Code #include"stdio.h"#include"
string.h
"char
啥也别说了
·
2008-11-12 10:00
strlen函数的宽字符版是wcslen
strlen函数的宽字符版是wcslen(wide-characterstringlength:宽字符串长度),并且在
STRING.H
(其中也说明了strlen)和WCHAR.H中均有说明。
everettjf
·
2008-11-01 01:00
c
String
Linux静态/动态链接库的创建和使用
Linux静态/动态链接库的创建和使用和Windows系统一样Linux也有静态/动态链接库,下面介绍创建和使用方法:假设有下面几个文件:头文件
String.h
,声明相关函数原形,内容如下:Strlen.c
ecjtuync
·
2008-10-23 23:00
linux
windows
String
function
gcc
null
VC中调用ADO对象访问数据库的范例
Visual C++Code#include"stdafx.h"#include"stdio.h"#include"windows.h"#include"
string.h
"#import"C:/ProgramFiles
supermanking
·
2008-10-16 02:00
c
数据库
Microsoft
null
Access
ubuntu 8.04 and vmware
your ubuntu guest system (i assumed that the host is win32) vmware-tools will report /linux/
string.h
mathgl
·
2008-10-11 11:00
vmware
linux
ubuntu
一个有用的ANSI字符串类String的实现及使用演示
下面的程序分成两个部分:(1)String类:类头
String.h
和类实现String.cpp(2)String类使用演示程序Main.cpp 类头文件
String.h
代码如下:#ifndef STRING_H
loomman
·
2008-09-24 14:00
String
测试
delete
Constructor
testing
destructor
使STL sort对Log进行排序
#include"iostream" #include"
string.h
" #include"iostream" #include"fstream" #include #include usingnamespacestd
ZhengKarl
·
2008-09-10 17:00
struct
String
url
iterator
include
iostream
C++大小写字母转换函数
字母大小写转换函数的声明包含在
string.h
头文件中,函数的原型如下:char*strupr(char*string)功能:将字符串string中的小写字母转换为大写,并返回指向string的指针。
nt05的记事本
·
2008-06-16 05:00
不调用C库函数
string.h
实现字符串的连接
最近在学VC++,留下笔记,好以后如果有用,可以不用重新写,如果他人觉得有用,可以转载,但请注明出处,谢谢! //--------------------------------------------------------------------//功能:求字符串的长度,不包括'/0'//返回:ch_string所指字符串的长度//作者:heshanxingzhe-080610//此函数旨在
heshanxingzhe
·
2008-06-13 23:00
c
String
存储
[置顶] PL0文法编译器C语言源代码
#include"stdio.h"#include"
string.h
"#include"stdlib.h"#include"ctype.h"#ifndefTRUE#defineTRUE1#endif#ifndefFALSE
njdragonfly
·
2008-05-16 19:00
c
struct
Integer
Arrays
语言
编译器
C语言大整数想乘之模拟人工计算
C语言大整数想乘之模拟人工计算#include "
string.h
"// use for strlen function#include "stdio.h"#include "stdlib.h"#define
Code Life
·
2008-04-25 15:00
pku-2041
id=2041#include "
string.h
"#include "stdio.h"char s[26];char q[7];void A(char str[],int len){ int i
算法与程序--游戏与玩乐
·
2008-04-09 12:00
今天帮一个网友写的两个c语言程序
\\字符串逆序输出#include"stdio.h"#include"
string.h
"#include"malloc.h"char*revstr(char*str){ intiLe
motian85
·
2008-03-28 22:52
c
字符串
输出
逆序
编译原理课程设计_C--编译器_语法分析&代码生成 - Justin
导读:%{#include"ctype.h"#include"
string.h
"#include"stdio.h"#include"stdlib.h"#defineHASHSIZE256#defineGLOBAL0typedefintType
chief1985
·
2008-03-27 23:00
编译原理
pku-1131
id=1131#include "stdio.h"#include "
string.h
"int myDivide(int *a,int len){ int i=0; int residue=
算法与程序--游戏与玩乐
·
2008-03-22 19:00
字符串倒序c语言实现
#include"
string.h
"main(){ constchar*src="helloworld"; intlen=strlen(src); char*dest=(char*)malloc
Dreamcode
·
2008-03-21 15:00
c
语言
include
一个动态的栈实现的括号匹配程序
#include"stdio.h"#include"stdlib.h"#include"
string.h
"typedefstruct_tegstackitem{ charparam; int index
lziog
·
2008-03-02 15:00
MarkSix calculator
#include"iostream"#include"
string.h
"#include"iostream"#include"fstream"#include#includeusingnamespacestd
ZhengKarl
·
2008-02-06 01:00
Algorithm
struct
String
vector
include
iostream
linux动态链接库的创建和使用
作者:yacsha 和Windows系统一样Linux也有静态/动态链接库,下面介绍创建和使用方法:假设有下面几个文件:头文件
String.h
,声明相关函数原形,内容如下:Strlen.c:函数Strlen
dongzhongshu
·
2008-01-14 11:00
重写
string.h
中的字符串操作函数--strspn和strcspn
函数原型:size_tstrspn(constchar*string,constchar*strcharset)返回值说明:返回一个整形值,指明字符串strcharset中开头的字符有多少指定的字符。如果返回0说明,在字符串string中未找到指定的字符。参数说明: string:以'/0'结尾的字符串。 strcharset:指定的字符串,以'/0'结尾。函数说明: 用来计算字符串string
liam1122
·
2007-12-29 10:00
c
String
null
重写
string.h
中的字符串操作函数--strlen,strlen 与sizeof的区别
函数原型:size_tstrlen(constchar*str)返回值:返回字符串中字符的个数,不包括结束符'/0'。如果没有返回值表示出现错误;参数说明:str:以'/0'为结束符的字符串。函数实现:size_t strlen(const char *str){ assert(NULL != str); const char *tmp = str; for(;tmp != ''; ++tmp)
liam1122
·
2007-12-24 18:00
null
平台
Linux静态/动态链接库的创建和使用
和Windows系统一样Linux也有静态/动态链接库,下面介绍创建和使用方法:假设有下面几个文件:头文件
String.h
,声明相关函数原形,内容如下:Strlen.c:函数Strlen的实现,获取给定字符串的长度
freedomsky120
·
2007-12-24 11:00
C语言版的单位法人代码校验函数
当作怀旧,贴出这个十多年前C语言函数代码,现临时写了个演示程序: #include < stdio.h > #include <
string.h
> #include
sogotobj
·
2007-12-21 23:00
C++
c
C#
重写
string.h
中的字符串操作函数--memmove、memcpy
函数原型:void*memmove(void*dest,constvoid*source,size_tcount)返回值说明:返回指向dest的void*指针参数说明:dest,source分别为目标串和源串的首地址。count为要移动的字符的个数函数说明:memmove用于从source拷贝count个字符到dest,如果目标区域和源区域有重叠的话,memmove能够保证源串在被覆盖之前将重叠区
liam1122
·
2007-12-20 11:00
null
重写
string.h
中的字符串操作函数--strchr
函数原型:char*strchr(constchar*str,charch);返回值:返回一个指针,该指针指向字符ch第一次出现的位置,如果在str中未找到ch ,则返回NULL参数说明:str:以'/0'结尾的字符串。ch:待查找的字符函数说明: 另一种形式为:char*strchr(constchar*str,intn);字符串结束符也包含在查找之列。函数实现:char*strchr(cons
liam1122
·
2007-12-18 14:00
null
重写
string.h
中的字符串操作函数--strncmp
函数原型:intstrncmp(constchar*str1,constchar*str2,size_tn);返回值:返回整形值:如果str1>str2,返回值大于0;如果str1=str2,返回值等于0;如果str1
liam1122
·
2007-12-18 14:00
null
数据结构 外部排序 多路归并排序
(1)代码如下:merge.c#include"c1.h"#include"c2.h" #include"stdio.h"#include"stdlib.h"#include"
string.h
" /*k
nomad2
·
2007-12-15 20:00
重写
string.h
中的字符串操作函数--strcmp
函数原型:intstrcmp(constchar*dest,constchar*source) ;返回值:返回整数值,如果dest>source,则返回值大于0,如果dest=source,则返回值等于0,如果destsource,则返回值大于0,如果dest=source,则返回值等于0,如果dest < source,则返回值小于0。*/}
liam1122
·
2007-12-14 18:00
null
重写
string.h
中的字符串操作函数--strncat
函数原型:char*strncat(char*dest,constchar*source,size_tsize)返回值: 返回指向目标串dest首地址的指针,返回NULL表示出错。参数说明: dest:以'/0'为结束符的字符串 source:以'/0'为结束符的字符串 size:要连接到dest末尾的字符的个数函数作用:把source开始的size个字符连接到dest的结
liam1122
·
2007-12-14 18:00
上一页
41
42
43
44
45
46
47
48
下一页
按字母分类:
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
其他