-
我的URAL的1000 ~ 1050 的全部代码 包含WA 最后AC的程序 有2~3个比较难的是MAIGO的程序,另外源文件中附有题解,在linux下做的 如中...
我的URAL的1000 ~ 1050 的全部代码 包含WA 最后AC的程序 有2~3个比较难的是MAIGO的程序,另外源文件中附有题解,在linux下做的 如中文乱码请用word打开,应该对想做URAL的同学有一定帮助,另外请相信自己的能力 万不得以再看代码-My Ural 1000 ~ 1050 all the code that contains the procedures for WA Finally AC has 2 to 3 more difficult is the procedure MAIGO, another source file in question with a solution in linux to do next, such as the Chinese word garbled Please open, Ural should students want to have to some extent help Also, please believe that their abilities million may not look at the code
- 2022-07-14 06:35:48下载
- 积分:1
-
清华大学-电子信息工程系-实验用ARM
清华大学-电子信息工程系-实验用ARM-linux-源代码-SDRAM篇-Tsinghua University- Electronic Information Engineering- experiment with ARM-linux-source code-SDRAM articles
- 2023-04-23 10:15:03下载
- 积分:1
-
这是有关于使用linux下的定时器的实验,通过下载到实验板上,可以观察到linux下统计进程执行时间。...
这是有关于使用linux下的定时器的实验,通过下载到实验板上,可以观察到linux下统计进程执行时间。-This is under linux timer on the use of experiments to test the board by downloading, can be observed under linux statistical process execution time.
- 2022-02-03 04:34:32下载
- 积分:1
-
Linux安装,并与Windows共存。自己写的PPT文档,十分详细,还有简单使用说明。这里还包括一个操作系统移植的简单介绍和说明。超值强烈建议下载...
Linux安装,并与Windows共存。自己写的PPT文档,十分详细,还有简单使用说明。这里还包括一个操作系统移植的简单介绍和说明。超值强烈建议下载-Linux installation, and coexist with Windows. PPT wrote the document, in great detail, there are simple instructions. Here also includes an operating system and simple introduction and annotations. Overvalued strongly recommend downloading
- 2022-04-23 04:32:54下载
- 积分:1
-
对象流化成标记语言的编程库,支持各种语言.生成对象适合人类阅读....
对象流化成标记语言的编程库,支持各种语言.生成对象适合人类阅读.-Object flow into the markup language programming library to support various languages. Generates an object suitable for human reading.
- 2022-03-18 20:28:25下载
- 积分:1
-
C language series of the mail system (Thesis)
用C语言编的邮件系统(毕业论文)-C language series of the mail system (Thesis)
- 2022-07-27 17:41:59下载
- 积分:1
-
Linux内核代码分析
Linux内核代码分析-Linux essence code analyzes
- 2022-03-18 10:35:39下载
- 积分: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
-
这本书是为网络管理我提供一个单一的参考。
This book was written to provide a single reference for network administration in a Linux environment.
Beginners and experienced users alike should find the information they need to cover nearly all important
administration activities required to manage a Linux network configuration.
- 2023-07-25 07:20:03下载
- 积分:1
-
GNU Make Manual (Chinese translation edition) no need to say more
GNU Make 使用手册(中译版); 没必要多说-GNU Make Manual (Chinese translation edition) no need to say more
- 2023-02-27 21:50:03下载
- 积分:1