资源列表
[人工智能/神经网络/遗传算法] SOMclassicexamples
说明:经典的SOM人工神经网络例子源码,经测试可用,可作入门学习用-SOM classic examples of artificial neural network source code<xdlongyuan> 在 2025-11-25 上传 | 大小:88kb | 下载:0
[数值算法/人工智能] FuzzyClusteringToolbox
说明:Fuzzy聚类工具箱,含4种评价方式,内有文档及注释-FuzzyClusteringToolbox<xdlongyuan> 在 2025-11-25 上传 | 大小:2.04mb | 下载:0
[数学计算/工程计算] CBOY_MyCalc
说明:一个比较简单的计算器,基本完成了实数的加减乘除的功能,还有取负号,开方,倒数,清除等功能.-A relatively simple calculator, the basic completion of the real functions of addition and subtraction, multiplication and division, as well as from a negative number, prescr iption, countdown, removing a<CBOY> 在 2025-11-25 上传 | 大小:38kb | 下载:0
[数学计算/工程计算] signal_matched_phase
说明:信号相位匹配原理的正弦信号参数的最小二乘估计-Parameter estimation of sinusoidal signals by using principle of signal matched-phase<Zhou> 在 2025-11-25 上传 | 大小:137kb | 下载:0
[数据结构常用算法] suanfa
说明:包括字符串反转, 链表反转, 判断两个数组中是否存在相同的数字, 判断链表是否存在环, 找出单向链表的中间结点, 如何判断一棵二叉树是否是平衡二叉树, strstr()的简单实现,-Including the string reversal, list reversal, to determine the existence of two different array of figures to determine the existence of ring list, find the mi<张文> 在 2025-11-25 上传 | 大小:3kb | 下载:0
[数据结构常用算法] Toplogical_Sorting
说明:这个课程项目完成了给定DAG graph,找到所有拓扑排序并且输出。用到了指针和链表。对于学习C/C++和数据结构比较有帮助。-this course project has output all the topological sorting given the nodes and relation for the DAG graph. This is very helpful for practicing pointer/link list in C/C++ and data structu<hunter> 在 2025-11-25 上传 | 大小:490kb | 下载:0
[数据结构常用算法] Garwick
说明:这个课程项目完成了一个修改版的Garwick存储结构与查询设计。给定了一组数值, 如何以一定概率分布存储到表(table)中,然后再根据最大效率利用内存的原理(garwick规则),动态更新数据存储情况。-This course project has finished a modified version of Garwick algorithm. At first, a group of data is given then they are saved into the table wi<hunter> 在 2025-11-25 上传 | 大小:2kb | 下载:0
[数值算法/人工智能] 8Queen
说明:用DEV C++ 写的实现查找所有八皇后可能的算法。没有用递归,全部是用for循环实现,代码很晦涩,我自己现在都看不明白了。-With DEV C++ to write the achievement of all eight of Queen' s search algorithm may be. Did not use recursion, all is for the cycle to achieve, the code is very obscure, I can not now<xiamin> 在 2025-11-25 上传 | 大小:109kb | 下载:0
[数据结构常用算法] Binary_Tree
说明:Binary_tree.cpp :执行文件生成所有二叉树 这样做的目的C + +程序是产生所有二叉树指定节点数目。 基本思想是衍生所有二叉树基于退化树。 该算法的动机是圆括号法则代表二叉树。 一组括号可通过字典秩序排列,由此也可以产生二叉树。但该算法代码中并没有简单地转换括号代表性 它一直在改变过去的节点从最新二叉树下一可能位置(在这里,我们假设右向是正确的退化树方向) 。 该文件还提到计算机内存时(读/写)和avarage参考值。 这个工程在Microsof<hunter> 在 2025-11-25 上传 | 大小:3kb | 下载:0