搜索资源列表
oracle_fun
- oracle中常用函数说明. SQL中的单记录函数 1.ASCII 返回与指定的字符对应的十进制数 SQL> select ascii( A ) A,ascii( a ) a,ascii( 0 ) zero,ascii( ) space from dual A A ZERO SPACE --------- --------- --------- --------- 65 97 48 32 2.CHR 给出整数,返回对应的字符 SQL>
chengxulu
- 通信录由以下几项数据信息构成: 数据项 类型 姓名 字符串 地址 字符串 邮政编码 字符串 电话号码 字符串 试为通信录数据定义类型和定义通信录变量, 实现功能:存取、显示、删除记录、查询记录等功能。 -Communications were recorded by the following data: the data string of the type of name address phone number string string st
FindString
- 在一个目录中的多个文本文件中搜索指定字符串的出现,将搜索到的结果输出到一文本文件中,其中包括该字符串出现的文件、在其中的行数、该行的全部或部分内容。-In a directory specified number of text files in the search string appear to the search results output to a text file, including documents of the string appears, in which the
131
- 输入一个字符串,扫描该字符串,按数字、字母和特殊字符3类,把字符分类输出到屏幕,并计算其中数字字符的和,把求得的和以十进制数的形式输出到屏幕。-Enter a string, the string scanning, numbers, letters and special characters are three types of character output to the screen, and calculate one of the numeric characters, to ob
C-Program-examples
- 河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一) 老鼠走迷官(二) 骑士走棋盘 八个皇后 八枚银币 生命游戏 字串核对 双色、三色河内塔 背包问题(Knapsack Problem) 数、运算 蒙地卡罗法求 PI Eratosthenes筛选求质数 超长整数运算(大数运算) 长 PI 最大公因数、最小公倍数、因式分解 完美数 阿姆斯壮数 最大访客数 中序式转
ADO.NET_ConnString
- ADO.net连接数据库的连接字符串大全,可供数据库编程人员参考-ADO.net to connect to the database connection string Daquan available for database programmers reference
assign3
- Implement a class that represents a phone number in std::string type. The class should inherit the given Abstract- Phone class. You are not allowed to change the prototypes in AbstractPhone.h. The AbstractPhone class is an abstract class since ge
assign4
- Implement a class that represents a phone number in std::string type. The class should inherit the given Abstract- Phone class. You are not allowed to change the prototypes in AbstractPhone.h. The AbstractPhone class is an abstract class since ge
assign5
- Implement a class that represents a phone number in std::string type. The class should inherit the given Abstract- Phone class. You are not allowed to change the prototypes in AbstractPhone.h. The AbstractPhone class is an abstract class since ge
assign6
- Implement a class that represents a phone number in std::string type. The class should inherit the given Abstract- Phone class. You are not allowed to change the prototypes in AbstractPhone.h. The AbstractPhone class is an abstract class since ge
CPPstring
- 详细介绍了C++ string的所有函数的详细说明及使用方法-Details C++ string a detailed descr iption of all the functions and methods of use
STRING
- 写一个MyString类,可以使用cstring(string.h)中库函数,然后编写代码使用函数-Write a MyString class, you can use the CString (string.h) in the library function, and then write code using function
chineseToStr
- 中文汉字与字母数字字符串的转换,也就是汉字可以解析为包含字母数字的字符串,同时包含字母数字的字符串也可以转化为中文汉字。-Convert Chinese characters and alphanumeric string, which is a string of characters can resolve alphanumeric string contains alphanumeric characters can be converted into Chinese.
lcd
- LCD12864液晶显示屏显示字符串的源代码C程序-LCD12864 LCD display string C program source code