CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - GCC S

搜索资源列表

  1. arm_ucos_1.161

    0下载:
  2. The latest release, ver 1.16 of the ARM (7TDMI, 720T, 920T) port for uC/OS-II V2.61 (and higher) includes ports for the following platforms: 1. S3c2410x ( ARM920T from Samsung ) on SMDK2410 eval board. 2. LPC2xxx - LPC210x & LPC213x ( ARM7TDMI-S
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:368626
    • 提供者:谢志俊
  1. ucos2.8-run-mips

    0下载:
  2. UCOS在我的MIPS CPU上的移植 1. 这是UCOS在我的MIPS CPU上的移植代码, 编译工具使用标准的MIPS GCC. 2. 所有CPU相关的代码全在start.S中,相关函数说明如下:
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:78367
    • 提供者:许昕
  1. Sherwood

    0下载:
  2. Sherwood算法消除最坏实例,以达到对任何实例都能有好的性能的效果 文件: rd_list.c --> create a random sequence of n integers not equal to each other list.c --> create a descending sequence of n integers not equal to each other sherwood.c --> 就是该算法,静态链表的长度默
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3258
    • 提供者:李士
  1. p_c.win-linux

    0下载:
  2. 基于进程与共享主存实现的生产者消费者问题(Windows/Linux)。与网络上可以下载到的大多数生产者消费者问题模拟程序不同,本程序使用进程(而非线程)模拟,基于共享内存读写“产品”。同时给出了Windowst和Linux下实现的源代码,使用gcc编译通过。详细参见:http://blog.sina.com.cn/s/blog_53773b5f01000a1j.html
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:28858
    • 提供者:林健
  1. lcd.rar

    0下载:
  2. 本程序完成采用SED1335作为控制器的320#240液晶的驱动,编译器采用AVR-GCC,硬件平台为Atmel的Mega128芯片。,The use of this procedure is completed as SED1335 controller 320# 240 LCD driver, the compiler using AVR-GCC, the hardware platform for Atmel' s chips Mega128.
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:218058
    • 提供者:hanhaijian
  1. AD9833.rar

    1下载:
  2. 用ADI的DDS信号数字合成芯片,基于AVR单片机的程序,GCC编译通过。,Using ADI' s DDS signal digital synthesis chip, based on the AVR MCU program, GCC compiler through.
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:37843
    • 提供者:成佳强
  1. mp_simplesim.rar

    0下载:
  2. 体系机构仿真,simplescalar的多处理器版本,现在好像在simplescalar上没有下载了 作者是加拿大Queen大学的Manjikian 环境: Architecture SPARC Operating System Solaris 2 Compiler gcc,The multiprocessor extensions were conceived and implemented by Naraig Manjikian at Queen s Unive
  3. 所属分类:Linux-Unix program

    • 发布日期:2015-06-17
    • 文件大小:356064
    • 提供者:jiangwen
  1. eluos

    0下载:
  2. linux下shell下的俄罗斯方块游戏的源代码,在终端下直接用gcc编译这个c源代码后执行生成的.out文件即可使用。实现了所有功能:7种图形的变形和左右移动以及快速下落,消隐功能,记录积分等,其中包括到边界变形的问题的算法,例如:图形靠近边界时可能出现的出界和异常显示的问题。同时利用信号量产生定时下落和变形操作不冲突的问题。当然也有不足之处,就是未实现图形下落到底时进行左插和右插到空挡位置的功能。希望能和大家交流交流做一定的改进。-Russia under linux box under t
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-03
    • 文件大小:2990
    • 提供者:黄海
  1. SaliencyToolbox_V2.2

    0下载:
  2. 基于注意力机制,实现彩色图像显著区域提取.源于Dirk B. Walther-The SaliencyToolbox is a collection of Matlab functions and scr ipts for computing the saliency map for an image, for determining the extent of a proto-object, and for serially scanning the image with the focus
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4745549
    • 提供者:zgk
  1. typeof

    0下载:
  2. typeof,编译时获取表达式类型运算符,是gcc编译器的一个扩展(intel编译器 也支持). 笔者最近作一个项目时需要用比较hack的手段把第三方的dll(无lib但有头文件)里面的外部函数以函数指针的方式提取出来给其他模块作全局变量用,500多个函数呀,声明函数指针可不是个轻松事,类型名字至少排满一行,写了50多个就受不了了. 找了boost的typeof,把里面的代码大幅度简化,提炼,去掉一些依赖.请使用TYPEOF宏,无任何运行时开销。 本版本利用了vc6的1个bug(子类
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:1101
    • 提供者:朱元
  1. mplayerc_src

    0下载:
  2. Media Player Classic 源代码,vs2008编译环境-Media Player Classic source code To compile you need: * TortoiseSVN Download * Microsoft Visual C++ 2008 SP1 Download * Microsoft® Windows® Software Development Kit Update for Windows Vista™ D
  3. 所属分类:Multimedia program

    • 发布日期:2017-06-01
    • 文件大小:13993454
    • 提供者:charlie
  1. ns-2.26-gcc410.patch

    0下载:
  2. ns-2.26的补丁程序,安装ns2.26时可能需要。此程序不太容易从网上找到。-ns-2.26 patches, may need to install ns2.26. This program is not easy to find from the Internet.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:5793
    • 提供者:赵航
  1. LPC3250_u-boot-1.3.3.tar

    1下载:
  2. NXP公司的ARM9 (LPC3250)下,绝对可用的uboot 源代码。网络、sdram、flash等一切正常。而且非常可靠。u-boot 的版本号是:1.3.3 .用ARM-linux-gcc 编译。-NXP' s ARM9 (LPC3250), the absolute uboot source code available. Network, sdram, flash and all is normal. And very reliable. u-boot version number
  3. 所属分类:嵌入式Linux

    • 发布日期:2013-02-20
    • 文件大小:10674988
    • 提供者:liulangmao
  1. STM32F4_KEY_LED_1

    0下载:
  2. STM32F407下用GCC编译的C++语言按钮与LED综合例子,采用ST公司的固件库。带Obtain_Studio工程文件。-STM32F407 compiled with GCC under C++ language button and LED comprehensive example of using ST s firmware library. With Obtain_Studio project file.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-16
    • 文件大小:4232574
    • 提供者:李义奎
  1. PocketGCC_Pleafles

    0下载:
  2. pocket上的gcc编译器,深山孤鹰修改-gcc complier of ppc. support .cpp,.c,.s files
  3. 所属分类:Compiler program

    • 发布日期:2017-05-10
    • 文件大小:2442173
    • 提供者:jason
  1. filecompress_c

    0下载:
  2. 用C写的文件压缩器的源码,使用gcc编译-Using C to write the paper s source compression, use the gcc compiler
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:54897
    • 提供者:qyp
  1. camsnap

    0下载:
  2. 程序是根据vidcat改的,只能抓PPM的图. makefile的内容如下,请注意打小写: cc=gcc #cflags=-i/firendly-arm/kernel/include -i/usr/local/arm/2.95.3/arm-linux/include -wall -dhave_libjpeg #-dvideo_dev=\"/dev/v4l/video0\" -dversion=\"0.7.2\" cflags=-wall -dvideo_dev=\"/de
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:2717
    • 提供者:yinlingpeng
  1. banker_by_array

    0下载:
  2. 本程序为自己在学习操作系统时独立根据书上所述的银行家算法制作而成,包括一个数组输入函数(Sr()),数组输出函数(Pr())和一个判断函数(test()),并通过指针传递参数,可以自定义进程数目和资源种类数目(源程序限10个以内,可自行更改数组)。 注:本程序是在linux环境下通过gcc编译器编译成功的。若移植到windows环境下可能在汉字显示部分出现乱码。-This procedure for their own independence in learning, when the o
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:8798
    • 提供者:
  1. enswm24e

    0下载:
  2. The first decision, that has to be made for the AVR platform, is to select the development environment you want to use, either ImageCraft s ICCAVR or GNU s AVR-GCC. The commercial ImageCraft Compiler offers an advanced IDE and is the first choi
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:574276
    • 提供者:dahuda
  1. client-server

    0下载:
  2. C-S通信的server端程序,linux环境gcc编译通过,实现了简单的文本传输,读懂即可了解整个socket通信的流程,绝对原创,希望大家能支持。-CS communications server-side procedures, linux environment through the gcc compiler, the realization of a simple transfer of text, read to understand the whole process socke
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1069
    • 提供者:黄珺
« 1 2 34 5 6 »
搜珍网 www.dssz.com