-
直接插入排序
排序过程:整个排序过程为n
直接插入排序
排序过程:整个排序过程为n-1趟插入,即先将序列中第1个记录看成是一个有序子序列,然后从第2个记录开始,逐个进行插入,直至整个序列有序-Direct Insertion Sort to sort the process: the whole process of sorting times for the n-1 insert, that is, first sequence of the first one recorded as an orderly sequence, and then from the first two records began to insert one by one until the entire sequence has Preface
- 2022-05-17 09:28:42下载
- 积分:1
-
数据结构停车场实习报告
数据结构停车场实习报告-data structure parking internship report
- 2022-10-20 12:45:08下载
- 积分:1
-
集装箱的装箱问题
给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得...
集装箱的装箱问题
给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装箱的空间利用率最高?-problem given a container, its length L, width W and H for high, existing batch of cylindrical wood and each timber are long L, but different radius, based i-radius of the wood-ri. Asked how crates, containers make maximum utilization of space?
- 2023-05-27 04:50:03下载
- 积分:1
-
再给大家提供一个数据结构练习的程序,用队列实现了杨辉三角,有兴趣研究下...
再给大家提供一个数据结构练习的程序,用队列实现了杨辉三角,有兴趣研究下-U.S. to give practice to provide a data structure of the procedure, with the Yang Hui triangle queue realize, are interested in study
- 2022-01-26 04:20:07下载
- 积分:1
-
I made the credit management process, the installation package are the original...
我编的学分管理程序,安装包原代码都有!VB入门的好东西-I made the credit management process, the installation package are the original code! VB entry of the good things
- 2022-02-06 05:15:32下载
- 积分:1
-
与HTML敏捷包数据
应用背景你可以使用HTML敏捷包得到数据的一个例子网络平台。关键技术使用HTML ASP。敏捷包和数据网的网络应用。实时数据采集。
- 2023-05-17 01:10:02下载
- 积分:1
-
smark.data是基于C#开发的轻量级数据访问组件。
提供以下功能封:
1)提供了跨数据库类型操作能力
2)基于程线存储的数据访问上下文对象,轻...
smark.data是基于C#开发的轻量级数据访问组件。
提供以下功能封:
1)提供了跨数据库类型操作能力
2)基于程线存储的数据访问上下文对象,轻易提供跨方法域的数据事务处理机制。
3)对象查询表达式
4)实体操作基础封装等快速开发功能
开发人员可以在以上基于功能扩展出更灵活高效的数据操作。
组件还提供一个基于VS2008的Generator,可以让开发人员在VS。NET里描述XML的同时同步生成实体操作代码进一步简化操作(开发人员也可以根据自己的需求编写适合自己的Generator)。
-failed to translate
- 2023-05-01 18:45:05下载
- 积分:1
-
this desktop software application form, since the definition of the menu of comm...
本桌面软件应用窗体,自定义菜单常用工具,数据表加密,树形控件等技术。新学者可以从中学习。人性化和个性化的界面设计,笑料十足,着实让人眼前一亮
- 2022-09-19 07:25:03下载
- 积分:1
-
编写了一个关于图的操作的应用程序,可以自己手动输入图的节点和节点的关系,然后可以进行查找节点,求节点的出度和入度,求最短的路径等...
编写了一个关于图的操作的应用程序,可以自己手动输入图的节点和节点的关系,然后可以进行查找节点,求节点的出度和入度,求最短的路径等-Prepared a map of the operation on the application, you can manually enter their own graph of the relationship between nodes and nodes, and then can search the node, and the out-degree and node-degree, and the shortest path, etc.
- 2023-09-01 11:05:05下载
- 积分:1
-
数据结构C语言实现系列——线性表
主要是严蔚敏版《数据结构(C语言版)》第二章线性表中算法的C语言实现,能够帮助初学者更好的理解这部分内容~~~
- 2022-02-07 03:28:02下载
- 积分:1