-
linux下的一个分组遗传算法,用于求解点着色的问题
linux下的一个分组遗传算法,用于求解点着色的问题-linux under a subgroup of genetic algorithm for solving the problem of point shader
- 2022-02-25 10:50:35下载
- 积分:1
-
Must be an operating system as its hardware system based on close co
一个操作系统必须和作为它的基础的硬件系统紧密配合。操作系统需要使用一些只有硬件才能提供的功能。为了完整的了解 Linux ,你需要了解底层硬件的基础知识。-Must be an operating system as its hardware system based on close co-operation. Operating system only need to use some of the functions of the hardware can provide. In order to complete understanding of Linux, you need to know basic knowledge of the underlying hardware.
- 2022-01-31 11:14:17下载
- 积分:1
-
Linux+usb+驱动+f4l2规范。这个例子详细的说明了linux 下的摄像头驱动的编写。...
Linux+usb+驱动+f4l2规范。这个例子详细的说明了linux 下的摄像头驱动的编写。-Linux usb driver f4l2 norms. This example illustrates the detailed camera under linux driven preparation.
- 2022-08-15 08:17:44下载
- 积分:1
-
GNU Mach micro
GNU Mach 微内核源代码, 基于美国卡内基美隆大学的 Mach 研究项目,是 GNU Hurd 运行的基础。详情请参阅: http://www.gnu.org/software/hurd-GNU Mach micro-kernel source code, based at Carnegie Mellon University"s Mach research projects, GNU Hurd operational basis. For details, please refer : http://www.gnu.org/software/hurd
- 2022-01-25 14:58:06下载
- 积分:1
-
Linux下的蓝牙
linux下的蓝牙
- 2023-08-28 09:45:03下载
- 积分: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
-
creating daemons example
创建守护进程的例子-creating daemons example
- 2022-03-20 11:54:19下载
- 积分:1
-
G.721编解码的C源代码(使用英特尔IPP
g.721的编解码c源码(使用intel的ipp包)堪称效率最高。-g.721 arranges decodes the c source code (to use intel the ipp
package) to may be called the efficiency to be highest.
- 2023-05-16 20:00:03下载
- 积分:1
-
语音回声消除库
speech echo cancellation library
- 2023-06-06 20:05:03下载
- 积分:1
-
利用cvops框架进行协议栈编程的极好的例子
利用cvops框架进行协议栈编程的极好的例子-A very good example to guiding use cvops for communication stack programming.
- 2022-01-25 18:56:07下载
- 积分:1