-
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
-
《Beginning Linux Programming》书的配置实例源代码。
《Beginning Linux Programming》书的配置实例源代码。-"Beginning Linux Programming" book configuration example source code.
- 2022-08-13 14:12:57下载
- 积分:1
-
ADS下的测试通过的CAN总线的程序.好东西啊!
ADS下的测试通过的CAN总线的程序.好东西啊!-ADS under test through the CAN bus procedures. Good thing ah!
- 2022-11-24 05:45:03下载
- 积分:1
-
linux 得初始化。
linux 得初始化。-initialization.
- 2022-03-17 03:48:16下载
- 积分:1
-
keyLinux keyLinux
keyLinux keyLinux
- 2022-05-26 20:26:01下载
- 积分:1
-
environment in the serial debugger, very good
在linux环境下的串口调试程序,非常不错的-environment in the serial debugger, very good
- 2022-12-23 06:40:03下载
- 积分:1
-
提供了大量初学CSharp的示例,DataSet/Delegate等使用方法
提供了大量初学CSharp的示例,DataSet/Delegate等使用方法-provide a lot of novice CSharp example, DataSet/Delegate using such methods
- 2022-02-10 15:40:15下载
- 积分:1
-
华邦的W996[78]cf芯片组的摄象头驱动程序,对开发USB摄象头的同行很有帮助。...
华邦的W996[78]cf芯片组的摄象头驱动程序,对开发USB摄象头的同行很有帮助。-The Winbond W996 [78] cf chipsets摄象头driver, on the development of USB摄象头peer helpful.
- 2022-01-23 11:14:31下载
- 积分:1
-
LINUX realize in the next operation on the hash table, such as adding records, s...
在LINUX下实现对哈希表的操作,例如添加记录,查找,删除等-LINUX realize in the next operation on the hash table, such as adding records, search, delete, etc.
- 2022-06-13 08:46:02下载
- 积分:1
-
一个使用QT库显示界面,在linux下对Xml文件进行解析的示例。
一个使用QT库显示界面,在linux下对Xml文件进行解析的示例。-use QT for a show interface under Linux right Xml file parsing examples.
- 2023-06-26 12:00:03下载
- 积分:1