-
这是用minigui做的键盘代码,想学键盘编程的,可以学习一下。...
这是用minigui做的键盘代码,想学键盘编程的,可以学习一下。-This is done with the minigui keyboard code, want to learn the keyboard programming, you can learn about.
- 2022-05-18 15:13:30下载
- 积分:1
-
Achieved in a multi
实现了在多处理器上可运行的矩阵相乘的程序-Achieved in a multi-processor run of the matrix multiplication program
- 2022-03-11 10:20:41下载
- 积分:1
-
Linux c 语言函数库 414 页 多为基本函数
Linux c 语言函数库 414 页 多为基本函数-Linux c language function library for more than 414 basic function
- 2022-03-02 03:50:28下载
- 积分: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
-
unlinux下的LCD显示程序,能够实现图片格式的转换及显示
unlinux下的LCD显示程序,能够实现图片格式的转换及显示-unlinux under the LCD display program that can realize the image format conversion and display
- 2022-01-21 18:41:27下载
- 积分:1
-
这是我刚下来的,比较的好用,你可以试一试啊
这是我刚下来的,比较的好用,你可以试一试啊-This is my first down, the more convenient, you can try ah
- 2022-02-03 15:32:42下载
- 积分:1
-
linux下BT软件的源码。源代码可以使用命令“make”进行编译,使用该命令可以生成该章所有可执行程序。如果没有生成对应的可执行程序,请对照书中相应的内容。在...
linux下BT软件的源码。源代码可以使用命令“make”进行编译,使用该命令可以生成该章所有可执行程序。如果没有生成对应的可执行程序,请对照书中相应的内容。在编译生成可执行程序时,可能会生成警告:“warning:no newline at end of file”,产生这个警告是因为本书所有源代码是在Windows中进行编写的,Windows和Linux两种操作系统对于文件末尾的标识符处理不一致。该警告不会影响程序的功能和性能,所以不必理会。-err
- 2023-07-12 20:40:03下载
- 积分:1
-
beginninglinuxprogramming例
BeginningLinuxProgramming example4
- 2022-02-04 05:49:50下载
- 积分:1
-
//颜色初始化
if(!has_colors() || start_color() == ERR){
endwin()
print...
//颜色初始化
if(!has_colors() || start_color() == ERR){
endwin()
printf("Terminal does not support color.
")
exit(1)
}
init_pair(1, COLOR_GREEN, COLOR_BLACK)
init_pair(2, COLOR_RED, COLOR_BLACK)
init_pair(3, COLOR_CYAN, COLOR_BLACK)
init_pair(4, COLOR_WHITE, COLOR_BLACK)
init_pair(5, COLOR_MAGENTA, COLOR_BLACK)
init_pair(6, COLOR_BLUE, COLOR_BLACK)
init_pair(7, COLOR_YELLOW, COLOR_BLACK)
//写字符串
for(i = 1 i
- 2023-04-17 02:35:03下载
- 积分:1
-
本次实验的目的在于将nachos中的锁机制和条件变量的实现补充完整,并利用这些同步机制实现几个基础工具类。实验内容分三部分:实现锁机制和条件变量,并利用这些同步...
本次实验的目的在于将nachos中的锁机制和条件变量的实现补充完整,并利用这些同步机制实现几个基础工具类。实验内容分三部分:实现锁机制和条件变量,并利用这些同步机制将实验一中所实现双向有序链表类修改成线程安全的;实现一个线程安全的表结构;实现一个大小受限的缓冲区(详细内容请看nachos-labs.pdf)。-the purpose of the experiment is to the nachos lock mechanism and conditions for the realization of supplementary variables integrity, Using these synchronization mechanism based tool for achieving several categories. Experiment three parts : achieving lock mechanism and variable conditions, Using these experimental synchronization mechanism as a bidirectional orderly objectlist revise the security thread; the realization of a security thread table structure; the realization of a limited size of the buffer zone (for details, please see nachos- labs.pdf).
- 2022-02-05 05:46:07下载
- 积分:1