-
linux下面的文件锁和信号量的程序
linux下面的文件锁和信号量的程序-below the locks and document the procedures for signal
- 2022-01-25 20:01:23下载
- 积分:1
-
远缝的移植在2410的LINUX的原代码 , 功能很全
远缝的移植在2410的LINUX的原代码 , 功能很全-far linking transplant in 2410 of the Linux source code, all very functional
- 2022-02-13 04:16:01下载
- 积分:1
-
QT插件源码,QT插件源码,QT插件源。
QT widget source, QT widget source.-QT widget source,QT widget source,QT widget source.
- 2022-08-20 10:47:16下载
- 积分:1
-
将需要公开的接口用一个句柄类封装起来,调用者只通过封装的句柄类来调用实现, 这样,将调用与实现隔离开来,或者说只让调用看到它所需要看到的接口。这样的话,只要 保...
将需要公开的接口用一个句柄类封装起来,调用者只通过封装的句柄类来调用实现, 这样,将调用与实现隔离开来,或者说只让调用看到它所需要看到的接口。这样的话,只要 保证接口不变,那么实现代码的中要添加一些变量,函数,将不会影响到调用者。-will require an open interface with a handle Packaging category, called only by the Packaging category to handle Call, which would call and to achieve separation, or call only need to see it to see the interface. So, as long as the guarantee the same interface, then the realization of the code necessary to add some variables, function and will not affect the person to call.
- 2022-01-24 12:47:47下载
- 积分:1
-
It is a informix esql/c technology development of banking procedures code.
这是一个使用 informix esql/c 技术开发的银行程序的部分代码。-It is a informix esql/c technology development of banking procedures code.
- 2022-06-16 12:33:56下载
- 积分:1
-
linux下GPRS通信程序开发中软键盘的编写
linux下GPRS通信程序开发中软键盘的编写-The preparation of soft keyboard
- 2022-03-23 18:20:08下载
- 积分:1
-
贪吃蛇在arm版上的运行,这是一个很好玩的游戏,是我的一次作业...
贪吃蛇在arm版上的运行,这是一个很好玩的游戏,是我的一次作业-Snake in the arm version of the run, this is a very fun game, is my one-stop
- 2022-07-19 00:42:36下载
- 积分:1
-
在ARM开发平台实现一个简单WEB服务器的HTTP测试程序
在ARM开发平台实现一个简单WEB服务器的HTTP测试程序-ARM development platform in the realization of a simple WEB server HTTP test procedures
- 2022-10-03 17:10: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
-
AT&T的汇编语法简介,Linux下学习汇编的入门!
AT&T的汇编语法简介,Linux下学习汇编的入门!-AT
- 2022-02-28 23:13:03下载
- 积分:1