-
介绍linux下如何添加系统调用的编程实例。
介绍linux下如何添加系统调用的编程实例。-Introduced under linux how to add a system call programming examples.
- 2022-05-31 02:34:52下载
- 积分:1
-
linux环境下利用fortran语言开发,地震勘探中利用射线法进行转换波模拟的程序。在目录下执行make进行编译,在demo目录中有该程序的例子....
linux环境下利用fortran语言开发,地震勘探中利用射线法进行转换波模拟的程序。在目录下执行make进行编译,在demo目录中有该程序的例子.-linux environment using fortran language development, the use of seismic ray method to convert wave simulation procedures. Make the implementation of the directory to compile, in the demo directory has the program examples.
- 2022-02-22 11:04:20下载
- 积分:1
-
用YACC实现的一个小的编译工具,在Unix/Linux下运行。
用YACC实现的一个小的编译工具,在Unix/Linux下运行。-YACC with a small build tools, in the Unix/Linux operating.
- 2023-03-29 20:55:03下载
- 积分:1
-
Snmp(简单网管协议)软件包。
Snmp(简单网管协议)软件包。-Snmp (simple network management agreement) software package.
- 2022-04-29 02:13:55下载
- 积分:1
-
介绍了linux平台下minigui的移植
介绍了linux平台下minigui的移植-Introduced under the linux platform minigui transplant
- 2022-01-25 15:22:30下载
- 积分:1
-
三个semephor实现的进程之间通讯
三个semephor实现的进程之间通讯-three semephor achieve the communication process between
- 2022-03-20 09:06:35下载
- 积分:1
-
mini_httpd是一个小的HTTP服务器。它的性能不是很好,但对低或…
mini_httpd is a small HTTP server. Its performance is not great, but for low or medium traffic sites it s quite adequate. It implements all the basic features of an HTTP server, including:
GET, HEAD, and POST methods.
CGI.
Basic authentication.
Security against ".." filename snooping.
The common MIME types.
Trailing-slash redirection.
index.html, index.htm, index.cgi
Directory listings.
Multihoming / virtual hosting.
Standard logging.
Custom error pages.-mini_httpd is a small HTTP server. Its performance is not great, but for low or medium traffic sites it s quite adequate. It implements all the basic features of an HTTP server, including:
GET, HEAD, and POST methods.
CGI.
Basic authentication.
Security against ".." filename snooping.
The common MIME types.
Trailing-slash redirection.
index.html, index.htm, index.cgi
Directory listings.
Multihoming/virtual hosting.
Standard logging.
Custom error pages.
- 2023-07-16 21:20:03下载
- 积分:1
-
针对S3C2410X移植的UBOOT
针对S3C2410X移植的UBOOT-1.3.0,带网络通讯TFTP,可通过网络下载内核,使用时把.gz改为.tar.bz2,在linux下编译-S3C2410X transplantation for UBOOT-1.3.0, with network communications TFTP, can be downloaded through the network core, when used to. Gz changed. Tar.bz2, under the compiler in linux
- 2022-08-05 11:37:25下载
- 积分:1
-
gcc_as_opcode explanation
gcc_as_opcode explanation
- 2022-02-14 11:11:16下载
- 积分:1
-
在myshell v0.1的基础上,增加新的功能:在父进程中接收控制台输入一行字符串,作为用户发出的Linux命令,如ls /usr/*.c <回车>...
在myshell v0.1的基础上,增加新的功能:在父进程中接收控制台输入一行字符串,作为用户发出的Linux命令,如ls /usr/*.c ,在创建一个子进程后,子进程通过调用execlp()系统调用,执行这条命令。-In the myshell v0.1 based on adding new features: In the parent process to receive the console input line of string, as issued by the Linux user commands, such as ls/usr /*. c < Enter " , in creating a sub- the process, the child process by calling execlp () system call, the implementation of this Order.
- 2022-08-21 12:52:36下载
- 积分:1