联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 数值算法/人工智能(44) 
按平台查找All C/C++(44) 

[数值算法/人工智能] 洛谷

使用Logisim搭建一个根据输入序号x计算对应序号斐波那契数
Use Logisim to build a Fibonacci number corresponding to ordinal number based on input sequence number x. (2018-09-29, C/C++, 193KB, 下载9次)

http://www.pudn.com/Download/item/id/1538192644172143.html

[数值算法/人工智能] kk

在n个城市间建立通信网络,需架设n-1条线路。求解如何以最低经济代价建设此通信网,这是一个最小生成树问题。要求:(1)利用普利姆算法求网的最小生成树;(2)输出生成树中各边及权值。
The n cities to establish communication between networks, the need to set up n-1 lines. How to solve this at the lowest economic cost of building communications network, which is a minimum spanning tree problem. Requirements: (a) the use of plym algorithm for minimum spanning tree network (2) the output of each spanning tree edge and weights. (2013-11-01, C/C++, 5KB, 下载3次)

http://www.pudn.com/Download/item/id/2388637.html

[数值算法/人工智能] Dijkstra

迪杰斯特拉(dijkstra)算法解决了从某个源点到其余各顶点的最短路径。从循环嵌套可以很容易得到此算法的时间复杂度为o(n^2)。这是一个按路径长度递增的次序产生最短路径的算法。 Dijkstra算法,求有向网G的v0顶点到其余顶点v的最短路径P[v]及带权长度D[v]。P[v]的值为前驱顶点下标, D[v]表示v0到v的最短路径长度和 。
Dijkstra (dijkstra) algorithm to solve from a source point to the rest of the nodes in the shortest path. From the nested loop can easily get this algorithm s time complexity is o (n ^ 2). This is an order of increasing path length according to the shortest path algorithm generated.   Dijkstra s algorithm, seeking a directed network G, v0 vertex to vertex v the rest of the shortest path P [v] and with the right length D [v]. P [v] value of the subscript precursor vertex, D [v] v0 to v represents the shortest path length. (2013-10-01, C/C++, 2KB, 下载2次)

http://www.pudn.com/Download/item/id/2366260.html

[数值算法/人工智能] C-Program-examples

河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一) 老鼠走迷官(二) 骑士走棋盘 八个皇后 八枚银币 生命游戏 字串核对 双色、三色河内塔 背包问题(Knapsack Problem) 数、运算 蒙地卡罗法求 PI Eratosthenes筛选求质数 超长整数运算(大数运算) 长 PI 最大公因数、最小公倍数、因式分解 完美数 阿姆斯壮数 最大访客数 中序式转后序式(前序式) 后序式的运算 关于赌博 洗扑克牌(乱数排列) Craps赌博游戏 约瑟夫问题(Josephus Problem) 集合问题 排列组合 格雷码(Gray Code) 产生可能的集合 m元素集合的n个元素子集 数字拆解 排序 得分排行 选择、插入、气泡排序 Shell 排序法 - 改良的插入排序 Shaker 排序法 - 改良的气泡排序 Heap 排序法 - 改良的选择排序 快速排序法(一) 快速排序法(二) 快速排序法(三) 合并排序法 基数排序法 搜寻 循序搜寻法(使用卫兵) 二分搜寻法(搜寻原则的代表) 插补搜寻法 费氏搜寻法 矩阵 稀疏矩阵 多维矩阵转一维矩阵 上三角、下三角、对称矩阵 奇数魔方阵 4N 魔方阵 2(2N+1) 魔方阵 对C语言的学习非常有用。
Tower of Hanoi Fibonacci row Pascal triangle Three-color chess Mice have gone astray Officer (a) Mice have gone astray Officer (2) Knights go board Eight Queen Eight of silver Game of Life String to check Color, tri-color Towers of Hanoi Knapsack problem (Knapsack Problem) The number of operator Monte Carlo method for PI Eratosthenes screening and quality Long integer arithmetic (large numbers operation) Long PI The greatest common divisor, least common multiple, factoring Perfect number Armstrong number The maximum number of visitors Sequence type (pre-order type) in sequence rotary After the order type of computing On gambling Wash cards (random number order) Craps gambling game The problem of Joseph (Josephus Problem) Collection of problems Permutations and combinations Gray code (Gray Code) Produce may be the collection of m elements of a collection of n elements in a subset of Digital dismantling Sort Score Ranking Select, insert, bubble sort S (2012-07-20, C/C++, 63KB, 下载15次)

http://www.pudn.com/Download/item/id/1944277.html
123
总计:44