SPLASH is a c++ class library that implements many of the Perl constructs and data types, including extensive regex regular expression pattern matching. For those not familiar with Perl, it is an excellent scripting language by Larry Wall and is available for most platforms. This Class library provides List, String, Regular Expression, and text manipulation handling capabilities based on those provided in Perl
標簽: implements constructs including library
上傳時間: 2013-12-07
上傳用戶:1583060504
數字密碼引爆器的輸入描述:1、 在開始輸入密碼以前的等待狀態,首先要按READY鍵,表示目前準備就緒,可以輸入數字密碼;2、 當引爆事件發生后,應該回到等待狀態,設置WAIT_T鍵;3、 如果輸入密碼不正確,此時要操作READY和WAIT_T是不起作用的,必須由設計人員重新設置到等待狀態,設置SETUP鍵,SETUP為內部按鍵,操作人員應該不能接觸;4、 確定密碼輸入后,要設計一個點火按鍵FIRE;
上傳時間: 2015-03-17
上傳用戶:chenlong
此代碼可以實現以下功能 使用wordappalication 組件,代碼如下 啟動Word時用如下代碼: begin try Wordapplication.Connect except MessageDlg(’Word may not be installed’, mtError, [mbOk], 0) Abort end Wordapplication.Visible := True WordApplication.Caption := ’Delphi automation’ end
標簽: wordappalication 代碼
上傳時間: 2014-01-22
上傳用戶:Divine
程序目的: 輸入一個任意大小的迷宮,用棧求出一條走出迷宮的路徑,并 顯示在屏幕上。 程序實現: 可以實現載入迷宮和保存迷宮,附帶文件中有4個測試迷宮路徑的 文件test1~4.dd。請將這些文件拷貝到TC當前目錄下,或者在載 入時寫明完全路徑。由于屏幕大小的限制,當用戶自己輸入迷宮 時一定要注意:迷宮大小是有限制的,不小于4*3,不大于30*20。 否則會出現錯誤信息。輸入開始時全是墻,用上下左右鍵移動, 用Del鍵刪除墻,形成通路,用Enter鍵添加墻。輸入結束時可以 將迷宮保存下來,以dd為擴展名。輸入完畢時用F9鍵來得到結果, 找到路徑時,屏幕下方會出現Path found,否則出現Path not found。 程序經Turbo C 2.0編譯調試成功。運行時不用添加任何運行庫。 不可以在VC上編譯。
上傳時間: 2013-12-29
上傳用戶:z1191176801
The Kannel Open Source WAP and SMS gateway works as both an SMS gateway, for implementing keyword based services via GSM text messages, and a WAP gateway, via UDP. The SMS part is fairly mature, the WAP part is early in its development. In this release, the GET request for WML pages and WMLScript files via HTTP works, including compilation for WML and WMLScript to binary forms. Only the data call bearer (UDP) is supported, not SMS.
標簽: gateway implementing SMS keyword
上傳時間: 2014-01-11
上傳用戶:2525775
先進的窗口管理器。可以在你的桌面上實現凍結、解凍、更名、設置總在最上面、設置不總在最上面、閃爍、最大化、最小化、聚焦、隱藏、顯示和中斷一個可視或不可視窗口的功能。 An advanced window manager that allows you to freeze, dfreeze, rename, set always on top, set not always on top, flash, maximize, minimize, focus, hide, show or terminate an visible or invisible window on your desktop.
上傳時間: 2015-03-25
上傳用戶:qq21508895
USB Manager(usbmgr) 0.4.8 Shuu Yamaguchi <shuu@wondernetworkresources.com> Special Helper: Philipp Thomas When USB devices connect to or disconnect from a USB hub, the usbmgr works as the following according to configuration. a) It loads and unloads files Linux kernel modules. b) It execute file to setup USB devices.
標簽: wondernetworkresources Yamaguchi Manager Special
上傳時間: 2014-01-27
上傳用戶:zhaiyanzhong
This software was done in part for a textbook on AI I ve written called _The Basis of AI_ (tentative title, subject to change but not if I get my way). For details see: http://www.mcs.com/~drt/basisofai.html
標簽: tentative software textbook written
上傳時間: 2015-03-30
上傳用戶:cxl274287265
Addfilter is a command-line application which adds and removes filter drivers for a given drive or volume. It is intended to demonstrate how to insert a filter driver into the driver stack of a device. The sample illustrates how to do this by using the SetupDi APIs. The sample works on both x86 and Alpha platforms. It has only been tested in a 32-bit environment. Since Addfilter is not a driver, it does not deal with Plug and Play or Power Management.
標簽: command-line application Addfilter drivers
上傳時間: 2013-12-30
上傳用戶:天誠24
The flpydisk sample is a floppy driver that resides in the directory \\Ntddk\Src\Storage\Fdc\Flpydsk. It is similar to a class driver in that it sits a level above the floppy disk controller in the driver stack, and brokers communication between the application level and the low-level driver. The floppy driver takes commands from the application and then calls routines in the controller which will in turn perform the actual interaction with the device. The sample compiles in 64-bit, but has not been tested in this environment. It is compatible with x86 and Alpha platforms.
標簽: NtddkSrcStorageFdcFlpydsk directory flpydisk resides
上傳時間: 2015-03-30
上傳用戶:龍飛艇