虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

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实现SPI功能源代码 -- The SPI bus is a 3 wire bus that in effect links a serial shift -- register betw

    VHDL实现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