-
linux下makefile的书籍,版本为chinesegnumake
linux下makefile的书籍,版本为chinesegnumake-v3.80.pdf-makefile under linux books, version chinesegnumake-v3.80.pdf
- 2022-01-26 01:28:51下载
- 积分:1
-
基于LwIP协议栈模块FTP守护程序
基于lwip协议栈的ftp精灵程序(经典)-ftp daemon based on lwip module
- 2022-05-16 04:42:07下载
- 积分:1
-
通用的UNIX监控程序
通用的UNIX监控程序-common UNIX monitoring program
- 2022-05-18 14:05:08下载
- 积分:1
-
linux下GPRS通信程序开发中软键盘的编写
linux下GPRS通信程序开发中软键盘的编写-The preparation of soft keyboard
- 2022-03-23 18:20:08下载
- 积分:1
-
Linux0.11内核源代码 Linux0.11内核源代码
Linux0.11内核源代码 Linux0.11内核源代码-Linux0.11 kernel source code Linux0.11 kernel source code
- 2023-07-19 14:20:03下载
- 积分:1
-
unix_linux c good library, please download
unix_linux c不错的函数库,请下载-unix_linux c good library, please download
- 2022-12-12 23:40:03下载
- 积分:1
-
当前不少单位在进行系统改造升级时,面临着如何将各个独立部门开发的应用所采用的数据库统一,以便适应数据大集中的需求,方便将来进行数据挖掘等更高层次的应用。在数据库...
当前不少单位在进行系统改造升级时,面临着如何将各个独立部门开发的应用所采用的数据库统一,以便适应数据大集中的需求,方便将来进行数据挖掘等更高层次的应用。在数据库统一的过程中,如何快速、高效的将已有的基于异种数据库的程序,特别是采用C/C 开发的运行于linux/unix下的程序转换到现有数据库下,成为不少单位面临的问题。当然了,基于RAD开发的程序,基本上不需要进行修改,就能达到目的。 -Many units in the current system upgrades are faced with how to integrate all the independent sector to develop applications using a unified database in order to meet the data needs of large centralized to facilitate future data mining and other higher level applications. The process of reunification in the database, how to quickly and efficiently will have been based on heterogeneous database procedures, in particular the use of C/C development running on linux/unix procedures under the switch to an existing database, became quite a number of units the problems faced. Of course, RAD-based development process, basically do not need to be modified, we can achieve the objectives.
- 2022-05-07 06:03:50下载
- 积分:1
-
nios ii cpu核,包含通用IO口、sdram、flash、uart
nios ii cpu核,包含通用IO口、sdram、flash、uart-nios ii cpu、genernal io port、sdram、falsh、uart
- 2022-03-26 08:28:45下载
- 积分:1
-
这是一个在 unix 系统下使用的常用输入界面处理、字段处理、屏幕数据打印等函数。
这是一个在 unix 系统下使用的常用输入界面处理、字段处理、屏幕数据打印等函数。-This is a unix systems in common use input interface, field processing, data on the screen printing function.
- 2022-04-19 08:36:00下载
- 积分: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