-
autoconf 和 automake 生成 Makefile 文件
autoconf 和 automake 生成 Makefile 文件-autoconf and automake generated Makefile file
- 2023-05-17 08:40:04下载
- 积分:1
-
This is a key driver under linux, it is good.
这是在linux下的key驱动,很不错的.-This is a key driver under linux, it is good.
- 2022-07-13 03:21:45下载
- 积分:1
-
文件传输协议linux 下vsftpd2.1.0.tar.gz
文件传输协议linux 下vsftpd2.1.0.tar.gz-File Transfer Protocol vsftpd2.1.0.tar.gz under linux
- 2022-05-05 05:43:50下载
- 积分:1
-
QT4网络程序,通过INTERnet传输数据
QT4网络程序,通过INTERnet传输数据
-QT4 network procedures, transmission of data through the INTERNET
- 2022-02-07 22:34:44下载
- 积分:1
-
聊天室程序。我国的环境。
关于一个聊天室的程序。在linux环境下实现。-on a chat room procedures. Linux environment in our country.
- 2022-03-23 02:57:16下载
- 积分: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
-
清华大学-电子信息工程系-实验用ARM
清华大学-电子信息工程系-实验用ARM-linux-源代码-int篇-Tsinghua University- Electronic Information Engineering- experiment with ARM-linux-source code-int article
- 2023-04-10 23:10:03下载
- 积分:1
-
ZLG
ZLG-GUI源代码完整版12-FONT_MACRO.c-ZLG-GUI source code full version of 12-FONT_MACRO.c
- 2023-02-27 09:30:04下载
- 积分:1
-
自动侦测插入的存贮设备(U盘/移动硬盘等),把指定的文件拷贝到指定的目录。
程序结构很简单,两个进程:一个判断U盘的状态,通过MSG把U盘的状态送...
自动侦测插入的存贮设备(U盘/移动硬盘等),把指定的文件拷贝到指定的目录。
程序结构很简单,两个进程:一个判断U盘的状态,通过MSG把U盘的状态送给主进程,主进程处理所有事务 一个线程处理发声.
-Automatically detects the insertion of the storage device (U disc/mobile hard disk, etc.), the specified files are copied to the specified directory. Program structure is very simple, two processes: one to determine the status of U disk, U disk through the MSG to the state to the main process, the main deal with all matters of a process thread handle audible.
- 2022-10-12 03:55:03下载
- 积分:1
-
客户端源e_mail
linux下的E_MAIL客户端源码-the client source E_MAIL
- 2022-07-13 15:26:53下载
- 积分:1