登录
首页 » 数据结构 » VC环境下实现动态添加删除用户,数据库为SQL Sever 2

VC环境下实现动态添加删除用户,数据库为SQL Sever 2

于 2023-05-18 发布 文件大小:57.89 kB
0 90
下载积分: 2 下载次数: 1

代码说明:

VC环境下实现动态添加删除用户,数据库为SQL Sever 2-VC environment dynamically add the user to delete the database for the SQL Sever 2000

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

发表评论

0 个回复

  • 哈夫曼实习报告
    数据结构哈夫曼实习报告-data structure Huffman internship report
    2022-07-14 01:34:53下载
    积分:1
  • 一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系多项式计器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式...
    一元稀疏多项式计算器[加法和乘法] 问题描述: 设计一元系数多项式计数器实现两个多项式间的加法、减法。 基本要求: (1) 输入并建立多项式 (2) 输出多项式,输出形式为整数序列:n,c1,e1,c2,e2……cn,en,其中n是多项式的项数,ci,ei分别为第i项的系数和指数。序列按指数降序排列。 (3) 多项式a和b相加,建立多项式a+b,输出相加的多项式。 (4) 多项式a和b相减,建立多项式a-b,输出相减的多项式。 用带表头结点的单链表存储多项式。 测试数据: (1) (2x+5x8-3.1x11)+(7-5x8+11x9) (2) (6x-3-x+4.4x2-1.2x9)-(-6x-3+5.4x2+7.8x15) (3) (x+x2+x3)+0 (4) (x+x3)-(-x-x-3)-one yuan sparse polynomial calculator [Addition and multiplication] Problem description : Design one yuan polynomial coefficient counter achieve the two polynomials addition, subtraction. Basic requirements : (a) input and the establishment of polynomial (2) output polynomial, the output form of integer sequence : n, c1, e1, c2, e2 ... cn, en, where n is the polynomial Number, ci, ei for the first item i the coefficients and indexes. By sequencing index in descending order. (3) a and b polynomial addition, the establishment of a polynomial b, the combined output polynomial. (4) a and b polynomial subtraction, the establishment of a polyno
    2022-10-15 00:45:03下载
    积分:1
  • SQL库基本操作源码
    步骤1:创建computer.mdb数据库,查找其中的CPU表,并将上市时间介于2009-1-1到2009-12-31的所有CPU产品按表格形式输入; 步骤2:访问computer.mdb数据库,查找其中的CPU表,并将上市时间介于2009-1-1到2009-12-31的所有CPU产品按表格形式输出; 步骤3:使用"Dim objAdapt As New OleDbDataAdapter(strcmd,objCon)"创建了DataAdapter对象; 步骤4:SQL查询命令实现对computer.mdb数据库中的显示器表进行查询,支持用户按显示器的常见属性如“型号”、“供应商ID”、“品牌类别ID”、“尺寸”、“分辨率”“单价”等进行检索。 步骤5:自定义类Book、Publication,并在page_load过程中引用了Book和Publication类中的成员; 步骤6:关闭数据库; 附SQL求自然对数小程序。
    2023-07-04 06:10:03下载
    积分:1
  • Java写的部分源码
    Java写的部分数据结构源码-Written in Java source code part of the data structure
    2022-06-02 17:30:30下载
    积分:1
  • 吉林大学计算机科学学院2005年制作的ACM/ICPC代码库,里面的代码比较详细,清晰...
    吉林大学计算机科学学院2005年制作的ACM/ICPC代码库,里面的代码比较详细,清晰-Jilin University School of Computer Science in 2005 production of ACM/ICPC code base, which code for more detailed, clear and
    2023-01-26 19:10:04下载
    积分:1
  • 金属融化问题
    南开大学  金属融化问题  辛运帏老师  C++实现  含测试样例
    2022-05-17 21:26:23下载
    积分:1
  • 里面包含C语言常用算法的大量的源代码和资料
    里面包含C语言常用算法的大量的源代码和资料-containing the C language commonly used algorithm of the source code and information
    2022-02-03 18:31:04下载
    积分:1
  • 猴子选大王,c语言,有源码,有注释,可供使用交流。
    猴子选大王,c语言,有源码,有注释,可供使用交流。-election monkey king, c language, the source code, notes, the availability of the exchange.
    2022-07-27 16:29:53下载
    积分:1
  • 本文档容括了C(C++)所有算法,分为值算法、图论算法、背包算法、排序算法、高精度算法、树的遍历、进制转换、全排列和组合生成、查找算法、贪心、回溯法框架、DF...
    本文档容括了C(C++)所有算法,分为数值算法、图论算法、背包算法、排序算法、高精度算法、树的遍历、进制转换、全排列和组合生成、查找算法、贪心、回溯法框架、DFS框架、BFS框架、数据结构相关算法。并有实例源码-This document, including the capacity C (C ) for all algorithms, divided into numerical algorithms, graph theory, algorithm, knapsack algorithm, sorting algorithm, high-precision algorithms, tree traversal, binary conversion, the whole arrangement and combination of generation, search algorithm, greedy , backtracking framework, DFS framework, BFS framework, data structure-correlation algorithm. And examples of source
    2022-01-26 03:58:31下载
    积分:1
  • 《产品进销存管理系统的设计与实现》课设
    产品进销存管理系统的设计与实现 内容:针对某一种行业的库房的产品进销存情况进行管理 要求: (一)采用一定的存储结构对库房的货品及数量进行分类管理 (二)可以进行产品类的添加、产品的添加以及产品数量的添加 (三)能够查询库房每种产品的总量、进货的日期、销出数量、销售时间等
    2022-04-12 03:37:00下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载