-
LINUX2.6 字符设备驱动程序,入门必看
LINUX2.6 字符设备驱动程序,入门必看-Char devise driver in LINUX2.6
- 2022-03-20 09:20:20下载
- 积分: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
-
linux下的traceroute编程实现,已通过检验
linux下的traceroute编程实现,已通过检验-traceroute under linux programming, has passed the inspection
- 2022-03-19 12:09:39下载
- 积分:1
-
A Shaoxie s3c44b0 and s3c2410 tools
一款烧写s3c44b0和s3c2410的工具-A Shaoxie s3c44b0 and s3c2410 tools
- 2022-10-20 19:40:03下载
- 积分:1
-
井字游戏的c++实现,在linux terminal下运行
井字游戏的c++实现,在linux terminal下运行-Tic-tac-toe game in c++ to achieve, in the running linux terminal
- 2022-01-26 08:17:46下载
- 积分:1
-
wildmidi Midi库和播放器
WildMidi Midi Library and Player
- 2022-01-27 17:37:32下载
- 积分:1
-
mainly used to monitor network traffic dynamics and visualization results
主要用于监控网络流量并动态产生可视化结果-mainly used to monitor network traffic dynamics and visualization results
- 2022-02-25 17:36:44下载
- 积分:1
-
网络蜘蛛,可批量下载网页,要写配置文件,注明代理服务器等...
网络蜘蛛,可批量下载网页,要写配置文件,注明代理服务器等-network spider can download page volume, write configuration files, specifying proxy server
- 2023-06-17 20:25:03下载
- 积分:1
-
的Microprose游戏“运输大亨豪华“开源克隆。
An open source clone of the Microprose game "Transport Tycoon Deluxe".
- 2022-02-04 20:40:41下载
- 积分:1
-
linux进程跟踪的工具和源代码
linux进程跟踪的工具和源代码-linux advancement track tool and source code
- 2022-03-23 15:16:25下载
- 积分:1