-
linux下的库函数,非常使用啊,值得一看
linux下的库函数,非常使用啊,值得一看-library function under linux, very use ah, see
- 2023-06-04 02:45:03下载
- 积分:1
-
ncurses
ncurses-5.4
- 2023-03-29 12:05:03下载
- 积分:1
-
这是本公司做UNIX开发时所需要用到的一个类库的源代码,希望对在unix下的开发有所帮助!...
这是本公司做UNIX开发时所需要用到的一个类库的源代码,希望对在unix下的开发有所帮助!-This is a UNIX development of the Company to do when the need to resort to a class library source code, in the hope that the next development in the unix help!
- 2022-03-02 15:06:33下载
- 积分:1
-
NS and network simulation
pdf file and source code pack
NS与网络模拟 pdf书 及书中完整例子源码-NS and network simulation
pdf file and source code pack
- 2022-09-15 23:50:03下载
- 积分:1
-
1.嵌入式LINUX开发基础知识
2.基础实验
3.MINIGUI程序设计
4.内核实验
5.驱动模块实验
6.无线通讯实验...
1.嵌入式LINUX开发基础知识
2.基础实验
3.MINIGUI程序设计
4.内核实验
5.驱动模块实验
6.无线通讯实验-1. Embedded LINUX development of basic knowledge 2. 3.MINIGUI the basis of experimental programming 4. Core experiment 5. Drive module experiment 6. Wireless communications experiment
- 2022-06-18 09:47:29下载
- 积分:1
-
unix环境下最有用的sed和awk两个文字处理工具
unix环境下最有用的sed和awk两个文字处理工具-unix environment the most useful both sed and awk language processing tools
- 2023-05-13 05:45:03下载
- 积分:1
-
Capture under a Linux software, can capture, frame format and a variety of data...
一个Linux下抓包软件,可以实现抓包,并对多种数据帧格式(TCP,ARP等)分析并对结果进行输出显示的功能。-Capture under a Linux software, can capture, frame format and a variety of data (TCP, ARP, etc.) analysis of the results shows that the function of the output.
- 2023-05-16 17:15: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
-
This is the ARM ADC drivers, the need to prepare for some drivers do AD conversi...
这是ARM上ADC的驱动程序,对一些需要编写驱动和做AD转换的人来说,是一个很好列子-This is the ARM ADC drivers, the need to prepare for some drivers do AD conversion and the people, is a good Liezi
- 2022-03-29 13:00:45下载
- 积分:1
-
linux下MTD设备驱动源代码详细分析 中文
linux下MTD设备驱动源代码详细分析 中文-MTD device drivers under linux source code for a detailed analysis of Chinese
- 2022-03-24 06:04:21下载
- 积分:1