搜索结果
找到约 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 unit Video interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrl
unit Video
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls,
ExtCtrls, avicap, mmsystem, dsgnintf
// Types for event-procedures
type
TCapStatusProc = procedure(Sender: TObject) of object
TCapStatusCallback = procedure(Sender: TObject nID: integer status: st ...
Internet/网络编程 非常方便的网络Socket类
非常方便的网络Socket类,开发网络程序变得很简单。
支持自定义的string类。
用法:typedef YSocket<CString> CMySocket //CString也可以用自己的string类,从而可以用来atl等任何地方
CMySocket tpSock //声明
tpSock.Create()//建立sock
tpSock.Bind()//绑定
tpSock.Listen()//开始侦听 ...
手机短信编程 /// /// /// /// /// /// / ///文 件:.cs ///概 要:针对国内短信解码(USC2) ///组成结构:包含四个函数: /// 1、GetEver
/// /// /// /// /// /// /
///文 件:.cs
///概 要:针对国内短信解码(USC2)
///组成结构:包含四个函数:
/// 1、GetEverySMS(string SMS)
/// 2、GetTelphone(string SMS)
/// 3、GetDataTime(string SMS)
/// 4、GetContent(string SMS)
Delphi控件源码 Delphi的IP输入控件
Delphi的IP输入控件,可以直接使用IPString取出输入的IP地址,返回String
汇编语言 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 ...
VC书籍 C++是在C语言的基础上开发的一种集面向对象编程、通用编程和传统的过程性编程于一体的编程语言
C++是在C语言的基础上开发的一种集面向对象编程、通用编程和传统的过程性编程于一体的编程语言,是C语言的超集。本书是根据1998年的ISO/ANSI C++标准编写的,通过大量短小精悍的程序详细而全面地阐述了C++的基本概念和技术。 全书分17章和10个附录。分别介绍了C++程序的运行方式、基本数据类型、复合数据类型、循环和关系表 ...
Applet baidu 本程序是用JNI技术实现的读取硬盘序列号 将ChenminDiskIDJoc.jar 加入环境变量 这两个文件放入window 文件夹 或者JDK的bin文件夹 或者你的应用文件
baidu
本程序是用JNI技术实现的读取硬盘序列号
将ChenminDiskIDJoc.jar 加入环境变量
这两个文件放入window 文件夹 或者JDK的bin文件夹 或者你的应用文件夹
DiskID32.dll
DiskID.dll
public static String chenmin.io.DiskID.Factory() 返回硬盘厂家
public static String chenmin.io.DiskID.DiskID() 返回硬盘序列号
Chen ...
Java编程 jSP编写的了BBS系统 架設方法 : 解壓縮dzbbs.zip後
jSP编写的了BBS系统
架設方法 : 解壓縮dzbbs.zip後,打開dzbbs/set.jsp,修改以下
try{
cn=DriverManager.getConnection("jdbc:mysql://localhost/mysql?useUnicode=true&characterEncoding=big5","root","pass") // mysql為資料庫名稱,root 為用戶帳號 , pass為用戶密碼
}catch(Exception e){
}
String bbs_name="DzBBS ...
其他 TFIND searches for one or more strings (boolean AND) in a text file. TFIND reports all lines whe
TFIND
searches for one or more strings (boolean AND) in a text file.
TFIND reports all lines where the string(s) were found (or NOT found
by option).
The search can be limited to a field in a fixed field (i.e. column
oriented) list.
An extended search mode is available, where only letters an ...