登录
首页 » 数据结构 » Tab4.rarC语言的实习作业:管理系统

Tab4.rarC语言的实习作业:管理系统

于 2022-08-25 发布 文件大小:2.27 kB
0 140
下载积分: 2 下载次数: 1

代码说明:

Tab4.rarC语言的实习作业:管理系统-Tab4.rarC language training operations : Management System

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

发表评论

0 个回复

  • least squares curve fitting classic algorithms, the number of tests done, just c...
    最小二乘法曲线拟合的经典算法,做过特征数检验,只需调用fit,文件中其他函数被fit调用,其中个输入输出变量均以给出详细说明。-least squares curve fitting classic algorithms, the number of tests done, just call fit, the paper other function to be fit Call, 000 input and output variables were presented in detail.
    2022-08-24 02:39:13下载
    积分:1
  • 的乘法
    应用背景应用数组 可以实现的算法和解决的问题非常多,这里举 一个非常典型的例子一一大整数 乘怯 。这个例子所采用的方法和思想都非常巧妙  。由于计算机的精度是有限的,因此单纯使 用程序设计语言提供的原子数据类型来完成两个大整数的乘法显然是不切实际的。 关键技术可以考虑 用两个数组来分别存储 一些小于 10 的整数 ,这些数字按顺序排列在一起,分别表 示一个大整数的每一位上的数字,于是大整数的储存问题就解决了。然后按照基本乘法规则对这两个 大整数进行运算即可。下面给出了程序的代码。
    2022-02-07 02:59:09下载
    积分:1
  • CBASE v1.01 采用Borland公司TC++编写的库管理源程序库
    CBASE v1.01 采用Borland公司TC++编写的数据库管理源程序库-CBASE v1.01 using Borland TC prepared by the source database management library
    2022-06-20 09:39:51下载
    积分:1
  • 在Qt中,使用OCI访问Oracle库的样本
    应用背景在Windows和Linux Qt,我们可以访问 ;使用OCI数据库。用于编译,在窗口中。在项目属性页,库,包括设置,链接。如果Linux,在makefile  ; ;incpath,LIBS设置。例如:…incpath  ; ; ;= -我/选择/ qtsdk-2010.05 / QT / mkspecs / linux-g + + -。。/。/ 6410serverqt -我/选择/ qtsdk-2010.05/qt/include/qtcore -我/选择/ qtsdk-2010.05/qt/include/qtnetwork -我/选择/ qtsdk-2010.05/qt/include/qtgui - I /选择/ qtsdk-2010.05/qt/include - I.。/调试。。/。/ 6410serverqt -我美元(qtdir)/ mkspecs默认-。。/ generatedfiles - igeneratedfiles /调试- igeneratedfiles -我-我/ usr /包括/甲骨文/ 11.2/client…LIBS  ; ; ; ; ;= $(sublibs) ;- L /选择/ qtsdk-2010.05/qt/lib - lqtgui - L /选择/ qtsdk-2010.05/qt/lib - L / usr / X11R6 / lib - lqtnetwork - lqtcore - lpthread  ;- / Oracle 11g/L自民党-低密度脂蛋白- lnsl - lclntsh…关键技术在Windows和Linux Qt,我们可以访问 ;使用OCI数据库。登录的步骤是ocienvcreate, ; ;ocihandlealloc,ocilogon。执行步骤ocistmtprepare, ; ; ;ocistmtexecute,ocitranscommit。如果有参数,ocistmtprepare, ; ; ;ociattrget,ocib
    2022-08-13 11:57:58下载
    积分:1
  • 本文当为二叉树的演示程序,应用于学习研究
    本文当为二叉树的演示程序,应用于学习研究-In this paper, as the binary tree demo program used in study
    2023-08-23 16:15:03下载
    积分:1
  • 一个基于Web的图书系统moblib
    这是一个移动网络图书馆系统采用PHP。它将帮助学生对什么事情对图书馆管理系统过程的基础
    2022-05-16 22:34:32下载
    积分:1
  • 对给定的N个进行排序,进行非降次序排序,要求使用归并排序...
    对给定的N个数进行排序,进行非降次序排序,要求使用归并排序-The number of a given set of n sorted, according to the non-descending order of arrangement, requires the use of merge sort
    2022-02-13 07:40:49下载
    积分:1
  • Bottom
    自底向上排序:思想: 将数组的个部分,两两有序数组进行合并 算法平均时间复杂度: O(nlogn) -Bottom-up sequencing: thinking: The array of parts 22 in an orderly array merge algorithm for the average time complexity: O (nlogn)
    2022-03-24 22:35:09下载
    积分: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
  • 类与库的连接
    此项目帮助您管理您的数据与交易基地使用 ConnectionString、 OleDb 或 Odbc 连接。
    2022-01-22 14:38:28下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载