-
Damn Small Linux kernel,can boot from USB
Damn Small Linux kernel,can boot from USB
- 2023-01-25 23:00:17下载
- 积分:1
-
调用系统函数,模拟实现linux系统的more命令
调用系统函数,模拟实现linux系统的more命令-Call the system function, analog realize more command linux system
- 2023-07-09 12:05:03下载
- 积分:1
-
汇编语言环境下实现混合语言程序设计
在linux环境下实现汇编语言和c语言的混合编程-Linux environment in assembly language and c realize mixed language programming
- 2022-01-30 22:17:31下载
- 积分:1
-
The source is MiniGUI all the code, for those who want to design GUI is a very g...
该源码是miniGUI的全部代码,对想设计GUI的人来说是很好的一个参考-The source is MiniGUI all the code, for those who want to design GUI is a very good reference
- 2023-08-10 13:20:03下载
- 积分:1
-
Microwindows Chinese character freetype
microwindows中文字体freetype-2.1.4.tar.gz-Microwindows Chinese character freetype- 2.1.4.tar.gz
- 2022-11-29 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
-
Linux下简单文件系统的操作 具体可以实现目录得建立删除等等功能...
Linux下简单文件系统的操作 具体可以实现目录得建立删除等等功能-simple document Linux operating system can achieve specific directory may establish delete functions, etc.
- 2022-01-30 11:30:35下载
- 积分:1
-
unix网络编程recvfromflags
unix网络编程recvfromflags-recvfromflags
- 2023-06-24 15:25:03下载
- 积分:1
-
对读入的某个文本文件input.txt中,拆出英文单词,输出一个按字典顺序排列的单词表,结果输出在文本文件output.txt中,每个单词一行,并在单词后输出该...
对读入的某个文本文件input.txt中,拆出英文单词,输出一个按字典顺序排列的单词表,结果输出在文本文件output.txt中,每个单词一行,并在单词后输出该单词出现的个数,两个字段之间用逗号分隔。约定单词仅由英文字母组成,单词间由非英文字母分隔,相同单词只输出一个,大小写不区分。
利用二叉树实现-the right time to a text file input.txt, divestment English words, Output by an order of the dictionary word list, the result output in a text file output.txt. Every word here, and the output of the word after word of the number, between two fields separated by a comma. Agreed only by the words in alphabetical composition, word by non-alphabetic segregation, the same word is only one output, distinction is not case. Achieved using binary tree
- 2022-12-15 15:30:03下载
- 积分:1
-
UNIX 资源文件编译器
UNIX 资源文件编译器-UNIX resource documents compiler
- 2022-04-23 19:41:49下载
- 积分:1