搜索资源列表
fmenu
- 《unix/Linux下的Curses库开发指南》综合示例程序 -<<unix/linux develop guide with Curses library>>instances program
rs_eedec_euc
- The Reed-Somolon code is specified by the finite field, the length (length <= 2^m-1), the number of redundant symbols (length-k), and the initial zero of the code, init_zero, such that the zeros are: init_zero, init_zero+1, ..., init_zero
mulushudebianli
- 根据用户输入的命令行选项的不同,来实现三种功能:argc为2时,命令格式为 myfind <pathname> 它要统计出,在常规文件中,文件长度不大于4096字节的常规文件,在所有允许访问的普通文件中所占的百分比。不允许打印出任何路径名。 argc为4且argv[2] == “-comp”时,命令格式为 myfind <pathname> -comp <filename> 输出在<pathname>目录子树之下,所有与<
linux-cdcache
- 这个bash脚本是为了我自己方便而写的,我想它也会给别人带来方便。 使用方法:把脚本的内容copy到你的~/.bashrc文件中就可以了。登录到linux环节之后,你可以使用 lsd 命令列出最近使用过的一些目录,可以使用\"cd <数字>\"的形式切换到那个目录。 版权 ==== 没有:)
root-tree
- (1)myfind <pathname> 的功能: 除了具有与程序4-7相同的功能外,还要输出在<pathname>目录子树之下,文件长度不大于4096字节的常规文件,在所有允许访问的普通文件中所占的百分比。程序不允许打印出任何路径名。 (2)myfind <pathname> -comp <filename>的功能: <filename>是常规文件的路径名(非目录名,但是其路径可以包含目录)。命令仅仅输出在<path
sct-1.05.tar
- 应用平台 Unix/Linux <br> sct(Serial Communication Tracer的缩写)是一个很有用的Linux/Unix串行通信调试工具,软件内置了Shell命令解释器,你可以通过直接输入简短的命令和参数来控制串口的打开/关闭和进行各种发送/接收活动。 -application platform Unix / Linux lt; Brgt; Sct (Serial Communication Tracer's initials) is a very
XuQingdong.tar
- 复数计算器:1、设计的任务要求 (1) 所设计的复数计算器可以进行+、-、*、+=、-=、*=、++、--、>=、<=、==、!=运算符,其中,>=、<=是针对复数的模进行计算。 (2) 设计输入重载函数,要求能接收从键盘输入a+bi形式的复数,在程序中可以识别出实部虚部并正确赋值。 (3) 设计计算器测试程序,对加减法进行测试,要求在两位数以内进行,对乘法进行测试,乘法要求为一位数的计算。
smtpr
- A simple smtp relay server. Which follows smtp protocol correctly. It receive an email. and relay it out to an email server specified by users. Platform: unix, linux, windows. compilation command: g++ smtpr.c -lsocket -lnsl -o smtpr usage: smtp
LinuxUART
- linux 下串口编程 #include <stdio.h> /*标准输入输出定义*/ #include <stdlib.h> /*标准函数库定义*/ #include <unistd.h> /*Unix标准函数定义*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <fcntl.h> /*文件控制定义*/ #inc
200762941968377
- 在ARMulator中移植uClinuxGetting Familiar with uClinux/ARM 2.6 by Hyok S. Choi <hyok.choi@samsung.com> the author and maintainer of uClinux/ARM2.6
vmm
- 通过分页技术,在屏幕上显示文件data.txt中多个选定的数据。方法是: 读入数据为整数的逻辑地址(<0时退出); 将逻辑地址分解为页号、页内位移; 查页表,若该页不在内存块中(中断位为1),将该页从外存读入内存某一块中,淘汰策略为FIFO;否则,由页号得块号; 将内存中该数据显示在屏幕上。
apuz2e-src.tar
- < UNIX高级环境编程> 的书本源代码。UNIX高级环境编程是一本学习UNIX编程的必看的书箱,书中有大量的实例,代码,是介绍UNIX编程的经典中的经典。
linuxlearner
- < Linux初学指南>>Chinalinuxpub.com初学版精华,对初学者很有帮助,是中文的.
T100_Simple_PVI8
- #include \"REG51.H\" #include <intrins.h> #include \"Common.h\" //#include \"Remote.h\" #define OSD_EN //typedef unsigned char uCHAR //#include \"T100Data_A.h\" //#include \"T100Data_PA.h\" //#include \"T100Data_AU.h\"
Linux_down_image
- <Linux下如何通过串口下载映像>是告诉你如何下映像文件
linux-C
- linux under the C programming which complementary with the book of <linux under the C programming>has a total of Chapter 14 proceedings, and \"linux .
bankerc
- 这是< 计算机操作系统>>中的一个例子-This lt; Lt; Computer operating systems gt; Gt; An example of
yaffs2.tar
- YAFFS2文件系统,LINUX2.6内核支持YAFF2文件系统,命令:sh patch-ker.sh c /<kernel path>
qingjingfenxi
- <Linux内核情景分析>电子版,需要的请下载
liunx_shellprogram
- 1. 编写一个C程序作为Linux内核的shell命令行解释程序。Shell程序应该使用与Bource shell相同的方式运行程序。 2. 增加功能以使用户可以使用\"&\"操作符作为命令的结束符。一个以\"&\"结尾的命令应该与shell并发执行。 3. 增加功能以使用户可以使用\"<\"和\">\"作为文件名前缀来重定向stdin和stdout描述符。同样,允许用户使用管道操作符\" \"来同时执行两个进程,并把第一个进程的stdout重定向为第二个进程的stdin。-1. P