-
直接通过ADO操作Access数据库
直接通过ADO操作Access数据库-directly through ADO Access database operation
- 2022-05-24 04:27:52下载
- 积分:1
-
链表与数组的数据交换 数据结构的实验基本内容 讲数组中的数存进链表...
链表与数组的数据交换 数据结构的实验基本内容 讲数组中的数存进链表-chain with an array of data exchange data structure of the basic contents of the array of speakers for storing Chain
- 2022-04-27 17:54:56下载
- 积分:1
-
界面清新的datagridview控件,一个商务系统
界面清新的datagridview控件,功能简易的商务系统,适合初学者借鉴的C#代码
- 2022-06-12 08:17:22下载
- 积分:1
-
此篇代码的功能是关于K路文件的归并,用于数据结构,算法等设计...
此篇代码的功能是关于K路文件的归并,用于数据结构,算法等设计-Cipian functionality of the code files on K road merging, for data structures, algorithm design
- 2022-05-23 05:28:30下载
- 积分:1
-
可以用4*4矩阵键盘调整的数字钟,通过动态扫描显示在四位数码管上。...
可以用4*4矩阵键盘调整的数字钟,通过动态扫描显示在四位数码管上。-Can use 4* 4 matrix keyboard adjust the digital clock, through the dynamic scan is displayed in the four digital tube.
- 2022-08-20 11:48:30下载
- 积分:1
-
栈(stack)是程序设计过程中经常遇到朝气一种数据结构形式,它对于数据的存放和操作有下面这样的特点: 1) 它只有一个对数据进行存入和取出的端口; 2) 后进...
栈(stack)是程序设计过程中经常遇到朝气一种数据结构形式,它对于数据的存放和操作有下面这样的特点: 1) 它只有一个对数据进行存入和取出的端口; 2) 后进者先出,即最后被存入的数据将首先被取出。其形式很象一种存储硬币的小容器,每次只可以从顶端压入一个硬币,而取出也只可以从顶端进行,即后进先出。 这样的数据存储和管理形式在一些程序设计中很有用。例如,编译系统中(这是一类比较复杂的程序),对于函数调用的处理、对于表达式计算的处理,都利用了栈这样的数据结构。- The stack (stack) is in the programming process frequently
meets the vitality one kind of construction of data form under, it has
such characteristic regarding data depositing and the operation: 1) it
only has a logarithm according to the port which carries on stores and
takes out; 2) less advanced first leaves, namely finally the data
which will store first is taken out. Its form looks like one kind of
memory coin very much the small container, each time only may press in
a coin from the peak, but takes out also only may carry on from the
peak, namely less advanced first leaves. Such data storage and the
management form are very useful in some programmings. For example, in
the compiling system (this is a kind of quite complex procedure),
transfe
- 2023-08-22 21:50:04下载
- 积分:1
-
神经网络中的K均值聚类算法II:
1.KMIn为输入数据文本,其中,第一个参数为所要聚类点个数,第二个参数为聚类点的维数,第三个参数为所要求聚类的个数...
神经网络中的K均值聚类算法II:
1.KMIn为输入数据文本,其中,第一个参数为所要聚类点个数,第二个参数为聚类点的维数,第三个参数为所要求聚类的个数
2.KM2OUT为经过K均值聚类算法II计算后得到的结果-Neural network in K-means clustering algorithm II: 1.KMIn input data for the text, of which the first parameter to be the number of clustering points, the second parameter is the dimension of clustering points, the third parameter for the clustering the number of requests for 2.KM2OUT after K-means clustering algorithm II calculation results
- 2022-08-10 11:09:03下载
- 积分:1
-
数据结构课程设计,表达式求值.大家看看,如果功能不好再找我修改...
数据结构课程设计,表达式求值.大家看看,如果功能不好再找我修改-Data structure design, the expression is evaluated. Let us take a look, if not find my modified function
- 2022-06-01 20:21:32下载
- 积分:1
-
一个简单的数据库管理工具,可以管理Oracle等
一个简单的数据库管理工具,可以管理Oracle等- A simple data bank administration tool, may manage Oracle and
so on
- 2022-07-10 00:04:34下载
- 积分:1
-
骑士,在n×n箱在国际象棋的棋盘上,马(骑士)的影响。
骑士遍历问题,在一个n*n个方格的国际象棋棋盘上,马(骑士)从任意指定方格出发,按照横1 步竖2 步,或横2 步竖1步的跳马规则,走遍棋盘的每一个格子,且每个格子只走1次。-Knight, in an n* n box at the international chess board, Ma (Knight) from the arbitrary designation box and, in accordance with a further horizontal two-step vertical, horizontal or a vertical two-step further vaulting horse rules traveled a checkerboard lattice of each and every one lattice just take time.
- 2022-03-11 12:29:26下载
- 积分:1