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

Make-pchk

  • 自己编写的ARM处理器的指令集仿真

    自己编写的ARM处理器的指令集仿真,其中包含测试程序。执行其中的MAKE就可以了

    标签: ARM 编写 处理器 仿真

    上传时间: 2015-06-04

    上传用户:sy_jiadeyi

  • linux gc编写的蚁群算法程序 首先tar xzfv 解压缩 进入目录后

    linux gc编写的蚁群算法程序 首先tar xzfv 解压缩 进入目录后,./confiure 然后make

    标签: linux xzfv tar 编写

    上传时间: 2015-06-09

    上传用户:shizhanincc

  • Simple SunPlus SP54 codec converter and a more playable mode MJPG. untar the archive go to the r

    Simple SunPlus SP54 codec converter and a more playable mode MJPG. untar the archive go to the relevant directory to compile: just do make to install: with root account cp sp54convert /usr/local/bin to use: sp54convert infile outfile Enjoy !! Michel Xhaard <mxhaard@users.sourceforge.net> Till Adam <till@hubbahubba.de> Windows port: Piotr Pawlow <pp@siedziba.pl>

    标签: converter the playable SunPlus

    上传时间: 2013-12-30

    上传用户:1079836864

  • Micro In-System Programmer Brief Installation Notes Enter the src directory. If uisp does not

    Micro In-System Programmer Brief Installation Notes Enter the src directory. If uisp does not compile successfully, add switch -DNO_DIRECT_IO in the Makefile to remove support for direct I/O port access (that may be necessary on non-PC architectures). Parallel port access should still work if you have the Linux ppdev driver (patch for 2.2.17 is in the kernel directory, ppdev is standard in 2.4 kernels). Please lobby Alan Cox to include this tiny little driver in 2.2.x too :). To make it type: make and to install it: make install If you have any further doubts, please consult UISP s homepage: http://www.nongnu.org/uisp/

    标签: Installation Programmer In-System directory

    上传时间: 2013-12-23

    上传用户:小儒尼尼奥

  • GNUmake中文PDF手册

    GNUmake中文PDF手册,一本学习make很好的资料

    标签: GNUmake

    上传时间: 2014-01-16

    上传用户:koulian

  • 华容道gtk版 将压缩包在任一目录下解开

    华容道gtk版 将压缩包在任一目录下解开,直接运行./hrd或先运行make生成与你的系统相适应的可执行文件,然后再执行./hrd。 本软件暂时只精选了四种布阵法,并且只演示前两关的最优解法。只提供一套默认皮肤,没有加入人物肖像。

    标签: gtk 目录

    上传时间: 2014-11-22

    上传用户:wang0123456789

  • S3C4510模拟器及实例源码 安装ADS1.2之后

    S3C4510模拟器及实例源码 安装ADS1.2之后,再安装模拟器。模拟器安装路径必须选择到ADS的bin目录,所以必须先安装ADS。安装模拟器时请仔细阅读提示文字。 模拟器安装完成后,会在桌面建立快捷图标S3C4510B_Board,运行这个快捷图标可以看到开发板的图形,在AXD启动后将可以在S3C4510B_Board上面看到效果。 模拟器安装完成后,还会建立文件夹 C:\ArmEmulate,桌面快捷图标S3C4510B_Board 就是指向这里。这个文件夹下有5个子文件夹,分别是: 1. C:\ArmEmulate\GPIO\ , 这个文件夹里是GPIO的程序例子。 2. C:\ArmEmulate\Include, 这个文件夹里只有一个头文件S3C4510B.h,包含S3C4510B寄存器的定义。 3. C:\ArmEmulate\make, 这个文件夹里是gnu 的make工具包,所有的程序都是用makefile管理的,没有工程文件。 4. C:\ArmEmulate\TIMER,这个文件夹里是TIMER的程序例子。 5. C:\ArmEmulate\UCOSIITest,这个文件夹里是UCOSII的程序例子,如果想了解UCOS的运行过程,可以使用这个例子单步运行,查看程序流程和内存,变量。 在程序例子文件夹中还有一个ads12.bat批处理文件,用于使用makefile时设置临时环境变量。 具体使用过程,请看C:\ArmEmulate\Readme.txt。

    标签: S3C4510 ADS 1.2 模拟

    上传时间: 2013-12-03

    上传用户:lanwei

  • Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP

    Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grows, and now there is a need for a pool of threads. So just take the IMAP connection pool and convert that to a pool of threads (Copy, paste, find, replace????). Need to make some changes to the pool implementation? Not a very easy task, since the code has been duplicated in many places. Re-inventing source code is not an intelligent approach in an object oriented environment which encourages re-usability. It seems to make more sense to implement a pool that can contain any arbitrary type rather than duplicating code. How does one do that? The answer is to use type parameterization, more commonly referred to as templates.

    标签: connection pool applications program

    上传时间: 2013-12-25

    上传用户:playboys0

  • 采用ark 3116芯片组的usb转rs232接口线的linux下驱动程序

    采用ark 3116芯片组的usb转rs232接口线的linux下驱动程序,要求linux内核是2.6版本,用压缩包中的makefile直接make make install即生成.o后缀的elf驱动程序,用insmod按装

    标签: linux 3116 ark 232

    上传时间: 2014-01-02

    上传用户:wangzhen1990

  • The J2000 codec was written in an effort to produce the cleanest and simplest implementation possibl

    The J2000 codec was written in an effort to produce the cleanest and simplest implementation possible of the JPEG-2000 standard. We have put a particular emphasis on good architecture design and code simplicity, while at the same time providing an implementation as complete and efficient as possible. The source code for the codec is freely available for anyone to study or even for use in commercial programs. We hope that our open development process and our focus on clean, straightforward code will help make the J2000 codec become a reference implementation of the JPEG-2000 standard

    标签: implementation cleanest simplest produce

    上传时间: 2015-07-03

    上传用户:dengzb84