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

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

Have

  • DOSBox emulates a full x86 pc with sound and dos. Its main use is to run old dosgames on platforms w

    DOSBox emulates a full x86 pc with sound and dos. Its main use is to run old dosgames on platforms which don t Have dos(win2K/XP/linux/FreeBSD/Mac OS X)

    標簽: platforms emulates dosgames DOSBox

    上傳時間: 2015-11-14

    上傳用戶:TRIFCT

  • UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether

    UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether for the IAR compiler. Jens E. Holtegaard ported one version using ICCAVR. Joerg Meyer did another port (using Jens port as a start?). This is basically Joerg s port plus a little bit of changes and documentation by me. - YOU MUST DOWNLOAD THE MAIN PART OF THE UCOS/II FROM THE UCOS/II WEBSITE http://www.ucos-ii.com . The supplied project file assumes the portable source is in the ..\source directory. - Joerg has written couple document showing the stack frames etc. but it is in German :-) They are included in this directory. - The Timer2 overflow interrupt is used for Timer Tick. If you want to change that, modify os_cpu_c.c and os_cpu_a.s - I Have tested this using ATMega103 with and without external RAM using AVR Studio simulator. See test1.c test program. Both Code Compressed (PRO) and STD versions Have been tested.

    標簽: UCOS original Saether version

    上傳時間: 2015-11-14

    上傳用戶:ippler8

  • I think this the first time every one can look at a PE crypter source in top level language such VC

    I think this the first time every one can look at a PE crypter source in top level language such VC++. So as I promised ... if some one sent me one nice compress source I would publish my source. I dedicate this source to all people who involve in this field. I hope it helps someone. Have good days ashkbiz Check: yodap.cjb.net

    標簽: language crypter source think

    上傳時間: 2013-12-29

    上傳用戶:dianxin61

  • linux filesystem bootdisk-howto.This document describes how to design and build boot/root diskettes

    linux filesystem bootdisk-howto.This document describes how to design and build boot/root diskettes for Linux. These disks can be used as rescue disks or to test new system components. You should be reasonably familiar with system administration tasks before attempting to build a bootdisk. If you just want a rescue disk to Have for emergencies,

    標簽: bootdisk-howto filesystem describes diskettes

    上傳時間: 2015-11-22

    上傳用戶:wanghui2438

  • About: Paco (pacKAGE oRGANIZER) is a simple, yet powerful tool to aid package management when insta

    About: Paco (pacKAGE oRGANIZER) is a simple, yet powerful tool to aid package management when installing programs from source code. It uses the LD_PRELOAD method to track package installations, and provides various options to keep the installed software organized. It s mainly a command line application but it has also an optional GTKMM interface. Release focus: Minor bugfixes Changes: Libpaco-log has been rewritten in C. This prevents a glibc installation failure when building LFS in chapter 6. The option -x|--expand has been removed. Several bugs Have been fixed in paco, gpaco, and rpm2paco. Author: David Rosal

    標簽: management oRGANIZER powerful pacKAGE

    上傳時間: 2014-08-25

    上傳用戶:weixiao99

  • This leon3 design is tailored to the Altera NiosII Startix2 Development board, with 16-bit DDR SDR

    This leon3 design is tailored to the Altera NiosII Startix2 Development board, with 16-bit DDR SDRAM and 2 Mbyte of SSRAM. As of this time, the DDR interface only works up to 120 MHz. At 130, DDR data can be read but not written. NOTE: the test bench cannot be simulated with DDR enabled because the Altera pads do not Have the correct delay models. * How to program the flash prom with a FPGA programming file 1. Create a hex file of the programming file with Quartus. 2. Convert it to srecord and adjust the load address: objcopy --adjust-vma=0x800000 output_file.hexout -O srec fpga.srec 3. Program the flash memory using grmon: flash erase 0x800000 0xb00000 flash load fpga.srec

    標簽: Development Startix2 tailored Altera

    上傳時間: 2014-01-19

    上傳用戶:chongcongying

  • VHDL實現(xiàn)SPI功能源代碼 -- The SPI bus is a 3 wire bus that in effect links a serial shift -- register betw

    VHDL實現(xiàn)SPI功能源代碼 -- The SPI bus is a 3 wire bus that in effect links a serial shift -- register between the "master" and the "slave". Typically both the -- master and slave Have an 8 bit shift register so the combined -- register is 16 bits. When an SPI transfer takes place, the master and -- slave shift their shift registers 8 bits and thus exchange their 8 -- bit register values.

    標簽: SPI bus register effect

    上傳時間: 2013-12-23

    上傳用戶:lx9076

  • This script was designed as a stand alone script which can be easily intergrate into any existing we

    This script was designed as a stand alone script which can be easily intergrate into any existing website as it is,but if you want to intergrate it into a site which uses a content management format, then some alterations will Have to be done for it to work properly. Remember this is a project and I am constantly working to improve it, so I can t guarantee that it will work for everyones needs, but dammmmd close.

    標簽: script intergrate designed existing

    上傳時間: 2015-11-29

    上傳用戶:Ants

  • As a result of additional product testing and evaluation, some specifications published in the S3C2

    As a result of additional product testing and evaluation, some specifications published in the S3C2440A User s Manual, Revision 0.01, Have been changed. These changes are described in detail in the Revision Descriptions section below.

    標簽: specifications additional evaluation published

    上傳時間: 2015-11-30

    上傳用戶:coeus

  • What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the poss

    What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used(In VB - The same technique can be implemented in "c" also.) Program flow Explained * Open the File to be encrypted for Binary Access Read(Say Source File) * Open a temparory file where encrypted data is stored for Binary Access Write(Say Destination File) * Loop through the Source File Byte by Byte * For each byte read from the file, Complement the data. (Using Not operator (in C we Have to use "~" operator) * Write Complemented Data to Destination File * Delete the Source File * Rename Destination file as Source File(Now Encryption is over)

    標簽: Sometimes the contents desire

    上傳時間: 2013-12-25

    上傳用戶:playboys0

主站蜘蛛池模板: 扎囊县| 七台河市| 平乡县| 余干县| 乐业县| 高雄市| 兴文县| 德江县| 铜陵市| 固阳县| 安国市| 建阳市| 贡嘎县| 吉林省| 炉霍县| 长岭县| 新化县| 聂拉木县| 枞阳县| 随州市| 康乐县| 晋州市| 武川县| 健康| 普兰县| 邯郸县| 左权县| 昔阳县| 房产| 宁晋县| 江川县| 湖北省| 高淳县| 杨浦区| 阜城县| 平果县| 秦皇岛市| 定日县| 新巴尔虎右旗| 林周县| 阿鲁科尔沁旗|