资源列表

« 1 2 ... .18 .19 .20 .21 .22 623.24 .25 .26 .27 .28 ... 653 »

[控制台(字符窗口)编程main

说明:Hack mu for mu online allinone
<khye> 在 2024-10-08 上传 | 大小:2048 | 下载:0

[控制台(字符窗口)编程Calendar

说明:C语言设计万年历流程 1、输入要查找的年份和月份,其中,要对输入参数进行检查,以保证输入参数正确,不会对后续程序造成影响。 2、对输入的年份和月份进行处理和计算,判断输入年份是否闰年,若为闰年,则置2月日期为29天,否则,置为28天。 3、计算输入月份的1号距当年元旦的天数,进而计算该月1号是星期几。 4、最后,打印出当月的月历。-C language design flow 1 calendar, enter the
<水云间> 在 2024-10-08 上传 | 大小:1024 | 下载: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-10-08 上传 | 大小:2048 | 下载:0

[控制台(字符窗口)编程AprioriAll

说明:一个数据挖掘基础算法,AprioriAll算法的C++实现,用来实现序列模式挖掘的-A data mining based algorithm, AprioriAll algorithm C++ implementation, used to achieve sequential pattern mining
<倪武> 在 2024-10-08 上传 | 大小:3051520 | 下载:0

[控制台(字符窗口)编程NumberPlateRecognition

说明:车牌识别 OCR分割字符识别 SVM算法 ANN算法-License Plate Recognition OCR character recognition SVM segmentation algorithm ANN algorithm
<苏晓朋> 在 2024-10-08 上传 | 大小:5787648 | 下载:0

[控制台(字符窗口)编程shor

说明:C Programing Shotring
<TIM> 在 2024-10-08 上传 | 大小:1024 | 下载:0

[控制台(字符窗口)编程Timer

说明:调用Boost库,测试定时器,还有日志库-Call the Boost library, test the timer, as well as the log Library
<沈自晓> 在 2024-10-08 上传 | 大小:25388032 | 下载:0

[控制台(字符窗口)编程complex-operator-program

说明:complex operator program
<Lim Dong Soo> 在 2024-10-08 上传 | 大小:251904 | 下载:0

[控制台(字符窗口)编程xiangsi

说明:输入两个图形的具体参数,比较图形的拓扑相似和几何相似。-Enter the specific parameters of the two graphs, compare similar graphical topological and geometric similarity.
<mylsc> 在 2024-10-08 上传 | 大小:270336 | 下载: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-10-08 上传 | 大小:1032192 | 下载: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-10-08 上传 | 大小:2048 | 下载: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-10-08 上传 | 大小:5153792 | 下载:0
« 1 2 ... .18 .19 .20 .21 .22 623.24 .25 .26 .27 .28 ... 653 »

源码中国 www.ymcn.org