登录
首页 » 数据结构 » This source code package is Cell Components VB some sample application code, inc...

This source code package is Cell Components VB some sample application code, inc...

于 2022-05-20 发布 文件大小:259.21 kB
0 62
下载积分: 2 下载次数: 1

代码说明:

此源码包是Cell组件VB中的一些应用代码示例,包括自定义函数、变量应用、从数据库取数,另附连续打印、单元格条件颜色、保护公式、获得块区域和在Cell组件上插入控件。-This source code package is Cell Components VB some sample application code, including user-defined functions, variable applications, from the database check number, followed by continuous printing, color cell conditions, the protection of the formula, block access to regional and components in the Cell insert control.

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

发表评论

0 个回复

  • 详细描述了如何创建图的方法以及操作
    数据结构 详细描述了如何创建图的方法以及操作-Data structure described in detail how to create a map of methods and operations
    2023-05-20 13:55:04下载
    积分:1
  • 1。我用VC 6编写的程序,包括过程的顺序…
    1.本程序由本人采用vc++ 6.0编写,包括了排序平衡二叉树的整套算法(包括插入、删除、查找以及其测试算法)。 2.运行myavl_vc.exe输入树的初始结点个数,确定后本程序将在内存中生成一棵相应结点数的二叉树,在此基础上你可以进行各种操作(插入、删除、查找以及测试其平衡性、排序性等) 3.每一个结点信息包括"商品编码"、"商品名称",且以"商品编码"作为关键字 4.初始生成的树的结点的商品编码为从1按顺序递增,商品名称为"生成的商品"加上商品编码 5.程序中的随机插入与随机删除是为了更好的测试程序的正确性和可靠性 6.随机插入(删除)时,程序将不断向(从)树中随机插入(删除)结点,每次随机插入(删除)都会进行平衡性与排序性的检查,如果树已经失去了有序性或平衡性,则会弹出树已失去了有序性或平衡性的提示并停止插入(删除)操作,当然你可以随时中断随机操作-1. The procedure I used vc 6.0 preparation, including the sequencing of the entire balanced binary tree algorithm (including insert, delete, search and test algorithm). 2. Running myavl_vc.exe importation of the initial tree node number, the procedures established in the memory of the formation of a corresponding nodes of a binary tree, and on this basis you can conduct various operations (insert, delete, search and testing their balance, sorting etc.) 3. each node information including "Product Codes," "trade names," and the "commodity codes" as the keyword 4. initial produ
    2022-03-11 19:21:53下载
    积分:1
  • Computes estimates for the number of fores ts of a graph. input as a 0
    Computes estimates for the number of forests of a graph, input as a 0-1 incidence matrix. Notes: Compile in C++, "g++ -o span_forest span_forest.c". The program does not demand that the matrix is symmetric with 0 diagonal, but uses only the upper triangular part. -Computes estimates for the number of fores ts of a graph. input as a 0-1 incidence matrix. Notes : Compile in C, "g-o span_forest span_forest.c." The program does not demand that the matrix is symmetric wit h 0 diagonal. but uses only the upper triangular part.
    2022-02-05 15:36:49下载
    积分: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
  • 一个的消防队管理系统的例子.己用在了实际的消防业务管理中....
    一个的消防队管理系统的例子.己用在了实际的消防业务管理中.-a fire brigade management system examples. Others used in the actual fire service management.
    2022-05-14 05:56:45下载
    积分:1
  • 该程序用格雷码来生成组合序列,它比一般的方法要快,这是由格雷码的分布特性所决定的....
    该程序用格雷码来生成组合数序列,它比一般的方法要快,这是由格雷码的分布特性所决定的.-the procedures used to generate Gray code sequence portfolio, it generally means than to be fast, it was a Gray code distribution by the decision.
    2023-02-11 03:50:03下载
    积分:1
  • 的停车场问题的源代码
    数据结构的停车场问题的源代码-data structure of the carpark source code
    2022-09-13 01:30:03下载
    积分:1
  • 8皇后问题的递归求解,c语言实现
    8皇后问题的递归求解,c语言实现-8 Queen of recursive solution, c Language
    2023-04-04 08:10:04下载
    积分:1
  • 对二叉树作了清晰而简易的演示,可以帮助要了解二叉树和基本算法的人加深认识。可用VC直接编译运行。...
    对二叉树结构作了清晰而简易的演示,可以帮助要了解二叉树结构和基本算法的人加深认识。可用VC直接编译运行。-On the binary tree structure was clear and simple presentation can help to understand the binary tree structure and the people a better understanding of the basic algorithm. VC can be used directly to compile run.
    2023-01-23 21:10:03下载
    积分:1
  • 用列表实现的队列和栈的算法,用接口和实现的组织。 原来打算一个通用的包含所有算法的接口以及实现集,由于时间问题,只是做了一点点,作为算法和设...
    用列表实现的队列和栈的算法,用接口和实现的结构组织。 原来打算一个通用的包含所有数据结构算法的接口以及实现集,由于时间问题,只是做了一点点,作为数据结构算法和设计思想的一个简单范例以及尝试吧,希望和大家多讨论。 里面附有使用实例,以及可执行文件,适合初学者!-used to achieve the queue list and stack algorithm, Interface and realization of the structure. The original intention of a common data structure contains all the interfaces and algorithms to achieve set, as a matter of time, but only a little, as the algorithm and data structure design of a simple model and try it, and we hope that more discussion. Inside with the use of examples, as well as executable files, suitable for beginners!
    2022-05-18 04:21:47下载
    积分:1
  • 696522资源总数
  • 104046会员总数
  • 29今日下载