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

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

command-Line

  • The CD Audio sample allows some non-SCSI2 CD ROMs to support audio operations by intercepting the re

    The CD Audio sample allows some non-SCSI2 CD ROMs to support audio operations by intercepting the relevant audio ioctls and translating them into the command block(s) expected by the non-compliant cdroms. It supports Plug and Play and Power Management, and is 64-bit compliant.

    標(biāo)簽: intercepting operations non-SCSI support

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

    上傳用戶:ls530720646

  • 包含一下內(nèi)容: * An extensible agent * An SNMP library * tools to request or set information from SNMP a

    包含一下內(nèi)容: * An extensible agent * An SNMP library * tools to request or set information from SNMP agents * tools to generate and handle SNMP traps * a version of the unix netstat command using SNMP * a graphical Perl/Tk/SNMP based mib browser

    標(biāo)簽: SNMP information extensible library

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

    上傳用戶:lwwhust

  • a3load is 8051 firmware that can be used for uploading or downloading to EZ-USB RAM (internal or ex

    a3load is 8051 firmware that can be used for uploading or downloading to EZ-USB RAM (internal or external). It implements the vendor specific command bRequest = 0xA3. The address to download/upload to/from is specified in the wValue field of the SETUP packet and the length of the transfer in the wLength field. The actual upload/download data is transferred during the DATA stage of the SETUP transfer. This firmware will function on all EZ-USB chips (EZ-USB, EZ-USB FX, FX2, FX2LP, FX1).

    標(biāo)簽: downloading uploading firmware internal

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

    上傳用戶:zhaiye

  • OFDM-MIMO收發(fā)系統(tǒng)

    OFDM-MIMO收發(fā)系統(tǒng),The simulator GUI is started with command ui_start in Matlab command window.

    標(biāo)簽: OFDM-MIMO 收發(fā)系統(tǒng)

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

    上傳用戶:baitouyu

  • A collection of math routines including 8-bit, 16-bit, 32-bit signed and unsigned addition, subtract

    A collection of math routines including 8-bit, 16-bit, 32-bit signed and unsigned addition, subtraction, multiplication, and division. Very nice code library with heavy in-line documentation! Been looking for multi-byte divide? Here it is.

    標(biāo)簽: bit collection including addition

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

    上傳用戶:cursor

  • abel Tool Sample Requires: Visual Basic 6 and MapObjects 2.x Data: redlands.shp (Redlands sample

    abel Tool Sample Requires: Visual Basic 6 and MapObjects 2.x Data: redlands.shp (Redlands sample data set from MO 2.x) Interactive Labeling Tool If the check box is checked, then the mouse down location will search for the closest line, and label it with the street name. If the check box is not checked, then the mouse down will turn into a pan/zoom tool. There is a slider bar to control the search tolerance in screen pixels for the labeling.

    標(biāo)簽: MapObjects Requires Redlands redlands

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

    上傳用戶:sunjet

  • USB啟動(dòng)盤制作軟件 市面上現(xiàn)在大多數(shù)U盤都支持啟動(dòng)機(jī)器的功

    USB啟動(dòng)盤制作軟件 市面上現(xiàn)在大多數(shù)U盤都支持啟動(dòng)機(jī)器的功,但是要制作啟動(dòng)型U盤,需要進(jìn)入WIN98,現(xiàn)在很多人機(jī)器上都沒有98了吧,呵呵。為了做個(gè)啟動(dòng)盤,裝一個(gè)98,多冤啊。這個(gè)小軟件就是為此編制的,在WIN2K/XP下運(yùn)行,可以直接把U盤做成啟動(dòng)盤。程序自帶了MSDOS7.1的兩個(gè) 基本啟動(dòng)文件IO.SYS和COMMAND.COM,如果要制作復(fù)雜的啟動(dòng)盤,可以把其他文件拷貝到U盤上即可,比如HIMEM和CONFIG.SYS什么的。

    標(biāo)簽: USB 啟動(dòng)盤 U盤 軟件

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

    上傳用戶:pinksun9

  • J2MEUI設(shè)計(jì)Demo

    J2MEUI設(shè)計(jì)Demo,其中包含UI中的界面實(shí)例,Test,Command等控件

    標(biāo)簽: J2MEUI Demo

    上傳時(shí)間: 2013-11-27

    上傳用戶:wendy15

  • 數(shù)字運(yùn)算

    數(shù)字運(yùn)算,判斷一個(gè)數(shù)是否接近素?cái)?shù) A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no

    標(biāo)簽: 數(shù)字 運(yùn)算

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

    上傳用戶:daguda

  • 2^x mod n = 1 acm競賽題 Give a number n, find the minimum x that satisfies 2^x mod n = 1. Input

    2^x mod n = 1 acm競賽題 Give a number n, find the minimum x that satisfies 2^x mod n = 1. Input One positive integer on each line, the value of n. Output If the minimum x exists, print a line with 2^x mod n = 1. Print 2^? mod n = 1 otherwise. You should replace x and n with specific numbers. Sample Input 2 5 Sample Output 2^? mod 2 = 1 2^4 mod 5 = 1

    標(biāo)簽: mod satisfies minimum number

    上傳時(shí)間: 2015-06-02

    上傳用戶:qlpqlq

主站蜘蛛池模板: 宜城市| 通州区| 滁州市| 北票市| 正阳县| 梧州市| 六安市| 根河市| 体育| 兴国县| 方山县| 韩城市| 静海县| 铜陵市| 安乡县| 西华县| 英德市| 南涧| 油尖旺区| 剑川县| 嘉善县| 土默特右旗| 林口县| 平昌县| 五莲县| 柳林县| 沁源县| 绥棱县| 凤冈县| 于田县| 内江市| 昭通市| 东阿县| 东乡| 富民县| 新营市| 左权县| 镇江市| 吴忠市| 呈贡县| 武功县|