搜索结果
找到约 903 项符合
stRing-include 的查询结果
其他 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 ...
Delphi/CppBuilder Delphi6.0函数大全
Delphi6.0函数大全,Delphi程序员的至爱。∷图书简介∷
电子图书名:Delphi6函数大全 Delphi6函数大全(1) <> 首部 function AnsiResemblesText(const AText, AOther: string): Boolean $[StrUtils.pas功能 返回两个字符串是否相似说明 ANSI(American National Standards Institute)美国国家标准协会 不区分大小写参考 fun ...
驱动编程 This the second tutorial of the Writing Device Drivers series. There seems to be a lot of interest i
This the second tutorial of the Writing Device Drivers series. There seems to be a lot of interest in the topic, so this article will pick up where the first left off. The main focus of these articles will be to build up little by little the knowledge needed to write device drivers. In this article, ...
嵌入式Linux gpio驱动 leddrv.c为驱动源程序 writeled.c为应用程序 writeled.c 编译方式 arm-elf-gcc -Wall -O2 -Wl,-elf2flt -o wri
gpio驱动
leddrv.c为驱动源程序
writeled.c为应用程序
writeled.c 编译方式 arm-elf-gcc -Wall -O2 -Wl,-elf2flt -o writeled writeled.c
leddrv.c 编译方式 arm-elf-gcc -D__KERNEL__ -I你的uClinux目录/linux-2.4.x/include-Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fno-common ...
人工智能/神经网络 OpenSVM was developped under Visual C++ 6.0 SP6, You can open the workspace file(*.dsw) in the ope
OpenSVM was developped under Visual C++ 6.0 SP6,
You can open the workspace file(*.dsw) in the opensvm-src folder.
The folder include the svm.h and svm.cpp which in the libsvm (Copyright (c) 2000-2007 Chih-Chung Chang and Chih-Jen Lin All rights reserved) in the opensvm-src\libsvm.
However, the f ...
Java编程 本类库包含了常规的数据库联结操作
本类库包含了常规的数据库联结操作,可以手动注册数据库在drivers.xml中。
本类库包含如下类:
-------------------------------------
DriverUtilities
loadDrivers():加载驱动程序,本类提供了mysql,oracle,sql server,access的数据库驱动,url记录。
isValidVendor(String ve ...
Internet/网络编程 其中:ClientInfor.inf 文件: 第一行的数据表示: 客户端游戏版本号 第一行的数据表示: 更新文件存放的网络路径 UpdateInfor.inf文件: 第一行的数据表示:
其中:ClientInfor.inf 文件:
第一行的数据表示: 客户端游戏版本号
第一行的数据表示: 更新文件存放的网络路径
UpdateInfor.inf文件:
第一行的数据表示: 最新游戏版本号
第二行的数据表示: 有多少文件需要更新
后面每行的数据表示: 需要更新的文件的名称
frmUpdate.frm窗体: 负责下载
modZip.BAS模块: 只 ...
matlab例程 The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa.
For example,
>> project.name = MyProject
>> project.id = 1234
>> project.param.a = 3.1415
>> project.param.b = 42
becomes with str=xml_forma ...