登录
首页 » 数据结构 » VFP do with the labeling statements

VFP do with the labeling statements

于 2023-01-17 发布 文件大小:1.33 MB
0 49
下载积分: 2 下载次数: 1

代码说明:

VFP做的报表与标签-VFP do with the labeling statements

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

发表评论

0 个回复

  • 汽车租赁系统
    这个项目是允许客户选择他首选的车,并查看每个事情在旁边提供给客户选择购买其他汽车设备和成本汽车租赁系统。 计划测试包括修正汽车的详细信息,显示该系统的所有汽车,给选项来编辑或删除所选的汽车。后在系统中显示所有的车,我们试图更改某些字段中的数据,而不更改汽车图像,然后单击更新按钮,车信息更新但汽车图像数据库中更改为 NULL。编辑验证之后, 更新过程被成功。另外,我们试图改变用在开始时使用一个登记号码,它已成功更新。编辑验证之后, 更新过程失败,用来更新新车存在的注册号码。此外,当我们选择了一个特定的汽车的删除选项,汽车详细信息显示的选项确认删除,或取消它。而取消选项不会,确认选项将删除系统中的那辆车。 · 另外,该计划包含测试的租赁管理那里的管理员能够检查正在进行的所有租金。显示租金后, 我们选择视图选项,显示总结页面显示客户信息、 出租信息和车辆信息、 位置控制列表和状态控制列表。当我们试着单击返回按钮,以返回车上时,这一进程失败,因为我们做不将状态更改为完成,改变它的进程成功后。
    2022-03-21 21:49:24下载
    积分:1
  • a good bubble sort procedures.
    一个很好的bubble sort 程序-a good bubble sort procedures.
    2022-03-01 03:25:11下载
    积分:1
  • 一个的消防队管理系统的例子.己用在了实际的消防业务管理中....
    一个的消防队管理系统的例子.己用在了实际的消防业务管理中.-a fire brigade management system examples. Others used in the actual fire service management.
    2022-05-14 05:56:45下载
    积分:1
  • 这是算法中的栈的实现的源码。用C++开发。
    这是数据结构算法中的栈的实现的源码。用C++开发。-This is the data structure of the stack algorithm realize the source. With C++ Development.
    2022-02-06 20:20:32下载
    积分:1
  • 有许多是考研要用的!三路归并算法,快速排序的非递归算法,无向连通图的非递归的深度优先遍历等,,希望大家用得着...
    有许多是考研要用的!三路归并算法,快速排序的非递归算法,无向连通图的非递归的深度优先遍历等,,希望大家用得着-many are taking tests to use! Three road merging algorithm, rapid sequencing of non- recursive algorithm, undirected graph of the non- recursive depth-first traversal, and we hope that it needs! !
    2022-02-02 02:47:36下载
    积分:1
  • 使用动态规划的方法求接出怎样在两条装配线上以最快的时间完成装配任务...
    使用动态规划的方法求接出怎样在两条装配线上以最快的时间完成装配任务-The use of dynamic programming methods for how to access the assembly line in the two shortest time to complete the assembly task
    2022-01-26 02:53:19下载
    积分:1
  • mysql 5.x手册,全中文,mysql库管理开发必备。
    mysql 5.x手册,全中文,mysql数据库管理开发必备。-mysql 5.x manual, all Chinese, mysql database management to develop necessary.
    2023-08-21 00:05:05下载
    积分:1
  • 一个用vc写的物资管理系统
    一个用vc写的物资管理系统-vc with a written material management system
    2022-02-25 10:04:05下载
    积分:1
  • 一个短小精悍的PARADOX文件DB的修复工具,能修复绝大多损坏的DB文件。...
    一个短小精悍的PARADOX数据文件DB的修复工具,能修复绝大多数损坏的DB文件。-a small and PARADOX DB data file repair tool to repair damage to the majority of DB documents.
    2022-07-02 03:00:37下载
    积分:1
  • 哈夫曼树和哈夫曼编码: 从终端输入若干个字符及其对应的整,将整作为点的权值,建立哈夫曼树,然后对各字符进行哈夫曼编码。最后打印哈夫曼树和对应的哈夫曼编...
    哈夫曼树和哈夫曼编码: 从终端输入若干个字符及其对应的整数,将整数作为结点的权值,建立哈夫曼树,然后对各字符进行哈夫曼编码。最后打印哈夫曼树和对应的哈夫曼编码。 设计要求: ⑴ 哈夫曼殊和哈夫曼编码的存储表示参考教材事例 ⑵ 在程序中构造四个子程序为 ① int createhtree(HTree *t) /*根据输入的字符及其权值建立哈夫曼树*/ ② void coding(HTree *t, char *code) /*对哈夫曼树进行编码*/ ③ void printhtree(HTree *t, int* path) /*中序打印树*/ ④ void printcode(HTree *t) /*输出个字符的哈夫曼编码*/ -Huffman tree and the Huffman coding: input from the terminal a number of characters and their corresponding integer, will be an integer as node weights, the establishment of Huffman tree, and then on the characters Huffman. Finally print Huffman tree and the corresponding Huffman. Design requirements: ⑴ Huffman and Huffman coding is that the reference materials storage ⑵ examples constructed in the procedure for the four subroutines ① int createhtree (HTree* t)/* input characters in accordance with its right value the establishment of Huffman tree*/② void coding (HTree* t, char* code)/* Huffman tree to encode*/③ void printhtree (HTree* t, int* path)/* Pri
    2022-01-22 06:46:42下载
    积分:1
  • 696518资源总数
  • 104353会员总数
  • 66今日下载