-
Based on S3C2410 chip ADC driver source code, has a good flow interface driver r...
基于s3c2410芯片的ADC驱动程序源代码,具有很好的流接口驱动程序参考价值,-Based on S3C2410 chip ADC driver source code, has a good flow interface driver reference value,
- 2022-03-12 15:50:11下载
- 积分:1
-
linux 下的人脸识别代码,编译的时候需要配置好IDE
linux 下的人脸识别代码,编译的时候需要配置好IDE-face detection
- 2022-04-19 03:52:59下载
- 积分:1
-
对单个文件流进行操作,主要包括分割文件名
判断文件是否打开,判断文件的总大小,当前文件位置,当前行的长度,是否有下一行,读一行文件信息等等....
对单个文件流进行操作,主要包括分割文件名
判断文件是否打开,判断文件的总大小,当前文件位置,当前行的长度,是否有下一行,读一行文件信息等等.-Of a single file stream operation, including division of the file name to determine whether or not to open files to determine the total file size, the current file position, the current line length, whether it has the next line, reading his paper and so on.
- 2022-05-20 02:38:17下载
- 积分:1
-
jkllllllasdfafdsdaf
arm设计指导书 绝对原创
内容详细 适合初学者学习嵌入式在人-jkllllllasdfafdsdaf
- 2022-05-22 03:04:26下载
- 积分:1
-
ov511.c是linux下的wabcam的驱动
ov511.c是linux下的wabcam的驱动-ov511.c under the driver wabcam
- 2022-12-20 03:40:03下载
- 积分:1
-
zd1211lnxdrv_2_22_0_0
ZD1211LnxDrv_2_22_0_0
for linux2.4
- 2022-06-16 21:20:10下载
- 积分:1
-
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILUR...
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
//设置模式
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立窗口
win = newwin(h, w, 3, 20)
box(win, 0, 0)
keypad(win, TRUE)
wmove(win, cury, curx)
mvaddstr(16, 1, "Press arrow keys to move the cursor within the window.
")
mvaddstr(17, 1, "Press q to quit.
")
refresh()
wrefresh(win) - //初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
//设置模式
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立窗口
win = newwin(h, w, 3, 20)
box(win, 0, 0)
keypad(win, TRUE)
wmove(win, cury, curx)
mvaddstr(16, 1, "Press arrow keys to move the cursor within the window.
")
mvaddstr(17, 1, "Press q to quit.
")
refresh()
wrefresh(win)
- 2023-08-24 18:05:03下载
- 积分:1
-
OUT transplant study, prepared themselves (novice), has been applied to the stud...
ucos移植学习,自己编写(初学),已经应用到学习板上,-OUT transplant study, prepared themselves (novice), has been applied to the study board.
- 2022-07-15 00:44:58下载
- 积分:1
-
s3c2410串口设置,串口0设备号:204,64,串口2:204,65,串口3:204,...
s3c2410串口设置,串口0设备号:204,64,串口2:204,65,串口3:204,-s3c2410 serial port settings, serial port 0 device ID: 204,64, serial 2:204,65, serial 3:204,66
- 2022-01-28 22:04:25下载
- 积分:1
-
Linux音频编程指南,通过代码详细介绍了Linux环境下的音频编程。...
Linux音频编程指南,通过代码详细介绍了Linux环境下的音频编程。-Linux Audio Programming Guide, by the code described in detail under the Linux audio programming environment.
- 2022-09-10 04:25:02下载
- 积分:1