CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 技术管理 搜索资源 - string

搜索资源列表

  1. oracle_fun

    0下载:
  2. 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>
  3. 所属分类:Project Manage

    • 发布日期:2017-03-29
    • 文件大小:66.87kb
    • 提供者:张松宝
  1. chengxulu

    0下载:
  2. 通信录由以下几项数据信息构成: 数据项 类型 姓名 字符串 地址 字符串 邮政编码 字符串 电话号码 字符串 试为通信录数据定义类型和定义通信录变量, 实现功能:存取、显示、删除记录、查询记录等功能。 -Communications were recorded by the following data: the data string of the type of name address phone number string string st
  3. 所属分类:Project Manage

    • 发布日期:2017-03-24
    • 文件大小:9.13kb
    • 提供者:马春明
  1. FindString

    0下载:
  2. 在一个目录中的多个文本文件中搜索指定字符串的出现,将搜索到的结果输出到一文本文件中,其中包括该字符串出现的文件、在其中的行数、该行的全部或部分内容。-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
  3. 所属分类:Project Manage

    • 发布日期:2017-04-06
    • 文件大小:6.08kb
    • 提供者:阿蛟
  1. 131

    0下载:
  2. 输入一个字符串,扫描该字符串,按数字、字母和特殊字符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
  3. 所属分类:Project Manage

    • 发布日期:2017-04-25
    • 文件大小:68.7kb
    • 提供者:翁美凤
  1. C-Program-examples

    0下载:
  2. 河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一) 老鼠走迷官(二) 骑士走棋盘 八个皇后 八枚银币 生命游戏 字串核对 双色、三色河内塔 背包问题(Knapsack Problem) 数、运算 蒙地卡罗法求 PI Eratosthenes筛选求质数 超长整数运算(大数运算) 长 PI 最大公因数、最小公倍数、因式分解 完美数 阿姆斯壮数 最大访客数 中序式转
  3. 所属分类:Project Manage

    • 发布日期:2017-03-23
    • 文件大小:63.25kb
    • 提供者:李艳文
  1. ADO.NET_ConnString

    0下载:
  2. ADO.net连接数据库的连接字符串大全,可供数据库编程人员参考-ADO.net to connect to the database connection string Daquan available for database programmers reference
  3. 所属分类:Project Manage

    • 发布日期:2017-04-06
    • 文件大小:21.24kb
    • 提供者:earthmanabc
  1. assign3

    0下载:
  2. 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
  3. 所属分类:Project Manage

    • 发布日期:2017-11-24
    • 文件大小:26.39kb
    • 提供者:asdaa
  1. assign4

    0下载:
  2. 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
  3. 所属分类:Project Manage

    • 发布日期:2017-11-18
    • 文件大小:46.14kb
    • 提供者:asdaa
  1. assign5

    0下载:
  2. 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
  3. 所属分类:Project Manage

    • 发布日期:2017-11-22
    • 文件大小:402kb
    • 提供者:asdaa
  1. assign6

    0下载:
  2. 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
  3. 所属分类:Project Manage

    • 发布日期:2017-11-27
    • 文件大小:545.31kb
    • 提供者:asdaa
  1. CPPstring

    0下载:
  2. 详细介绍了C++ string的所有函数的详细说明及使用方法-Details C++ string a detailed descr iption of all the functions and methods of use
  3. 所属分类:Project Manage

    • 发布日期:2017-04-14
    • 文件大小:5.4kb
    • 提供者:李跃
  1. STRING

    0下载:
  2. 写一个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
  3. 所属分类:Project Manage

    • 发布日期:2017-04-15
    • 文件大小:6.95kb
    • 提供者:甘露
  1. chineseToStr

    1下载:
  2. 中文汉字与字母数字字符串的转换,也就是汉字可以解析为包含字母数字的字符串,同时包含字母数字的字符串也可以转化为中文汉字。-Convert Chinese characters and alphanumeric string, which is a string of characters can resolve alphanumeric string contains alphanumeric characters can be converted into Chinese.
  3. 所属分类:Project Manage

    • 发布日期:2017-04-06
    • 文件大小:12.81kb
    • 提供者:杨军
  1. lcd

    0下载:
  2. LCD12864液晶显示屏显示字符串的源代码C程序-LCD12864 LCD display string C program source code
  3. 所属分类:Project Manage

    • 发布日期:2017-04-10
    • 文件大小:1.01kb
    • 提供者:
搜珍网 www.dssz.com