-
mini2440中cmos摄像头的驱动,不是v4l,而是字符型设备驱动
mini2440中cmos摄像头的驱动,不是v4l,而是字符型设备驱动-mini2440 drive in cmos camera, not v4l, but a character device driver
- 2022-07-25 10:59:10下载
- 积分:1
-
own guitar tired of Unix C language library, done through eight banking system p...
自己编的吉他厌倦了Unix的C语言库,通过8个银行系统做的收益。
- 2022-05-21 08:58:39下载
- 积分: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
-
该程序使用/proc机制检查反映机器平均负载,进程资源利用等方面的各种内核值。...
该程序使用/proc机制检查反映机器平均负载,进程资源利用等方面的各种内核值。-procedures for the use of the/proc inspection mechanism reflects the average load machines, the process, such as the use of resources of the various core values.
- 2023-04-12 01:25:03下载
- 积分:1
-
开源MARC数据处理
开源MARC数据处理-revenue MARC data processing
- 2023-05-21 05:30:04下载
- 积分:1
-
who命令的具体实现,方法见原代码注释
/*who1.c
who命令的具体实现,方法见原代码注释
/*who1.c - for a first version the who programe
* open,read UTMP file,and show resulets
-/*who1.c- for a first version the who programe
* open,read UTMP file,and show resulets
*/
- 2022-03-23 17:18:26下载
- 积分:1
-
Ep9315 arm ds12885
ep9315 ds12885时间芯片驱动程序
Ep9315 arm ds12885
ep9315 ds12885时间芯片驱动程序-Ep9315 arm ds12885ep9315 ds12885 time chip driver
- 2022-02-13 13:37:59下载
- 积分:1
-
sl811主机源代码
sl811主机源代码-sl811 mainframe source code
- 2022-03-08 08:47:19下载
- 积分:1
-
用最少的代码行数实现了traceroute的功能,在linux上测试通过
用最少的代码行数实现了traceroute的功能,在linux上测试通过-with the least number of lines of code to achieve a traceroute function, the test pass on linux
- 2022-03-24 20:02:13下载
- 积分:1
-
int show_char(int n, const char *name, chtype code)
{
const int height =...
int show_char(int n, const char *name, chtype code)
{
const int height = 16
int row = 4 + (n height)
int col = (n / height) * COLS / 2
mvprintw(row, col, " *s : ", COLS/4, name)
addch(code)
return n + 1
}- int show_char(int n, const char*name, chtype code)
{
const int height = 16
int row = 4+ (n height)
int col = (n/height)* COLS/2
mvprintw(row, col, "*s : ", COLS/4, name)
addch(code)
return n+ 1
}
- 2023-01-13 11:50:04下载
- 积分:1