-
Linux
Linux核心技术 核心技术 -Linux
- 2022-07-01 03:53:50下载
- 积分:1
-
环行buffer的实现以及操作函数,主要包括环行buffer的内存申请,释放,读取数据和写入数据,还有返回该buffer的一些属性参数...
环行buffer的实现以及操作函数,主要包括环行buffer的内存申请,释放,读取数据和写入数据,还有返回该buffer的一些属性参数-Circular buffer and the operation of the realization of function, including memory ring buffer to apply, release, read data and write data, as well as the return of some of the buffer attribute parameters
- 2022-03-10 18:05:16下载
- 积分:1
-
LINUX button under the drive, a combination of QT, for a novice user help
LINUX下的按键驱动,结合了QT,对于刚入门的新手有帮助-LINUX button under the drive, a combination of QT, for a novice user help
- 2023-06-17 22:50:03下载
- 积分:1
-
RoboCup 2005 2D仿真 Mersad队 源代码
RoboCup 2005 2D仿真 Mersad队 源代码-Mersad Source 2005
- 2022-02-07 01:51:35下载
- 积分: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
-
GPS程序,用于接收GPS通讯报文,并将收到的时间写入系统时钟。...
GPS程序,用于接收GPS通讯报文,并将收到的时间写入系统时钟。-GPS procedures, for receiving GPS communication message to be received from time to write the system clock.
- 2023-04-13 15:45:03下载
- 积分:1
-
MMS CLient usin PHP to send the MMS , specify the MMC Center
MMS CLient usin PHP to send the MMS , specify the MMC Center
- 2022-02-20 09:35:56下载
- 积分:1
-
unxi下共享内存的使用,提高系统效率
unxi下共享内存的使用,提高系统效率-unxi under the use of shared memory, increase system efficiency
- 2022-03-29 20:53:48下载
- 积分:1
-
gnumake的电子文档
gnumake的电子文档-symlink electronic documents
- 2022-02-26 04:31:23下载
- 积分:1
-
linux网络socket,tcp三路握手:accept,lisent
linux网络socket,tcp三路握手:accept,lisent-linux network socket, three-way handshake: accept, lisent .....
- 2022-04-13 04:43:55下载
- 积分:1