资源列表
fuse-2.7.0.tar
- NTFS支持包,在linux对ntfs文件系统进行支持。-NTFS support,support ntfs in linux
The-Art-Of-Unix-Programming
- UNIX编程艺术(中文版和英文版的都有)-UNIX Programming Art (both Chinese and English)
dl645
- 标准dl645电度表通讯程序-biaozhun dianli 645 diandubiaotongxunchengxu
HYPODD_1.0.tar
- 用双差分法计算地震震源。用FORTRAN 77写成。需要在LINUX下运行。-a program to compute double-difference hypocenter locations
linpopup-2.1.0
- c语言实现的linux环境下局域网聊天工具,界面基于Gtk制作,可以进行聊天,好友查找等功能-c language linux environment, local area network chat tool, the interface based on Gtk production, you can chat, friend search and other functions
muthread
- Linux中多线程通信的实例,适合初学者学习Linux-See more Linux instances of the process of communication
AnalogClock
- QT实现时钟,界面简单,利用QTIMER实现,界面比较漂亮-QT for clock, the clock electronic clock QT, QT to achieve clock electronic clock, electronic clock QT achieve clock, electronic clock
ConvertUTF
- gb2312 and utf8 转换函数,你可以使用这个很好的在网络上处理中文-the convert between gb2312 and utf8,you can use it deal chinanese-simple in the network
liblbfgs-1.10.tar
- L-BFGS的c库文件,可以求最优化规划问题,非常好用,欢迎下载。-libLBFGS: a library of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS)
linux
- 利用linux多进程以及进程间通信模拟车辆过桥,车辆用一个进程表示。-Use linux process and inter-process communication than the simulated vehicle across the bridge, a process that used vehicles.
HW7
- 动态分配内存管理的c语言实现。具体说明见assignment文档-In this assignment is to simulate the behavior of dynamic partitioned memory management algorithm. In dynamic partitioned memory management a) The requests for allocation of memory are of variable size. b)
Linux-shell-V1.0-LZN
- Linux下Shell命令解释器,一、 实现功能: 要求实现一个简单的命令解释器,也就是linux中的shell程序,在本程序中我们将其起名为mysh,要求: 1、 能够执行外部程序命令,命令可以带参数; 2、 能够执行fg、bg、cd、history、exit等内部命令; 3、 使用管道和输入输出重定向; 4、 支持前后台作业,提供作业控制功能,包括打印作业的清单,改变当前运行作业的前/后台状态,以及控制作业的挂起、中止与继续运行;