搜索资源列表
kernel_image
- 这是一个ucLINUX内核程序,适合初学者使用,欢迎大家下载-Here is the kernel of ucLINUX, which is for beginners. And welcome everyone to download.
GraduationDesign
- Six objects here: The document you re reading & its Chinese version Set of \"HWDesign\" includes all hardware design files \"SWDesign\" includes all software design files(firmware/driver and maybe applications as well) Set of \"Docume
float-point
- gcc支持soft fp 和hard fp两种,这里是实现了soft fp.-gcc support soft and hard fp fp two, here is the realization of a soft fp.
20060722
- Linux安装,并与Windows共存。自己写的PPT文档,十分详细,还有简单使用说明。这里还包括一个操作系统移植的简单介绍和说明。超值强烈建议下载-Linux installation, and coexist with Windows. PPT wrote the document, in great detail, there are simple instructions. Here also includes an operating system and simple introdu
dvbstream-0.5.tar
- DVBstream is based on the ts-rtp package available at http://www.linuxtv.org. It broadcasts a (subset of a) DVB transport stream over a LAN using the rtp protocol. There were a couple of small bugs in the original ts-rtp application, which I
dancitongji
- 对读入的某个文本文件input.txt中,拆出英文单词,输出一个按字典顺序排列的单词表,结果输出在文本文件output.txt中,每个单词一行,并在单词后输出该单词出现的个数,两个字段之间用逗号分隔。约定单词仅由英文字母组成,单词间由非英文字母分隔,相同单词只输出一个,大小写不区分。 利用二叉树实现-the right time to a text file input.txt, divestment English words, Output by an order of the dict
linux_C_function_library_Chinese_handbook
- 各位Linux爱好者: 你好!本人有幸在坊间得到一名为“Linux C 函数参考”的文本文件,并在此基础重新排版并制成html文件以方便广大爱好者阅读,我感到无比的荣幸。在此多谢各位的鼎力支持,以及日益完善此文件,希望有朝一日能成为Linux编程爱好者必备的参考文件。在此再次多谢编写“Linux C 函数参考”的朋友。-to Linux lovers : Hello! I have been fortunate in the community to get a "C F
TDM
- ad1836 linux驱动程序源码.这里只上传了TDM模式的。-ad1836 linux driver source code. Here only upload the TDM model.
triangle++.tar
- 最新delaunay 算法源代码,可以快速划分2维网格!!! The triangulation algorithm used here is very simple.
c++ 编程中你最需注意的地方
- 下面的这些要点是对所有的C++程序员都适用的。我之所以说它们是最重要的,是因为这些要点中提到的是你通常在C++书中或网站上无法找到的。如:指向成员的指针,这是许多资料中都不愿提到的地方,也是经常出错的地方,甚至是对一些高级的C++程序员也是如此。 这里的要点不仅仅是解释怎样写出更好的代码,更多的是展现出语言规则里面的东西。很显然,它们对C++程序员来说是永久的好资料。我相信这一篇文章会使你收获不小。-below those points of all C programmers are ap
at91_patchs.rar
- 这个是我在网站下到的ARM的at91rm9200芯片的内核补丁。那个网站地址便动了,以前的地址不能够连接上该网站。所有我这里把所有的linux的2.4和2.6内核的补丁都下下来了。希望对大家有点帮助。另外,这些代码都是我在网络上下载的,版权归原作者所有。,This is the site I went to the ARM core chip at91rm9200 the patch. The website address of a move, before the address can n
minibufexpl.vim.tar
- vim 所使用的minbuf功能的插件源码,不能上官网的可以在这里下载-the the the vim used minbuf function plug-in source code, not the official website can be downloaded here
FastDFS_v2.08.tar
- 这个是一个小型分布式文件系统的源码,是一位高手写的,个人认为很好,在这里推广。-This is a small source distributed file system, is a master write, think well, here to promote.
MBR
- 这里主要是一个系统引导的MBR的一个汇编写的程序-Here is a system to guide the MBR of a compilation of written procedures
wireshark_wifi
- 使用windows版本的wireshark不支持wi-fi抓包,这里提供了一个在LINUX下捕捉WI-FI数据帧的方法-Using the windows version of wireshark does not support wi-fi get caught, here are under a catch in the WI-FI LINUX data frame method
UnderstandingLinuxKernel
- All people curious about how Linux works and why it is so efficient will find answers here. After reading the book, you will find your way through the many thousands of lines of code, distinguishing between crucial data structures and secondary one
cxd_gcc_win32
- 这是法国Kaleido公司提供了一个手机mmi设计平台,界面都是由工具生成。非常先进,其设计很好。做人机界面的兄弟可以参考一下。要把整个环境搞起来,需要跟他们公司要一个许可证。如果研究的话看一下源码就可以,并且他们网网站上可以找到不少资料,这里我就不上传了。-This is a French company Kaleido MMI provides a mobile phone design platform, the interface is generated by the tool. Ve
wpa_supplicant-devel
- wpa_supplicant是802.1x认证的一种客户端,这里是它的开发文档.-wpa_supplicant is an 802.1x authentication client, here is the development of the document.
USB2RS232forLinux
- 使用笔记本搞开发的朋友,经常会遭遇到电脑没有COM口的烦恼,买一个或者做一个?windows下的USB转RS232的驱动倒是很多,linux下的就难得了。这里我写了一个。-Engaged in the development of the use of notebook friends, often met with no COM port of computer troubles, buy one or make a? windows under the USB to RS232 driver
test
- /* 在这里我们连接 "destroy" 事件到一个信号处理函数。 * 对这个窗口调用 gtk_widget_destroy() 函数或在 "delete_event" 回调函数中返回 FALSE 值 * 都会触发这个事件。*/ g_signal_connect (G_OBJECT (window), "destroy", G_CALLBACK (destroy), NULL) /* 设置窗口边框的宽度。*/ gtk_container_se