登录
首页 » 数据结构 » 完成实验要求的全部功能并运行通过,算法有一定的新意,程序代码符合书写规范,实验报告叙述清晰完整,有详尽的分析和总结...

完成实验要求的全部功能并运行通过,算法有一定的新意,程序代码符合书写规范,实验报告叙述清晰完整,有详尽的分析和总结...

于 2023-08-26 发布 文件大小:3.14 kB
0 136
下载积分: 2 下载次数: 1

代码说明:

完成实验要求的全部功能并运行通过,算法有一定的新意,程序代码符合书写规范,实验报告叙述清晰完整,有详尽的分析和总结-completion of the pilot all the functional requirements and run through the algorithm of a certain novelty, with code written norms, experimental report describes a distinct and comprehensive, detailed analysis and summary

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

发表评论

0 个回复

  • 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函,是一个安全的类。例程是一个MD5的MFC程序,...
    这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取MD5运算后的结果 LPCSTR GetErr() //如果有错误,取错误字串-This a user-friendly MD5 C; This category can be added to the Console program is available in MFC, and provided a detailed error handling function, is a safety class. MD5 is a routine MFC procedures, and documentation to support a string of two input. LPCSTR TargetFile (char* filename = NULL)// calculate MD5 value of the document void TargetStr (LPCSTR str)// calculate MD5 string value LPCSTR GetDigestKey ()// Operational MD5 from the results LPCSTR GetErr ()// If there were mistakes from the wrong string
    2022-07-10 22:20:11下载
    积分:1
  • 常用的hash算法APHash,该hash算法可以实现均衡分布,让均匀的分布在hash列表中...
    常用的hash算法APHash,该hash算法可以实现均衡分布,让数据均匀的分布在hash列表中-Commonly used hash algorithms APHash, the hash algorithm can achieve a balanced distribution, so that uniform distribution of data in the hash list
    2022-08-22 19:52:28下载
    积分:1
  • 利用克鲁斯卡尔算法求边集组GE所示图的最小生成树
    利用克鲁斯卡尔算法求边集数组GE所示图的最小生成树-Order to Kruskal algorithm using an array of GE edge set of minimum spanning tree as shown in Figure
    2022-01-22 09:15:23下载
    积分:1
  • 2-3implement 代码
    你好,它如此使用...... #include < iostream > #include < stdlib.h >...甚及更多 #include < stdlib.h >...甚 & 更多#include < stdlib.h >......甚 & 更多#include < stdlib.h >......甚 & 更多#include < stdlib.h >...甚 & 更多#include < stdlib.h >......甚 & 更多#include < stdlib.h >......甚及更多#include < stdlib.h >...甚及更多#include < stdlib.h >......甚及更多#include < stdlib.h >...甚及更多#include < stdlib.h >......甚 & 更多
    2022-01-30 12:32:19下载
    积分:1
  • Lookup a group to the latest sentinel points right, adoption of the partition me...
    实现查找一组给定点中的最近点对,通过分治方法将问题求解,简化问题的复杂性。-Lookup a group to the latest sentinel points right, adoption of the partition method of problem solving, simplifying the complexity of the problem.
    2022-10-15 04:45:03下载
    积分:1
  • Online Recruitment System
    这是求职者可找在线招聘管理系统。每位求职者将登录到事故帐户和更新他他可以创建他的简历的信息。他会申请这份工作。可以搜索多个工作。管理员将看到求职者已经申请了这份工作的所有列表。他可以看到他们的个人资料,可以招募他们。为招募他要召唤他们的采访。他将给招聘者发送电子邮件。自动化的电子邮件将被创建并发送给求职者。电子邮件中包含的时间面试和作业的详细信息。
    2022-07-27 00:18:24下载
    积分:1
  • 本程序用于中关于图部分的广度优先搜索和深度优先搜索。...
    本程序用于数据结构中关于图部分的广度优先搜索和深度优先搜索。-This procedure for the data structure on the map part of the breadth-first search and depth-first search.
    2023-03-28 18:05:04下载
    积分:1
  • 是对加快程序运行时间,合理程序类型最有效,最有说服力的一本书...
    是对加快程序运行时间,合理程序类型最有效,最有说服力的一本书-Introduction to Algorithm
    2022-01-31 00:04:19下载
    积分:1
  • 程序存储问题:设有n 个程序{1,2,…, n }要存放在长度为L的磁带上。程序i存放在磁带上的长度是Li ,1≤i≤n 程序存储问题要求确定这n 个程序在磁带...
    程序存储问题:设有n 个程序{1,2,…, n }要存放在长度为L的磁带上。程序i存放在磁带上的长度是Li ,1≤i≤n 程序存储问题要求确定这n 个程序在磁带上的一个存储方案,使得能够在磁带上存储尽可能多的程序。 编程任务: 对于给定的n个程序存放在磁带上的长度,编程计算磁带上最多可以存储的程序数。 数据输入:由文件input.txt给出输入数据。第一行是正整数n,表示文件个数。接下来的1 行中,有n 个正整数,表示程序存放在磁带上的长度。 结果输出: input.txt output.txt 6 50 5 2 3 13 8 80 20 -program storage problem : There n procedures (1,2, ..., n) to be stored in the length of the L tape. I kept in the proceedings on the tape length is Li, 1 i n storage procedures to seek to establish that n procedures on tape storage of a program that allows the tape to store as much as possible the procedure. Programming tasks : to the n procedures stored in the tape length, calculated programming on tape can store up to the number of procedures. Data input : from the document input.txt given input data. The first line is a positive integer n, said the document number. Following a visit, n is an integer, said procedures stored on tape length. Results output : input.txt output.txt 6 50 5 2 3 13 8 80 20
    2023-01-10 04:30:04下载
    积分:1
  • 求最短路径的最优算法,自己下下就知道了
    求最短路径的最优算法,自己下下就知道了 -the neareat road
    2022-02-09 20:59:05下载
    积分:1
  • 696516资源总数
  • 106442会员总数
  • 11今日下载