登录
首页 » 数据结构 » 数据结构算法,china

数据结构算法,china

于 2022-05-21 发布 文件大小:16.43 MB
0 181
下载积分: 2 下载次数: 1

代码说明:

数据结构算法,china-pub的电子书,基于C-Data Structure Algorithm, china-pub of the e-book, based on the C++

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

发表评论

0 个回复

  • 哈夫曼编/解码器
    (1) 初始化。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree.txt中。 (2) 编码。利用已建好的哈夫曼树,对文件ToBeTra.txt中的正文进行编码,然后将结果存入文件CodeFil.txt中。 (3) 译码。利用已建好的哈夫曼树将文件CodeFile.txt中的代码进行译码,结果存入文件Textfile.txt中。 -Huffman encoder/decoder
    2022-03-21 20:30:14下载
    积分:1
  • (1) 用一个4*20的二维组M,第1行存放按从小到大排序的20个所给出的ai和bi,第2行存放相应的作业序号,第3行存放1或2(1代表是来自ai,2代表是来...
    (1) 用一个4*20的二维数组M,第1行存放按从小到大排序的20个所给出的ai和bi,第2行存放相应的作业序号,第3行存放1或2(1代表是来自ai,2代表是来自bi), 第4行存放0或1(0代表作业序号未进入最优调度方案;1代表作业序号已进入最优调度方案) (2) 排序完后,按课本所述方法求一种最优调度方案,存放在S中。 -(1) with a 4* 20 two-dimensional array M, the first a line to deposit a small to large order of 20 given by ai and bi, line 2 store operation corresponding serial number, the first three lines deposited one or 2 (a representative from the ai, 2 representatives from the bi), the first four rows stored 0 or 1 (0 for job number to gain access to optimal scheduling programs a job number has been entered on behalf of the optimal scheduling scheme) ( 2) Sort exhausted, according to the methods described in textbooks, seeking the optimal scheduling of a program stored in the S in.
    2022-05-07 13:53:40下载
    积分:1
  • 最大允许负荷计算采用微分评价算法
    应用背景发现的最大允许负荷计算特定代利用微分评价 ;算法。这是很有效的求解非线性方程组的算法。也可用于寻找解决方案的最大和最小值。使用该算法计算负载的最大值,而不影响稳定性。关键技术MATLAB代码的应用。MATLAB是一个分析的一些项目非常大。 ;
    2022-03-11 22:01:36下载
    积分:1
  • this is a zip file contain a program for design of deep foundation with excel.
    this is a zip file contain a program for design of deep foundation with excel.
    2022-02-26 01:10:36下载
    积分:1
  • 插入运算符算法,123456789=a,在等式左边的任意两个字之间插入 +...
    插入运算符算法,123456789=a,在等式左边的任意两个数字之间插入 + - *使得等式成立,列出满足条件的所有结果-Insert operator algorithm, 123456789 = a, the left side of the equation inserted between any two figures+-* Make the equation set up, listing all of the results meet the conditions
    2023-05-20 01:30:04下载
    积分:1
  • C语言常用算法集合,包括底层编程,字符串处理,效验算法,逆阵、学问题,问题算法...
    C语言常用算法集合,包括底层编程,字符串处理,效验算法,逆阵、数学问题,问题算法-C language commonly used algorithm for the collection, including the underlying programming, string handling, well-tested algorithms, inverse matrix, a mathematical problem, the problem algorithm
    2022-01-31 07:21:00下载
    积分:1
  • 拉斯维加斯,KMP模式匹配算法,mentro Carlo三的原始股份有限..
    Las Vegas,KMP,Mentro carlo这三种模式匹配算法的原代码,对其进行了时间及出错率的比较-Las Vegas, KMP, Mentro carlo three pattern matching algorithm of the original code, its time and the error rate comparison
    2022-05-24 23:20:37下载
    积分:1
  • Dijkstra algorithm, has been established for finding the shortest path map is a...
    dijkstra算法,用于寻找已建立图的最短路径,是非常有用的一个算法-Dijkstra algorithm, has been established for finding the shortest path map is a very useful algorithm
    2023-02-06 10:15:04下载
    积分:1
  • 这是汉诺塔一个演示程序,使用VC++开发的
    这是汉诺塔一个演示程序,使用VC++开发的-Tower of Hanoi This is a demo program, the use of VC++ Development
    2022-06-29 04:19:32下载
    积分:1
  • 编写一个程序,学生统计信息的果(存储…
    编写一程序,统计学生的成绩信息(保存在文件Score.dat中)。 要求: 1. 能按总分,数学成绩,英语成绩,计算机成绩分别排序 2. 能分别统计数学,英语,计算机中不及格人数 3. 能按学号查找学生,并显示该学生信息。 注 1. 从文件中读入数据以及功能菜单显示已在文件ReadData.c 和Menu.c中给出; 2. 代码的总体结构已在文件Score.c中给出,并定义了一些函数头,但有关函数体代码和一些主程序处理代码要求学生填写,也可以修改函数头; 编译score.c即可 -prepared a procedure, the results of the students statistical information (stored in the document Score.dat). Requirements : 1. According to score, the math and English results, the computer results were 2 ranking. Statistics were able to mathematics, English, Computer failure number three. can search by school, students, and that the student information. Note 1. Read from the file into the data and functions of the menu showed the documentary and Menu.c ReadData.c given; 2. The overall code structure has been the Score.c given, and the definition of some of the first function, However, the body function code and address some main program code requiring students to complete, can also modify function first; compiler can s
    2022-08-20 01:05:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载