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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專(zhuān)輯| 精品軟件
登錄| 注冊(cè)

系統(tǒng)(tǒng)<b>安全</b>

  • qemu性能直逼VMware的仿真器QEMU 的模擬速度約為實(shí)機(jī)的 25%;約為 Bochs 的 60 倍。Plex86、User-Mode-Linux、VMware 和 Virtual PC 則比

    qemu性能直逼VMware的仿真器QEMU 的模擬速度約為實(shí)機(jī)的 25%;約為 Bochs 的 60 倍。Plex86、User-Mode-Linux、VMware 和 Virtual PC 則比 QEMU 快一點(diǎn),但 Bochs 需要特定的 Kernel Patch;User-Mode-Linux 的 Guest System 必須為 Linux;VMware 和 Virtual PC 則需要在 Guest System 上安裝特定的 Driver,且它們是針對(duì)作業(yè)系統(tǒng)而進(jìn)行模擬,並不能說(shuō)是完整的模擬器。所以 QEMU 仍不失為極優(yōu)秀的 x86 模擬器。

    標(biāo)簽: VMware User-Mode-Linux Virtual Bochs

    上傳時(shí)間: 2014-06-04

    上傳用戶:bakdesec

  • 長(zhǎng)高44b0xi BIOS源碼 FS44B0II BIOS具有啟動(dòng)、引導(dǎo)

    長(zhǎng)高44b0xi BIOS源碼 FS44B0II BIOS具有啟動(dòng)、引導(dǎo),下載、燒寫(xiě),設(shè)置日期、時(shí)間,設(shè)置工作頻率等多種功能,並且支持各種參數(shù)的存儲(chǔ)和自動(dòng)調(diào)用。 可以用flashpgm等軟件將BIOS燒寫(xiě)到Flash中去,BIOS的自身駐留地址位于NOR FLASH的0x1f0000處,系統(tǒng)參數(shù)保存在0x1ff000以上區(qū)域中。所以在燒寫(xiě)完BIOS,上電復(fù)位后先要執(zhí)一定要執(zhí)行backup命令把BIOS本身拷貝到NOR FLASH的高端1f0000去。

    標(biāo)簽: BIOS 44 0xi 0II

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

    上傳用戶:ainimao

  • 所謂的Busybox乃是將一些常用的Unix指令及小程式適當(dāng)?shù)膭h減其功能並整合在一個(gè)執(zhí)行檔Busybox中

    所謂的Busybox乃是將一些常用的Unix指令及小程式適當(dāng)?shù)膭h減其功能並整合在一個(gè)執(zhí)行檔Busybox中,這麼做的原因是因?yàn)樵诖蟛糠萸度胧较到y(tǒng)通常不具備很大的記憶體,因此ramdisk也不能太大,而為了在有限的資源下能使用大部份的Unix指令及常用的小程式,有一群人開(kāi)始試著將這些程式刪減整合成單一執(zhí)行檔,稱(chēng)為Busybox

    標(biāo)簽: Busybox Unix 指令 程式

    上傳時(shí)間: 2014-12-20

    上傳用戶:hjshhyy

  • GPRS_CHT技術(shù)文檔

    GPRS_CHT技術(shù)文檔,包括主要詳細(xì)介紹GPRS的通訊協(xié)定,內(nèi)容包括GPRS 所要提供的功能、系統(tǒng)架構(gòu)、 各個(gè)網(wǎng)路元件、各元件間定義的介面、計(jì)費(fèi)系統(tǒng)與GSM 演進(jìn)為GPRS 所採(cǎi) 行的方式。其中GPRS 介面部份,抽出來(lái)獨(dú)立成為GPRS_Interface 檔案

    標(biāo)簽: GPRS_CHT 文檔

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

    上傳用戶:huannan88

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    標(biāo)簽: represented integers group items

    上傳時(shí)間: 2016-01-17

    上傳用戶:jeffery

  • Yacc說(shuō)明及使用文檔 yacc(Yet Another Compiler Compiler)

    Yacc說(shuō)明及使用文檔 yacc(Yet Another Compiler Compiler),是Unix/Linux上一個(gè)用來(lái)生成編譯器的編譯器(編譯器代碼生成器)。yacc生成的編譯器主要是用C語(yǔ)言寫(xiě)成的語(yǔ)法解析器(Parser),需要與詞法解析器Lex一起使用,再把兩部份產(chǎn)生出來(lái)的C程序一併編譯。yacc本來(lái)只在Unix系統(tǒng)上才有,但現(xiàn)時(shí)已普遍移植往Windows及其他平臺(tái)。

    標(biāo)簽: Compiler Another Yacc yacc

    上傳時(shí)間: 2016-01-26

    上傳用戶:希醬大魔王

  • The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

    The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).

    標(biāo)簽: converts Toolbox complex logical

    上傳時(shí)間: 2016-02-12

    上傳用戶:a673761058

  • 本書(shū)分為上篇、中篇和下篇三個(gè)部分

    本書(shū)分為上篇、中篇和下篇三個(gè)部分,上篇為Windows CE結(jié)構(gòu)分析,中篇為Windows CE情景分析,下篇為實(shí)驗(yàn)手冊(cè)。每一篇又劃分為若 干章。上篇包含有引言,Windows CE體系結(jié)構(gòu),處理 器排程,儲(chǔ)存管理 ,檔案系統(tǒng)和設(shè)備管理 等六 章。中篇包含有系統(tǒng)初始化,處理 器排程過(guò)程,分頁(yè)處理 ,檔案處理 和驅(qū)動(dòng)器載入等五章。下篇包含有Windows CE應(yīng)用程式開(kāi)發(fā),Windows CE系統(tǒng)開(kāi)發(fā),評(píng)測(cè)與總結(jié)以及實(shí)習(xí)等四章。 上篇的重點(diǎn)在於分析Windows CE kernel的結(jié)構(gòu)以及工作原理 。這個(gè)部分是掌握Windows CE作業(yè)系統(tǒng)的基礎(chǔ)。 中篇重點(diǎn)在於分析Windows CE kernel的實(shí)際運(yùn)行 過(guò)程。如果說 上篇是從靜態(tài)的角度 分析Windows CE kernel,那麼中篇?jiǎng)t是試圖從動(dòng)態(tài)的角度 給讀 者一個(gè)有關(guān)Windows CE kernel的描述。希望讀 者能夠通過(guò)對(duì)中篇的閱讀 理 解,在頭腦中形成有關(guān)Windows CE kernel的多方位的運(yùn)作情景。 下篇著重於有關(guān)Windows CE的應(yīng)用。對(duì)理 論 的掌握最終要應(yīng)用到實(shí)務(wù)中。

    標(biāo)簽:

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

    上傳用戶:FreeSky

  • sigma-delta ADC轉(zhuǎn)換之matlab模型

    sigma-delta ADC轉(zhuǎn)換之matlab模型,整個(gè)系統(tǒng)都可模擬。

    標(biāo)簽: sigma-delta matlab ADC 模型

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

    上傳用戶:xjz632

  • 一、程式名稱(chēng):embed.java 二、程式功能:藏入數(shù)位浮水印處理程式 四、輸入檔(資料)格式: 1.本程式所採(cǎi)用之影像格式皆為*.raw之灰階影像。 2.本程式採(cǎi)用的浮水印格式

    一、程式名稱(chēng):embed.java 二、程式功能:藏入數(shù)位浮水印處理程式 四、輸入檔(資料)格式: 1.本程式所採(cǎi)用之影像格式皆為*.raw之灰階影像。 2.本程式採(cǎi)用的浮水印格式為128×128之灰階影像ccu.raw。 3.本程式所採(cǎi)用的原始影像格式為512×512 之灰階影像Lena.raw。 五、輸出檔(資料)格式: 1.本程式輸出的藏入浮水印影像格式為512×512 之灰階影像Lena2.raw。 六、執(zhí)行環(huán)境: 1.系統(tǒng):Windows 98/ME/2000。 2.軟體:JavaTM 2 SDK (Version 1.3)。 七、執(zhí)行方式: 1.在DOS環(huán)境下執(zhí)行embed.java,指令如下:java embed。

    標(biāo)簽: 程式 embed java raw

    上傳時(shí)間: 2016-03-24

    上傳用戶:tzl1975

主站蜘蛛池模板: 江城| 曲周县| 钟祥市| 淮安市| 常山县| 常州市| 婺源县| 德兴市| 海兴县| 潜山县| 岐山县| 定兴县| 龙州县| 托里县| 子长县| 油尖旺区| 扎赉特旗| 陇南市| 辰溪县| 临西县| 溧阳市| 汽车| 黎川县| 于田县| 原阳县| 三台县| 偏关县| 德江县| 保定市| 泽库县| 宽甸| 武定县| 保靖县| 兴海县| 高邮市| 陈巴尔虎旗| 平原县| 中卫市| 正安县| 乌什县| 甘孜县|