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
ctype
ASSIC码在vb。net和c#
char)('0'+(char)(number%10)); else char code; code=(char)('A'+(char)(number%10)); 参看VB.net代码code=
CType
·
2015-10-31 09:21
net
字符和字符串处理小结
C程序提供了丰富的字符测试函数,这些函数是头文件“
ctype
.h”定义的,使用这些函数之前需要包含这个头文件;所谓字符测试,是指对一个字符进行大小写
·
2015-10-31 09:30
字符串处理
这个偶尔自己会用到T-SQL查询
还是自己写的代码用着比较舒服 declare @sql varchar(3000),@cname varchar(100),@
ctype
varchar(20),@tablename varchar(
·
2015-10-31 09:13
t-sql
NSString 与 wchar_t*之间转化
+(NSString*)getStringFromWChar:(const wchar_t*) inStr { setlocale(LC_
CTYPE
, "UTF
·
2015-10-31 09:32
NSString
UVA 10401 Injured Queen Problem
#include<stdio.h>#include<string.h>#include<
ctype
.h>#define MAXD 20char b[MAXD];int
·
2015-10-31 09:11
uva
UVA 825 Walking on the Safe Side
#include<stdio.h>#include<string.h>#include<
ctype
.h>#define MAXD 1010char b[10010];
·
2015-10-31 09:09
ide
LuaPlus测试代码
#include "stdafx.h" #include <windows.h> #include <conio.h> #include <
ctype
.h
·
2015-10-31 09:41
lua
读《C程序设计语言》笔记11
#include <stdio.h> #include <
ctype
.h> double strtofloa
·
2015-10-31 08:09
程序设计
第二次四则运算
#include<stdio.h>#include <
ctype
.h>#include<stdlib.h>#include<time.h>
·
2015-10-31 08:20
四则运算
hdu 3016 man down
线段树只有一个域id【x】,表示当前区域被哪个线段完全覆盖 View Code #include<cstdio>#include<cstring>#include<
ctype
.h
·
2015-10-30 16:10
HDU
Set集合容器
比较规则可以自己定义 #include<iostream> #include<string.h> #include<stdio.h> #include<
ctype
.h
·
2015-10-30 14:00
set
Multiset多重集合容器
//插入重复键值 #include<iostream> #include<string.h> #include<stdio.h> #include<
ctype
.h
·
2015-10-30 14:59
set
ctype
.h头文件
ctype
.h里的函数概况 1 字符测试函数 1> 函数原型均为int isxxxx(int) 2> 参数为int, 任何 实参均被提升成整型 3> 只能正确处理处于
·
2015-10-30 14:51
type
类型转换的法则(NET1.1+)
int m = Convert.ToInt32(num); [VB.NET] Dim num As Long = 12Dim n As Integer = numn = CInt(num)n=
CType
·
2015-10-30 14:57
类型转换
PAT 1004. Counting Leaves (30)
pat-a-practise/1004 复习一下C 1 #include<stdio.h> 2 #include<string.h> 3 #include<
ctype
.h
·
2015-10-30 13:56
count
C语言函数二维数组传递方法
例如: #include < stdio.h > #include < math.h > #include <
ctype
.h > #include <
·
2015-10-30 13:50
二维数组
有些问题稍微想一下就明白了
scid=kb%3Bzh-cn%3B311288 但是在运行时,在Find()函数中的cmdt =
CType
(GetDocument(), IOleCommandTarget)报错,
·
2015-10-30 13:43
问题
UVA 12299 RMQ with Shifts
#include<stdio.h>#include<string.h>#include<
ctype
.h>#
·
2015-10-30 13:52
with
实验1
#include <stdio.h>#include <
ctype
.h>#include <time.h>#include <stdlib.h>#include
·
2015-10-30 13:11
php如何判断字符串是否是字母和数字的组合
转载自百度 /其实判断是否是字母和数字或字母数字的组合还可以用PHP
ctype
_alnum函数 if(!
·
2015-10-30 13:57
PHP
统计字符个数的函数实现
代码 #include <
ctype
.h > #include < stdio.h
·
2015-10-30 10:18
函数
DirectCast 介绍基于继承或实现的类型转换操作。
备注 在 Object 数据类型之间来回转换时,DirectCast 不使用 Visual Basic 运行时帮助器例程进行转换,因此它可以提供比
CType
更好一些的性能。
·
2015-10-30 10:18
类型转换
劣质代码评析——《写给大家看的C语言书(第2版)》附录B之21点程序(二)
#include <
ctype
.h> 3. #include <stdlib.h> 4. 5. #define BELL '\a' 6.
·
2015-10-28 09:50
C语言
劣质代码评析——《写给大家看的C语言书(第2版)》附录B之21点程序(四)
#include <
ctype
.h> 3. #include <stdlib.h> 4. 5. #define BELL '\a' 6.
·
2015-10-28 09:50
C语言
C库函数手册
分类函数,所在函数库为
ctype
.h int isalpha(int ch) 若ch是字母('A'-'Z','a'-'z')返回非0值,否则返回0 int isalnum(int ch)
·
2015-10-27 16:07
函数
c#中的对象生命周期
无论是指类型的变量或是类类型的变量,其存储单元都是在栈中分配的,唯一不同的是类类型的变量实际上存储的是该类对象的指针,相当于vc6中的
CType
*,只是在.net平台的语言中将指针的概念屏蔽掉了。
·
2015-10-27 16:36
生命周期
isalpha和isdigit和isupper和islower
原型:int isalpha(int ch) (另外的俩个函数格式和这个一样) 用法:头文件加入#include <cctype>(C语言使用<
ctype
.h> 功能:判断字符
·
2015-10-27 16:32
Alpha
C中atoi和strcpy的自定义实现
atoi实现: 1 #include <iostream> 2 #include<
ctype
.h> 3 using namespace std; 4 5
·
2015-10-27 15:00
RCP
实验1
#include <stdio.h>#include <
ctype
.h>#include <time.h>#include <stdlib.h>#include
·
2015-10-27 15:09
isspace
原型:extern int isspace(int c); 用法:#include <
ctype
.h> 功能:判断字符c是否为空白符 
·
2015-10-27 15:23
SP
tolower
原型:extern int tolower(int c); 用法:#include <
ctype
.h> 功能:将字符c转换为小写英文字母&
·
2015-10-27 15:23
ol
linux常用头文件
details/17361161 aio.h 异步I/Oassert.h 验证程序断言 complex 复数类complex.h 复数处理cpio.h cpio归档值
ctype
.h
·
2015-10-27 14:23
linux
SQL游标写法代码
select adddate,pic,spic,* from product where code like '102805687%' --56865select * from crk where
ctype
·
2015-10-27 14:35
sql
解决gcc编译时的乱码问题
查看了一下当时的错误描述,发现它的引号是中文引号,导致在SecureCRT中显示出错: before numeric constant 在网上查了一下,可以通过修改LC_
CTYPE
=zh_CN.GBK
·
2015-10-27 14:21
gcc
Visual C++ 2008入门经典 第三章判断和循环
3.1.1 if语句 //A-Z 是65-90 //a-z 97-122 //有一个将小写字母转换为大写的ISO/ANSI C++库函数 toupper() 位于标准文件<
ctype
·
2015-10-27 14:05
2008
UVa-1586 Molar mass
#include<iostream> #include<cstdio> #include<cstring> #include<
ctype
.h> using
·
2015-10-27 14:30
uva
UVa-232 Crossword Answers
#include<iostream> #include<cstdio> #include<cstring> #include<
ctype
.h> using
·
2015-10-27 14:29
word
劣质代码评析——《写给大家看的C语言书(第2版)》》附录B之21点程序(七)
#include <
ctype
.h> 3. #include <stdlib.h> 4. 5. #define BELL '\a' 6.
·
2015-10-27 13:59
C语言
劣质代码评析——《写给大家看的C语言书(第2版)》附录B之21点程序(五)
#include <
ctype
.h> 3. #include <stdlib.h> 4. 5. #define BELL '\a' 6.
·
2015-10-27 13:58
C语言
劣质代码评析——《写给大家看的C语言书(第2版)》附录B之21点程序(六)
#include <
ctype
.h> 3. #include <stdlib.h> 4. 5. #define BELL '\a' 6.
·
2015-10-27 13:57
C语言
SPOJ 2157 Anti-Blot System
#include<stdio.h> #include<string.h> #include<
ctype
.h> #define MAXD 11
·
2015-10-24 09:20
System
ctype
.h里的函数大全
1 字符测试函数 1> 函数原型均为int isxxxx(int) 2> 参数为int, 任何实参均被提升成整型 3> 只能正确处理处于[0, 127]之间的值 2 字符映射函数 1> 函数原型为int toxxxx(int) 2> 对参数进行检测, 若符合范围则转换, 否则不变 int tolower(int); 'A'~'
·
2015-10-23 08:39
type
PostgreSQL的 initdb 源代码分析之八
故 调用 default_text_search_config = find_matching_ts_config(lc_
ctype
) 最后输出:The default text
·
2015-10-23 08:54
PostgreSQL
你晓得怎么往DropDownList里面添加值读取数据库里面的值吗
txt_
ctype
.Items.Clear(); DataTable dt= new DataTable(
·
2015-10-21 13:20
list
HDU 2072 单词数
#include<stdio.h>#include<string.h>#include<
ctype
.h>int head[1000003],next[1000];char
·
2015-10-21 13:16
HDU
UVA 10700 Camel trading
#include<stdio.h>#include<string.h>#include<
ctype
.h>char b[1000]
·
2015-10-21 13:05
camel
链表的基本操作
#include < stdlib.h > #include < stdio.h > #include < conio.h > #include <
ctype
.h
·
2015-10-21 12:48
基本操作
两个链表按升序合并
#include < stdlib.h > #include < stdio.h > #include < conio.h > #include <
ctype
.h
·
2015-10-21 12:48
链表
小型Basic编译器问题
# include <stdio.h> # include <string.h> # include <
ctype
.h> # include <stdlib.h
·
2015-10-21 12:16
编译器
MicroPather实现A*算法
#include "micropather.h" #include <
ctype
.h> #include <stdio.h> #include
·
2015-10-21 12:39
Path
上一页
14
15
16
17
18
19
20
21
下一页
按字母分类:
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
其他