搜索结果
找到约 308 项符合
String 的查询结果
按分类筛选
- 全部分类
- Java编程 (49)
- 其他 (22)
- 数据结构 (17)
- Delphi控件源码 (13)
- 源码 (12)
- JavaScript (10)
- 加密解密 (9)
- VC书籍 (9)
- Internet/网络编程 (8)
- Linux/Unix编程 (7)
- 网络 (6)
- 单片机开发 (6)
- 汇编语言 (6)
- Jsp/Servlet (6)
- 驱动编程 (5)
- Delphi/CppBuilder (5)
- J2ME (5)
- 编译器/解释器 (5)
- 人工智能/神经网络 (5)
- 编辑器/阅读器 (5)
- 数学计算 (4)
- 其他书籍 (4)
- 技术资料 (4)
- 单片机编程 (3)
- C/C++语言编程 (3)
- STL (3)
- Java书籍 (3)
- 压缩解压 (3)
- 其他行业 (3)
- 多国语言处理 (3)
- 其他嵌入式/单片机内容 (3)
- 通讯编程文档 (3)
- 教育系统应用 (3)
- 书籍源码 (3)
- 数据库系统 (3)
- 电子书籍 (3)
- Symbian (3)
- VIP专区 (3)
- 文件格式 (2)
- 文章/文档 (2)
- Applet (2)
- 磁盘编程 (2)
- 嵌入式/单片机编程 (2)
- Ajax (2)
- 操作系统开发 (2)
- 软件设计/软件工程 (2)
- SQL Server (2)
- 行业应用文档 (1)
- 数值算法/人工智能 (1)
- BREW编程 (1)
- 家庭/个人应用 (1)
- 系统设计方案 (1)
- 手机短信编程 (1)
- matlab例程 (1)
- *行业应用 (1)
- 串口编程 (1)
- Oracle数据库 (1)
- 嵌入式Linux (1)
- Windows CE (1)
- 金融证券系统 (1)
- 通讯/手机编程 (1)
- 微处理器开发 (1)
- GPS编程 (1)
- 行业发展研究 (1)
- 嵌入式综合 (1)
- 源码/资料 (1)
- 手册 (1)
- 软件 (1)
- 应用设计 (1)
- 习题答案 (1)
Delphi/CppBuilder 我写了一个类
我写了一个类,专门用来操作Treeview和数据库,通过数据库中的数据自动添加到Treeview控件中,不过数据控件用的是ADO组件,另外数据库中存放Treeview节点数据表的结构位:ID:integer PID:Integer Caption:string 字段名成可以不同,但是类型必须相同!
公用单元:TreeFillThrd.pas TreeUtils.pas ...
压缩解压 把链表S中从第m个元素起共n个元素存储到s中
把链表S中从第m个元素起共n个元素存储到s中,成功返回1,否则返回0int LEN(STRING S)
其他嵌入式/单片机内容 This is program with source code to convert ascii text files to the maxicode barcode standard.
This is program with source code to convert ascii text files to the maxicode barcode standard.
The input file consists of two columns. The first column represents a code and the second column is a string enclosed in quotes. The
codes for the first column are as follows: PM, SM, CC, MO, SC, ...
编辑器/阅读器 I upload Suffix Array Pdf file. This is a really good tutorial for guys who are curious about suffix
I upload Suffix Array Pdf file. This is a really good tutorial for guys who are curious about suffix array. It described the meaning of suffix array and also how to built it. Hope this really help guys improving skills about string searching, string matching, etc
Java编程 向数据库添加用户自定义字段
向数据库添加用户自定义字段,用户可以指定该字段的名称,默认类型为String
GPS编程 This code outputs various NMEA strings to a com port. The code was originally used to test naviati
This code outputs various NMEA strings to a com port. The code was
originally used to test naviation programmes.
First select the required com port and the required NMEA message string.
There is a default starting position but this can be changed to suit just by typing
in a new position.
Click on ...
Delphi控件源码 *** HyperString v6.0 *** (c)1996-2000 EFD Systems, All rights reserved
*** HyperString v6.0 ***
(c)1996-2000 EFD Systems, All rights reserved
efd@mindspring.com
*** THIS IS NOT PUBLIC DOMAIN SOFTWARE ***
See below for license agreement, disclaimer, installation and use.
Introduction ------------- ...
Java编程 物料管理 物料登记 批量登记:一次性导入多条物料 单条登记:只能录入一条物料信息 物料管理 更新: 删除: 查看: 物料导出 库管员可以将系统中登记的所有物料一次性导出来 Mat
物料管理
物料登记
批量登记:一次性导入多条物料
单条登记:只能录入一条物料信息
物料管理
更新:
删除:
查看:
物料导出
库管员可以将系统中登记的所有物料一次性导出来
MaterialImport
Public MaterialImport( MateiralManager manager, String filePath )
Public void importMaterial()
private StringBuffer read ...
其他 采用Access数据库
采用Access数据库,三层开发
DB_51aspx下为Access数据库文件,Web为网站文件夹
目录下的Auto Generated Code均为代码生成器自动生成的代码
ExamDAL/DBHelp.cs为数据处理文件,注意使用时请先配置其中string strPath = "E:\\downCode\\ExamOnline\\DB_51aspx\\ExamOnline.mdb" 的数据库路径并编译才能使用。
可以进行学生 ...
Delphi控件源码 RC4 加密解密单元delphi版 附件压缩包里有两个单元文件
RC4 加密解密单元delphi版
附件压缩包里有两个单元文件,其中Rc4_Kol_Unit.pas是在delphi KOL编程时引用。若只是delphi编程只须引用Rc4_Unit.pas单元即可。
函数名: Rc4_StrEncrypt()
描 述: RC4 Based string encryption
参 数: i_Encrypt ——为 1 是加密, 0 是解密(integer类型);
s_EncryptText ...