CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - C post

搜索资源列表

  1. hanio1

    0下载:
  2. 四柱汉诺塔问题的求解程序.解题思路:如a,b,c,d四柱. 要把a柱第n个盘移到目标柱子(d柱),先把上层 分两为两部份,上半部份移到b柱,下半部分移到c柱,再把第n盘移到 目标柱子,然后,c柱盘子再移到目标柱子,再把b柱盘子移到目标柱子. 细节地方: 上半部份移到b柱时,它的中间变量柱子是有二选一的.而下半部分 移到c柱时,它的中间变量柱子只有一个(因为一个柱子已被上半部份 占了).b,c也移到目标柱子时同理。-4-Tower of the solution pro
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.05kb
    • 提供者:孙益
  1. HanoiProblem

    0下载:
  2. 汉诺塔问题: 有ABC三根柱子,A柱上有n个大小不等的盘子,大盘在下,小盘在上。要求将所有的盘子从A柱搬到C柱上,每次只能搬动一个,搬动过程中可以借助另一个柱子,但是必须满足大盘在下,小盘在上。 -Tower of Hanoi problem: There are three pillars ABC, A column has n different sizes of plates, the broader market in the next, small cap on. Requir
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:153.13kb
    • 提供者:刘星
  1. Simulationolinearblockcodes

    0下载:
  2. CRC纠错原理及其Matlab仿真,]CgC(Cyclical Redundancy c融jcin蛰糖薹l:冗务搜验碡是一砖赣要娉践往分缀码,通过多磺式聚法撩溅错误,是在数撼逶髂争数撩 压缩中广泛应蘑的裣褥棱验的循环码。-CRC error correction theory and Matlab simulation,] CgC (Cyclical Redundancy c sugar into hibernation jcin Carex l: redundant works are f
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:204.24kb
    • 提供者:oyy
  1. felt-3.06-devel.src.tar

    1下载:
  2. C 开发的有限元软件,界面还可以,不错,可以试试。 FElt is a free system for introductory level finite element analysis. It is primarily intended as a teaching tool for introductory type courses in finite elements - probably in the mechanical/structural/civil fields. I
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:981.82kb
    • 提供者:wangsong
  1. psoprogramme

    0下载:
  2. C语言编程常见问题解答 这个帖子将不断扩充、更新 罗列大部分C语言编程的常见问题 希望各位观众支持帮助 毕竟一人之力太有限-C Programming Language FAQ This post will continue to expand and update list of most of C language programming frequently asked questions to help support the hope that the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:115.53kb
    • 提供者:依然
  1. the_total_collection_of_data_structure_in_c_langua

    1下载:
  2. 清华严蔚敏C语言版数据结构全集,可以说是pudn上这个主题的最全面的一个集合了,记得有这么一个说法是只有有序组织的信息才是有价值的吧:_数据结构-严蔚敏-C语言版;教学笔记;数据结构算法实现及解析—配合严蔚敏_吴伟民编著的数据结构(C语言版)(作者 高一凡)源代码;数据结构笔记;数据结构复习重点归纳笔记[清华严蔚敏版];数据结构题集-严蔚敏;数据结构题集-严蔚敏;严蔚敏老师专贴。-Wei-Min Yan Tsinghua C language version of The Complete Wo
  3. 所属分类:Data structs

    • 发布日期:2015-10-10
    • 文件大小:26.64mb
    • 提供者:Jawen
  1. suanfasheji

    0下载:
  2. 邮局选址问题 算法设计 c++邮局选址问题 算法设计 c-post
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:13.75kb
    • 提供者:gaoming
  1. AlgorithmCpp

    0下载:
  2. 主要在VC6.0上用MFC完成的排序算法和搜索算法: 首先弹出一个对话框,上面有排序前和排序后的编辑框,在排序前编辑框中输入整型数组,然后选择排序的方法,点排序按钮即将排序好的数组呈现在排序后的编辑框中。 排序顺序分“升序”和“降序”,排序方法总共7种,分别是:冒泡排序,简单选择排序,直接插入排序,希尔排序,快速排序,堆排序和基数排序。这些方法都是用c++实现的。还有一个搜索的功能,分别可以“线性搜索”和“二分搜索”,线性搜索时从排序前的数组中搜索,二分搜索时从排序后的数组中搜索,且必须
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:845.25kb
    • 提供者:阿表
  1. particle

    1下载:
  2. 代码来自2008年数学建模东北赛区B题,原题描述http://www.ivanblog.cn/post/18.html 思想是用粒子群算法来实现相关问题的求解,编程语言是C++。-Mathematical modeling code from the 2008 Northeast Division B title, original title describes http://www.ivanblog.cn/post/18.html thinking is to achieve parti
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:1.56kb
    • 提供者:olivejy
  1. 48TSP

    0下载:
  2. 48个城市的TSP遗传算法,开发环境C++,计算结果再结合matlab进行后处理显示-48 cities in the TSP algorithm, development environment, C++, matlab results combined with post-processing display
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:716.81kb
    • 提供者:赵伟
  1. BBS

    0下载:
  2. 用C语言编写一个BBS发贴机器人bbsrobot.c。编译程序命令如下: gcc bbsrobot.c -o bbsrobot 运行效果就不贴出来的,可能涉及某些网站的安全吧-A post system, with the c language. If GET/POST、Host、User-Agent、Accept、Accept-Language、Accept-Encoding、Accept-Charset…… ,use google to translate.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:2.55kb
    • 提供者:zs
  1. BinaryTree

    0下载:
  2. 用visual c++ 2008写的关于二叉树读取、前序、中序和后序遍历算法。调试成功,很好用。-With visual c++ 2008 to write about the binary read, pre-order, the order and post order traversal algorithm. Debugging success, is useful.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:282.48kb
    • 提供者:李准基
  1. the-trees-build

    0下载:
  2. 树的建立,先序、中旭、后序遍历等。这个程序是用C++环境-The establishment of the tree, the first order, in the Asahi, post-order traversal and so on. This program is C++ environment
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:11.89kb
    • 提供者:zhuye
  1. 1

    0下载:
  2. 【课题】若某算术表达式采用后置法表示(即逆波兰表达式),请编程计算该表达式的值。如:表达式(a+b*c)/d-e用后置法表示为abc*+d/e-。 -[ Topic ] If an arithmetic expression using the post method representation (i.e., inverse Poland expression ), please programming calculation of the value of the expression.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:26.46kb
    • 提供者:张秋霞
  1. fft

    0下载:
  2. Matlab程序,GUI窗口 用FFT程序计算有限长度正弦信号y=sin(2*pi*f*t) ,0<=t<=N*T-FFT program calculate the finite length of the sinusoidal signal y = sin (2* pi* f* t), 0 < = t < = N* T respectively the DFT results obtained and analyzed and discussed in the fol
  3. 所属分类:Algorithm

    • 发布日期:2017-11-24
    • 文件大小:12.48kb
    • 提供者:moumiao
  1. The-binary-tree

    0下载:
  2. 二叉链表的C语言描述 基本运算的算法——建立二叉链表、先序遍历二叉树、中序遍历二叉树、后序遍历二叉树、后序遍历求二叉树深度 -The binary tree algorithm C language to describe the basic operations- the establishment of the binary tree, preorder traversal of a binary tree traversal of binary tree, after traver
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:15.13kb
    • 提供者:Dante
  1. glsl-optimizer-master

    0下载:
  2. GLSL优化算法,用c++语言编写,适合学习计算数学的和工科类的运用-GLSL optimizer A C++ library that takes GLSL shaders, does some GPU-independent optimizations on them and outputs GLSL back. Optimizations are function inlining, dead code removal, copy propagation, constant foldi
  3. 所属分类:Algorithm

    • 发布日期:2017-11-08
    • 文件大小:1.88mb
    • 提供者:shigeaixiaomao
  1. INORDER_PRE_POST_TRAVERSE

    0下载:
  2. PRE IN POST OREDER TRAVERSAL C++ CODE VISUAL
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:54.82kb
    • 提供者:codder
  1. Intelligent-Image-Color-Reduction-and-Quantizatio

    0下载:
  2. In this post, we are going to share with you, the MATLAB implementation of Color Quantization and Color Reduction of images, using intelligent clustering approaches: (a) k-Means Algorithm, (b) Fuzzy c-Means Clustering (FCM), and (c) Self-Organizing M
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:246.96kb
    • 提供者:Mustafa
  1. Gmsh-4.0.6-source

    1下载:
  2. 经典的三维有限元网格生成程序全套源代码及配套的前处理、后处理程序。用C++和Fortran开发。同时配有Manual使用手册。(a three-dimensional finite element mesh generator with built-in pre- and post-processing facilities, source codes are compiled by C++ and Fortran language, with manual.)
  3. 所属分类:数学计算

    • 发布日期:2019-01-02
    • 文件大小:12.97mb
    • 提供者:Welson Lau
« 12 »
搜珍网 www.dssz.com