资源列表
count_words1
- 初学者,很好的pthread 应用实例,建议-Beginners, pthread application examples
LTspice-IV
- Desktop link for LVSpice
daytimetcpsrv
- Unix 时间服务器,Unix network programming-Unix time server, Unix network programming
client
- 简单实现linux下用C语言编写并且编译通过的socket编程的客户端源码-the client s socket code under linux
udp_brodcast_send
- 如果没有设置BLOADCASE选项的不递送。 如果bind端口不匹配不递送该套接口 如果绑定的不是INADDR_ANY话,那么BIND的地址和目的地址匹配才能递送:也就是说你必须BIND一个广播地址或者绑定INADDR_ANY 用ifconfig命令可以disable块网卡的BROADCAST标志,让其不能接受以太网广播。 这是接受装置-If the option is not set BLOADCASE not delivered. If the port does no
ip_change
- IP转换程序,通过输入自己主机IP地址自动计算出主机的网络号和子网号-IP conversion process, by entering the Host IP address automatically calculate the host' s network number and subnet number
os.txt
- 程序有一个参数。如果参数是一个文件名, 输出这个文件的大小和最后修改的时间,如果是一个目录,输出此目录下所有文件的大小和修改时间-Procedures have a parameter. If the parameter is a file name, the output of the file size and last modification time, if it is a directory and output all the files in this directory and
3
- This code example shows how to obtain the IP address of the user that calls the server. The Request object has a few neat methods to get information about the call and about the caller, and one of them is named getRemoteAddr() which returns the IP
opengl_homework1
- 用opengl实现画出两个三角形,分别用线框模式和填充模式-Achieved with opengl draw two triangles, respectively wireframe mode and fill mode
shiyan1
- 用OpenGL实现中点Bresenham算法画直线与圆,改进Bresenham算法画直线-The midpoint of the Bresenham algorithm for drawing a straight line and circle, using OpenGL to improve the Bresenham algorithm draw a straight line
mysqltools
- 个人网页制作过程中需要后台数据库支持,用PHP语言封装了一个mysqltools类供调用,与后台mysql数据库交互-PHP program for access with mysql
net.c.tar
- Linux network driver skeleton. It can be used as the basic module for developing a complex network driver.