-
在beginning linux programming 书中提供的第五章的有关代码
在beginning linux programming 书中提供的第五章的有关代码-In the beginning linux programming book provided by Chapter V of the code
- 2022-03-30 14:20:11下载
- 积分: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
-
Cadence SPW 4.8.2下3780点FFT的源码,运用混合基算法,对数字电视地面广播有用,对其它基于FFT的系统有参考价值。...
Cadence SPW 4.8.2下3780点FFT的源码,运用混合基算法,对数字电视地面广播有用,对其它基于FFT的系统有参考价值。-Cadence SPW 4.8.2 under the 3780-point FFT source code, Mixed-use algorithm, the terrestrial digital TV broadcasting useful to the other FFT-based systems reference value.
- 2022-09-29 14:45:02下载
- 积分:1
-
一个小的qt3程序,可以帮助初学者的理解,主要是体现控件的应用等...
一个小的qt3程序,可以帮助初学者的理解,主要是体现控件的应用等-Qt3 a small program that can help beginners to understand, mainly reflect the application of control
- 2022-02-13 03:39:57下载
- 积分:1
-
//建立窗口
win1 = newwin(15, 50, 1 )
box(win1, ACS_VLINE, ACS_HLINE)
m...
//建立窗口
win1 = newwin(15, 50, 1 )
box(win1, ACS_VLINE, ACS_HLINE)
mvwprintw(win1, 2,1, "WINDOW 1")
mvwprintw(win1, 4,1, "Press any key switching to window 2")
win2 = newwin(15, 40, 4, 20)
box(win2, ACS_VLINE, ACS_HLINE)
mvwprintw(win2, 2,1, "WINDOW 2")
//建立子窗口
subwin = derwin(win2, 5, 25, 4, 5)
box(subwin, ACS_VLINE, ACS_HLINE)
mvwprintw(subwin, 2,1, "Sub Window of Window2")
//刷新屏幕
refresh()
wrefresh(win1)
wrefresh(win2)
touchwin(win1)
wrefresh(win1)
getch()
touchwin(win2)
mvwprintw(win2, 12,1, "Press any key to exit...")
wrefresh(win2)
//等待按键
getch()
//结束
delwin(win1)
delwin(subwin)
delwin(win2)
endwin() -//建立窗口
win1 = newwin(15, 50, 1, 1)
box(win1, ACS_VLINE, ACS_HLINE)
mvwprintw(win1, 2,1, "WINDOW 1")
mvwprintw(win1, 4,1, "Press any key switching to window 2")
win2 = newwin(15, 40, 4, 20)
box(win
- 2022-12-24 01:10:04下载
- 积分:1
-
没有翻译
通用的摄像头驱动源代码,一般的比如中星微的应该没有问题-failed to translate
- 2022-04-09 03:05:39下载
- 积分:1
-
Qt dialog with the realization of standards to reduce the majority of code, and...
用qt实现标准对话框,减少大部分代码,和一般的语言达到同样的效果-Qt dialog with the realization of standards to reduce the majority of code, and general language to achieve the same effect
- 2022-05-14 16:22:16下载
- 积分:1
-
QT插件源码,QT插件源码,QT插件源。
QT widget source, QT widget source.-QT widget source,QT widget source,QT widget source.
- 2022-08-20 10:47:16下载
- 积分:1
-
minixml是小型的xml解析库,用C语言编写,很容易把它移植到嵌入式系统中。源码是minixml1.3版本,是minixml版本中很重要的一个版本,最新版是...
minixml是小型的xml解析库,用C语言编写,很容易把它移植到嵌入式系统中。源码是minixml1.3版本,是minixml版本中很重要的一个版本,最新版是2.6,但是2.6版本过于庞大,不方便移植。-minixml are small xml parsing library, using C language, it is easy to put it ported to an embedded system. Source is minixml1.3 version, is a very important minixml release a version of the latest version is 2.6, but the 2.6 version is too large, inconvenient transplant.
- 2022-08-20 19:41:57下载
- 积分:1
-
p2p机顶盒上使用的rtorrent协议代码,运行在linux平台下的
p2p机顶盒上使用的rtorrent协议代码,运行在linux平台下的-p2p set-top boxes used rtorrent Agreement code, running on the linux platform
- 2022-06-26 01:40:47下载
- 积分:1