搜索结果
找到约 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)
Linux/Unix编程 GTK SWF Player. GNOME Applications and a mozilla plugin. Other things included is a library for read
GTK SWF Player. GNOME Applications and a mozilla plugin. Other things included is a library for reading swf files, swf2txt convert swf to text files.
电子书籍 * Explains process algebra and protocol specification using µ CRL, a language developed to combi
* Explains process algebra and protocol specification using &#181 CRL, a language developed to combine process algebra and abstract data types
* Text is supported throughout with examples and exercises
* Full solutions are provided in an appendix, while exercise sheets, lab exercises, example spec ...
Java编程 我对mo安装目录下VB的MoView例子的frmIdentify窗体修改
我对mo安装目录下VB的MoView例子的frmIdentify窗体修改,其中添加
了1个label空件组(10个),1个text控件组(10个),2个command(Edit
、Save)按钮,要实现的功能是对读入的图形文件的相关记录的指定字段的
属性值,并能保存,用了Recordset对象的Edit函数、Update函数, ...
手机短信编程 pc实现短信收发的源程序
pc实现短信收发的源程序,支持TEXT模式和UTP模式。
Delphi控件源码 ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is
ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is no edit possibility, just quick view - so it s useful to implement "View file" feature in your Delphi/C++Builder application.
The following view modes are implemented:
Text, Binary, Hex, Unicode: ...
文章/文档 在第一章里
在第一章里,例子程序HelloCE调用DrawText函数显示了一行文本。代码如下:
DrawText (hdc, TEXT ("Hello Windows CE!"), -1, &rect,
DT_CENTER | DT_VCENTER | DT_SINGLELINE)
DrawText 是一个相当高级的函数,允许由程序显示文本,而由Windows处理大部分细节。DrawText的头几个参数几乎是不言而喻,很直观。当前正在使 ...
其他行业 This program prints a calendar for a year specified. The user enters a year for the calendar and t
This program prints a calendar for a year specified. The user enters a
year for the calendar and the programs automatically prints the calendar
in text format.
文章/文档 This book code procedure according to the chapter arrangement, the 1st chapter of example under "1"
This book code procedure according to the chapter arrangement, the 1st
chapter of example under "1" the table of contents, the 2nd chapter of
example under "2" the table of contents, to the order analogizes.
Under corresponding table of contents including Java source code
document and by it correspo ...
多国语言处理 segment,一个简单的中文分词程序
segment,一个简单的中文分词程序,命令行如下:
java -jar segmenter.jar [-b|-g|-8|-s|-t] inputfile.txt
-b Big5, -g GB2312, -8 UTF-8, -s simp. chars, -t trad. chars
Segmented text will be saved to inputfile.txt.seg