搜索资源列表

  1. EVEmu-0.2

    0下载:
  2. EVE Online模拟器源码,采用C++编写 编译环境 real linux (not cygwin) gcc 3.3 mysql 4.1 32 bit 相比上个版本服务端增加一些功能,配合对应的数据库,可以架设成功 客户端请使用美版3913客户端-EVE Online simulator source code, C compiler environment to prepare real
  3. 所属分类:模拟服务器

    • 发布日期:2024-05-19
    • 文件大小:1741824
    • 提供者:LSW555
  1. spidmadriver

    0下载:
  2. 本驱动程序在linux2.6.17中测试通过。yangxing msn:lelma_yx@hotmail.com 希望对SPI操作的朋友有所帮助。 一、工作方式: 从设备:SPI为MASTER模式 S3C2410:SPI为SLAVE模式+DMA 二、工作流程 1.S3C2410从接收:当从设备发送数据时,S3C2410利用DMA方式收数,收到指定长度的数据,则进入DMA中断,将接收的数据拷出。 2.S3
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-19
    • 文件大小:17408
    • 提供者:y
  1. crosstool-0.27-gcc3.4.1.tar

    0下载:
  2. crosstool是由Dan Kegel开发的一套脚本程序,可以自动编译的gcc和glibc-crosstool by Dan Kegel development of a scr ipt, can automatically compile gcc and glibc
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-19
    • 文件大小:2058240
    • 提供者:汪灏
  1. huffman-src

    0下载:
  2. 8种不同的方式实现了Huffman编码算法,使用Visual Studio .NET(建议使用VS .NET 2003或以上版本)或 gcc 3-eight different ways to achieve the Huffman coding algorithm, Visual Studio.NET (recommended VS.NET 2003 or later) or gcc 3
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:37888
    • 提供者:易飞扬
  1. AVR_M16_ucos_II

    1下载:
  2. 1. OS版本为2.76 2. 使用Timer0的比较匹配中断为系统定时,频率为100Hz 3. 三种临界代码保护方式均可以使用,在OS_CPU.h里直接设置即可 如果安装了WinAVR20050214,则直接运行start.bat,输入make all即可开始编译。 如果需要在AVRStudio仿真,运行make extcoff后即可生成调试所需的cof文件。-1. OS Version 2.76 2. Time
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-19
    • 文件大小:79872
    • 提供者:
  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 - L
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:368640
    • 提供者:谢志俊
  1. s3c2410.tar.bz2

    0下载:
  2. toolchain gcc-2.95.3 glibc-2.2.2 for ARM s3c2410
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-19
    • 文件大小:19176448
    • 提供者:Dogan CILE
  1. GNUMakemanual

    0下载:
  2. GNU Make 使用手册(中译版)目前,在网上虽然有一些著作,但都不能全面的解释Linux源代码中各级的Makefile文件,因此本人认真阅读了GNU Make 使用手册(3.79)版原文,在此基础上翻译了该手册,以满足对Linux源代码有兴趣或者希望采用GCC编写程序但对缺乏GNU Make全面了解之人士的需要。-GNU Make Manual (Chinese translation edition) At present, al
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:132096
    • 提供者:刘俊
  1. cpp-3.0-src

    0下载:
  2. 一个能在WIN32环境下使用GCC的功能进行程序设计的SHE-A WIN32 environment in the GCC to use the functionality of program design SHE
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-19
    • 文件大小:76800
    • 提供者:
  1. gccandgdb

    0下载:
  2. stallman的GNU Compiler,Version3.2.3,和debuging with GDB version 6.4.50.20060418-Stallman s GNU Compiler, Version3.2.3, and debuging with GDB version 6.4.50.20060418
  3. 所属分类:电子书籍

    • 发布日期:2024-05-19
    • 文件大小:2740224
    • 提供者:
  1. module-init-tools-3.0.tar

    0下载:
  2. GCC资料大全,非常详尽的介绍了gcc的用法,方便易用。-GCC Sourcebook, very detailed presentation of gcc to use, easy to use.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-19
    • 文件大小:143360
    • 提供者:liuyl
  1. UDA1341TS_

    0下载:
  2. 这个驱动的移植主要是是将原来的2..4.18内核中的1341驱动程序直接往2.6.11上移植的,没有采用ALSA。移植过程中也曾经参考过一些资料,具体是哪位大虾的资料忘记了,在此感谢文中所参考的资料的大虾们 硬件环境:SBC-2410X开发板(CPU:S3C2410X) 内核版本:2.6.11.1 运行环境:Debian2.6.8 交叉编译环境:gcc-3.3.4-glibc-2.3.3 第一部分 声卡UDA1341
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-19
    • 文件大小:27648
    • 提供者:谷子
  1. camstream-0.26.3.tar

    0下载:
  2. 网上大多数linux/unix视频采集程序都是基于video4linux的.而基于V4L2的程序比较少. 本人自己写的基于video4linux2(V4L2)的视频采集程序.已经测试成功.编译请用GCC,或者交叉编译器arm-gcc之类.-Most online linux/unix video capture procedures are based on the Video4Linux. V4L2-based procedure i
  3. 所属分类:视频捕捉/采集

    • 发布日期:2024-05-19
    • 文件大小:1585152
    • 提供者:tang
  1. LPC214X_usb_firmware_upergrader_driver

    0下载:
  2. 基于LPC214X 的USB固件升级程序,通过USB接口来升级更新你的应用程序.基于LPC214X USB 固件升级源程序 (USB Firmware Upgrader source code ) 基于含有USB固件升级的LPC214X例程 例程包含下面编译器的工程文件(Rowley CrossWorks Studio(GCC) 1.5, IAR ARM v.4.39, GCC 3.4 (4.10), ARM ADS 1.2,
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-19
    • 文件大小:531456
    • 提供者:官中华
  1. Picture_Wave_Touch.tar

    0下载:
  2. socle開發板 移植Picture_Wave套件 可在螢幕上顯示照片並利用觸碰螢幕方式移動 kernel-2.6.19 crosstool-gcc-3.4.5-socle development board kit Picture_Wave transplantation can display photos on the screen and use touch screen mobile kernel-2.6.19 crossto
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-19
    • 文件大小:5875712
    • 提供者:1814princo
  1. cs8900_linux_2.6.24.tar

    0下载:
  2. cs8900 嵌入式Linux驱动源代码,此代码已经升级到了Linux 2.6.24版本的支持。-CS8900 Embedded Linux driver source code, this code has been upgraded to support version of Linux 2.6.24.
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:何家胜
  1. LPC_ARM_KEIL_RV_DEMO

    0下载:
  2. LPC23XX ARM的驱动程序库,开发环境为KEIL RV。做LPC23XX程序时可以直接应用-LPC23XX ARM driver library, development environment for the KEIL RV. Do LPC23XX procedures can be applied directly
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-19
    • 文件大小:1643520
    • 提供者:梁锋
  1. lwip-1.3.0

    0下载:
  2. ARM TCP/IP LWIP最新版本1.30-ARM TCP/IP LWIP the latest version 1.30
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-19
    • 文件大小:1037312
    • 提供者:qin
  1. gmsv

    0下载:
  2. 石器时代2.0完整版源代码.已经加入新功能. 在REDHAT9下GCC3.4编译成功. -Stone Age 2.0 full version of the source code. Has joined the new features. In RedHat9 success under the GCC 3.4 compiler.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-19
    • 文件大小:2683904
    • 提供者:华少
  1. key

    0下载:
  2. ARM程序,2*2键盘功能,程序可扩展成3*3或4*4的键盘,在LPC2103上测试成功。-ARM procedures, 2* 2 keyboard functions, procedures can be extended into a 3* 3 or 4* 4 keyboard, to test the success of the LPC2103.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-19
    • 文件大小:108544
    • 提供者:党元一
« 1 2 3 4 5 6 78 9 10 11 12 ... 18 »

源码中国 www.ymcn.org