-
unix操作系统的编程手册,包括系统管理命令,系统调用,库函数等等,是unix环境下程序员和管理员的必备资料。...
unix操作系统的编程手册,包括系统管理命令,系统调用,库函数等等,是unix环境下程序员和管理员的必备资料。-unix operating system, programming manuals, including system management commands, system calls, library functions, etc., is a unix environment, programmers and managers the essential information.
- 2023-03-13 00:10:05下载
- 积分:1
-
我只想在那里使用的安装方法学习…
linux的安装方法我刚学linux时使用的希望对有需要的朋友有帮助-linux installation method learning linux I just would like to use when there is a need to have a friend help
- 2023-06-20 09:45:03下载
- 积分:1
-
Linux下视频开发.包括bttv,cx88,saa7134,红外等接口和驱动
Linux下视频开发.包括bttv,cx88,saa7134,红外等接口和驱动-Linux video development. Including bttv, cx88, saa7134, infrared interfaces and drivers
- 2022-03-30 13:23:41下载
- 积分:1
-
607506ps2Test 60 7506ps2Test 607506ps2Test
607506ps2Test 60 7506ps2Test 607506ps2Test-607506ps2Test 607506ps2Test 607506ps2Test 607506ps2Test
- 2022-02-21 14:03:36下载
- 积分:1
-
一个简单的在嵌入式Linux下服务器与客户端的通信。
一个简单的在嵌入式Linux下服务器与客户端的通信。-server or client
- 2023-06-21 00:20:03下载
- 积分: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
-
用VHDL语言描述的通用异步DRAM控制器,通过一个集成…
用vhdl描写的通用异步dram控制器,经过编译器综合和仿真测试,符合设计要求。-Using VHDL description Universal Asynchronous dram controller, through an integrated compiler and simulation testing, in line with the design requirements.
- 2023-08-21 04:15:03下载
- 积分:1
-
unix下解释类c++语言的封装类,可以深入理解编译原理
unix下解释类c++语言的封装类,可以深入理解编译原理-unix interpret the language category c Packaging category, in-depth understanding of compiler theory
- 2022-11-22 16:50:04下载
- 积分:1
-
这是一个机器人的游戏,使用GTK + +和它一样的机器人游戏
this a robot game which is use gtk++ and it is same as in linux robot game
player need to save himself and robots will com towards him-this is a robot game which is use gtk++ and it is same as in linux robot game
player need to save himself and robots will com towards him
- 2022-02-04 20:43:23下载
- 积分:1
-
制作中文的和英文的字库用的~ 是xyb写的gcc编译
制作中文的和英文的字库用的~ 是xyb写的gcc编译-Produced in Chinese and English font is used in ~ xyb written compiler gcc
- 2023-05-16 06:40:03下载
- 积分:1