-
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下的定时器的实验,通过下载到实验板上,可以观察到linux下统计进程执行时间。...
这是有关于使用linux下的定时器的实验,通过下载到实验板上,可以观察到linux下统计进程执行时间。-This is under linux timer on the use of experiments to test the board by downloading, can be observed under linux statistical process execution time.
- 2022-02-03 04:34:32下载
- 积分:1
-
优龙Intel Xscale PXA270
开发平台 LINUX源码, 包括 平台用户手册, PDF原理图, kernel, driver代码.
非常有...
优龙Intel Xscale PXA270
开发平台 LINUX源码, 包括 平台用户手册, PDF原理图, kernel, driver代码.
非常有参考价值.-Intel Xscale PXA270 gifted Liuzhou LINUX-source development platform, including the platform, user manual, PDF schematic diagram, kernel, driver code. A very valuable reference.
- 2022-04-22 22:50:54下载
- 积分:1
-
linux device drive II 的示例移植到2.6.x内核
linux device drive II 的示例移植到2.6.x内核-linux device drive II examples transplanted to the kernel 2.6.x.
- 2022-05-13 03:18:14下载
- 积分:1
-
介绍了linux系统原理以及文件系统的概念
介绍了linux系统原理以及文件系统的概念-Introduced the principle of linux systems as well as the concept of file system
- 2022-11-26 19:55:04下载
- 积分:1
-
These code and text file are written in euc
These code and text file are written in euc-jp-unix-These code and text file are written in euc-jp-unix.
- 2023-08-12 11:50:03下载
- 积分:1
-
处理机调度算法,模拟了处理机调度的各种算法
处理机调度算法,模拟了处理机调度的各种算法-Processor scheduling algorithm
- 2022-03-19 22:13:12下载
- 积分:1
-
SIP SOFTPHONE软件电话源代码
SIP SOFTPHONE软件电话源代码-SOFTPHONE SIP phone software source code
- 2022-03-21 17:28:19下载
- 积分:1
-
Linux下视频开发.包括bttv,cx88,saa7134,红外等接口和驱动
Linux下视频开发.包括bttv,cx88,saa7134,红外等接口和驱动-Linux video development. Including bttv, cx88, saa7134, infrared interfaces and drivers
- 2022-03-30 13:23:41下载
- 积分:1
-
Linux Wireless LAN Project 的目标是开发一个完整的,基于标准的无线 LAN系统,这个系统用的是GNU/Linux 操作系统。把这个项目...
Linux Wireless LAN Project 的目标是开发一个完整的,基于标准的无线 LAN系统,这个系统用的是GNU/Linux 操作系统。把这个项目同Linux 无线扩展和其它 Linux无线项目区分开的是,它完全基于 IEEE 802.11标准。-Linux Wireless LAN Project"s goal is to develop a comprehensive, standards-based wireless LAN system, the system is using GNU/Linux operating system. The item with Linux wireless expansion and other wireless Linux projects are separate, it is fully based on the IEEE 802.11 standards.
- 2022-11-25 00:10:03下载
- 积分:1