-
此程序包括三部分,通讯,数据库,和界面设计。是一个常用的工业测控用的程序。...
此程序包括三部分,通讯,数据库,和界面设计。是一个常用的工业测控用的程序。-This procedure consists of three parts, communications, databases, and interface design. Is a commonly used in industrial monitoring and control proceedings.
- 2023-06-12 01:10:03下载
- 积分:1
-
用非
设有由n个不相同的整数组成的数列,记为:
a(1)、a(2)、……、a(n)且a(i)a(j) (ij)
例如3,18,7,14,10,12,23,41,16,24。
若存在i1
- 2022-02-27 03:47:28下载
- 积分:1
-
编写算法,在二叉排序树上找出任意两个不同结点的最近公共祖先...
编写算法,在二叉排序树上找出任意两个不同结点的最近公共祖先-Write algorithm, binary sort tree to find any two different nodes of the nearest common ancestor
- 2022-03-15 02:14:57下载
- 积分:1
-
这是一个数据结构的常用算法,是关于字符排序的,输入一串字符用算法实现字符排序...
这是一个数据结构的常用算法,是关于字符排序的,输入一串字符用算法实现字符排序-This is a common data structure algorithms, is the sort of character input string of characters with character Sort Algorithm
- 2022-06-20 10:37:50下载
- 积分:1
-
图书馆管理系统,数据库相关
图书馆管理系统,数据库相关-library management systems, databases related
- 2023-05-11 14:40:04下载
- 积分:1
-
系统主要由考勤机和考勤软件两部分组成,考勤机集成了发卡机、读写器、和数据传输卡,可以脱离微机单独使用,其大容量、高可靠性的存储能力,足以应付人数众多的单位使用;...
系统主要由考勤机和考勤软件两部分组成,考勤机集成了发卡机、读写器、和数据传输卡,可以脱离微机单独使用,其大容量、高可靠性的存储能力,足以应付人数众多的单位使用;高度集成、功能强大的考勤软件让原本枯燥、繁琐的考勤管理变得轻松、愉快 -System primarily by attendance and attendance software is composed of two parts, attendance card issuing machine integrates machine, reader, and data cards from the computer can be used independently, its large capacity, high reliability, storage capacity, sufficient to meet the large number of the use of the units highly integrated and powerful time and attendance software allows the original boring, tedious attendance management becomes easy, pleasant
- 2022-01-26 05:10:42下载
- 积分:1
-
数据库监视备份软件te:应用程序例子(te.exe)
数据库监视备份软件te:应用程序例子(te.exe)-Bowl beat pacing视tong-de-sac glass figurines 软 te: Beckmannia email using the most序bird
- 2022-02-15 15:38:27下载
- 积分: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
-
vc ADO 连接数据库
vc ADO 连接数据库-vc ADO to connect to the database
- 2023-04-26 02:00:03下载
- 积分:1
-
maze solving algorithms, data structures can be used for teaching
迷宫求解的算法,可用于数据结构的教学-maze solving algorithms, data structures can be used for teaching
- 2023-03-07 06:10:03下载
- 积分:1