搜索资源列表
c-c
- C-C算法的matlab程序,时间序列分解,相空间重构.
C#射线法
- c#实现的点是否在多边形内的射线算法。核心算法已可以无问题运行,只需要对数据导入稍做改动即可使用。
fcm算法
- FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分。
c++实现的TSP求解
- c++实现的TSP求解程序,可以读取数据文件
C++
- 数据挖掘算法源码,有聚类算法、分类算法、神经网络分类算法-Source of data mining algorithms, a clustering algorithm, sorting algorithm, neural network classification algorithm
c-elevator
- 用c语言编的一个电梯时间最优化仿真,具有图形界面,总共有3台电梯,当某一层有人需要用电梯时,通过算法,可以得出时间最短的电梯号,并通过仿真来检验。-C language code with a simple optimization of the lift time simulation, with a graphical interface, a total of 3 sets of elevators, when a layer of people need the elevator, th
c#编程实现VRP问题
- c#编程实现蚁群算法的VRP问题,很好的源代码,推荐下载!
C++经典算法
- 经典的C++算法,对于初学者来说,会有一定的好处!可以看看!(Classic C++ algorithm, for beginners, there will be some benefits! Can see!)
C-C Method
- 陆振波老师的关于c-c算法的代码,可以同时求时延与嵌入窗(Simultaneous delay and embedded window)
C语言PID程序
- 控制算法的C语言实现问题,特地编写出来,初学者课供学习,网上也有一些特定例子供给参考。(Control algorithm C language implementation problems, specifically written out, beginners courses for learning, there are some specific examples of online reference.)
GA遗传算法
- 应用遗传算法求函数最优解,采用c++编程,包括三个文件。建议迭代次数大于等于100(Application of genetic algorithm to optimal solution of function)
BP神经网络算法代码
- BP神经网络算法代码的C++源代码,亲试可用(BP neural network algorithm code C++ source code, pro test available)
机器学习_梯度下降算法实现
- 机器学习_梯度下降算法实现——C++ 程序使用方法: 程序只包括一个源文件gradient.cpp 运行的时候,将train.dat和test.dat两个数据及gradient.cpp放在同个目录下. 利用以下命令行操作即可. g++ gradient.cpp -o gradient gradient 程序运行的结果会在命令行中打印出来 该程序10秒钟内可以运行结束.(Machine learning _ gradient descent algorithm)
彻底搞定C指针
- C经典算法大全。针对C语言的包含各种算法,并且有解释。(C classic algorithm Daquan)
C++_tetris
- 使用C++面向对象编程,随机算法,注释详细,(Using C++ object oriented programming, random algorithms, and annotations in detail,)
C++搜索引擎Clucene源码
- C++搜索引擎Clucene源码,采用多种算法,是提升开发技能的一大项目(C++ search engine Clucene source code, using a variety of algorithms, is a major project to improve development skills)
C语言迭代法详细讲解
- C语言迭代法举例讲解和递归法举例讲解.对于学完C语言函数后,详细了解函数迭代法和 递归法解决一些问题.(C language iterations are illustrated with examples and examples of recursion. After learning the function of the C language, the function iteration and the function iteration are detailed. Recurs
经典算法例子
- c/c++编程算法例子,包含常用的50多个算法例子(c / c + + programming algorithm example)
c++算法与实践
- C++算法与实践 算法原理与实践课件1_谈&面试中的算法和编程准备 算法原理与实践课件5_二叉树 算法原理与实践课件2_数组与字符串 算法原理与实践课件3_链表 算法原理与实践课件6_排序和二分搜索(C++ Algorithm and Practice)
C++ base
- c/c++基础,常见算法及函数,c++的特性分析(C/c++ foundation, common algorithm and function, c++ characteristic analysis)