搜索结果

找到约 308 项符合 String 的查询结果

Delphi/CppBuilder 我写了一个类

我写了一个类,专门用来操作Treeview和数据库,通过数据库中的数据自动添加到Treeview控件中,不过数据控件用的是ADO组件,另外数据库中存放Treeview节点数据表的结构位:ID:integer PID:Integer Caption:string 字段名成可以不同,但是类型必须相同! 公用单元:TreeFillThrd.pas TreeUtils.pas ...
https://www.eeworm.com/dl/664/443357.html
下载: 60
查看: 1043

压缩解压 把链表S中从第m个元素起共n个元素存储到s中

把链表S中从第m个元素起共n个元素存储到s中,成功返回1,否则返回0int LEN(STRING S)
https://www.eeworm.com/dl/617/447014.html
下载: 160
查看: 1017

其他嵌入式/单片机内容 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, ...
https://www.eeworm.com/dl/687/449847.html
下载: 60
查看: 1054

编辑器/阅读器 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
https://www.eeworm.com/dl/626/453311.html
下载: 147
查看: 1097

Java编程 向数据库添加用户自定义字段

向数据库添加用户自定义字段,用户可以指定该字段的名称,默认类型为String
https://www.eeworm.com/dl/633/455422.html
下载: 165
查看: 1043

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 ...
https://www.eeworm.com/dl/693/457982.html
下载: 166
查看: 1066

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 ------------- ...
https://www.eeworm.com/dl/666/460841.html
下载: 196
查看: 1080

Java编程 物料管理 物料登记 批量登记:一次性导入多条物料 单条登记:只能录入一条物料信息 物料管理 更新: 删除: 查看: 物料导出 库管员可以将系统中登记的所有物料一次性导出来 Mat

物料管理 物料登记 批量登记:一次性导入多条物料 单条登记:只能录入一条物料信息 物料管理 更新: 删除: 查看: 物料导出 库管员可以将系统中登记的所有物料一次性导出来 MaterialImport Public MaterialImport( MateiralManager manager, String filePath ) Public void importMaterial() private StringBuffer read ...
https://www.eeworm.com/dl/633/463448.html
下载: 29
查看: 1042

其他 采用Access数据库

采用Access数据库,三层开发 DB_51aspx下为Access数据库文件,Web为网站文件夹 目录下的Auto Generated Code均为代码生成器自动生成的代码 ExamDAL/DBHelp.cs为数据处理文件,注意使用时请先配置其中string strPath = "E:\\downCode\\ExamOnline\\DB_51aspx\\ExamOnline.mdb" 的数据库路径并编译才能使用。 可以进行学生 ...
https://www.eeworm.com/dl/534/465999.html
下载: 43
查看: 1028

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 ...
https://www.eeworm.com/dl/666/466138.html
下载: 54
查看: 1429