搜索资源列表
UNIXshell
- 简单shell的设计和实现 1)、除了系统调用execve,不允许使用其他的exec函数。输入应当允许带多个参数(一行内可以表示),不考虑通配符 (即“*”、“?”等)的处理。 2)、输入错误命令能提示出错并进入下一轮接收命令状态。 3)、可以用Ctrl-C和Ctrl-\\结束简单shell的运行。 -simple shell of a Design and Implementation), in addition to system call execve. allowed t
tcp_send
- 该程序实现了通过tcp协议向另外一个终端发送数据的功能,可以用在嵌入式智能小区系统的终端
imp2
- linux下socket编程,可以用它来实现操纵底层网络协议栈
gefTest.zip
- GEF初学者可以用来对照的小例子,实现了简单的创建图形的功能,GEF beginners can be used to control a small example of the realization of a simple function to create graphics
qtserver
- qt实现的多线程服务器和客户端,可以用来学习QT下的socket网络编程-qt multithreaded implementation of server and client can be used to study QT network programming socket under
linux_OS
- 内含6个Linux平台下的程序,属于验证性程序,可以用来学习Linux下对管道文件等必要操作的学习。源代码运行的平台是Fedora7.0版本Linux,但在其他Linux平台上都已得到了验证,均可正确实现。-Intron 6 of the procedures under the Linux platform, which authentication process can be used to study under Linux Pipeline documents necessary to
part5
- linux 下用c++ 开发的一个小型数据库系统,实现呢创建用户数据库,可以创建表,建好表后可以插入数据,可以显示数据,当然也可以删除数据,对在底层开发程序是个好的入门极品源代码。 -ubase
gpxe.tar
- gpxe用在SAN系统中客户端启动代码,兼容PXE功能,可以生成ROM文件写入BIOS中,也可以用PXE启动实现ISCSI/AOE的无盘启动-gpxe system used in the client SAN boot code, PXE-compliant features, can be generated in the ROM file into the BIOS, PXE boot can also be used to achieve ISCSI/AOE the diskless b
supersms
- 很好的短信接受程序 非常好 通过ice插入数据库 也可以用sqlite实现-Very good very good message to receive the procedure to insert the database through the ice can also be used to achieve sqlite
DDNSSource
- 可以用来快速开发DDNS 相关项目, 也对深入理解DDNS 相关实现机理有帮助.-DDNS API code
pyinotify
- 大量小文件的实时同步方案,通过Hash Tree来实现同步,既有通过日志来同步的软实时特点(msyql, bdb等),也可以保证最终数据的一致性(rsync, unison等)。Hash Tree的大体思路是将所有数据存储成树状结构,每个节点的Hash是其所有子节点的Hash的Hash,叶子节点的Hash是其内容的Hash。这样一旦某个节点发生变化,其Hash的变化会迅速传播到根节点。需要同步的系统只需要不断查询跟节点的hash,一旦有变化,顺着树状结构就能够在logN级别的时间找到发生变化的内
Ping
- 用纯C语言实现的ICMP协议,可以用程序实现ping功能,可以收到对端的ping response-Pure C language implementation of the ICMP protocol, you can use programs to achieve ping functionality, you can receive the right side of the ping response
WebCarousel
- 相当拉风的一个web浏览器源码!可以实现象win7一样的立体窗口切换效果!用Qt实现!-Rather pull the wind a web browser source code! Win7 can achieve the same as the three-dimensional effect of the window to switch! Use Qt to achieve!
vhost.sh
- linux脚本代码,可以实现Nginx和Apache的虚拟主机的自动建立。可以用来添加一个虚拟主机。-linux scr ipt .Add Virtual Host for wdlinux or lanmp.This scr ipt is a tool add virtual host for wdlinux.
QTA_Summary_learn
- QTP学习与实践经验总结: A问题描述: 在QTP中可以是使用regular expressions来完善你的参数化 B处理流程: B1参数化你的系统 B2将参数化设定为regular expressions B3在表格中使用regular expressions C术语说明 C1 TD是MI公司的一款测试管理工具,他采用B/S模式,使得用户可以在任何与Server相连的计算机上实现测试用例的管理 C2 QTP是MI公司推出的功能测试工具,主要用于B/S模
app_src
- 主要实现放大镜的功能的实现,用Qt写的,可以做毕业论文-Mainly realizes the functions of magnifying glass, written with Qt, can do graduate thesis
query
- 利用队列实现任意数到几选择第几个出队列,环境可以是vc也可以用gcc编译。-Queue to achieve any number to a few select few out queue
watchdog
- 基于主板提供的linux环境下的动态库,实现的一个看门口程序,可以用在linux服务器中,当服务器发生死机等严重情况时,该守护进程会使系统重启。修改系统启动对应脚本,启动该进程。-Based motherboard provides dynamic library linux environment to achieve a doorway watching the program, can be used in the Linux server, the daemon will cause t
adc
- mini2440实现数模ADC转换程序源码,以测试过直接可以用。arm-linux-gcc 4.3.2-mini2440 digital-analog ADC conversion program source code, can be used to directly tested. arm-linux-gcc 4.3.2
dtw
- 可以用来实现dtw。在孤立词语音识别中,最为简单有效的方法是采用DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法,用于孤立词识别。HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。(Can be used to implement DTW)