登录
首页 » 数据结构 » University Games management system, by reading the registry parameters to automa...

University Games management system, by reading the registry parameters to automa...

于 2023-01-23 发布 文件大小:1.09 MB
0 189
下载积分: 2 下载次数: 1

代码说明:

高校运动会管理系统,通过读取注册表自动配置数据库服务器参数,数据库采用SQL server2-University Games management system, by reading the registry parameters to automatically configure the database server, database using SQL server2000

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

发表评论

0 个回复

  • 能够运行的c调用sqlite的一个程序
    能够运行的c调用sqlite的一个程序-程序3(s3),适合学习sqlite-Be able to run sqlite in c call a procedure- the procedure 3 (s3), suitable for learning sqlite
    2023-06-24 13:45:03下载
    积分:1
  • 实现堆栈先入后出的功能
    堆栈是一种执行“先入后出”算法的存储器。数据一个一个顺序的存入(也就是压入——push)存储区中。有一个地址指针总是指向最后一个压入堆栈的数据所在的数据单元,存放这个地址的指针的寄存器叫做堆栈指示器。开始放入数据的单元叫做“栈底”,最后放入的数据的单元叫做“栈顶”。数据一个一个地存入,这个过程叫做“压栈”。在压栈的过程中,每有一个数据压入堆栈,就放在和前一个单元相连的后面的一个单元中,堆栈指示器中的地址自动加1。读取这些数据时,按照堆栈指示器中的地址读取数据,堆栈指示器的地址数自动减1,这个过程叫做“弹出——pop”。如此,就可以实现了“先入后出”的原则。
    2022-02-14 16:34:28下载
    积分:1
  • 读入一个文本,转换成矩阵。
    读入一个文本数据,转换成矩阵。 -Reading into a text data, conversion into a matrix.
    2022-02-22 05:14:42下载
    积分:1
  • 本代码用贪心算法实现会议安排的最佳顺序,其目标是使得能够安排的会议量最多,是贪心算法的典型应用...
    本代码用贪心算法实现会议安排的最佳顺序,其目标是使得能够安排的会议数量最多,是贪心算法的典型应用-code with the greedy algorithm to achieve the best arrangements for the order, its goal is to arrange the largest number of meetings, the greedy algorithm is a typical application
    2022-03-13 15:53:40下载
    积分:1
  • Magio牛的usaco源代码,希望和大家共同学习
    Magio牛的usaco源代码,希望和大家共同学习-Magio cattle usaco source code, hope and common learning
    2022-04-07 10:46:33下载
    积分:1
  • float型而二叉树的创建及遍历
    #include #include struct BiTNode           //定义二叉树结构体 {   float data;   struct BiTNode *lchild;   struct BiTNode *rchild; }; //二叉树创建函数 struct BiTNode *CreateTree(float *preorder,float *inorder,int lenth) {     float *p,*q;      
    2022-12-24 11:10:03下载
    积分:1
  • two randomly generated Chain Link, together with a small to large export order
    将两个随机产生的链表连接,并按从小到大的顺序输出-two randomly generated Chain Link, together with a small to large export order
    2022-07-05 02:08:40下载
    积分:1
  • 这是汉诺塔一个演示程序,使用VC++开发的
    这是汉诺塔一个演示程序,使用VC++开发的-Tower of Hanoi This is a demo program, the use of VC++ Development
    2022-06-29 04:19:32下载
    积分:1
  • 矩阵连乘问题 对多个矩阵连乘时 的消耗进行分析
    矩阵连乘问题 对多个矩阵连乘时 的消耗进行分析-matrix continually multiply problems for a number of matrix continually multiply the consumption analysis
    2023-07-23 09:15:03下载
    积分:1
  • Tab4.rarC语言的实习作业:管理系统
    Tab4.rarC语言的实习作业:管理系统-Tab4.rarC language training operations : Management System
    2022-08-25 01:43:41下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载