-
C++写的,提供操作ELF格式文件的API,可以生成ELF格式文件.
C++写的,提供操作ELF格式文件的API,可以生成ELF格式文件.-C written in the ELF format for the sharing of documents API, can generate ELF format.
- 2022-03-20 21:26:47下载
- 积分:1
-
在arm_linux上无须图形界面就可以运行的显示汉字和图像的程序。...
在arm_linux上无须图形界面就可以运行的显示汉字和图像的程序。-In arm_linux there is no need to run the graphical interface can display characters and graphics procedures.
- 2022-05-06 10:54:11下载
- 积分:1
-
Username : liuxinrui Password : zhongyong you can run on Linux main.exe document...
用户名:liuxinrui
密码:zhongyong
您可以在 linux 系统上运行 main.exe 文件
IP 应设为192.168.0.1
重新编译请在linux终端提示符后输入
g++ -lsybdb -lcurses -o 1.exe main.cpp clsMain.cpp clsConn.cpp clsTrade.cpp clsSupplier.cpp clsProduct.cpp
把数据库文件 DepartmentalStore.sql 拖放到 SQL SERVER 的查询分析器中并执行
把数据库文件 测试.sql 拖放到 SQL SERVER 的查询分析器中并执行
本软件提供详细的设计文档,供学习之用-Username : liuxinrui Password : zhongyong you can run on Linux main.exe document should be set to 192.168.0.1 IP recompile please linux terminal prompt input g-lsybdb- lcurses-o 1.exe main.cpp clsMain.cpp clsConn.cpp clsTrade.cpp clsSupplier.cpp clsProduct.cpp database DepartmentalStore.sql drag and drop documents to SQL SERVER inquiries analyzer and the execution of test database documents. sql drag and drop to SQL SERVER inquiries Analyzer and the implementation of the software to provide detailed design documents for study use
- 2022-05-29 18:45:34下载
- 积分:1
-
RoboCup 2006 2D仿真 Dainamite队 源代码
RoboCup 2006 2D仿真 Dainamite队 源代码-Dainamite Source 2006
- 2022-12-05 01:50:04下载
- 积分:1
-
这是一个机器人的游戏,使用GTK + +和它一样的机器人游戏
this a robot game which is use gtk++ and it is same as in linux robot game
player need to save himself and robots will com towards him-this is a robot game which is use gtk++ and it is same as in linux robot game
player need to save himself and robots will com towards him
- 2022-02-04 20:43:23下载
- 积分:1
-
QNX SigC C++源代码,非常好用的工具的信号槽。
qnx下sigc++的源代码,很好用的信号插槽工具。-Under QNX sigc++ the source code, a very good tool to use the signal slot.
- 2022-03-17 16:55:59下载
- 积分:1
-
网卡芯片DM9003在linux下的驱动程序。
网卡芯片DM9003在linux下的驱动程序。-DM9003 chip card in the linux driver.
- 2022-02-06 11:20:10下载
- 积分:1
-
在树下的命令下,用窗口,更强大!1、树
Linux下的tree命令,同window,功能更强大!
1、下载tree-1.5.1.1源程序
2、解压源码到工作目录tar zxvf tree-1.5.1.1.tgz
3、在tree-1.5.1.1目录交叉编译:make CC=arm-linux-gcc
4、安装:make prefix=/home/xxxx/rootfs install
Ubuntu下 直接 apt-get install tree 即可安装最新的tr-Linux under the tree order, with the window, more powerful! 1, tree-1.5.1.1 source code download 2, extract the source to the working directory tar zxvf tree-1.5.1.1.tgz3, in the tree-1.5.1.1 directory cross compiler: make CC = arm-linux-gcc4, install: make prefix =/home/xxxx/rootfs installUbuntu directly under the apt-get install tree to install the latest tr
- 2022-07-08 04:26:28下载
- 积分:1
-
Windows 与 Unix 和 Linux 架构比较
Windows 与 Unix 和 Linux 架构比较-Windows and Unix and Linux framework comparison
- 2022-04-22 16:05:41下载
- 积分:1
-
int show_char(int n, const char *name, chtype code)
{
const int height =...
int show_char(int n, const char *name, chtype code)
{
const int height = 16
int row = 4 + (n height)
int col = (n / height) * COLS / 2
mvprintw(row, col, " *s : ", COLS/4, name)
addch(code)
return n + 1
}- int show_char(int n, const char*name, chtype code)
{
const int height = 16
int row = 4+ (n height)
int col = (n/height)* COLS/2
mvprintw(row, col, "*s : ", COLS/4, name)
addch(code)
return n+ 1
}
- 2023-01-13 11:50:04下载
- 积分:1