-
ov511.c是linux下的wabcam的驱动
ov511.c是linux下的wabcam的驱动-ov511.c under the driver wabcam
- 2022-12-20 03:40:03下载
- 积分:1
-
LINUX under the IIC
LINUX下IIC驱动分析,这是我看到过的讲的最祥细的一个网页文件,看了后IIC驱动就搞定了-LINUX under the IIC-driven analysis, which is speaking I have seen the most Xiangxi of a web document, after reading the Gaoding the IIC driver
- 2022-05-05 02:40:44下载
- 积分:1
-
硬盘分区表资料集萃,包括基础、工具、修复三部分,chm格式。...
硬盘分区表资料集萃,包括基础、工具、修复三部分,chm格式。-hard disk partition table of Selected information, including infrastructure, tools, repair parts three, chm format.
- 2022-01-21 06:12:51下载
- 积分:1
-
gcc for linux
gcc for linux
- 2022-07-25 05:57:53下载
- 积分:1
-
自定义的纺纱箱要实现的显示值为int数据有限公司的字符串值
自定义spinbox 实现显示内容为字符串 取出value值为int数据 编译可直接运行 为显示其效果 专门为此写了一个mian函数-Custom spinbox out to achieve the display value to a string value of int data compiled can be directly run to show the effect of specially written a mian function
- 2022-03-19 17:03:16下载
- 积分:1
-
s3c2410 the cpu bootcode
s3c2410的cpu的启动代码-s3c2410 the cpu bootcode
- 2022-07-08 18:57:32下载
- 积分:1
-
ZLG
ZLG-GUI源代码完整版12-spline.c-ZLG-GUI source code full version of 12-spline.c
- 2022-04-01 01:18:09下载
- 积分:1
-
unix文件系统模拟,用vc实现.一个非常简单的文件系统管理模拟....
unix文件系统模拟,用vc实现.一个非常简单的文件系统管理模拟.
- 2023-03-15 07:50:04下载
- 积分:1
-
linux内核启动描述,很详细的启动过程描述,是linux培训材料的一部分。
linux内核启动描述,很详细的启动过程描述,是linux培训材料的一部分。-linux kernel to start a description of a very detailed description of the startup process is part of linux training materials.
- 2022-02-10 12:47:43下载
- 积分:1
-
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILUR...
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立菜单项
for(i=0 i
- 2022-04-02 11:01:45下载
- 积分:1