-
Blob autotest.Used on xscale(badblockmanage function)
Blob autotest.Used on xscale(badblockmanage function)
- 2023-07-02 20:25:02下载
- 积分:1
-
The Unix 5 code
本源代码是Unix System V的版本,作者详细通俗的叙述非常有益于我们初学者-The Unix 5 code
- 2022-06-16 09:46:15下载
- 积分:1
-
用最少的代码行数实现了traceroute的功能,在linux上测试通过
用最少的代码行数实现了traceroute的功能,在linux上测试通过-with the least number of lines of code to achieve a traceroute function, the test pass on linux
- 2022-03-24 20:02:13下载
- 积分:1
-
清华大学-电子信息工程系-实验用ARM
清华大学-电子信息工程系-实验用ARM-linux-源代码-MMU篇-Tsinghua University- Electronic Information Engineering- experiment with ARM-linux-source code-MMU Part
- 2023-01-09 21:45:03下载
- 积分:1
-
linux下面用于产生DIMAC格式的图形的工具,这个工具可以用来生成图形,以测试所提出的点着色算法的效率...
linux下面用于产生DIMAC格式的图形的工具,这个工具可以用来生成图形,以测试所提出的点着色算法的效率-linux used to produce the following format DIMAC graphics tool, this tool can be used to generate graphics, to test the points raised by the efficiency of rendering algorithms
- 2022-09-20 09:35:03下载
- 积分:1
-
linux,全新操作系统
linux,全新操作系统--欢迎一起开发和应用,以此共享,做软件开发-linux, the new operating system- welcomed the development and application together, thus sharing in software development
- 2022-07-20 12:00:56下载
- 积分: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
-
Network Congestion Control Algorithm source, the courage to abandon the end of a...
网络拥塞控制算法源程序,敢于弃尾算法的,同样可以在ns-2仿真软件下仿真-Network Congestion Control Algorithm source, the courage to abandon the end of algorithm, the same can ns-2 simulation software Simulation
- 2022-01-26 03:06:38下载
- 积分:1
-
gtk实现的图像采集的示例程序。
gtk实现的图像采集的示例程序。-gtk realized examples of image acquisition procedures.
- 2022-01-21 21:07:49下载
- 积分:1
-
Qt3 example source code, are adopted by the compiler, you can run!
qt3的例子源程序,都是编译通过的,可以运行!-Qt3 example source code, are adopted by the compiler, you can run!
- 2022-02-04 15:06:14下载
- 积分:1