登录
首页 » 数据结构 » 数据结构

数据结构

于 2022-02-06 发布 文件大小:1.19 kB
0 151
下载积分: 2 下载次数: 1

代码说明:

数据结构-递归实验-data structure- recursive experiment

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

发表评论

0 个回复

  • 二叉树的先序遍历,使用栈实现(造空栈,初始化栈)
    二叉树的先序遍历,使用栈实现(构造空栈,初始化栈)-The first order binary tree traversal, use the stack to achieve (tectonic empty stack, initialize the stack)
    2022-06-30 06:52:52下载
    积分:1
  • Data structure, Newton interpolation. Solving equations using the Newton interpo...
    数据结构,牛顿插值法。通过牛顿插值法求解方程-Data structure, Newton interpolation. Solving equations using the Newton interpolation
    2022-03-15 22:54:28下载
    积分:1
  • Nearest neighbor search algorithm, k_tree algorithm for most of the Chinese lite...
    最近邻搜索算法,k_tree算法的大部分中文文献-Nearest neighbor search algorithm, k_tree algorithm for most of the Chinese literature
    2022-01-26 06:16:31下载
    积分:1
  • PHP豆腐功能
    应用背景嗨,我是巴拉在Web开发工作,我附上源代码PHP  ;插入,删除,更新,和从数据库表记录。如果你使用Windows 7(或)Windows 8去驱动已安装在您的计算机    XAMPP;一旦你下载了源代码。例如,C: XAMPP htdocs 豆腐& gt;这代表我的完整路径走到& gt;C驱动器,选择XAMPP >;给进入,在那里你可以看到- & gt;htdocs >;给进入,然后在这里贴上你的 ;文件夹(这不过是我的PHP源代码豆腐)。在豆腐文件夹中你可以看到dbconfig.php文件打开,文件和需要改变一些事情你dbtuts databasename - & gt;你的用户名- >;根密码(我没有设置密码,所以我离开balnk.incase你有密码请给)你的主机名必须>;(localhost)不需要改变使用它最终的过程中你要创建数据库和数据库表导入你在你。打开你的浏览器类型这 ;HTTP:/ /本地/ phpMyAdmin, ;你的PHP后台现在将开放。在那你可以看到顶部的一个数据库。选择>;数据库,然后创建youdatabse场会在哪一场输入你想要的数据库名称如(dbtuts)。现在你最近创建的数据库将看到在你的左边。然后选择>;dbtuts,然后你会看到一个导入选项 ;。它 ;有色 ;浏览选项。然后选择你的表。我已经把我的表内 ;豆腐 ;myfolder。 ;文件名将task.sql只是进口,。现在eveerything家业好的工作关键技术我创造了使用PHP和数据功能将保存动态豆腐。这里的数据将保存在MySQL。表名是task.whenever用户打开index.php页面在浏览器。它会显示用户列表,在同一页面上用户可以删除自己的记录确认本身以及用户更新他们的记录
    2022-03-31 01:18:12下载
    积分: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
  • 库的总分字段进行排序,填充到名次字段中去.
    对数据库的总分字段进行排序,填充到名次字段中去.-Total field of the database to sort, filled to the field to finish.
    2022-07-15 17:50:58下载
    积分:1
  • 一个自己写的com+模块的源码,对于写库的人很有用的...
    一个自己写的com+数据模块的源码,对于写数据库的人很有用的-one wrote it myself com data module source code, the database was made for the very useful
    2022-10-06 14:20:02下载
    积分:1
  • 职工信息和工资管理系统
    该代码可以解决职工的信息管理和工资、奖金的管理系统,同时该管理系统具有很好的数据承载能力,后期的维护工作可能稍微要轻松点的。。。
    2022-05-06 04:46:23下载
    积分:1
  • 1.定义。 2.编写函,实现插入排序算法。 3.编写函,实现希尔排序或快速排序等效率较高的算法。...
    1.定义数据结构。 2.编写函数,实现插入排序算法。 3.编写函数,实现希尔排序或快速排序等效率较高的算法。-1. Defined data structure. 2. Write a function to achieve insertion sort algorithm. 3. Write a function to achieve Hill sort or quick sort, etc. more efficient algorithms.
    2022-06-26 20:02:41下载
    积分:1
  • ODBC方法连接Access库(需设置源)的三国人物管理系统.本人以初学者的身份写的,紧供菜鸟们参考,达人们大可无视...
    ODBC方法连接Access数据库(需设置数据源)的三国人物管理系统.本人以初学者的身份写的,紧供菜鸟们参考,达人们大可无视-Ways to connect Access database ODBC (need to set the data source) of the Three Kingdoms characters management system. I am a beginner in his capacity as the writing, tight菜鸟们for reference, of people can ignore!!
    2022-07-20 10:05:22下载
    积分:1
  • 696518资源总数
  • 105717会员总数
  • 10今日下载