搜索资源列表
AVRCam
- 这是一个基于颜色特征的物体识别程序,包括上位机源代码、下位机源代码和非常详细的说明文党。该程序上位机用Java写成,在windows/UNIX/Linux等系统下均可以编译和运行,而下位机代码则运行于ATMEL公司出品的AVR系列ATMega单片机,采用avr-gcc编译。该程序可以同时识别10个不同颜色不同形状的物体,达到每秒29帧的处理速度,采用OV6620 CMOS图像传感器。-This is a feature based on the color of the object recog
移植uip-1.0到Atmega32
- 移植uip-1.0到Atmega32 1)把 uip-1.0 的所有文件加入到工程,包括 uip 目录的文件(除uip-split.c)、unix 目录的文件、lib 目录的文件; 2)修改 uip/uip-neighbor.c 文件的 void uip_neighbor_add(uip_ipaddr_t ipaddr, struct uip_neighbor_addr *addr) 函数,一般注释掉 printf 语句即可,或者改为你自己的串口格式化打印实现。 3)u
ntfs-3g-1.5130.rar
- NTFS的文件系统代码,在Linux下不错的NTFS驱动,可以移植到WINDOWS或嵌入式平台上,Ntfs file system code, it s open source code in unix
EJTAG-MIPS-debug
- 本文介绍了一种调试工具。硬件上利用了商品化的低价设备,因为其电路极其简单,所以也完全可以自行制作。软件基于开放源码平台GNU的GDB调试程序,没有任何版权的问题,而且开放源码的特性使得功能的添加和修改完全自主可控,具有良好的可扩展性;另外其可移植性也比较好,理论上在任何 类UNIX平台上都能移植。此系统实际在linux和cygwin上都已能正常工作。-This paper presents a debugging tool. Use of commercial hardware, low-c
simpleini-4.8.2(2)
- Ini文件读写源代码,支持多种操作平台 - support for multi-line values (values with embedded newline characters) - optional support for multiple keys with the same name - optional case-insensitive sections and keys (for ASCII characters only) - saves files
acpica-unix-20100428.tar
- GRUB boot loader source
sqlite-amalgamation-3_6_6_2
- sqlite3.6.2的源码。SQLite是一款轻型的数据库,是遵守ACID的关联式数据库管理系统,它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如Tcl、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源世界著名的数据库管理系统来讲,它的处理速度比他们都快。 -sqlite3.
pi_css5_src.tar
- Linux 下 的superpi源码, 使用FFT算法实现可以做测试使用.-A good superpi source code running at linux/unix platform, also you can port to any hardware.Realized with FFT algorithm.
apue.2e
- the source code of advanced programing in unix
usbbootsource
- uboot的源代码, 搞Unix和Linux的朋友可以看看。请用ARM公司的realveiw工具查看。-uboot source code, engage in Unix and Linux friends can see. Please use ARM s realveiw tool to view.
Linux-gdb
- GDB是GNU开源组织发布的一个强大的UNIX下的程序调试工具。或许,各位比较喜欢那种图形界面方式的,像VC、BCB等IDE的调试,但如果你是在 UNIX平台下做软件,你会发现GDB这个调试工具有比VC、BCB的图形化调试器更强大的功能。所谓“寸有所长,尺有所短”就是这个道理。-GDB is the GNU open-source organizations, released under a powerful debugging tool for UNIX. Perhaps you prefe
linuxvi
- Bram Moolenaar 在 80 年代末购入他的 Amiga 计算机时,Amiga 上还没有他最常用的编辑器 vi。Bram 从一个开源的 vi 复制 Stevie 开始,开发了 Vim 的 1.0 版本。最初的目标只是完全复制 vi 的功能,那个时候的 Vim 是Vi IMitation(模拟)的简称。1991 年 Vim 1.14 版被 "Fred Fish Disk #591" 这个 Amiga 用的免费软体集所收录了。1992 年 1.22 版本的 Vim 被移植到了 UNIX 和
SD-8686-WM60-ARMV4I.p48-1_wmm
- 改文件时WM-G-MR-09模块的驱动以及源代码,用于WINCE或者unix-Change the file WM-G-MR-09 module, drivers and source code for WINCE or unix
rtdsr_0.6_src.tar
- rtdsr v0.6 - RTD 1283 bootloader recovery (sources)-rtdsr: Serial Recovery utility for Realtek RTD1283/Mars SoCs This program is meant to be used in the Serial Recovery console from the Realtek RTD1283 SoC BootROM ("s/d/g/c>"). It provides
gdb--test
- gdb的简单使用和gdb+gdbserver方式进行ARM程序调试 gdb的简单使用 GDB是GNU开源组织发布的一个强大的UNIX下的程序调试工具。或许,各位比较喜欢那种图形界面方式的,像VC、BCB等IDE的调试,但如果你是在 UNIX平台下做软件,你会发现GDB这个调试工具有比VC、BCB的图形化调试器更强大的功能。-Simple to use gdb and gdb+ gdbserver gdb debugging ARM way simple to use GDB is
s3c2440_vivi
- 本源码是为三星ARM9系列,2440的bootloader所提供的vivi源代码,编译环境是linux/unix,里面有Makefile文件,方便使用.-The source code for the Samsung ARM9 series, 2440 provided by the bootloader vivi source code, build environment is linux/unix, which has the Makefile, easy to use.
gdb
- GDB是GNU开源组织发布的一个强大的UNIX下的程序调试工具。或许,各位比较喜欢那种图形界面方式的,像VC、BCB等 IDE的调试,但如果你是在UNIX平台下做软件,你会发现GDB这个调试工具有比VC、BCB的图形化调试器更强大的功能。所 谓“寸有所长,尺有所短”就是这个道理。-GDB is a program under the GNU open source organization released a powerful UNIX debugging tools. Perhaps
nuttx-6.23.tar
- nuttx 实时操作系统的源代码!nuttx 是一个嵌入式unix操作系统,代码写得相当规范!-nuttx real-time operating system source code! nuttx an embedded unix operating system the code written quite specifications!
cmake-3.3.0-rc1-win32-x86
- CMake是一个跨平台的安装(编译)工具,可以用简单的语句来描述所有平台的安装(编译过程)。他能够输出各种各样的makefile或者project文件,能测试编译器所支持的C++特性,类似UNIX下的automake。-CMake is cross-platform free and open-source software for managing the build process of software using a compiler-independent method. It is
openlldp-0.7
- 802.1ab(lldp)的实现-Openlldp is an Open Source implementation of the IEEE standard 802.1AB Link Layer Discovery Protocol (lldp). The Openlldp project aims to provide a comprehensive implementation of IEEE 802.1AB to help foster adoption of the lldp prot