资源列表
Combination
- Generate All possible combinations of "x" item taking "n" at a time.
net.c.tar
- Linux network driver skeleton. It can be used as the basic module for developing a complex network driver.
remote
- sockets(套接字)编程有三种,流式套接字(SOCK_STREAM),数据报套接字 (SOCK_DGRAM),原始套接字(SOCK_RAW);基于TCP的socket编程是采用的流式套接字(SOCK_STREAM)。基于UDP采 用的数据报套接字(SOCK_DGRAM).-sockets (socket) programming there are three kinds of stream sockets (SOCK_STREAM), datagram sockets (SOCK_DGRA
cssmenu
- CSS实现目录树 CSS实现目录树 -CSS implementation of directory tree
logconfig
- 这个是用于记录 python 运行时的日志文件,能记录什么时候自动删除-used in log python
pro1.c
- lab work for c++. swapping code using assembly volatile.
23
- python实现的图片爬虫。根据输入的网址,下载该网址中的图片。-Python implementation of the image reptiles. According to the input of the web site, download the URL in the picture.
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