资源列表
[控制台(字符窗口)编程] AprioriAll
说明:一个数据挖掘基础算法,AprioriAll算法的C++实现,用来实现序列模式挖掘的-A data mining based algorithm, AprioriAll algorithm C++ implementation, used to achieve sequential pattern mining<倪武> 在 2024-11-05 上传 | 大小:3051520 | 下载:0
[控制台(字符窗口)编程] NumberPlateRecognition
说明:车牌识别 OCR分割字符识别 SVM算法 ANN算法-License Plate Recognition OCR character recognition SVM segmentation algorithm ANN algorithm<苏晓朋> 在 2024-11-05 上传 | 大小:5787648 | 下载:0
[控制台(字符窗口)编程] Timer
说明:调用Boost库,测试定时器,还有日志库-Call the Boost library, test the timer, as well as the log Library<沈自晓> 在 2024-11-05 上传 | 大小:25388032 | 下载:0
[控制台(字符窗口)编程] complex-operator-program
说明:complex operator program<Lim Dong Soo> 在 2024-11-05 上传 | 大小:251904 | 下载:0
[控制台(字符窗口)编程] xiangsi
说明:输入两个图形的具体参数,比较图形的拓扑相似和几何相似。-Enter the specific parameters of the two graphs, compare similar graphical topological and geometric similarity.<mylsc> 在 2024-11-05 上传 | 大小: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-11-05 上传 | 大小: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-11-05 上传 | 大小: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-11-05 上传 | 大小:5153792 | 下载:0
[控制台(字符窗口)编程] Myratio
说明:实现有理数类的设计,并实现对有理数的四则运算,-Rational number of categories of design, and to achieve the rational number of four operations,<小明> 在 2024-11-05 上传 | 大小:2494464 | 下载:0
[控制台(字符窗口)编程] EmployeeInfoManageSys
说明:职工信息管理系统,包含职工姓名、工号、性别、年龄、工作、岗位等具体信息,采用控制台编程-view Chinese descr iption<王洁雨> 在 2024-11-05 上传 | 大小:4408320 | 下载:0
[控制台(字符窗口)编程] C5-1
说明:“鱼额宝”类可以记录账户余额、存钱、取钱、计算利息。该类中有一个私有静态成员变量profitRate存储“鱼额宝”的利率,可以用共有静态成员函数setProfitRate修改利率的值。程序输入为第1天至第n天连续n天的账户操作,每天只能进行一次账户操作,或存或取,每一天产生的利息是前一天的账户余额与“鱼额宝”利率的乘积,产生的利息当天也将存入账户余额,由于第1天之前账户不存在,所以第1天一定是新建账户并存钱,且当天不会有利息存入余额。程<胡超臣> 在 2024-11-05 上传 | 大小:1024 | 下载:0