-
medical store managment solution
药店管理系统;
- 2022-03-11 22:19:07下载
- 积分:1
-
这里面包含了acm程序设计的各种常用的算法
这里面包含了acm程序设计的各种常用的算法-contains acm procedures commonly used in the design of algorithms
- 2022-01-25 20:33:17下载
- 积分:1
-
免费报告 2.33
免费FastReport®VCL是一个附加组件,它允许您的应用程序快速有效地产生报表。 FastReport®提供了所有必要的发展报告,其中包括一个可视化的报表设计器,报告的核心,和预览窗口的工具。它可以在Embarcadero的使用
- 2022-05-27 16:28:26下载
- 积分:1
-
通过本文学习,既可以掌握已成熟的空间数据库的管理模式和数据模型,也可以了解当前空间数据库的最新动态和发展趋势...
通过本文学习,既可以掌握已成熟的空间数据库的管理模式和数据模型,也可以了解当前空间数据库的最新动态和发展趋势-Through the study of this article can have a mature grasp of the spatial database management model and data model, can also understand the latest developments in spatial databases and development trends
- 2022-04-19 19:32:42下载
- 积分:1
-
OTP的读者
资源描述软阅读或从华邦25qxx .....与diagramme PCB写OTP!!!
- 2022-07-09 18:14:24下载
- 积分:1
-
纯C写的48位软件模拟浮点运算,可移植
测试版,V0.0000.01
需进一步测试及优化...
纯C写的48位软件模拟浮点运算,可移植
测试版,V0.0000.01
需进一步测试及优化-Written in pure C software simulation of 48 floating-point operations can be transplanted beta, V0.0000.01 need further testing and optimization
- 2022-10-29 22:00:04下载
- 积分:1
-
用delphi开发的一个数据库浏览器
用delphi开发的一个数据库浏览器-with the development of a database browser
- 2023-06-04 10:50:03下载
- 积分:1
-
A*算法的演示程序,可以自由设置障碍和地形,单步演示A*算法的寻路过程。包含源码,是学习A*算法的最佳工具。...
A*算法的演示程序,可以自由设置障碍和地形,单步演示A*算法的寻路过程。包含源码,是学习A*算法的最佳工具。-A* algorithm demo program, they can set up obstacles and terrain, single-step demonstration of the A* search algorithm road course. Includes source is studying A* algorithm for the best tools.
- 2023-04-24 02:20:03下载
- 积分:1
-
本程序是计算三角网闭合差的程序,包括建表,数据库数据输入等完整过程...
本程序是计算三角网闭合差的程序,包括建表,数据库数据输入等完整过程-This procedure is the calculation of triangulation poor closure procedures, including built form, the database integrity of the process of data entry, etc.
- 2022-03-03 13:37:56下载
- 积分: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