搜索结果

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

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 ...
https://www.eeworm.com/dl/664/231566.html
下载: 141
查看: 1046

Internet/网络编程 非常方便的网络Socket类

非常方便的网络Socket类,开发网络程序变得很简单。 支持自定义的string类。 用法:typedef YSocket<CString> CMySocket //CString也可以用自己的string类,从而可以用来atl等任何地方 CMySocket tpSock //声明 tpSock.Create()//建立sock tpSock.Bind()//绑定 tpSock.Listen()//开始侦听 ...
https://www.eeworm.com/dl/620/236012.html
下载: 153
查看: 1037

手机短信编程 /// /// /// /// /// /// / ///文 件:.cs ///概 要:针对国内短信解码(USC2) ///组成结构:包含四个函数: /// 1、GetEver

/// /// /// /// /// /// / ///文 件:.cs ///概 要:针对国内短信解码(USC2) ///组成结构:包含四个函数: /// 1、GetEverySMS(string SMS) /// 2、GetTelphone(string SMS) /// 3、GetDataTime(string SMS) /// 4、GetContent(string SMS)
https://www.eeworm.com/dl/622/243606.html
下载: 111
查看: 1042

Delphi控件源码 Delphi的IP输入控件

Delphi的IP输入控件,可以直接使用IPString取出输入的IP地址,返回String
https://www.eeworm.com/dl/666/243850.html
下载: 138
查看: 1068

汇编语言 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/644/246658.html
下载: 74
查看: 1081

VC书籍 C++是在C语言的基础上开发的一种集面向对象编程、通用编程和传统的过程性编程于一体的编程语言

C++是在C语言的基础上开发的一种集面向对象编程、通用编程和传统的过程性编程于一体的编程语言,是C语言的超集。本书是根据1998年的ISO/ANSI C++标准编写的,通过大量短小精悍的程序详细而全面地阐述了C++的基本概念和技术。 全书分17章和10个附录。分别介绍了C++程序的运行方式、基本数据类型、复合数据类型、循环和关系表 ...
https://www.eeworm.com/dl/686/249452.html
下载: 83
查看: 1091

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 ...
https://www.eeworm.com/dl/634/249587.html
下载: 91
查看: 1078

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 ...
https://www.eeworm.com/dl/633/249764.html
下载: 114
查看: 1046

网络 测试glob的使用

测试glob的使用,大家可以试一试 $string =glob".*"
https://www.eeworm.com/dl/635/249786.html
下载: 196
查看: 1020

其他 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 ...
https://www.eeworm.com/dl/534/250401.html
下载: 86
查看: 1060