搜索结果
找到约 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)
数学计算 Huffman source code. you can do text encoding.
Huffman source code.
you can do text encoding.
其他行业 Emdros is a text database middleware-layer aimed at storage and retrieval of "text plus information
Emdros is a text database middleware-layer aimed at storage and
retrieval of "text plus information about that text." This
information could be linguistic analyses or other annotations. Emdros
provides an abstraction of text that makes it well suited to storing
/syntactic analyses/ of text, but ot ...
加密解密 this is about cryptography. takes text as input and decrypt it and then aagin in plane text
this is about cryptography.
takes text as input and decrypt it
and then aagin in plane text
其他书籍 Text mining tries to solve the crisis of information overload by combining techniques from data mini
Text mining tries to solve the crisis of information overload by combining techniques from data mining, machine learning, natural language processing, information retrieval, and knowledge management. In addition to providing an in-depth examination of core text mining and link detection algorithms a ...
数据库系统 Text clessifier NB form large documents
Text clessifier NB form large documents
matlab例程 loading a text file from a directory to your workspace in matlab
loading a text file from a directory to your workspace in matlab
JavaScript text area box highligh
text area box highligh
其他 Enter the Matrix MS-DOS screensaver. Sample of using bios functions (by int 10h) for text data out
Enter the Matrix MS-DOS screensaver.
Sample of using bios functions (by int 10h) for text data output (monitor in the text mode) and keyboard input. Requires: Borland C++ 3.1 for DOS.
*行业应用 source code for finding text in folder files using php simple code
source code for finding text in folder files using php simple code
其他 给定一本字典dict和一段文本text
给定一本字典dict和一段文本text,现在要统计文本text中不在字典dict中的单词,且希望找到text 中出现次数最多的不在字典dict 中的单词。
设计并实现解字典问题的O(nlog n)时间算法,对于给定的字典dict和文本text,找出text中出现次
数最多的不在字典dict中的单词。 ...