资源列表
[控制台(字符窗口)编程] Calendar
说明:C语言设计万年历流程 1、输入要查找的年份和月份,其中,要对输入参数进行检查,以保证输入参数正确,不会对后续程序造成影响。 2、对输入的年份和月份进行处理和计算,判断输入年份是否闰年,若为闰年,则置2月日期为29天,否则,置为28天。 3、计算输入月份的1号距当年元旦的天数,进而计算该月1号是星期几。 4、最后,打印出当月的月历。-C language design flow 1 calendar, enter the<水云间> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[控制台(字符窗口)编程] Huffman_code
说明:Huffman编码 1、将信号源的符号按照出现概率递减的顺序排列。 2、将两个最小出现概率进行合并相加,得到的结果作为新符号的出现概率。 3、重复进行步骤1和2直到概率相加的结果等于1为止。 4、在合并运算时,概率大的符号用编码0表示,概率小的符号用编码1表示。 5、记录下概率为1处到当前信号源符号之间的0,l序列,从而得到每个符号的编码。-Huffman coding 1. Source symbols are a<水云间> 在 2024-11-13 上传 | 大小:2kb | 下载:0
[控制台(字符窗口)编程] AprioriAll
说明:一个数据挖掘基础算法,AprioriAll算法的C++实现,用来实现序列模式挖掘的-A data mining based algorithm, AprioriAll algorithm C++ implementation, used to achieve sequential pattern mining<倪武> 在 2024-11-13 上传 | 大小:2.91mb | 下载:0
[控制台(字符窗口)编程] NumberPlateRecognition
说明:车牌识别 OCR分割字符识别 SVM算法 ANN算法-License Plate Recognition OCR character recognition SVM segmentation algorithm ANN algorithm<苏晓朋> 在 2024-11-13 上传 | 大小:5.52mb | 下载:0
[控制台(字符窗口)编程] Timer
说明:调用Boost库,测试定时器,还有日志库-Call the Boost library, test the timer, as well as the log Library<沈自晓> 在 2024-11-13 上传 | 大小:24.21mb | 下载:0
[控制台(字符窗口)编程] complex-operator-program
说明:complex operator program<Lim Dong Soo> 在 2024-11-13 上传 | 大小:246kb | 下载:0
[控制台(字符窗口)编程] xiangsi
说明:输入两个图形的具体参数,比较图形的拓扑相似和几何相似。-Enter the specific parameters of the two graphs, compare similar graphical topological and geometric similarity.<mylsc> 在 2024-11-13 上传 | 大小:264kb | 下载:0
[控制台(字符窗口)编程] 1
说明:《计算机算法设计与的分析》第四版第一章的答案算法实现题,1-1数字统计问题,1-2字典序问题,1-3最多约束问题1-5最大间隙问题- Computer algorithm design and analysis of the fourth edition of the first chapter of the answer algorithm to achieve the title, 1-1 digital statistics,<catherine> 在 2024-11-13 上传 | 大小:1008kb | 下载:0
[控制台(字符窗口)编程] Astar-example-1
说明:A*是一种基本的路径规划算法,本程序提供了A*的一个例子,初学者可以通过代码学习A*的原理。-A* is a basic path planning algorithm, this program provides an example of A*, beginners can learn the principle of A*.<赵欢> 在 2024-11-13 上传 | 大小:2kb | 下载:0
[控制台(字符窗口)编程] pattern-cluster
说明:基于近点距离的等级集群算法是模式识别中的一种重要算法,该代码给出了一个简单的例子。-Hierarchical clustering algorithm based on the near point distance is an important algorithm in pattern recognition, which gives a simple example.<赵欢> 在 2024-11-13 上传 | 大小:4.92mb | 下载:0