▍1. 在字符终端显示时钟 fb
在字符终端显示时钟 fb-characters in Terminal Display clock fb
在字符终端显示时钟 fb-characters in Terminal Display clock fb
压缩JM12.3d的完整的全部C语言的代码文档,用于嵌入式系统的压缩编解码-Compression JM12.3d complete the full C-code files, embedded systems for compression codec
linux 内核调试.rar linux 内核调试.rar-linux kernel debugger. rar linux kernel debugger. rar
Mac OS模拟器源代码-Mac OS simulator source code
linux开发用书:详细介绍了gcc编译器的使用,适合linux入门学习。-linux development books: detailed information on the use gcc compiler for linux learning portal.
linux 核心 源码 1.00版-linux kernel source version 1.00
是关于linux2.5.1的完全源码- Is about the linux2.5.1 complete source code
一个牛人编写的嵌入式操作系统LINUX操作应用,写的相当不错,供大家参考1-A cow were prepared by an embedded LINUX operating system, operational applications and write quite well for your reference 1
《精通QT4编程》第二章代码整理 加入修改,以适应FC9下的开发换将- Proficient QT4 programming add finishing chapter code adapted to FC9 under development for the
describle how to develop serial program in posix
类似于FTP的远程文件拷贝程序。-similar to the remote FTP file copy process.
linux内核源码的中文解读,以便初学者能更好地学习和了解linux内核,尽早进入状态.-linux kernel source code of the Chinese reading, so beginners can better study and understand the linux kernel, as soon as possible to enter the state.
一个简单易用的循环buffer使用,程序比较简单,2个线程一个线程复责写入数据,一个线程负责读出数据
Tcl is tool command language used for creating node, link, topology and defining the local as well as global network parameters into network simulator-2. This document is having basic codes of tcl programming.
elecfans.com-Linux操作指导专题-Linux caozuozhidao
linuxtool文件,非常详细的源代码,在其他网络上多次下载-linuxtool document, in great detail the source code, the other networks repeatedly Download
动感的源代码,可供大家参考编写一些bbs软件,这个可能是市面上大部分软件的界面接触-dynamic source code available for reference prepare bulletin board software, this might be the most market access software interface
标准c++的学习源代码。还有uc代码 15天c++学习代码和4天unix c学习代码 使用gcc编译器,solaris环境,完全通过编译,源自达内科技学习笔记-Standard c++ Learning the source code. Uc code there are 15 days c++ Learning code and four days to learn unix c code using gcc compiler, solaris environment, completely through the compiler, derived from scientific and technological study notes Tatsu
包含如下 APIavi_t* AVI_open_output_file(char * filename);void AVI_set_video(avi_t *AVI, int width, int height, double fps, char *compressor);void AVI_set_audio(avi_t *AVI, int channels, long rate, int bits, int format, long mp3rate);int AVI_write_frame(avi_t *AVI, char *data, long bytes, int keyframe);int AVI_dup_frame(avi_t *AVI);int AVI_write_audio(avi_t *AVI, char *data, long bytes);int AVI_append_audio(avi_t *AVI, char *data, long bytes);long AVI_bytes_remain(avi_t *AVI);int AVI_close(avi_t *AVI);long AVI_bytes_written(avi_t *AVI);avi_t *AVI_open_input_file(const char *filename, int getIndex);avi_t *AVI_open_fd(int fd, int getIndex);int avi_parse_input_file(avi_t *AVI, int getIndex);long AVI_audio_mp3rate(avi_t *AVI);long AVI_video_frames(avi_t *AVI);int AVI_video_width(avi_t *AVI);int AVI_video_height(