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

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

COMMAND-line

  • 項目描述: slsnif is a serial port logging utility. It listens to the specified serial port and logs all

    項目描述: slsnif is a serial port logging utility. It listens to the specified serial port and logs all data going through this port in both directions. Serial line sniffer是一個串行端口記錄工具。它監(jiān)聽指定的串行端口并記錄所有通過這個端口的兩個方向的數(shù)據(jù)。 來源:http://freshmeat.net slsnif是一個串行端口日志工具。它監(jiān)聽特殊的串口,記錄所有通過這具串口的兩個方向的數(shù)據(jù)。 類別: Development Status: 5 - Production/StableEnvironment: Console (Text Based)Intended Audience: DevelopersLicense: GNU General Public License (GPL)Operating System: LinuxProgramming Language: CTopic: Communications, Debuggers

    標簽: serial port specified logging

    上傳時間: 2014-01-17

    上傳用戶:許小華

  • 項目描述: slsnif is a serial port logging utility. It listens to the specified serial port and logs all

    項目描述: slsnif is a serial port logging utility. It listens to the specified serial port and logs all data going through this port in both directions. Serial line sniffer是一個串行端口記錄工具。它監(jiān)聽指定的串行端口并記錄所有通過這個端口的兩個方向的數(shù)據(jù)。 來源:http://freshmeat.net slsnif是一個串行端口日志工具。它監(jiān)聽特殊的串口,記錄所有通過這具串口的兩個方向的數(shù)據(jù)。 類別: Development Status: 5 - Production/StableEnvironment: Console (Text Based)Intended Audience: DevelopersLicense: GNU General Public License (GPL)Operating System: LinuxProgramming Language: CTopic: Communications, Debuggers

    標簽: serial port specified logging

    上傳時間: 2013-12-12

    上傳用戶:silenthink

  • Tug of War(A tug of war is to be arranged at the local office picnic. For the tug of war, the picnic

    Tug of War(A tug of war is to be arranged at the local office picnic. For the tug of war, the picnickers must be divided into two teams. Each person must be on one team or the other the number of people on the two teams must not differ by more than 1 the total weight of the people on each team should be as nearly equal as possible. The first line of input contains n the number of people at the picnic. n lines follow. The first line gives the weight of person 1 the second the weight of person 2 and so on. Each weight is an integer between 1 and 450. There are at most 100 people at the picnic. Your output will be a single line containing 2 numbers: the total weight of the people on one team, and the total weight of the people on the other team. If these numbers differ, give the lesser first. )

    標簽: picnic the tug war

    上傳時間: 2014-01-07

    上傳用戶:離殤

  • 3. 設計一個接口Shape

    3. 設計一個接口Shape,接口中包含方法:Draw和Resize。定義一些具體類,如:Point、Line、Circle、Rectangle等,每個類都實現(xiàn)接口Shape。Draw方法繪制圖形,Resize方法改變圖形大小。用Java實現(xiàn)這些接口和類,并用測試類測試它們。 注意:不需要真正繪制圖形,如Line的Draw方法只需輸出下面文本即可: “直線的起點是(x1,y1,),終點是(x2,y2)”

    標簽: Shape 接口

    上傳時間: 2015-02-09

    上傳用戶:frank1234

  • 設計模式

    設計模式,command,composite,decorate

    標簽: 設計模式

    上傳時間: 2013-12-18

    上傳用戶:as275944189

  • 手機地址薄程序

    手機地址薄程序,包含disploy, screen, form, alert blist, textbox, command的應用

    標簽: 手機 地址薄 程序

    上傳時間: 2013-11-29

    上傳用戶:450976175

  • 使用的是API編程,可格式化、校驗和讀寫特殊扇區(qū)。可用作Windows下的磁盤加密。本函數(shù)還有以下兩個缺點以待改進: 1.本函數(shù)還只能讀能讀 A: 和 B:,即只能對軟盤操作 2.不能改變磁盤扇區(qū)大小

    使用的是API編程,可格式化、校驗和讀寫特殊扇區(qū)。可用作Windows下的磁盤加密。本函數(shù)還有以下兩個缺點以待改進: 1.本函數(shù)還只能讀能讀 A: 和 B:,即只能對軟盤操作 2.不能改變磁盤扇區(qū)大小,只能是標準的 512 個字節(jié)。 參數(shù)說明: command 操作: 0 重置磁盤 2 讀扇區(qū) 3 寫扇區(qū) 4 校驗磁道 5 格式化磁道 8 得到設備參數(shù) (int 1EH) drive 驅動器 A:=0 B:=1 head 磁頭號,范圍 0 - 1 track 磁道號,范圍 0 - 84 ( 80 - 84 為特殊磁道,通常用來加密 ) sector 扇區(qū)號,范圍 0 - 255 ( 19 - 255 為非標準扇區(qū)編號,通常用來加密) nsectors 每次讀或寫的扇區(qū)數(shù),不能超出每磁道的最大扇區(qū)數(shù) buffer 數(shù)據(jù)寫入或讀出的緩沖區(qū),大小為 512 個字節(jié) 返回值 ( 同 Int 13H ): 0x0 成功 0x1 無效的命令 0x3 磁盤被寫保護 0x4 扇區(qū)沒有找到 0xa 發(fā)現(xiàn)壞扇區(qū) 0x80 磁盤沒有準備好

    標簽: Windows API 函數(shù) 磁盤

    上傳時間: 2013-12-05

    上傳用戶:moerwang

  • AFD - Advanced Filter Design using MATLABMiroslav D. Lutovac, Dejan V. Tosicversion 1.00 released 15

    AFD - Advanced Filter Design using MATLABMiroslav D. Lutovac, Dejan V. Tosicversion 1.00 released 15 October 1999This program is freeware.Unpack with path names, for exampleDOS: pkunzip -d afdunix: unzip -L afdAfter unpacking afd.zip, and run MATLAB,change directory to afdfrom the MATLAB command window.Execute demoafd to quickly scan the AFD operation.

    標簽: D. V. MATLABMiroslav Tosicversion

    上傳時間: 2015-03-21

    上傳用戶:er1219

  • 用VB控制光驅用過豪杰超級解霸的朋友應該發(fā)現(xiàn)它有控制光驅開關的功能了吧

    用VB控制光驅用過豪杰超級解霸的朋友應該發(fā)現(xiàn)它有控制光驅開關的功能了吧,只要鼠標一點,光驅就聽從你發(fā)出的命令(打開/關閉),不必動手去按開關按鈕了,方便吧?其實也可以用VB編寫一個簡單的控制光驅的(打開和關閉)程序,輕輕一點就可達到目的。在VB6中新建工程,在窗體上放置三個(Command)命令按鈕,其中Command1和Command2的Caption屬性分別是“打開光驅”和“關閉光驅”,Command3,的Caption屬性是“退出程序”。

    標簽: 控制 光驅 發(fā)現(xiàn) 開關

    上傳時間: 2015-03-22

    上傳用戶:sardinescn

  • 木馬源程序 /*實現(xiàn)了以下功能: 1.IP變換后自動發(fā)送Email通知 2.nt/window2000下綁定cmd

    木馬源程序 /*實現(xiàn)了以下功能: 1.IP變換后自動發(fā)送Email通知 2.nt/window2000下綁定cmd,98下綁定command 3.sniffer整個無交換網絡的telnet pop3密碼功能 */ // troja3.cpp : Defines the entry point for the application. //written by Justin 小魚巫師 2002年5月

    標簽: window Email 2000 cmd

    上傳時間: 2014-11-01

    上傳用戶:xymbian

主站蜘蛛池模板: 辽宁省| 会泽县| 潼南县| 双峰县| 高平市| 寻乌县| 铜鼓县| 辽源市| 托里县| 措美县| 周口市| 天津市| 龙海市| 舞阳县| 色达县| 涟源市| 福安市| 南皮县| 福贡县| 三江| 大洼县| 肥西县| 衡水市| 大宁县| 开化县| 柏乡县| 安图县| 遂平县| 格尔木市| 通渭县| 区。| 济源市| 阿合奇县| 鱼台县| 福清市| 高阳县| 安乡县| 曲靖市| 山阴县| 曲阜市| 红安县|