-
基于ARM+uClinux的嵌入式系统开发
基于ARM+uClinux的嵌入式系统开发-Development on a flushbonding system ,which is based on ARM and uClinux.
- 2022-03-18 23:25:48下载
- 积分:1
-
linux下C编程详解高效手册,一直使用的一本参考书,感觉很有价值!...
linux下C编程详解高效手册,一直使用的一本参考书,感觉很有价值!-Detailed under linux and efficient C programming manual, has been used in a reference book, I feel great value!
- 2022-04-01 21:55:13下载
- 积分:1
-
关于linux下的一部分ipsec的资料,还有如何编译内核,及patch的一点基础资料...
关于linux下的一部分ipsec的资料,还有如何编译内核,及patch的一点基础资料-On the part of linux under ipsec information, as well as how to compile the kernel, and patch the basis of information that
- 2023-05-16 11:50:03下载
- 积分:1
-
lan91c111 test code
lan91c111 测试代码-lan91c111 test code
- 2022-02-09 22:08:28下载
- 积分: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
-
a mini os project
一个自写的小型操作系统,完全自已用的,从裸机上能跑起来-a mini os project
- 2023-04-07 19:10:03下载
- 积分:1
-
V4L2(Video for Linux 2)的测试程序,出自官方网站。并附带一份V4L2的规范文档。运行环境是X...
V4L2(Video for Linux 2)的测试程序,出自官方网站。并附带一份V4L2的规范文档。运行环境是X-window,对内核没有特殊要求。-V4L2 (Video for Linux 2) of the test program came from the official website. And accompanied by a V4L2 specification document. Operating environment is the X-window, and there are no special requirements on the kernel.
- 2022-02-04 06:13:44下载
- 积分:1
-
一个在linux/unix系统下的多线程的程序设计方法说明
一个在linux/unix系统下的多线程的程序设计方法说明-A linux/unix system under multi-threaded program design methodology
- 2022-02-26 00:44:20下载
- 积分:1
-
This is Assmbler command document as
This Assmbler command document as-This is Assmbler command document as
- 2023-01-12 11:35:04下载
- 积分:1
-
linux下ppc对DS1302操作的驱动!对于时序很有帮助!
linux下ppc对DS1302操作的驱动!对于时序很有帮助!-linux on the DS1302 to operate under the ppc driver! Helpful for timing!
- 2023-07-16 00:00:03下载
- 积分:1