Delphi6.0函數大全,Delphi程序員的至愛?!藞D書簡介∷ 電子圖書名: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