-
PowerBuilder应用开发经验及示例
PowerBuilder应用开发经验及示例-PowerBuilder application development experience and example
- 2022-01-23 10:54:42下载
- 积分:1
-
如何将“所有”添加到列表框或组合框中。
SELECT "*" AS RecID, "(All)" AS Employee
FROM Employees AS T1
UNION
SELECT T1.EmployeeID AS RecID, [FirstName] & " " & [LastName] AS Employee
FROM Employees AS T1
ORDER BY Employee;
- 2022-07-11 06:24:58下载
- 积分:1
-
float型而二叉树的创建及遍历
#include
#include
struct BiTNode //定义二叉树结构体
{
float data;
struct BiTNode *lchild;
struct BiTNode *rchild;
};
//二叉树创建函数
struct BiTNode *CreateTree(float *preorder,float *inorder,int lenth)
{
float *p,*q;
- 2022-12-24 11:10:03下载
- 积分:1
-
用vb开发atm界面,具有修改密码,转账,存款取款功能,中英文界面,然后连接数据库,添加时间功能...
用vb开发atm界面,具有修改密码,转账,存款取款功能,中英文界面,然后连接数据库,添加时间功能-Vb interface atm with the development of a modified password, fund transfer, cash deposit function, in both Chinese and English interface, and then connect to the database, add the time function
- 2023-06-02 05:20:03下载
- 积分:1
-
餐厅点菜系统
程序介绍:
主要功能 系统管理 前台管理 后台管理
系统管理 用户登录及修改
前台管理 餐桌状态 更换餐桌 结账 合并结账等
后台管理 配菜系统 厨房做菜 库存管理 添加菜单 菜信息
技术
WebService .Net Framework Compact编程
数据库
开发工具
VS2005
Oracle 10G 数据库(这里给出SQL脚本 DataBak文件夹中,里面用到了存储过程,游标等大多部的技术,可以参考)
- 2022-05-29 08:16:11下载
- 积分:1
-
Java连接MySQL
应用背景在Java数据库连接使用 ; MySQL;NetBeans,注:这里的学生已经创造了在MySQL数据库MySQL root用户名关键技术MySQL connector.jar文件可从网站:wvw.mysql.comNetBeans IDE ; ;7.5MySQL 5.51
- 2022-08-15 09:25:59下载
- 积分:1
-
查表法公历农历转换,此法可以转换西历农历转换程式,可以转换100年...
查表法公历农历转换,此法可以转换西历农历转换程式,可以转换100年-look-up table method Lunar calendar change, this method can be converted into the Western calendar, the Lunar conversion programs, can be converted into 100 years
- 2022-01-22 14:22:57下载
- 积分:1
-
数据库连接,利用按钮一键即可,按钮特效也很是漂亮!
数据库连接,利用按钮一键即可,按钮特效也很是漂亮!-Database connection, using one button button, button effects are also very pretty!
- 2022-10-23 07:05:04下载
- 积分:1
-
是数据结构的课程设计,程序可以运行,但有时会出错,文档也有,希望对大家有帮助。最重要的是很简单,如果你什么都不会,但是课设题目,你就可以用。...
是数据结构的课程设计,程序可以运行,但有时会出错,文档也有,希望对大家有帮助。最重要的是很简单,如果你什么都不会,但是课设题目,你就可以用。-Is the data structure of curriculum design, program can run, but sometimes to be wrong, the document also, I hope all of you help. The most important thing is very simple, what if you do not, but the class-based subject, you can use.
- 2022-02-01 21:58:37下载
- 积分:1
-
树的操作中的邻接表。。解压即可。。直接上交
树的操作中的邻接表。。解压即可。。直接上交-Tree adjacent to the operation table. . Can extract. . Directly handed over to
- 2022-06-20 10:49:48下载
- 积分:1