-
编译好的linux系统QT开发环境,直接设置环境变量即可使用。
编译好的linux系统QT开发环境,直接设置环境变量即可使用。-QT compiled linux system, development environment, set the environment variable can be used directly.
- 2022-02-03 15:26:47下载
- 积分:1
-
AMR(自动多
amr(自动多速率)宽带语音编码源程序,适用于linux环境-amr (automatic multi-rate) wideband speech coding source for linux environment
- 2022-05-07 15:28:36下载
- 积分:1
-
一个UNIX/LINUX下的基于内容的过滤服务器源代码,可以设置关键词、URL、IP、PORT等多种方式进行网站过滤。...
一个UNIX/LINUX下的基于内容的过滤服务器源代码,可以设置关键词、URL、IP、PORT等多种方式进行网站过滤。-a UNIX/Linux-based content filtering server source code, can set keywords, URL, IP, PORT various means such as web filtering.
- 2022-01-28 22:33:54下载
- 积分:1
-
This program is used for S3c2410 SPI interface driver which applicated on Linux...
本程序是s3c2410在linux2.4.18系统平台的spi接口驱动程序,调试已通过,程序非常简练,用后请评分。-This program is used for S3c2410 SPI interface driver which applicated on Linux platform.
- 2022-03-26 09:12:56下载
- 积分:1
-
编写一个函数,输入n为偶数时,调用函数求1/2+1/4+…+1/n,当输入n为奇数时,调用函数
1/1+1/3+...+1/n(利用指针函数)...
编写一个函数,输入n为偶数时,调用函数求1/2+1/4+…+1/n,当输入n为奇数时,调用函数
1/1+1/3+...+1/n(利用指针函数)
-The preparation of a function, type n is an even number, the call Function 1/2+ 1/4+ ...+ 1/n, when n is odd input, call function 1/1+ 1/3+ ...+ 1/n (using indicator functions)
- 2022-10-03 20:50:03下载
- 积分:1
-
这是一本有关linux管理员指南的书,能够帮助你在学习linux时,很好的操作,和配置好linux平台....
这是一本有关linux管理员指南的书,能够帮助你在学习linux时,很好的操作,和配置好linux平台.-This is one of the Linux Administrator"s Guide, the book can help you learn linux, good operations and good linux platform configuration.
- 2022-05-14 16:11:48下载
- 积分:1
-
rdesktop是一个开放源码的Window NT中断服务器的客户端,它实现了远程桌面协议(RDP)。不像Citrix ICA,它对于服务器并无扩展要求。...
rdesktop是一个开放源码的Window NT中断服务器的客户端,它实现了远程桌面协议(RDP)。不像Citrix ICA,它对于服务器并无扩展要求。-rdesktop is an open-source interrupt Window NT server client, it implements the Remote Desktop Protocol (RDP). Unlike Citrix ICA, it does not expand the requirements for the server.
- 2022-07-16 02:49:06下载
- 积分: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
-
千兆打击犯罪机制冰淇淋
Giga Crime Fighting Mecha Gelato-Bots: The Supreme Icecream-Tron Revolution 8,000,000. A top-down adventure game with three themes; mecha, anime and icecream. This project hopes to evolve with action/rpg/multiplayer elements like classic console games.-Giga Crime Fighting Mecha Gelato-Bots: The Supreme Icecream-Tron Revolution 8000000. A top-down adventure game with three themes mecha, anime and icecream. This project hopes to evolve with action/rpg/multiplayer elements like classic console games.
- 2022-07-20 22:10:03下载
- 积分:1
-
linux库文件,非常详细的源代码,在其他网络上多次下载
linux库文件,非常详细的源代码,在其他网络上多次下载-linux libraries, the very detailed source code, the other networks repeatedly Download
- 2022-02-21 15:09:39下载
- 积分:1