-
功能:Source_Insight使用教程..为了方便的学习Linux源程序,我们不妨回到我们熟悉的window环境下,也算是“师以长夷以制夷”吧。但是在Win...
功能:Source_Insight使用教程..为了方便的学习Linux源程序,我们不妨回到我们熟悉的window环境下,也算是“师以长夷以制夷”吧。但是在Window平台上,使用一些常见的集成开发环境,效果也不是很理想,比如难以将所有的文件加进去,查找速度缓慢,对于非Windows平台的函数不能彩色显示。于是笔者通过在互联网上搜索,终于找到了一个强大的源代码编辑器,它的卓越性能使得学习Linux内核源代码的难度大大降低,-Function: Source_Insight .. in order to facilitate the use of tutorials to learn Linux source code, we may wish to return to our familiar window environment, also be regarded as
- 2022-01-26 08:36:04下载
- 积分:1
-
orders, the need for unix operating system will help the friends
unix命令,对需要操作unix系统的朋友一定帮助-orders, the need for unix operating system will help the friends
- 2022-07-22 17:25:13下载
- 积分:1
-
Linux 内核中文版,详细介绍存储管理、进程管理、进程间通讯、中断及中断处理、文件系统,网络等知识...
Linux 内核中文版,详细介绍存储管理、进程管理、进程间通讯、中断及中断处理、文件系统,网络等知识-Chinese version of Linux kernel, details of storage management, process management, inter-process communication, interrupt, and interrupt handling, file systems, networking, and so
- 2023-03-13 11:20:03下载
- 积分:1
-
关于UNIX的AIX操作系统的入门级学习手册。
关于UNIX的AIX操作系统的入门级学习手册。-AIX
- 2022-02-20 21:16:40下载
- 积分:1
-
cramfs 的生成过程,呵呵,非常适合初学者用,希望对大家有帮助啊...
cramfs 的生成过程,呵呵,非常适合初学者用,希望对大家有帮助啊-cramfs generation process, Oh, very suitable for beginners to use, we want to help ah
- 2023-02-16 09:00:04下载
- 积分:1
-
JPEG作为一种常用文件格式,这是JPEG文件格式的详细介绍,JPEG标准,...
JPEG作为一种常用文件格式,这是JPEG文件格式的详细介绍,JPEG标准,-used as a JPEG file format, which is the JPEG file format, as detailed in the JPEG standard,
- 2022-11-02 15:35:02下载
- 积分:1
-
可用的CPU8051,已经多个项目验证,希望更多的朋友使用它开放!...
可用的CPU8051,已经多个项目验证,希望更多的朋友使用它开放!-CPU8051
- 2022-03-03 14:55:18下载
- 积分:1
-
在bmp.h中定制其功能
1:bmp图像格式之间的转换,包换了bmp565...
在bmp.h中定制其功能
1:bmp图像格式之间的转换,包换了bmp565->888,bmp888->565。
2:bmp格式图像的旋转
3:bmp格式图像裸码流的生成
-bmp.h in which a customized functions : bmp image format conversion between, shifting the bmp565-
- 2022-09-01 08:10: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
-
mp3文件格式与wav文件格式的音频文件转换工具,推荐!
mp3文件格式与wav文件格式的音频文件转换工具,推荐!-MP3 file format and wav file format of the audio file conversion tools recommended!
- 2022-08-23 06:42:08下载
- 积分:1