搜索结果

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

数据库系统 重写了微软提供SQLHelper(共用的数据库调用接口) 1把SqlHelper的connectionString做成一个全局量

重写了微软提供SQLHelper(共用的数据库调用接口) 1把SqlHelper的connectionString做成一个全局量,统一设置数据库连接字符串 2增加了返回特定表名的DataSet的各接口。 可在项目的config文件设置数据库连接字符串 private static string connectionString = System.Configuration.ConfigurationSettings.AppSettings["Conne ...
https://www.eeworm.com/dl/523/115914.html
下载: 156
查看: 1029

Internet/网络编程 软件测试:一个编译器测试软件

软件测试:一个编译器测试软件,支持下列C语言运算符:+ - * / % ^(乘方) 负 (int) (double) "字符串" [](数组) > < == >= <= != && ! ++ -- = += -= *= /= %= ^=,支持下列关键字:void int double string if else for while do goto break continue return,支持下列数据类型:int double string int[] double[] stri ...
https://www.eeworm.com/dl/620/120553.html
下载: 79
查看: 1069

数据结构 这是我的一些数据结构(C语言)源代码 比如LinkList

这是我的一些数据结构(C语言)源代码 比如LinkList,String,Array,Tr
https://www.eeworm.com/dl/654/127307.html
下载: 126
查看: 1042

数据结构 SPLASH is a c++ class library that implements many of the Perl constructs and data types, including

SPLASH is a c++ class library that implements many of the Perl constructs and data types, including extensive regex regular expression pattern matching. For those not familiar with Perl, it is an excellent scripting language by Larry Wall and is available for most platforms. This Class library provi ...
https://www.eeworm.com/dl/654/128196.html
下载: 178
查看: 1081

压缩解压 This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer a

This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially contains "space" characters only. Read several lette ...
https://www.eeworm.com/dl/617/132266.html
下载: 80
查看: 1050

Java书籍 java语言中的系统类

java语言中的系统类,包括String类、 StringBuffer类、 Vector类、 Data类、 Random类
https://www.eeworm.com/dl/656/134374.html
下载: 53
查看: 1020

驱动编程 This driver was developed using a USB keyboard from Cherry,as indicated by the VID and PID codes. Th

This driver was developed using a USB keyboard from Cherry,as indicated by the VID and PID codes. These IDs must be set for the device you intend to support. Similarly, you will need to set Class to the appropriate string for your device class.
https://www.eeworm.com/dl/618/136240.html
下载: 80
查看: 1080

网络 接收pop3 Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message Dim message, response A

接收pop3 Public Function Retrieve(ByVal rhs As Pop3Message) As Pop3Message Dim message, response As String Dim msg As New Pop3Message msg.bytes = rhs.bytes msg.number = rhs.number message = "RETR " + rhs.number.ToString + vbCrLf write(message) response = Respond() If response.Substring(0, 3 ...
https://www.eeworm.com/dl/635/147009.html
下载: 115
查看: 1126

单片机开发 This directory contains the memtest 8051 firmware for the Anchor Chips EZ-USB chip. The purpose

This directory contains the memtest 8051 firmware for the Anchor Chips EZ-USB chip. The purpose of this software is to test the different memory segments in the Ez-Usb chip. This example will output the string "good" on the 7 segment LED if the mem test passes, or it will output the first addres ...
https://www.eeworm.com/dl/648/148482.html
下载: 81
查看: 1088

加密解密 DES,MD5,ZLIB算法源代码 文件列表: Adler32.cpp ArithDLL.cpp ArithDLL.def ArithDLL.dll ArithDLL.dsp Arith

DES,MD5,ZLIB算法源代码 文件列表: Adler32.cpp ArithDLL.cpp ArithDLL.def ArithDLL.dll ArithDLL.dsp ArithDLL.dsw ArithDLL.h ArithDLL.lib ArithDLL.ncb ArithDLL.opt ArithDLL.plg Arithzxz.h Arithzxz.h.BAK Compress.cpp CRC.cpp Deflate.cpp Deflate.h Des.cpp Des.h Infblock.cpp Infblock.h Infcodes.cpp Infcod ...
https://www.eeworm.com/dl/519/149735.html
下载: 137
查看: 1154