登录
首页 » 数据结构 » 我编的学分管理程序,应用程序 原代码都有!VB入门的好东西

我编的学分管理程序,应用程序 原代码都有!VB入门的好东西

于 2022-03-03 发布 文件大小:195.12 kB
0 106
下载积分: 2 下载次数: 1

代码说明:

我编的学分管理程序,应用程序 原代码都有!VB入门的好东西

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 只是关于的同步教材的例子,在这里可以帮助大家轻松的学习。...
    只是关于数据结构的同步教材的例子,在这里可以帮助大家轻松的学习数据结构。-Only on the data structure example of synchronous teaching materials here to help everyone easily learning data structures.
    2022-04-30 15:17:54下载
    积分:1
  • 1.定义哈希表。 2.除留余法做为哈希函、 H(key) = key P 用线性探测再散列解决冲突方法,编写函,实现哈希造表的过程,并...
    1.定义哈希表数据结构。 2.除留余数法做为哈希函数、 H(key) = key P 用线性探测再散列解决冲突方法,编写函数,实现哈希造表的过程,并输出哈希表。 3.编写函数,求查找成功时的平均查找长度(ASL)。-1. Define hash table data structure. 2. In addition to leaving the remainder as the hash function method, H (key) = key P re-hashing with linear probing methods of conflict resolution, write a function to achieve the hash table making process and output of the hash table. 3. Write function, seeking to find success, the average search length (ASL).
    2022-12-16 12:40:03下载
    积分:1
  • 问题描述:假设一个商店,有一个架子和一个仓库,当第…
    问题描述: 假设一个商店,它有一个货架和一个仓库,当货架上的商品数量少于一定的数目时,从仓库运一定数量的商品摆到货架上,当仓库里的商品的数量少于一定的数目时,购买商品把仓库填满,商品的出售要按照商品的生产日期来,快要过期的商品要先出售。 解决问题的方法: 用了两个栈和 一个队列,把队列当作仓库,用一个栈作为货架,把另一个栈当作临时的存储箱。当要往货架上添商品时,先把作为货架的栈中的元素全都压到作为存储箱的栈中,再把仓库中的元素压到存储箱中,然后再把存储箱中的所有元素都压到货架上,这样,就能保证快要过期的商品先被出售。-Problem description : Suppose a shop, which has a shelf and a warehouse, when the merchandise on the shelves less than a certain quantity of the number, a certain number from the warehouses of goods on the shelves, when the warehouse volume of goods is less than certain number, purchase goods warehouse filled, the goods according to the sale of commodity production to date, is about to expire first sale of goods. The solution : a two stack and a queue, queue as a warehouse, used as a stack shelves, and another stack as a temporary storage bins. When to go to the shelves Tim commodity, first as a stack shelves of all elements of the pressure storage tank as the stack, then the warehouse down to the storage element box, and then s
    2022-07-13 01:56:00下载
    积分: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
  • 获得存储过程的
    获得存储过程的数据集,TSQL 使用技巧, 获取存储过程的数据集,在SQL中进行保存,为下一段SQL使用作准备,  获得存储过程的数据集,规程非代码, 纯SQL SQL操作
    2022-01-31 14:49:36下载
    积分:1
  • introduces a simple data structure of the building and its use
    简单介绍了一种数据结构的构建及其使用情况-introduces a simple data structure of the building and its use
    2022-07-01 01:18:34下载
    积分:1
  • 本书讲解了常见而且实用的组合学算法 可以作为算法分析和设计的补充读物 非常不错的一本书!!!!!!!!!!!!!!!!!1...
    本书讲解了常见而且实用的组合数学算法 可以作为算法分析和设计的补充读物 非常不错的一本书!!!!!!!!!!!!!!!!!1-book on the common and practical portfolio mathematical algorithms can be used as algorithm analysis and design of supplementary reading materials is a good one book
    2022-05-08 10:43:59下载
    积分:1
  • 公交换车
    使用数据解构编写的公交换乘系统!可以按路线查询!使用数据解构编写的公交换乘系统!可以按路线查询!
    2023-08-01 18:35:03下载
    积分:1
  • 1.定义图的。 2.编写函,用邻接表实现图的存储,求图的顶点的度。 3.编写函,输出图的遍历序列。...
    1.定义图的数据结构。 2.编写函数,用邻接表实现图的存储结构,求图的顶点的度数。 3.编写函数,输出图的遍历序列。-1. The definition of graph data structure. 2. Write a function, using adjacency list implementation diagram of the storage structure, find the vertex of degree. 3. Write a function, the output graph traversal sequence.
    2022-02-13 12:01:18下载
    积分:1
  • 快速报告 5
    FastReport®VCL是一个附加组件,它允许您的应用程序快速有效地产生报表。 FastReport®提供了所有必要的发展报告,其中包括一个可视化的报表设计器,报告的核心,和预览窗口的工具。它可以在Embarcadero公司(原Borland和CodeGear公司)的Delphi7 XE7和C ++ Builder2005 XE7使用。
    2022-07-01 06:36:09下载
    积分:1
  • 696522资源总数
  • 104047会员总数
  • 21今日下载