-
linux程序中播放flash的咚咚 文件扩展名为tgz,没办法,系统不让用tgz,所以请自己改名字...
linux程序中播放flash的咚咚 文件扩展名为tgz,没办法,系统不让用tgz,所以请自己改名字-procedures players behind the flash file extensions called tgz, no way, the system not used tgz, so please change their names
- 2023-08-23 10:45:02下载
- 积分:1
-
linux下的socket编程的相关代码和测试程序 希望能够帮助大家学习...
linux下的socket编程的相关代码和测试程序 希望能够帮助大家学习-linux programming socket under the relevant code and testing procedures hope to help them to learn
- 2023-09-08 09:25:04下载
- 积分:1
-
ctags 源代码
ctags 源代码-ctags source code
- 2022-08-18 02:40:54下载
- 积分:1
-
Linux下文件工具。
Linux下文件工具。-Linux as follows tool.
- 2022-01-25 18:27:54下载
- 积分:1
-
FREE soft IPcop firewall to open stream routing code
IPcop软路由防火墙
FREE 开源源代码-FREE soft IPcop firewall to open stream routing code
- 2022-01-21 04:42:28下载
- 积分:1
-
ov511.c是linux下的wabcam的驱动
ov511.c是linux下的wabcam的驱动-ov511.c under the driver wabcam
- 2022-12-20 03:40:03下载
- 积分:1
-
组播服务端程序,用c编写
组播服务端程序,用c编写-multicast service software, used to prepare c
- 2022-04-10 07:21:05下载
- 积分:1
-
简单的xml解析类,能够很好的解析xml文件,编译后的生成文件小...
简单的xml解析类,能够很好的解析xml文件,编译后的生成文件小-simple xml analytic categories, to very good analytical xml document, compiled after the formation of small paper
- 2022-02-07 10:28:13下载
- 积分:1
-
c c++利用c++写得比较常用的收索算法
c c++利用c++写得比较常用的收索算法
- 2023-09-08 15:30:03下载
- 积分: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