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

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

make-ldpc

  • SENTINEL 的加密狗lic生成工具方法如下 1.copy a870.sentinel to windowssystem32 folder. 2.run Emulator Utility

    SENTINEL 的加密狗lic生成工具方法如下 1.copy a870.sentinel to windows\system32 folder. 2.run Emulator Utility and then press install button and close the utility. 3.run wechoid.exe, selector must be 1e or 1c 4.then run LicGen and use selector and code from wechoid.exe w/o 0x, it will make a license for that pc

    標簽: windowssystem SENTINEL Emulator sentinel

    上傳時間: 2017-02-10

    上傳用戶:498732662

  • getip1.cpp // // This program reports the IP address for each adapter in your machine. // To comp

    getip1.cpp // // This program reports the IP address for each adapter in your machine. // To compile from command-line type: // // cl getip1.cpp wsock32.lib // // Make sure your INCLUDE and LIB environment variables are set up properly // you can run vcvars32.bat

    標簽: address adapter program machine

    上傳時間: 2014-01-05

    上傳用戶:bibirnovis

  • VC技術內幕第五版,學習VC經典書籍 The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet tech

    VC技術內幕第五版,學習VC經典書籍 The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also adds an amazing number of productivity-boosting features such as Edit And Continue, IntelliSense, AutoComplete, and code tips. These features take Visual C++ to a new level. We have tried to make sure that this book keeps you up to speed on the latest technologies being introduced into Visual C++.

    標簽: Microsoft continued Internet release

    上傳時間: 2013-12-14

    上傳用戶:ve3344

  • In term project, we will take the baseline JPEG codec in ARM-based platform system as an example to

    In term project, we will take the baseline JPEG codec in ARM-based platform system as an example to practice the design flow in SoC. We divide the project into three parts, and the goal of each part is described as follow. Part I: Design a baseline JPEG software codec in C/C++ and port it to ARM core,(ARM7TDMI, ARM720T, or ARM922T.) Part II: Make use of virtual prototype to integrate/verify the hardware and software. Part III: Verify your soft IP in target environment.

    標簽: ARM-based baseline platform project

    上傳時間: 2017-02-15

    上傳用戶:363186

  • udp-cast!可以用multicasting的方式把檔案傳送到一個群組

    udp-cast!可以用multicasting的方式把檔案傳送到一個群組,很好用~~~~!有興趣的人式式吧。 1.先make 2.會產生兩個兩進位檔,sender用來擴播檔案 詳細就man udp-cast吧

    標簽: multicasting udp-cast 方式

    上傳時間: 2013-12-26

    上傳用戶:13215175592

  • Have you ever seen players eyes light up as they explore the worlds that you ve created in your gam

    Have you ever seen players eyes light up as they explore the worlds that you ve created in your games? If you have, then game development probably has you hooked firmly in its grasp! If you ve never taken your games beyond the PC, now s the time! "J2ME Game Programming" is a hands-on guide that teaches you how to create games for micro-devices. You ll be amazed at just how cool the games you create can look and play. Focusing primarily on mobile phone game creation, you ll jump right in and create your own games as you work your way through the book. The thought has surely crossed your mind that it would be nice to make some money off of this cool hobby of yours. J2ME offers real opportunity to profit from your games. Learn how you can earn revenue from your games by taking them to market. If you have a basic understanding of Java, then you re ready to explore all that "J2ME Game Programming" has to offer!

    標簽: you created players explore

    上傳時間: 2017-02-25

    上傳用戶:lanhuaying

  • All of Java s Input/Output (I/O) facilities are based on streams, which provide simple ways to read

    All of Java s Input/Output (I/O) facilities are based on streams, which provide simple ways to read and write data of different types. Java provides many different kinds of streams, each with its own application. The universe of streams is divided into four large categories: input streams and output streams, for reading and writing binary data and readers and writers, for reading and writing textual (character) data. You re almost certainly familiar with the basic kinds of streams--but did you know that there s a CipherInputStream for reading encrypted data? And a ZipOutputStream for automatically compressing data? Do you know how to use buffered streams effectively to make your I/O operations more efficient? Java I/O, 2nd Edition has been updated for Java 5.0 APIs and tells you all you ever need to know about streams--and probably more.

    標簽: facilities streams provide Output

    上傳時間: 2013-12-17

    上傳用戶:6546544

  • This document describes the interface between HLA and Linux via direct system calls. The HLA Standar

    This document describes the interface between HLA and Linux via direct system calls. The HLA Standard Library provides a header file with a set of important constants, data types, and procedure prototypes that you can use to make Linux system calls.

    標簽: HLA describes interface document

    上傳時間: 2013-12-24

    上傳用戶:shus521

  • 匯編內核的md5算法

    匯編內核的md5算法,應網友要求改進了兩個部分: 1、采用nasm風格匯編,可以方便的移植到linux平臺下。 2、修正了56個字節以上明文加密會出錯的bug,對任意長的明文都能夠加密 使用方法: 一種方法是使用原代碼包中的make.bat,這需要安裝nasm編譯器;第二種就是直接將md5_x86.obj拷貝到你的工程下,直接使用

    標簽: md5 匯編 內核 算法

    上傳時間: 2017-03-09

    上傳用戶:集美慧

  • The Bit Array structure provides a compacted arrays of Booleans, with one bit for each Boolean value

    The Bit Array structure provides a compacted arrays of Booleans, with one bit for each Boolean value. A 0 [1] bit corresponds to the Boolean value false [true], respectively. We can look at a stream of bytes as a stream of bits each byte contains 8 bits, so any n bytes hold n*8 bits. And the operation to manipulate this stream or bits array is so easy, jut read or change the bits state or make any Boolean operation on the whole bits array, like 鈥楢ND鈥? 鈥極R鈥? or 鈥榅OR鈥?

    標簽: structure compacted Booleans provides

    上傳時間: 2014-01-15

    上傳用戶:壞天使kk

主站蜘蛛池模板: 资兴市| 玛纳斯县| 建昌县| 玛沁县| 右玉县| 满洲里市| 延吉市| 新野县| 九龙城区| 白水县| 湘阴县| 庆城县| 绥阳县| 汝南县| 碌曲县| 綦江县| 禹城市| 南陵县| 玉树县| 神农架林区| 许昌市| 蒙阴县| 永平县| 辽阳市| 尖扎县| 屯留县| 高唐县| 开封市| 府谷县| 油尖旺区| 皋兰县| 贵德县| 浠水县| 阳春市| 咸丰县| 大同市| 达州市| 汾阳市| 昌乐县| 广元市| 荃湾区|