-
RoboCup 2005 2D仿真 Brainstormers队 源代码
RoboCup 2005 2D仿真 Brainstormers队 源代码-Brainstormers Source2005
- 2022-06-29 03:48:26下载
- 积分: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下桥接软件源码
linux下桥接软件源码-linux-source software under the bridge
- 2022-03-06 23:59:09下载
- 积分:1
-
Linux下的C、C++ IDE
Linux下的C、C++ IDE-Linux C and C++ IDE
- 2022-03-19 06:21:33下载
- 积分:1
-
Introduced the embedded linux operating system and driver knowledge of the prepa...
介绍了嵌入式linux操作系统方面的知识及驱动的编写-Introduced the embedded linux operating system and driver knowledge of the preparation of
- 2022-02-09 12:39:27下载
- 积分:1
-
Unix learning for most of us are self
对 于unix的学习 我们大部分都是自学为主 对初学者而言 其命令还是不好记的
本书总结了大部分unix命令 为初学者的好书-Unix learning for most of us are self-oriented in terms of its order for beginners or not remember most of this book summarizes the unix command for beginners books
- 2022-01-25 14:42:51下载
- 积分:1
-
linux下tmake程序,用于自动生成Makefile文件。
linux下tmake程序,用于自动生成Makefile文件。-tmake procedures under linux for the automatic generation of Makefile files.
- 2022-02-09 13:06:50下载
- 积分:1
-
qt example for the dynamic display images
qt 的例子,用于动态显示图象-qt example for the dynamic display images
- 2022-05-20 23:04:33下载
- 积分:1
-
Arm2410 development board based on the linux driver under uda1341
基于arm2410开发板的linux下的uda1341驱动程序-Arm2410 development board based on the linux driver under uda1341
- 2022-04-08 16:53:23下载
- 积分:1
-
UNIX Cron achieve the design process of the preparation of small and medium capa...
Cron的实现
UNIX 下设计编写中小型程序的能力,巩固加深对Unix 环境下文件目录操作、进程控制、信号等内容的理解。-UNIX Cron achieve the design process of the preparation of small and medium capacity, enhance the consolidation of the Unix environment directory operations, process control, signal content understanding.
- 2022-03-19 22:31:33下载
- 积分:1