亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

zerotre<b>e-based</b>

  • The Kannel Open Source WAP and SMS gateway works as both an SMS gateway, for implementing keyword b

    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.

    標(biāo)簽: gateway implementing SMS keyword

    上傳時(shí)間: 2014-01-11

    上傳用戶:2525775

  • 算法ebook(10部算法經(jīng)典著作的合集) 算法ebook> 10部算法經(jīng)典著作的合集 chm格式 (1)Fundamentals of Data Structures by Ellis Hor

    算法ebook(10部算法經(jīng)典著作的合集) 算法ebook> 10部算法經(jīng)典著作的合集 chm格式 (1)Fundamentals of Data Structures by Ellis Horowitz and Sartaj Sahni (2)Data Structures, Algorithms and Program Style Using C by James F. Korsh and Leonard J. Garrett (3)Data Structures and Algorithm Analysis in C by Mark Allen Weiss (4)Data Structures: From Arrays to Priority Queues by Wayne Amsbury (5)Information Retrieval: Data Structures & Algorithms edited by William B. Frakes and Ricardo Baeza-Yates (6)Introduction to Algorithms by Thomas H. Cormen, Charles E. Leiserson, and Ronald L. Rivest (7)Practical Data Structures in C++ by Bryan Flamig (8)Reliable Data Structures in C by Thomas Plum (9)Data Structures and Algorithms Alfred V. Aho, Bell Laboratories, Murray Hill, New Jersey John E. Hopcroft, Cornell University, Ithaca, New York Jeffrey D. Ullman, Stanford University, Stanford, California (10)DDJ Algorithms and Data Structures Articles

    標(biāo)簽: ebook Fundamentals Structures Ellis

    上傳時(shí)間: 2015-04-04

    上傳用戶:tfyt

  • HD7279(c語言)驅(qū)動(dòng) 程序作用:測試Sage Tech.開發(fā)板(MCP300)中hd7279鍵盤顯示芯片是否能正常工作 程序功能:按下1號鍵顯示0、1、2、3

    HD7279(c語言)驅(qū)動(dòng) 程序作用:測試Sage Tech.開發(fā)板(MCP300)中hd7279鍵盤顯示芯片是否能正常工作 程序功能:按下1號鍵顯示0、1、2、3,按下2號鍵顯示c、d、e、f,按下3號鍵顯示4、5 、6、7 按下4號鍵顯示8、9、a、b,按下0號鍵點(diǎn)亮4個(gè)LED燈

    標(biāo)簽: 7279 Sage Tech 300

    上傳時(shí)間: 2015-04-08

    上傳用戶:xuanjie

  • 匯編編圖形時(shí)鐘 鐘表顯示的時(shí)間為本機(jī)系統(tǒng)的時(shí)間。 操作時(shí)

    匯編編圖形時(shí)鐘 鐘表顯示的時(shí)間為本機(jī)系統(tǒng)的時(shí)間。 操作時(shí),按b鍵可擴(kuò)大畫面,按s鍵可縮小畫面,按c鍵可改變顏色,按e鍵可聽音樂,按q鍵退出本程序。

    標(biāo)簽: 匯編 圖形 時(shí)鐘 操作

    上傳時(shí)間: 2013-12-23

    上傳用戶:wpt

  • prolog 找路例子程序: === === === === === === Part 1-Adding connections Part 2-Simple Path example

    prolog 找路例子程序: === === === === === === Part 1-Adding connections Part 2-Simple Path example | ?- path1(a,b,P,T). will produce the response: T = 15 P = [a,b] ? Part 3 - Non-repeating path As an example, the query: ?- path2(a,h,P,T). will succeed and may produce the bindings: P = [a,depot,b,d,e,f,h] T = 155 Part 4 - Generating a path below a cost threshold As an example, the query: ?- path_below_cost(a,[a,b,c,d,e,f,g,h],RS,300). returns: RS = [a,b,depot,c,d,e,g,f,h] ? RS = [a,c,depot,b,d,e,g,f,h] ? no ==================================

    標(biāo)簽: Part connections example prolog

    上傳時(shí)間: 2015-04-24

    上傳用戶:ljt101007

  • 報(bào)時(shí)小鬧鐘 本程序是一個(gè)用匯編編的精致的圖形時(shí)鐘

    報(bào)時(shí)小鬧鐘 本程序是一個(gè)用匯編編的精致的圖形時(shí)鐘,運(yùn)行時(shí)雙擊clock圖標(biāo)即可, 鐘表顯示的時(shí)間為本機(jī)系統(tǒng)的時(shí)間。   按b鍵可擴(kuò)大畫面 ;按s鍵可縮小畫面;按c鍵可改變顏色;按e鍵可聽音樂; 按q鍵退出本程序.

    標(biāo)簽: 鬧鐘 程序 匯編 圖形

    上傳時(shí)間: 2013-12-31

    上傳用戶:dengzb84

  • DELPHI basicCtrl+NUM 直接將光標(biāo)跳到NUM處

    DELPHI basicCtrl+NUM 直接將光標(biāo)跳到NUM處,NUM是用Ctrl+Shift+NUM設(shè)置的標(biāo)號。 NUM不能用小鍵盤。 Ctrl+Home 將光標(biāo)移至文件頭。 Ctrl+End 將光標(biāo)移至文件尾。 Ctrl+B Buffer List窗口。 Ctrl+I 同Tab鍵。 Ctrl+M 同Enter鍵。 Ctrl+N 同Enter鍵,但光標(biāo)位置保持不變。 Ctrl+T 刪除光標(biāo)右邊的一個(gè)單詞。 Ctrl+Y 刪除光標(biāo)所在行。 Ctrl+Shift+↑ 光標(biāo)在函數(shù)體內(nèi)時(shí),將光標(biāo)快速移至當(dāng)前函數(shù)聲明處。 Ctrl+Shift+↓ 光標(biāo)在函數(shù)聲明行時(shí),將光標(biāo)快速移至函數(shù)定義處。 Ctrl+Shift+C 聲明一個(gè)過程或函數(shù)后,直接生成過程或函數(shù)的名稱、begin、end Ctrl+Shift+E 光標(biāo)在Edit窗口和Explorer窗口間切換。 Ctrl+Shift+G 插入GUID。 Ctrl+Shift+J 彈出Delphi語句提示窗口,選擇所需語句將自動(dòng)完成一條語句。 Ctrl+Shift+T 在光標(biāo)行加入To-Do注釋。 Ctrl+Shift+Y 刪除光標(biāo)之后至本行末尾之間的文本。 Ctrl+F3 Call Stack窗口。 Ctrl+F4 等于File菜單中的Close項(xiàng)。

    標(biāo)簽: basicCtrl NUM DELPHI 光標(biāo)

    上傳時(shí)間: 2014-11-26

    上傳用戶:kr770906

  • This is an example how one could hide a process on Windows based operation systems from task viewer

    This is an example how one could hide a process on Windows based operation systems from task viewers like ProcDump (G-RoM, Lorian & Stone) or ProcessExplorer (SysInternals). It could e.g. be used as some kind of dump protection. The way to get this done is very different on NT and 9x machines.

    標(biāo)簽: operation Windows example process

    上傳時(shí)間: 2013-12-17

    上傳用戶:wang0123456789

  • 報(bào)時(shí)小鬧鐘 本程序是一個(gè)用匯編編的精致的圖形時(shí)鐘

    報(bào)時(shí)小鬧鐘 本程序是一個(gè)用匯編編的精致的圖形時(shí)鐘,運(yùn)行時(shí)雙擊clock圖標(biāo)即可, 鐘表顯示的時(shí)間為本機(jī)系統(tǒng)的時(shí)間。   按b鍵可擴(kuò)大畫面 ;按s鍵可縮小畫面;按c鍵可改變顏色;按e鍵可聽音樂; 按q鍵退出本程序.

    標(biāo)簽: 鬧鐘 程序 匯編 圖形

    上傳時(shí)間: 2015-05-04

    上傳用戶:515414293

  • 報(bào)時(shí)小鬧鐘 本程序是一個(gè)用匯編編的精致的圖形時(shí)鐘

    報(bào)時(shí)小鬧鐘 本程序是一個(gè)用匯編編的精致的圖形時(shí)鐘,運(yùn)行時(shí)雙擊clock圖標(biāo)即可, 鐘表顯示的時(shí)間為本機(jī)系統(tǒng)的時(shí)間。   按b鍵可擴(kuò)大畫面 ;按s鍵可縮小畫面;按c鍵可改變顏色;按e鍵可聽音樂; 按q鍵退出本程序.

    標(biāo)簽: 鬧鐘 程序 匯編 圖形

    上傳時(shí)間: 2014-01-13

    上傳用戶:franktu

主站蜘蛛池模板: 颍上县| 山丹县| 敦煌市| 临潭县| 化德县| 常熟市| 昭平县| 壤塘县| 靖边县| 巴彦淖尔市| 晋城| 阜平县| 乐业县| 元氏县| 宜都市| 报价| 喀喇| 于都县| 新郑市| 永年县| 阿图什市| 高清| 桐梓县| 东安县| 抚州市| 东乌珠穆沁旗| 区。| 青田县| 双柏县| 娄底市| 尉氏县| 河间市| 万载县| 靖安县| 锦屏县| 昌图县| 莆田市| 肇源县| 东乌珠穆沁旗| 稷山县| 涞源县|