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)
上传时间: 2016-01-25
上传用户:mikesering
Written by the inventors of the technology, The Java™ Language Specification, Third Edition, is the definitive technical reference for the Java™ programming language. If you want to know the precise meaning of the language s constructs, this is the source for you. The book provides complete, accurate, and detailed coverage of the Java programming language. It provides full coverage of all new features added since the previous edition, including generics, annotations, asserts, autoboxing, enums, for-each loops, variable arity methods, and static import clauses.
标签: Specification technology the inventors
上传时间: 2016-01-26
上传用户:youmo81
极易使用的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. 方便容易的错误处理功能,均返回错误号和错误内容 (非运行时和设计时错误.
上传时间: 2014-02-11
上传用户:onewq
DirectX not only provides fast access to the hardware and therefore incredibly speedy performance, but it also makes it much easier for hardware developers to produce new devices that work well in the Windows environment. The DirectX APIs take away the necessity of writing your own low-level, device-specific code to access hardware such as the display adapter and network card, making it much easier for you to write programs that take full advantage of the computer s multimedia capabilities.
标签: performance incredibly therefore hardware
上传时间: 2016-02-16
上传用户:秦莞尔w
=== === === === === === === === === === ==== IBM PC KEYBOARD INFORMATION FOR SOFTWARE DEVELOPERS ================================================================ Sources: PORTS.A of Ralf Brown s interrupt list collection repairfaq.org keyboard FAQ(doesn t appear to exsist) Linux source code Test hardware: New Samsung KB3T001SAXAA 104-key keyboard Old Maxi 2186035-00-21 101-key keyboard NO WARRANTY. NO GUARANTEE. I have tried to make this information accurate. I don t know if I succeeded. Corrections or additional information would be welcome. This is a plain-text document. If you use a word-processor to view it, use a fixed-pitch font (like Courier) so columnar data and ASCII art lines up properly.
标签: INFORMATION DEVELOPERS KEYBOARD SOFTWARE
上传时间: 2014-08-18
上传用户:ecooo
These templates are based on the documented outlines from Tim Ryan s "The Anatomy of a Design Document" articles (published on Gamasutra). The filler text comes straight from the articles, and have been slightly edited for clarity (and to use the British spelling NMP). To read the articles (which I would highly suggest), check out these links: http://www.gamasutra.com/features/19991019/ryan_01.htm -- Part 1 http://www.gamasutra.com/features/19991217/ryan_01.htm -- Part 2
标签: documented templates outlines Anatomy
上传时间: 2014-01-02
上传用户:13215175592
基于java开发的一套短信应用框架,包括了串口参数设置,text和pdu编码,线程调度和服务接口
上传时间: 2013-12-21
上传用户:caozhizhi
Application Note Abstract This Application Note introduces a complete and detailed PSoC® project. Telephone Call Logger keeps the detailed record of approximately 945 phone calls (7-digit number is assumed to be one phone call) including date, start time and the duration of the phone call in the PSoC device. Users can get this detailed report into the PC environment by using free software, which is included in the project file. When records reach near full capacity of the Flash memory, an LED will turn on to show that it is necessary to backup the data. Software gets the data from PSoC, organizes it and prepares a printable version. Additionally, it sends the date and time information to the PSoC. The external parts in this project can be obtained easily in the market.
标签: Application Note introduces Abstract
上传时间: 2014-01-01
上传用户:集美慧
This title demonstrates how to develop computer programmes which solve specific engineering problems using the finite element method. It enables students, scientists and engineers to assemble their own computer programmes to produce numerical results to solve these problems. The first three editions of Programming the Finite Element Method established themselves as an authority in this area. This fully revised 4th edition includes completely rewritten programmes with a unique description and list of parallel versions of programmes in Fortran 90. The Fortran programmes and subroutines described in the text will be made available on the Internet via anonymous ftp, further adding to the value of this title.
标签: demonstrates engineering programmes computer
上传时间: 2014-01-13
上传用户:youke111
key.txt存放密钥,密钥只能为数字,text存放明文。 只对明文中的“数字”、“英文大小写”加密,空格或其它中文字符等不予理睬。 加密方法: 明文分组与密钥对应字符相加取模,十个数字为一个循环,26个英文大小写也各为一个循环。 例: 密钥为: 012 明文为: Microsoft VC++ 6.0 密文则为:Mjerpuogv VD++ 8.0 加密结果: 将密文生成到result.txt中,手动删除最后的占位符""即可。
上传时间: 2013-12-22
上传用户:rishian