搜索结果
找到约 457 项符合
Text 的查询结果
按分类筛选
- 全部分类
- Java编程 (42)
- 其他 (38)
- 技术资料 (29)
- 书籍 (25)
- 其他书籍 (19)
- matlab例程 (14)
- Linux/Unix编程 (14)
- 加密解密 (12)
- 单片机开发 (12)
- Delphi控件源码 (10)
- 多国语言处理 (9)
- 文章/文档 (8)
- 手机短信编程 (8)
- VC书籍 (8)
- 编译器/解释器 (8)
- 软件设计/软件工程 (7)
- 电子书籍 (7)
- 编辑器/阅读器 (7)
- 源码 (7)
- 人工智能/神经网络 (6)
- 汇编语言 (6)
- 通讯/手机编程 (6)
- 系统设计方案 (6)
- 软件工程 (6)
- VHDL/FPGA/Verilog (6)
- 其他行业 (6)
- 网络 (5)
- Internet/网络编程 (5)
- J2ME (5)
- 文件格式 (5)
- JavaScript (5)
- 串口编程 (4)
- uCOS (4)
- 书籍源码 (4)
- Windows CE (4)
- Java书籍 (4)
- SQL Server (4)
- 数值算法/人工智能 (3)
- 嵌入式/单片机编程 (3)
- SCSI/ASPI (3)
- Applet (3)
- 压缩解压 (3)
- 数据结构 (3)
- MySQL数据库 (3)
- 其他嵌入式/单片机内容 (3)
- CA认证 (3)
- VIP专区 (3)
- 单片机编程 (2)
- 教育系统应用 (2)
- Delphi/CppBuilder (2)
- 中间件编程 (2)
- BREW编程 (2)
- 行业发展研究 (2)
- 微处理器开发 (2)
- 数学计算 (2)
- GPS编程 (2)
- *行业应用 (2)
- 源码/资料 (2)
- 学术论文 (1)
- 技术书籍 (1)
- 教程资料 (1)
- 嵌入式综合 (1)
- 开发工具 (1)
- 仿真技术 (1)
- Windows Mobile (1)
- Modem编程 (1)
- 电子政务应用 (1)
- OA系统 (1)
- VxWorks (1)
- 语音压缩 (1)
- 企业管理 (1)
- 技术管理 (1)
- Jsp/Servlet (1)
- USB编程 (1)
- 操作系统开发 (1)
- 医药行业 (1)
- 驱动编程 (1)
- 其他数据库 (1)
- 数据库系统 (1)
- Ajax (1)
- Symbian (1)
- 3G开发 (1)
- Proe教程 (1)
- 机械丛书 (1)
- 可编程逻辑 (1)
- C/C++语言编程 (1)
- 多媒体处理 (1)
- 软件 (1)
人工智能/神经网络 关于tts语音引擎的使用方法!很多软件具有英文发音和朗读功能
关于tts语音引擎的使用方法!很多软件具有英文发音和朗读功能,它们都使用了MSTTS(Microsoft Text To Speech)技术。微软遵照COM的标准,提供了一套Speech API来对MSTTS进行编程。要在程序中使用这套API,必须确保系统已经安装了MSTTS和Spchapi软件包。
Speech API可以作为类型库引用到Delphi中,方法是:打开Project ...
电子政务应用 这用java语言模拟一个银行的操作系统
这用java语言模拟一个银行的操作系统,main-class:run
图形界面模式:加参数-graphic
文字模式:加参数-text
Client.txt存放客户信息
Compte.txt存放账户信息
Operation.txt账号使用信息
这个版本是法语版的
SQL Server BCB 编写的一些简单函数用于SQL的扩展存储过程. -检查文件是否存在Select dbo.FileExist( c:oot.ini ) --删除文件Select dbo.FileDelete(
BCB 编写的一些简单函数用于SQL的扩展存储过程. -检查文件是否存在Select dbo.FileExist( c:\boot.ini )
--删除文件Select dbo.FileDelete( C:\X.txt )
--服务状态Select dbo.ServerStat( awhost32 ,1)
--建立目录Select dbo.MKDIR( C:\Test\test ,1)
--文件复制Select dbo.FileCopy( C:\boot.ini , c:\Boot\YYY.ini ,1)
-- ...
通讯/手机编程 The SMS-Receiver program is intended for circuit phone incoming SMS receiving. The messages are writ
The SMS-Receiver program is intended for circuit phone incoming SMS receiving. The messages are writed in log file SMS_Receiver.log & cleared from phone then. There s a log strings format: MM/DD/YYYY HH:MM PhoneNo, Message text (Date) (Time)
人工智能/神经网络 遗传求解求解一元二次方程的解源程序(下载点击GAdownload.c) 说明: 1 popu变量表示群体规模 2 L变量表示染色体的长度 3 pc,pm变量分别代表是交叉概率和变异概率 4
遗传求解求解一元二次方程的解源程序(下载点击GAdownload.c)
说明:
1 popu变量表示群体规模
2 L变量表示染色体的长度
3 pc,pm变量分别代表是交叉概率和变异概率
4 gen是迭代的代数
4 chromosome是一个全局的二维数组,里面存放的是个体的编码
5 程序最后的执行结果输出到了text.txt文本文件中 ...
Linux/Unix编程 A C++ N-grams Package 2.0 This is a simple C++ n-grams package that includes a header, the correspo
A C++ N-grams Package 2.0
This is a simple C++ n-grams package that includes a header, the corresponding cpp file, and a sample driver program. It is a natural language processing tool for creating n-gram profiles for text documents. The details on usage is documented in the header right above each ...
VC书籍 The Art of C++ by Herbert Schildt ISBN:0072255129 McGraw-Hill/Osborne © 2004 The author of
The Art of C++
by Herbert Schildt ISBN:0072255129
McGraw-Hill/Osborne &copy 2004
The author of this text applies C++ to a wide variety of high-powered, practical applications, each focusing on a different aspect of the language. Examples range from a garbage collector subsystem and a thread contr ...
其他书籍 1)Learn more about the capabilities in Quartus: 2)Learn to use different design entry techniques 2
1)Learn more about the capabilities in Quartus:
2)Learn to use different design entry techniques
2)Design entry methods available within Quartus Text editor,Block diagram/schematic file editor,
Quartus interface with design entry/synthesis tools from Exemplar, Synopsys, Synplicity and Viewlogic
数据结构 Turbo C - (C) Copyright 1987, 1988 by Borland International */ #define S_IREAD 0x0100 /* from SY
Turbo C - (C) Copyright 1987, 1988 by Borland International */
#define S_IREAD 0x0100 /* from SYS\STAT.H */
#define S_IWRITE 0x0080 /* from SYS\STAT.H */
#define TRUE 1
#define FALSE 0
#define MSGHEADER "MICROCALC - A Turbo C Demonstration Program"
#define MSGKEYPRESS "Press any key to continue. ...