码迷,mamicode.com
首页 >  
搜索关键字:ctype    ( 298个结果
链式存储(头插法、尾插法)
#include "stdio.h" #include "string.h" #include "ctype.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h" #define OK 1 #define ERROR 0 #define TRUE 1 #define FALSE 0 #define ...
分类:其他好文   时间:2015-07-07 19:30:46    阅读次数:260
静态链表
#include "string.h"#include "ctype.h"#include "stdio.h"#include "stdlib.h"#include "math.h"#include "time.h"#define OK 1#define ERROR 0#define TRUE 1#...
分类:其他好文   时间:2015-07-07 12:48:32    阅读次数:205
单链表
#include "stdio.h"#include "string.h"#include "ctype.h"#include "stdlib.h"#include "math.h"#include "time.h"#define OK 1#define ERROR 0#define TRUE 1#...
分类:其他好文   时间:2015-07-07 12:32:53    阅读次数:111
把一个数据库表中的数据插入到另外一个数据库中的一张表中
数据库表结构不同INSERT INTO [CodeFirstDbContext].[dbo].[Companies](CompanyID,CompanyName,Manager,CompanyType,IsDelete)SELECT CompID,Company,CName,ctype,0 FROM...
分类:数据库   时间:2015-07-04 10:56:29    阅读次数:209
PHP 扩展库
扩展库 说明 注解 php_bz2.dll bzip2 压缩函数 无 php_calendar.dll Calendar 日历转换函数 自 PHP 4.0.3 起内置 php_crack.dll Crack 密码破解函数 无 php_ctype.dll ctype 家族函数 自 PHP 4.3.0 起内置 php_cur...
分类:Web程序   时间:2015-06-22 09:54:43    阅读次数:231
Python中四种运行其他程序的方式
在Python中,可以方便地使用os模块来运行其他脚本或者程序,这样就可以在脚本中直接使用其他脚本或程序提供的功能,而不必再次编写实现该功能的代码。为了更好地控制运行的进程,可以使用win32process模块中的函数,如果想进一步控制进程,则可以使用ctype模块,直接调用kernel32.dll中的函数....
分类:编程语言   时间:2015-06-21 22:29:16    阅读次数:232
c数据结构链式存储-静态链表
#include "string.h"#include "ctype.h" #include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h"#define OK...
分类:其他好文   时间:2015-06-13 16:56:34    阅读次数:134
c数据结构链式存储
#include "stdafx.h"#include "stdio.h" #include "string.h"#include "ctype.h" #include "stdlib.h" #include "io.h" #include "math.h" #include...
分类:其他好文   时间:2015-06-13 15:41:06    阅读次数:117
【转】看C++文档的小知识
转载:http://www.ggv.com.cn/forum/clib/ctype/isspace.html函数isspace原型:extern int isspace(int c); 用法:#include 功能:判断字符c是否为空白符 说明:当c为空白符时,返回非零值,否则返回零。 空白...
分类:编程语言   时间:2015-06-13 11:06:33    阅读次数:125
03静态链表_StaticLinkList--(线性表)
#include "string.h"#include "ctype.h" #include "stdio.h" #include "stdlib.h" #include "io.h" #include "math.h" #include "time.h"#define OK...
分类:其他好文   时间:2015-06-06 17:51:21    阅读次数:133
298条   上一页 1 ... 22 23 24 25 26 ... 30 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!