搜索资源列表
JFFS2DOC
- jffs文件系统的移植手册,嵌入式系统工程师应该用的着,我仔细看了一下,不过,我的系统还是用不了,因为,我的系统资源实在是很紧张。-jffs file system manual transplantation, embedded system engineers used to be, I looked at them carefully, but my system is impossible, because my system resources is very nervous.
shell13wen
- shell 十三问 目前 我个人发现 最好的 shell学习文档 (doc)-shell at present, I asked 13 individuals found that the best learning shell files (doc)
myps
- 我自己写的一个实现linux 下的ps命令的程序,大家看看,通过编译-I wrote a linux achieving the ps command procedures, we look at through the compiler
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
linux_cfucntion_test
- 一些linux基本函数的测试集,给像我一样的新手看看,可能有点用-some linux basic function test set for the same as I look at the newcomers might be used
fs44b0xbios
- arm7开发板fs44b0x原代码 说明: 1) 本项目在ADS1.2下编译,在SDT2.51的ADW中调试。编译时,请将整个fs44b0xbios目录拷贝到c:\\下 2) 现在只对39VF160烧入,对其他FLASH可自改,注意要修改BIOS的驻留地址,现地址为0X1F0000. 3) 对不同的RAM而言,修改SYSINIT.S里的参数.FS44B0Xbios运行地址为0XC7C0000,可在ADS中修改. 4) 波特率为57600 5) ip地址为 192.168.
c++ 编程中你最需注意的地方
- 下面的这些要点是对所有的C++程序员都适用的。我之所以说它们是最重要的,是因为这些要点中提到的是你通常在C++书中或网站上无法找到的。如:指向成员的指针,这是许多资料中都不愿提到的地方,也是经常出错的地方,甚至是对一些高级的C++程序员也是如此。 这里的要点不仅仅是解释怎样写出更好的代码,更多的是展现出语言规则里面的东西。很显然,它们对C++程序员来说是永久的好资料。我相信这一篇文章会使你收获不小。-below those points of all C programmers are ap
Proxy源代码分析
- Linux网络编程是非常重要的,而且当我们一接触到Linux网络编程,我们就会发现这是一件非常有意思的事情,因为以前一些关于网络通信概念似是而非的地方,在这一段段代码面前马上就豁然开朗了。在刚开始学习编程的时候总是让人感觉有点理不清头绪,不过只要多读几段代码,很快我们就能体会到其中的乐趣了。下面我就从一段Proxy源代码开始,谈谈如何进行Linux网络编程。-Linux Network Programming is very important, but when we reach a Linu
EasyScopeSetup7042
- 示波器的波形捕捉软件,呵呵,用起来很方便的哦,但愿有用了,看看吧-Oscilloscope Waveform Capture software, Ha ha, very convenient to use Oh, I hope useful, and look at it
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
PS2.pdf
- PS/2 设备接口用于许多现代的鼠标和键盘 它是由 IBM 开发并且最初出现在 IBM 技术参考手册里 但 是 当我知道的时候这篇文件就已经很多年没有印刷了 因此关于这个内容现在没有官方的出版物 我 无法访问 IBM 的技术参考手册 所以本网页中的所有信息都来自于我自己的经验及本页最下面列出的 参考的帮助。 -The PS/2 device interface, used by many modern mice and keyboards, was developed by IB
filesystem
- 模拟Linux文件系统 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的模拟Linux文件系统。 1. 在现有机器硬盘上开辟100M的硬盘空间,作为设定的硬盘空间。 2. 编写一管理程序simdisk对此空间进行管理,以模拟Linux文件系统,要求: (1) 盘块大小1k (2) 空闲盘块的管理:Linux位图法 (3) 结构:超级块, i结点区, 根目录区 -Simulation of Linux file system at any one
linux-0.11-lab
- Linux0.11的源代码,很适合入门级的学习,希望Linux爱好者好好研究一下-Linux0.11 source code, it is suitable for entry-level study, I hope a good look at Linux enthusiasts
kernel
- 我写的一个小OS~~,基于X86 必须使用Gcc在Linux下编译,可安装在Hd或Floppy。-I write a small OS ~ ~, based on the X86 must be used at Gcc compiler under Linux can be installed in the Hd or Floppy.
pthread_scan
- 多线程扫描,支持同时扫描5个IP,练手之作,希望对大家有所帮助-Multi-threaded scanning, scan at the same time to support the 5 IP, and training for hands, I hope all of you to help
linuxcmd
- 在平常的作业中,有时候老师让自己实现诸如cat等类的程式,有时候叫用shell实现,有时候用c实现,不过我经常一点头绪都没有,不过我想到 linux开源的,命令代码能拿来参考下阿,所以我就想看看linux命令的原始码,于是就开始了摆渡狗狗的搜索过程。从结果来看,有两种情况,一种是给予rpm的包的形式;另一种是基于deb包的形式。具体我也不知道该怎么描述,总之就是一种redhat的源码查看,一种是debian的源码查看。我是用的ubuntu,基于debian的,所以先前按照rpm的方式怎么也不奏效
chntpw-source-040818
- The Offline NT Password Editor (c) 1997-2004 Petter Nordahl-Hagen -(c) 1997-2004 Petter Nordahl-Hagen See COPYING for copyright & credits. See INSTALL for compile/installation instructions. Where to get more info: ------------------
makefile_for_start
- 使用通配符编写的makefile,将源码放在根目录下,使用此makefile可自动生成与目录名相同的可执行文件。同时附多级目录的makefile的demo,可将不同模块放到不同目录中,便于管理。附多个文档,为本人搜集编译后,供初学者使用入门。-Prepared by the use of wildcard makefile, the source code on the root directory, use this makefile to automatically generate a d
123
- Linux can be a terrific "poor man’s" router. It takes a little more startup configuration than a typical hardware router, but once it is going, very little will stop it, at least in our experience. We’ve been using the router setup detailed below
linux-kernel-v0.11
- 此文件是linux内核,有兴趣的朋友可以下载看一看,希望没重复的-This file is the linux kernel, and friends who are interested can download to take a look at, I hope not repeat