登录
首页 » 数据结构 » 用VB实现的信用社贷款管理系统的课程设计,可以实现数据库中信息的查询、删除、修改等功能。...

用VB实现的信用社贷款管理系统的课程设计,可以实现数据库中信息的查询、删除、修改等功能。...

于 2022-02-06 发布 文件大小:2.43 MB
0 153
下载积分: 2 下载次数: 1

代码说明:

用VB实现的信用社贷款管理系统的课程设计,可以实现数据库中信息的查询、删除、修改等功能。-Using VB to achieve credit loan management system, curriculum design, can achieve the information in the database query, delete, modify other functions.

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

发表评论

0 个回复

  • VB的图书馆系统,库使用ACCE
    VB的图书馆系统,数据库使用ACCE-VB of the library system, the use of ACCESS database
    2022-12-03 20:30:03下载
    积分:1
  • 库在VB界面上的实现.如何实现库登陆界面、以何种形式登陆、销售系统界面等...
    数据库在VB界面上的实现.如何实现数据库登陆界面、以何种形式登陆、销售系统界面等-in VB database interface is achieved. How landing database interface, in whatever form, landing, sales system interface
    2022-07-20 09:29:27下载
    积分:1
  • err
    魔王语言解释 [问题描述] 有一个魔王总是使用自己的一种非常精练而又抽象的语言讲话,没有人能听得懂,但他的语言是可以逐步解释成人能听懂的语言,因为他的语言是由以下两种形式的规则由人的语言逐步抽象上去的: (1) α 转换为 β1β2…βm (2) (θδ1δ2…δn) 转换为 θδnθδn-1… θδ1θ 在这两种形式重,从左到右均表示解释。试写一个魔王语言的解释兄,把他的话解释成人能听得懂的话。 [基本要求] 用下述两条具体规则和上述规则形式(2)实现。设大写字母表示魔王语言的词汇;小写字母表示人的语言词汇;希腊字母表示可以用大写字母或小写字母代换的变量。魔王语言可含人的词汇。 (1)B 转换为 tAdA (2)A 转换为 sae [测试数据] B(exnxgz)B解释成tsaedsaeezegexenehetsaedsae 若将小写字母与汉字建立下表所示的对应关系,则魔王说的话是:“天上一只鹅地上一只鹅鹅追鹅赶鹅下鹅蛋鹅恨鹅天上一直鹅地上一只鹅”。 t d s a e z g x n h 天 地 上 一只 鹅 追 赶 下 蛋 恨 -err
    2022-04-09 12:10:23下载
    积分:1
  • 节点不需要在链栈、1类铅,和定义…
    不带头结点的链式堆栈类,1、 定义并实现不带头结点的链式堆栈类,除构造和析构函数外,成员函数还有入栈、出栈、取栈顶元素、判断堆栈是否非空,头文件为“nohead_LinStack.h”。-node does not take the lead in the category of chain stack, 1, and the definition does not take the lead in realizing the chain nodes stack category, In addition to construction and destructor function, the members also function stack, stack up and stack elements for judging whether non-empty stack, The first document as "nohead_LinStack.h."
    2022-07-27 00:21:48下载
    积分:1
  • 词典(英文)
    数据结构词典(英文)-data structure Dictionary (English)
    2022-08-15 23:25:45下载
    积分:1
  • 二叉树的遍历实现:
    对二叉树的遍历的简单实现,作为数据结构的入门程序还是很好的,虽然很简单但是当初我作为初学者想方设法写出这个小程序的时候还是发现了自己理解上的一些盲点。数据结构重在实践,大家多练~一起加油,里面还包含了我最开始写的时候容易犯的一些错误。里面有为实现层次遍历写到的队列结构和为非递归用到的栈的结构。
    2022-07-12 15:28:31下载
    积分:1
  • 操作系统中的文件是通过文件目录项来管理的,为了管理和查找的方便,按层次把文件目录项组织起来,同一层上的目录成该层上的目录,第一层为根目录,一下为各层子目录。...
    操作系统中的文件是通过文件目录项来管理的,为了管理和查找的方便,按层次把文件目录项组织起来,同一层上的目录构成该层上的目录,第一层为根目录,一下为各层子目录。 假设以一串字符代表一个文件,每个字符表示一个记录。 在建立上述目录结构的基础上,建立相应的管理系统并要求完成以下各项操作: 1. 一次建立各个文件 2. 查访两个用户的所有文件 3. 查访用户sun 是否有文件AB 4. 删除用户sun的文件AC,然后在分别查访两个用户的全部文件,检查是否已经删除文件AC 5. 撤销用户sun,并检查是否被删除 6. 删除用户sun的全部文件,然后在撤销sun用户,在查访用户sun, 检查其是否已被撤销。 在建立一个新用户及新用户的两个文件,然后查该两个用户的所有文件-operating system, the paper is to document catalog items to the management, in order to manage and facilitate the search, according to the document level directory entries organizations, the same floor on which constitute the directory contents on the floor, the first layer of the root directory to look for levels of subdirectories. Assuming that the representative of a string of characters, each character expressed a record. In establishing the directory structure on the basis of the establishment of a corresponding system of management and asked to accomplish the following : 1. Once established two separate files. Visits to the two users of all three docum
    2022-01-26 01:47:05下载
    积分:1
  • 算法设计与分析的经典书籍,从算法分析的基础到最新的概率算法,深入浅出...
    算法设计与分析的经典书籍,从算法分析的基础到最新的概率算法,深入浅出-classical textbook of algorithm development and analysis
    2022-05-22 03:23:13下载
    积分:1
  • 俄国人写的内存库的delphi封装
    俄国人写的内存数据库的delphi封装-Russian people write memory database delphi Packaging
    2022-04-24 15:04:06下载
    积分:1
  • UseBB一个用PHP和Mysql库开发的开源论坛,与其他流行的论坛不同,UseBB不是一味的追求拥有多少功能,而是以开发简单易用的论坛为目标。UseBB对...
    UseBB一个用PHP和Mysql数据库开发的开源论坛,与其他流行的论坛不同,UseBB不是一味的追求拥有多少功能,而是以开发简单易用的论坛为目标。UseBB对于那些需要在资源有限的虚拟主机上架设一个易于使用的论坛是一个很好的选择。-UseBB a database using PHP and Mysql development of open-source forums, and other popular forums, UseBB pursuit rather than how much function, but in order to develop easy-to-use platform for the target. UseBB for those in need with limited resources to set up virtual hosts on a easy-to-use forum is a good choice.
    2022-06-29 14:34:40下载
    积分:1
  • 696516资源总数
  • 106633会员总数
  • 4今日下载