-
如何安装workbench,如何设置license,本文进行了详细的说明。
如何安装workbench,如何设置license,本文进行了详细的说明。-How to install the workbench, how to set up a license, this article explain in detail.
- 2022-05-20 04:24:12下载
- 积分:1
-
Qt dialog with the realization of standards to reduce the majority of code, and...
用qt实现标准对话框,减少大部分代码,和一般的语言达到同样的效果-Qt dialog with the realization of standards to reduce the majority of code, and general language to achieve the same effect
- 2022-05-14 16:22:16下载
- 积分:1
-
- 2022-03-11 20:37:01下载
- 积分:1
-
Linux caozuozhidao
elecfans.com-Linux操作指导专题-Linux caozuozhidao
- 2023-06-14 12:35:04下载
- 积分:1
-
SDL库写C ";太空大战";,图像的游戏框架。
一个用sdl库和c++写的“太空大战”的游戏,游戏的图象都来自金山打字通2003中的“太空大战”, -没办法,因为自己的美工技术差。 -游戏适合小孩子玩,你是打字高高手就算了吧,:-)。 -游戏支持Linux/Win32平台,其实都是sdl的功劳,可移植行太好了。在windows下写, -拿到linux编译,就能运行了-sdl with a library and write c "space war", games of the images are from the 2,003- Jinshan typing the "space war"- no way, because the artists themselves technological gap.- Suitable for children to play games, you are typing even if the top high bar, :-).- Game Linux/Win32 platform, in fact sdl credit for transplantation can be wonderful. Under the windows write-get Linux compiler, we can run
- 2022-09-14 20: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
-
The Unix 5 code
本源代码是Unix System V的版本,作者详细通俗的叙述非常有益于我们初学者-The Unix 5 code
- 2022-06-16 09:46:15下载
- 积分:1
-
Show pictures Show pictures of the process procedures
显示图片的程序 -Show pictures Show pictures of the process procedures
- 2022-07-16 14:27:06下载
- 积分:1
-
rt25系列的cvs源码 支持linux2.4以上的
rt25系列的cvs源码 支持linux2.4以上的-rt25 series of cvs source of support linux2.4
- 2023-05-27 00:35:03下载
- 积分:1
-
这是一个魔头罗拉e680的qt手机游戏的源代码
这是一个魔头罗拉e680的qt手机游戏的源代码-this is the resource of program of e680
- 2022-01-26 02:56:43下载
- 积分:1