码迷,mamicode.com
首页 >  
搜索关键字:ctype    ( 298个结果
四则运算
出处:百度 语言;c bug:无 平台:vs2016 功能:随机生成四则运算 #include <stdio.h> #include <ctype.h> #include <time.h> #include <stdlib.h> #include <windows.h> #define IDNO_L ...
分类:其他好文   时间:2017-09-28 22:32:46    阅读次数:336
delphi sqlsever 实现存在则更新,不存在
(' if exists(select * from NBcommission where Type='''+sType+'''and ItemNo='''+s+''' ) '+ ' begin'+ ' update NBcommission set Amount='''+m+''' , CType ...
分类:数据库   时间:2017-09-20 12:03:37    阅读次数:228
缺省源
#include <cstdio> #include <cstdlib> #include <ctype.h> #define ll long long template<typename T> inline T read(T &f){ f=0; int x=1; char c=getchar(); ...
分类:其他好文   时间:2017-09-09 13:02:23    阅读次数:174
常用的字符串处理模型
#include <stdio.h> #include <string.h> #include <ctype.h> /*strstr_while字串模型*/ int Search_count(char *p, char *str) { int ncount = 0; if (NULL == p || ...
分类:其他好文   时间:2017-09-04 13:21:39    阅读次数:175
php中的扩展解析
php_bz2.dll bzip2 压缩函数库 无php_calendar.dll 历法转换函数库 自 PHP 4.0.3 起内置php_cpdf.dll ClibPDF 函数库 无php_crack.dll 密码破解函数库 无php_ctype.dll ctype 家族函数库 自 PHP 4.3. ...
分类:Web程序   时间:2017-08-20 21:14:01    阅读次数:244
MUI框架的缩写输入
html 上面--代表最小触发字符 下面--代表非必要完整触发字符 上面--代表最小触发字符 下面--代表非必要完整触发字符 mdo ctype mbo dy msc roll mre fresh mhe ader mhe aderwithBack mch eckbox mch eckbox_lef ...
分类:其他好文   时间:2017-08-17 17:19:10    阅读次数:564
数据结构之线性表代码实现顺序存储,链式存储,静态链表(选自大话数据结构)
一,线性表顺序存储 #include <stdio.h> #include <string.h> #include <ctype.h> #include <stdlib.h> #include <io.h> #include <math.h> #include <time.h> #define OK ...
分类:其他好文   时间:2017-08-17 14:26:26    阅读次数:128
strlen, wcslen, _mbslen, _mbslen_l, _mbstrlen, _mbstrlen_l, setlocale(LC_CTYPE, "Japanese_Japan")(MSDN的官方示例)
https://msdn.microsoft.com/en-us/library/78zh94ax.aspx ...
分类:其他好文   时间:2017-08-07 01:24:53    阅读次数:134
面试:C++工厂模式实现
1 #include 2 3 enum CTYPE {PRODUCTA,PRODUCTB}; 4 class Product{ 5 public: 6 virtual void func() = 0; 7 virtual ~Product(){}; 8 }; 9 10 class ProductA ... ...
分类:编程语言   时间:2017-08-06 19:32:48    阅读次数:190
线性表的顺序存储结构和实现
头文件 head.h#include<string.h> #include<ctype.h> #include<malloc.h> /* malloc()等 */ #include<limits.h> /* INT_MAX等 */ #include<stdio.h> /* EOF(=^Z或F6),N ...
分类:其他好文   时间:2017-08-03 13:54:28    阅读次数:180
298条   上一页 1 ... 9 10 11 12 13 ... 30 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!