虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

text-Overflow

  • JK Proxy Project - Version 0.1 ------------------------------ This was going to be a proxy serve

    JK Proxy Project - Version 0.1 ------------------------------ This was going to be a proxy server bu I stopped developing this program (maybe I will go on coding on this application again some time). The email part with spam filtering already works. Check out the numerous text files for additional information.

    标签: Project Version Proxy going

    上传时间: 2014-08-10

    上传用户:coeus

  • This manual describes the Call Library Function Node and the Code Interface Node (CIN). The Call Li

    This manual describes the Call Library Function Node and the Code Interface Node (CIN). The Call Library Function Node and the CIN are the LabVIEW programming objects you use to call compiled code from text-based programming languages. This manual includes reference information about libraries of functions, memory and file manipulation routines, and diagnostic routines that you can use with calls to external code.

    标签: Call Node Interface describes

    上传时间: 2014-12-08

    上传用户:zm7516678

  • 用VB的MSCOMM给单片机发十六进制的数11

    用VB的MSCOMM给单片机发十六进制的数11,单片机收到后把11送过来,用VB的text显示

    标签: MSCOMM 单片机 十六进制

    上传时间: 2013-12-17

    上传用户:

  • Abstract The Lucene Server project is an attempt to extend the Jakarta Lucene tool with server ca

    Abstract The Lucene Server project is an attempt to extend the Jakarta Lucene tool with server capabilities. Lucene is a robust Java API that enables you creating indexes from text sources and perform powerful searches on these indexes. With Lucene, creating an index must be done programmatically and there are almost no possibilities of integrating index management in a distributed environment. In other words, out of the box, Lucene is suitable for integrating indexing and searching possibilities in a single application but not for providing index/search services for multiple applications. The Lucene Server project comes with a Java API that propose the following make it easy to create indexes in a declarative way by simply providing an XML configuration document. make it easy to personalize the way Lucene must handle different kind of data sources. provide services for index management and searching that can be accessed from several applications. enable batch tasks scheduling.

    标签: Lucene Abstract Jakarta project

    上传时间: 2016-01-10

    上传用户:songrui

  • 雜湊法(Hashing)的搜尋與一般的搜尋法(searching)是不一樣的。在雜湊法中

    雜湊法(Hashing)的搜尋與一般的搜尋法(searching)是不一樣的。在雜湊法中,鍵值(key value)或識別字(identifier)在記憶體的位址是經由函數(function)轉換而得的。此種函數,一般稱之為雜湊函數(Hashing function)或鍵值對應位址轉換(key to address transformation)。對於有限的儲存空間,能夠有效使用且在加入或刪除時也能快的完成,利用雜湊法是最適當不過了。因為雜湊表搜尋在沒有碰撞(collision)及溢位(overflow)的情況下,只要一次就可擷取到。

    标签: searching Hashing

    上传时间: 2016-01-14

    上传用户:dancnc

  • Microsoft.NET测试驱动开发 Test-Driven Development in Microsoft .NET by James W. Newkirk and Alexei A.

    Microsoft.NET测试驱动开发 Test-Driven Development in Microsoft .NET by James W. Newkirk and Alexei A. Vorontsov ISBN:0735619484 Microsoft Press © 2004 Using a wealth of pragmatic examples in C# and other .NET development tools, the two authors of this text demonstrate how to use automated tests to drive lean, efficient coding and better design.

    标签: Microsoft A. W. Development

    上传时间: 2014-01-07

    上传用户:ynzfm

  • 很全的中断手册。 INT 00 - CPU-generated - DIVIDE ERROR INT 01 - CPU-generated - SINGLE STEP (80386+) - DEB

    很全的中断手册。 INT 00 - CPU-generated - DIVIDE ERROR INT 01 - CPU-generated - SINGLE STEP (80386+) - DEBUGGING EXCEPTIONS INT 02 - external hardware - NON-MASKABLE INTERRUPT INT 03 - CPU-generated - BREAKPOINT INT 04 - CPU-generated - INTO DETECTED OVERFLOW INT 05 - PRINT SCREEN CPU-generated (80186+) - BOUND RANGE EXCEEDED INT 06 - CPU-generated (80286+) - INVALID OPCODE INT 07 - CPU-generated (80286+) - PROCESSOR EXTENSION NOT AVAILABLE INT 08 - IRQ0 - SYSTEM TIMER CPU-generated (80286+) . . .

    标签: CPU-generated INT DIVIDE SINGLE

    上传时间: 2013-12-27

    上传用户:aa54

  • This project aims to distribute a facial animation system with speech, developed to brazilian portug

    This project aims to distribute a facial animation system with speech, developed to brazilian portuguese case. This system is composed by many modules: movement extraction, facial animation and speech, through a text-to-speech system.

    标签: distribute animation developed brazilian

    上传时间: 2016-01-23

    上传用户:无聊来刷下

  • Delphi6.0函数大全

    Delphi6.0函数大全,Delphi程序员的至爱。∷图书简介∷ 电子图书名:Delphi6函数大全 Delphi6函数大全(1) <> 首部 function AnsiResemblesText(const AText, AOther: string): Boolean $[StrUtils.pas功能 返回两个字符串是否相似说明 ANSI(American National Standards Institute)美国国家标准协会 不区分大小写参考 function StrUtils.SoundexProc var StrUtils.AnsiResemblesProc例子 CheckBox1.Checked := AnsiResemblesText(Edit1.Text, Edit2.Text)

    标签: Delphi 6.0 函数

    上传时间: 2016-01-25

    上传用户:mikesering

  • 极易使用的SQL数据库操作控件 Ver 1.0 一个很容易使用的SQL服务器操作控件

    极易使用的SQL数据库操作控件 Ver 1.0 一个很容易使用的SQL服务器操作控件,体积小巧,方便使用,摆脱你挣扎在大堆代码中的苦恼,操作SQL数据库仅需要几句代码,易如反掌,主要功能有: 1. 很方便的登录到 SQL 服务器,支持SQL7.0 2000更高版本 2. 备份,修复和还原数据库操作 3. 任意添加和删除数据库操作 4. 任意控制SQL服务器操作 (如启动,停止,暂停和继续等) 5. 检查服务器运行状态 (如是否启动,停止或者暂停等状态) 5. 检查服务器连接状态,如服务器没有激活等 6. 自动列表服务器中数据库,列表数据表,列表字段,并支持绑定到LietBox,ComBox等对象中 7. 支持SQL语法打开数据库 (类似 select) 8. 保存任意文件到二进制类型的字段,如图片,文件等 9. 显示数据库中的图片文件到指定图片控件对象中 10. 把数据库的二进制字段保存为一个文件,如图片,文本文件等 11. 检查记录游标位置,如是否末尾 12. 查找任意记录更方便 13. 添加,编辑t,更新和删除记录更方便 14. 支持绑定数据库字段到 VB对象 (如 Text Box 或者 Label) 15. 方便的绑定数据库的表到 MSFLEXGRID32 网格控件 16. 方便容易的错误处理功能,均返回错误号和错误内容 (非运行时和设计时错误.

    标签: SQL 1.0 Ver 控件

    上传时间: 2014-02-11

    上传用户:onewq