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

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

read-only

  • QoS in ternet IP revolution - from “IP over everything” to “everything over IP” Current Internet g

    QoS in ternet IP revolution - from “IP over everything” to “everything over IP” Current Internet guarantee: Best Effort only.

    標簽: everything over revolution Internet

    上傳時間: 2016-03-05

    上傳用戶:小眼睛LSL

  • 一、目的要求 1、用高級語言編寫和調試一個簡單的文件系統(tǒng)

    一、目的要求 1、用高級語言編寫和調試一個簡單的文件系統(tǒng),模擬文件管理的工作過程。從而對各種文件操作命令的實質內容和執(zhí)行過程有比較深入的了解。 2、要求設計一個 n個用戶的文件系統(tǒng),每次用戶可保存m個文件,用戶在一次運行中只能打開一個文件,對文件必須設置保護措施,且至少有Create、delete、open、close、read、write等命令。

    標簽: 高級語言 編寫 文件系統(tǒng) 調試

    上傳時間: 2014-10-10

    上傳用戶:fredguo

  • Foundations of Python Network Programming leads readers through every aspect of client and server pr

    Foundations of Python Network Programming leads readers through every aspect of client and server programming with Python. Python is a new and innovative scripting language. It is set to replace Perl as the programming language of choice for scripters and for serious application developers wanting a feature rich yet simple language to deploy their products in. This book features extensive examples that not only demonstrate important concepts and practices, but also provide a cadre of fully-functional stand-alone programs. Readers can use the examples as the basis and building blocks for their own software

    標簽: Foundations Programming Network readers

    上傳時間: 2013-12-16

    上傳用戶:小碼農lz

  • The Funambol J2ME Mail Client aims to be a light, easy to use, free email client for J2ME devices.

    The Funambol J2ME Mail Client aims to be a light, easy to use, free email client for J2ME devices. The first release comes with a simple but effective UI, and a storage limited to the internal RMS only. This makes the application compatible with most of the phones around (minimum requirements are: MIDP2.0, CLDC 1.0, 512k of Storage). The mail synchronization using SyncML 1.2 over HTTP, thus removing any problem related to the access to IMAP or POP ports. The mail client synchonizes its address book with the one on the server, Its design is modular and can be extended in future with other mail protocols, a more sophisticated UI and access to the phone s AddressBook or filesystem for the devices allowing this. See the javadoc for more information on the structure of the library.

    標簽: J2ME Funambol devices Client

    上傳時間: 2014-01-05

    上傳用戶:gououo

  • Motoko it s a 2D library to handle the graphical user interface of the game. It supports the basic c

    Motoko it s a 2D library to handle the graphical user interface of the game. It supports the basic controls of the windows GUI look like: PictureBox, TextBox, ListBox, LabelBox, ControlListBox, ComboBox, Button, CheckButton, Dialog, Panel, HScrollBar and VScrollBar. It uses the library CRM32Pro, so the CRM32Pro devkit will be needed to develop any application with Motoko, and it s contained in the Motoko devkit. The Motoko library is under the LGPL license, so read first the license if you want to make any change to the library.

    標簽: the graphical interface supports

    上傳時間: 2013-12-20

    上傳用戶:yoleeson

  • 無線網卡驅動 固件程序 There are currently 3 "programming generations" of Atheros 802.11 wireless devices (

    無線網卡驅動 固件程序 There are currently 3 "programming generations" of Atheros 802.11 wireless devices (some of these have multiple hardware implementations but otherwise appear identical to users): 5210 supports 11a only 5211 supports both 11a and 11b 5212 supports 11a, 11b, and 11g

    標簽: programming generations currently wireless

    上傳時間: 2014-01-22

    上傳用戶:aa54

  • The first edition of this book ranks among the small (very small) number of books that I credit with

    The first edition of this book ranks among the small (very small) number of books that I credit with significantly elevating my skills as a professional software devel-oper. Like the others, it was practical and easy to read, but loaded with important advice. Effective C++, Third Edition, continues that tradition. C++ is a very powerful programming language. If C gives you enough rope to hang yourself, C++ is a hard-ware store with lots of helpful people ready to tie knots for you. Mastering the points discussed in this book will definitely increase your ability to effectively use C++ and reduce your stress level.

    標簽: small edition credit number

    上傳時間: 2013-12-29

    上傳用戶:talenthn

  • THIS DESIGN IS PROVIDED TO YOU "AS IS". XILINX MAKES AND YOU RECEIVE NO WARRANTIES OR CONDITIONS, EX

    THIS DESIGN IS PROVIDED TO YOU "AS IS". XILINX MAKES AND YOU RECEIVE NO WARRANTIES OR CONDITIONS, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, AND XILINX SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, NON-INFRINGEMENT, OR FITNESS FOR A PARTICULAR PURPOSE. This design has not been verified on hardware (as opposed to simulations), and it should be used only as an example design, not as a fully functional core. XILINX does not warrant the performance, functionality, or operation of this Design will meet your requirements, or that the operation of the Design will be uninterrupted or error free, or that defects in the Design will be corrected. Furthermore, XILINX does not warrant or make any representations regarding use or the results of the use of the Design in terms of correctness, accuracy, reliability or otherwise.

    標簽: CONDITIONS WARRANTIES YOU PROVIDED

    上傳時間: 2016-03-21

    上傳用戶:1427796291

  • linux文件系統(tǒng)試驗 一、實驗目的 學習有關linux文件管理程序如何組織的知識

    linux文件系統(tǒng)試驗 一、實驗目的 學習有關linux文件管理程序如何組織的知識,為簡化的文件系統(tǒng)設計并實現(xiàn)一組目錄操作。實驗中使用軟盤的fat12格式,設計一個程序可以對這種格式的磁盤進行一組目錄操作。 實驗使用了部分linux的系統(tǒng)調用,比如說open() sleek() read() write()幾個調用。通過此實驗來對linux的文件系統(tǒng)的管理有進一步的理解。 二、實驗要求 主要實現(xiàn)三個功能:一 讀取磁盤目錄的目錄列表。(命令輸入 ls ) 二 切換目錄(不處理路徑名)。(命令輸cd dir_name 或cd/ 或cd.. ) 三 刪除當前目錄下的文件。(命令輸入 del filename )

    標簽: linux 文件系統(tǒng) 實驗 文件管理

    上傳時間: 2014-01-17

    上傳用戶:

  • To use the ATLTrace tool: Debug an MFC or ATL project select Start from the Debug menu. Selec

    To use the ATLTrace tool: Debug an MFC or ATL project select Start from the Debug menu. Select MFC/ATL Trace Tool in the Tools menu. Expand the tree control list in the Trace List window. Here you will see the running application, any modules within that application, and the trace categories for each module. Customize, for each process, module, and category, which information is displayed in the output window. The Trace level control in the Process group is related to the ATLTRACE2 level only those ATLTRACE2 messages with a level equal to or greater than the setting in the Trace level control will be displayed in the output window. Select Apply to put your settings into effect. You can save your settings, and load them the next time you debug the application use the Save and Load buttons.

    標簽: Debug the ATLTrace project

    上傳時間: 2014-01-15

    上傳用戶:wfl_yy

主站蜘蛛池模板: 渭南市| 安泽县| 浮山县| 惠东县| 富锦市| 永宁县| 德保县| 呼图壁县| 米脂县| 新竹市| 上林县| 安图县| 南涧| 弥渡县| 含山县| 南雄市| 霍林郭勒市| 武邑县| 玉林市| 名山县| 盖州市| 大兴区| 南京市| 文昌市| 松阳县| 永定县| 屯留县| 那曲县| 罗田县| 武陟县| 霍林郭勒市| 尚义县| 巴马| 翁源县| 博野县| 凉山| 东乌珠穆沁旗| 阜新| 郑州市| 河间市| 乃东县|