资源列表
init
- minix下init进程的实现源码, init是minix下所有进程的祖先。-Under minix init process to achieve the source, init is the ancestor of all processes under minix.
reboot
- minix下reboot命令的实现方式, 实现系统的重启功能-The way to realize minix reboot command, reboot the system to achieve
shutdown
- minix下,shutdown命令的实现源码。 用于关闭系统。-Under minix, shutdown command to achieve the source. For shutting down the system.
mknod
- minix下mknod命令的实现方式, 用于创建设备节点-The way to realize minix mknod command to create device nodes
chmod
- minix下chmod命令的实现方式, 用于改变文件的访问属性-The way to realize minix chmod command to change the file used to access the property
dd
- minix下dd命令的实现方式, 用于磁盘或flash的绝对读写-The way to realize the absolute read minix dd command for a disk or flash
CRC16
- CRC16 校验,用于485通讯,很实 复用。函数代码复制过来就可以用了。-CRC16 check for 485, very real reuse. Function code is copied to be used.
MySocket
- 一个linux下的socket通信例程,测试通过-Socket communication routines a linux under tested
dc_machine_drive
- pscad file for dc machine simulation
Multithreading
- 实验3 TCP和UDP套接字综合应用 要求:(1)TCP、UDP (2)C/S (3)多线程编程 摘要:设计简单的客户/服务器,服务器实现并发同时响应客户的UDP通信要求,也能响应客户端发过来的TCP通信要求。 TCP客户: 客户创建流套接字,向服务器发起TCP连接。 连接创建成功后,通过套接字向服务器持续发送或是接收数据。 (3)输入或是收到命令”end”,结束收发数据,并断开与服务器的连接。 UDP客户: (1)客户创建数据报套接字,通过该套
echo
- linux下echo服务的客户端与服务端的程序实现-the echo under linux
time1
- linux下time服务的客户端的程序实现-time of linux