-
基于Linux的USB芯片SL811主机驱动程序,由芯片厂家提供.
基于Linux的USB芯片SL811主机驱动程序,由芯片厂家提供.-err
- 2023-07-07 06:40:04下载
- 积分:1
-
jffs file system manual transplantation, embedded system engineers used to be, I...
jffs文件系统的移植手册,嵌入式系统工程师应该用的着,我仔细看了一下,不过,我的系统还是用不了,因为,我的系统资源实在是很紧张。-jffs file system manual transplantation, embedded system engineers used to be, I looked at them carefully, but my system is impossible, because my system resources is very nervous.
- 2022-12-07 05:45:02下载
- 积分:1
-
linux环境下,计算鼠标点击时间间隔,用gtk实现
linux环境下,计算鼠标点击时间间隔,用gtk实现-account the distance time of mouse
- 2023-03-06 17:55:03下载
- 积分:1
-
Credit
图形学分形演示程序,注意是在UNIX/Linux下的,需要X11环境
-Credit-shaped graphics demo program, attention in the UNIX/Linux under the need for X11 environment
- 2022-01-31 09:32:21下载
- 积分:1
-
Materials UNLIX good study of the internal telecommunications information should...
学习UNLIX的好材料 电信内部资料 不容错过-Materials UNLIX good study of the internal telecommunications information should not be missed
- 2023-04-19 13:35:04下载
- 积分:1
-
智能家居的客户端 qt源代码(c语言编写)传感器模块 远程监控模块 socket模块等...
智能家居的客户端 qt源代码(c语言编写)传感器模块 远程监控模块 socket模块等-Smart Home client qt source code (c language) sensor module remote monitoring module socket module
- 2023-07-23 02:55:03下载
- 积分:1
-
24位BMP到RLE的转换目的是为了节省字节,针对一些透明色较多的,尺寸比较大的BMP图像。对于透明色较少的图像,也许起不到RLE的优势,反而会增加图片的大小...
24位BMP到RLE的转换目的是为了节省字节,针对一些透明色较多的,尺寸比较大的BMP图像。对于透明色较少的图像,也许起不到RLE的优势,反而会增加图片的大小-24-bit BMP to RLE conversion is designed to save bytes for some more transparent color, size, relatively large BMP images. Less transparent color for images, may not achieve the advantages of RLE, but will increase the picture size
- 2022-03-17 20:49:50下载
- 积分:1
-
linux下的traceroute编程实现,已通过检验
linux下的traceroute编程实现,已通过检验-traceroute under linux programming, has passed the inspection
- 2022-03-19 12:09:39下载
- 积分:1
-
Taiwan still on the company Embedded Linux server platform clock operation FOSS
台湾上尚公司linux嵌入式服务器平台时钟操作源码-Taiwan still on the company Embedded Linux server platform clock operation FOSS
- 2022-11-22 22:30: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