-
linux下用的解压缩软件
linux下用的解压缩软件-under the decompression software
- 2023-09-04 21:05:04下载
- 积分:1
-
hoework , how to fork processes, operating sytem
hoework , how to fork processes, operating sytem
- 2022-09-02 20:05: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
-
linux环境下,对时间使用的实例,包括秒和毫秒,微秒
linux环境下,对时间使用的实例,包括秒和毫秒,微秒-linux environment, examples of the use of time, including seconds and milliseconds, microseconds
- 2022-02-14 22:26:46下载
- 积分:1
-
用Socket实现的客户端send 、receive测试
用Socket实现的客户端send 、receive测试-Socket client send, receive test
- 2023-02-11 06:25:03下载
- 积分:1
-
linux device driver development Xiang Jie, suitable for beginners to use. part t...
linux 设备驱动开发详解,适合初学者使用。part three.-linux device driver development Xiang Jie, suitable for beginners to use. part three.
- 2023-08-26 13:15:06下载
- 积分:1
-
通过键盘计算输入的代数式,完成加减乘除运算。
通过键盘计算输入的代数式,完成加减乘除运算。-Calculated through the keyboard input代数式to complete the addition and subtraction multiplication and division calculations.
- 2022-10-19 01:50:06下载
- 积分:1
-
在UNIX/LINUX下面挂起一个进程并在SHELL下观察进程.
在UNIX/LINUX下面挂起一个进程并在SHELL下观察进程.-in UNIX/LINUX hang below a process and the SHELL under observation process.
- 2022-02-10 11:20:38下载
- 积分:1
-
linux下的一个分组遗传算法,用于求解点着色的问题
linux下的一个分组遗传算法,用于求解点着色的问题-linux under a subgroup of genetic algorithm for solving the problem of point shader
- 2022-02-25 10:50:35下载
- 积分:1
-
form = new_form(fields)
scale_form(form, &rows, &cols)
win = newwin(ro...
form = new_form(fields)
scale_form(form, &rows, &cols)
win = newwin(rows+3, cols+4, 3, 20)
subwin = derwin(win, rows, cols, 1, 2)
set_form_sub(form, subwin)
box(win, 0, 0)
keypad(win, TRUE)
post_form(form)
refresh()
wrefresh(win)
wrefresh(subwin)
//设置覆盖模式
form_driver(form, REQ_OVL_MODE)
- 2023-04-25 08:50:03下载
- 积分:1