搜索资源列表
swish++-6.0.4.tar
- gcc编的网络搜索引擎,包括建立索引和检索-gcc series of the Web search engines, including indexing and retrieval
wannianli
- 程序功能: 实现一个万年历,当用户指定某年某月时,应当像、编日历格式一样显示该月所有日子。要求重大节日、双休日突出显示。 开发环境: 程序用C语言编制,编译工具为GCC,在DEVC++4.9.9.0下开发,操作系统为WindowsXP。
chatSystem
- 在linux环境下,用QT,VI,GCC编的局域网聊天程序,可多人聊天,在线用户名显示,变更等功能。
arm-linux-cross-3.4.4
- 此工具是arm-linux-gcc交叉编译工具(cross-3.4.4),这个是我自己编译的,我试过,我用它编译了u-boot1.2.0没有问题,这个交叉编译器编了好长时间,我之前在网上搜了好长时间,但是没搜到,所以今天贡献出来,免得大家还得费时间去编译,我现在用是没有问题,如果有问题请多指教。希望热爱linux的同志们多贡献点好东西出来!
swish++-6.0.4.tar
- gcc编的网络搜索引擎,包括建立索引和检索-gcc series of the Web search engines, including indexing and retrieval
H263_decoder.tgz
- 下载后将后缀名zip去掉再解压。arm平台上利用ipp做H263编解码的源代码-suffix will download zip removed again unpacked. Arm platform using ipp do H263 codec source code
JPEG.tgz
- 下载后将后缀名zip去掉再解压。arm平台上利用ipp做jpeg编解码的源代码-suffix will download zip removed again unpacked. Arm platform using ipp do jpeg codec source code
ADC
- 自己以前编的avr_gcc的ad程序,调试过可以用的-Their previous allocation of the ad program avr_gcc, debugging can be used over the
SPI
- 以前自己编的avr_gcc的spi的程序,经过实验板的调试,可以直接使用-Before the avr_gcc own procedures for the spi, after experimental board debugging, you can directly use
wannianli
- 程序功能: 实现一个万年历,当用户指定某年某月时,应当像、编日历格式一样显示该月所有日子。要求重大节日、双休日突出显示。 开发环境: 程序用C语言编制,编译工具为GCC,在DEVC++4.9.9.0下开发,操作系统为WindowsXP。 -Program features: realization of a calendar, when the user specified a certain period of time, i
AVR-GCC
- 详细介绍AVR-GCC编译器使用说明-Detailed introduction AVR-GCC compiler for use
GCC
- GCC 中 的 内 嵌 汇 编 语 言,嵌入式学习的基础资料-GCC' s inline assembly language, embedded learning information
student
- 本人自己编写。学生信息管理系统。linux下C语言编写,gcc编议,是初学C语言的好例子。压缩文件中包括:源码,已编议文件,数据文件,word文档说明以及流程图四项。-I write your own. Student Information Management System. linux under the C language, gcc compiled proposal is a good example of beginner
ffmpeg-svn-20070501.tar
- 视音频编解码功能,通过了在linux下的编译,gcc版本4.1.2。成功对视频流进行H.264编码并将符合H.264标准的视音频文件解码成YUV数据,最后使用YUV工具播放成功。-audio/video codec toos. It includes libavcodec, the leading open source codec library. compiled in linux GCC at version 4.1.2.
Linux-gcc
- M. Tim Jones, 顾问工程师, Emulex Corp. M. Tim Jones 是一名嵌入式软件工程师.这里是他在IBM上发表的一编关于linux下GCC编译器的一些优化知识。比如:内核中常见到的likely() unlikely() __must_check 等等函数和函数属性从何而来,有什么作用,及如何对变量优化,对结构或函数添加属性等等。-M. Tim Jones, Consultant Engineer, Em
ATmega128_DS18B20
- gcc下的ATmega128的DS18B20温度传感器读取函数,自己编的,保证能用。-gcc ATmega128 under the DS18B20 temperature sensor reading function
ATmega128_NDHT21
- gcc下的ATmega128的DHT21温湿度传感器控制程序,自己编的,保证能用。-gcc under the ATmega128' s DHT21 temperature and humidity sensors control procedures, their own series, can guarantee.
ATmega128_NOKIA5110
- gcc下ATmega128跟诺基亚5110的控制程序,自己编的,使用硬件SPI通信接口,并附带模拟SPI程序,仅供学习。-Nokia 5110 ATmega128 with gcc under the control of the program, their own code, using the hardware SPI communication interface, and SPI with simulation program
LDPC_zm
- 无线通信系统中LDPC编译码器的实现,基于Linux下GCC编译和调试-the LDPC encorder and decorder in wireless communication system, under linux GCC
1838072vugnqmqhqcthggm
- 特点: 升错文件不会变砖,app程序不需要知道boot的存在 方法: 38400波特率,板子复位后键盘敲“d”, 正常接收后串口会不停打印“C” 后把bin文件通过xmodem传送过去即可。 原理: 升级app时,把第一条jmp指令换成跳转到boot的jmp指令。 然后把app原来的跳转jmp指令放到0x1bfc的位置(就是boot区的前四个字节)。boot执行完了后执行存在0x1bfc位置的jmp指令即可跳转到app程序