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

搜索资源列表

  1. playMax

    0下载:
  2. 用回溯法和递归调用的思想实现了多边形游戏算法,用codeblocks开发。输入多边形的N个定点的数值和N条边的运算符,可计算任意断开一条边后计算所得的最大值。-Backtracking and recursive calls with the idea to achieve a polygon game algorithm, using codeblocks development. Input polygon fixed values ​ ​ of N and N edge
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:7757
    • 提供者:pu
  1. LPC线性预测压缩算法的实现

    1下载:
  2. 线性预测压缩算法的实现。c语言实现,我实验课上写的,可以用codeblocks运行
  3. 所属分类:压缩解压

    • 发布日期:2012-11-03
    • 文件大小:170040
    • 提供者:pigarmy
  1. charls-27856

    0下载:
  2. this code does not seem to compile nicely in codeblocks, 3 errors due to the compile will give you a bit of headache good luck
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-16
    • 文件大小:4266287
    • 提供者:Ras
  1. change

    0下载:
  2. 这是一套实现字典顺序查找的c++容器编写的算法,对于不重复的大型文档速度很优越,已经在codeblocks下成功运行。代码最大的特点是效率非常好-it s good for someone who want find a word in a long file.you can find that c++ vector is very fast and simple.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:233090
    • 提供者:张晓坤
  1. ChessBoard

    0下载:
  2. 用c++算法实现了棋盘覆盖,任意选择一个方格作为特殊方格,可以用四种不同形状的L型骨牌覆盖其余方格。用CodeBlocks开发实现。-In c++ algorithm to realize the cover board, choose a square as a special box, can use four different shapes of L domino cover the rest of the box. With the development CodeBlocks rea
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:260357
    • 提供者:pu
  1. Kalman

    0下载:
  2. 卡尔曼滤波测试程序,CODEBLOCKS环境,可运行。-Kalman filter testing procedures, CODEBLOCKS environment, can be run.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:25426
    • 提供者:Qun
  1. main

    0下载:
  2. lagrange插值函数,采用codeblocks编写,运行通过,误差较小-lagrange interpolation function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:828
    • 提供者:baiyang
  1. Guass-Seidel

    0下载:
  2. Guass-Seidel计算方法,把.c 文件放入codeblocks环境下,c.txt放在同一项目下,读取文件c.txt可以直接读取数据,运行直接得出结果。-Guass-Seidel calculation method, the c file into codeblocks environment, c.txt on the same project, read file c.txt can read data directly, run directly to the outcome.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-16
    • 文件大小:10171
    • 提供者:裴裴
  1. pai

    0下载:
  2. 蒙特卡洛方法模拟计算圆周率,使用CodeBlocks开发环境-Monte Carlo simulation to calculate pi using CodeBlocks development environment
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:183595
    • 提供者:郭良
  1. 8digit

    0下载:
  2. 使用启发式搜索,解决8数码问题,编程环境为CodeBlocks。-Use heuristic search to solve eight digital programming environment for CodeBlocks.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:486062
    • 提供者:郭良
  1. fasta

    2下载:
  2. 使用CodeBlocks编写FASTA算法,对基因序列进行比对。-FASTA algorithm using CodeBlocks writing on gene sequences for comparison.
  3. 所属分类:Bio-Recognize

    • 发布日期:2015-08-03
    • 文件大小:182272
    • 提供者:郭良
  1. Djstla

    0下载:
  2. 用C语言实现了Djstla 最短路劲算法。算法采用codeblocks编程。文件包含了编译好的可运行的工程,同时也给出了一些测试数据。-Using C language to implement Djstla shortest strength algorithms. Algorithm codeblocks programming. File contains the compiled to run the project, but also gives some test data.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:15146
    • 提供者:何鹏
  1. LinkList_test

    0下载:
  2. 数据结构单链表基本操作,用codeblocks测试通过。初始化,头插法尾插法,清空,判空,求长度,查找元素,删除元素,插入元素等。-Basic operations of single linked list data structure, with codeblocks test. Initialization, the first interpolation tail interpolation, empty, empty sentence, seeking length, find ele
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:39510
    • 提供者:happymystery
  1. StaticLinkList

    0下载:
  2. 静态链表基本操作,用codeblocks测试通过。静态链表即用游标来代替指针的数组型链表。含初始化,插入操作,删除操作。静态链表详细内容参见小甲鱼数据结构视频14-16节内容。-Static list of basic operations, using codeblocks test. Static list that is used instead of a cursor pointer array type list. Including initialization, insertion
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:27763
    • 提供者:happymystery
  1. CycleList

    0下载:
  2. c语言编写循环链表基础操作,用codeblocks调试可行,包含初始化,求长度,找节点,约瑟夫/升级版约瑟夫(带密码),拉丁方阵,魔术师发牌问题,详细见小甲鱼数据结构视频。-c language circular list-based operation, with codeblocks debugging feasible, including initialization, seeking length, looking for nodes, Joseph/upgraded version
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:37041
    • 提供者:happymystery
  1. Vigenere

    1下载:
  2. C语言编写双向循环链表26字母维吉尼亚加密解密,用codeblocks测试通过,见小甲鱼数据结构视频第22集。-C language bi-circular list 26 letters Virginia encryption and decryption, using codeblocks tested, see a small turtle data structure of the video the first 22 episodes.
  3. 所属分类:Data structs

    • 发布日期:2016-03-28
    • 文件大小:45056
    • 提供者:happymystery
  1. nonlinear-encoding

    0下载:
  2. C语言实现的一个小项目编程的例子,功能是实现非线性算法的编程,二分法、蒙特卡洛发等;不仅有助于学习算法编程,还可以学习C语言项目编程的方法,适用于初学者。编程环境是codeblocks.建议使用codeblocks打开程序。-An example of a small project of C programming language, the function is to achieve non-linear programming algorithm, dichotomy, Monte Ca
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:39231
    • 提供者:汪中华
  1. Polynomial-arithmetic-calculation

    0下载:
  2. 计算多项式的加减乘除求值求根 在codeblocks中c++11标准下编译通过-caculate the polynominal use codeblocks in c++ 11 standard
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3509
    • 提供者:cofludy
  1. GenerateRandomNumbers

    0下载:
  2. 利用CODEBLOCKS实现的C++代码,生成随机数-Use CODEBLOCKS achieve C++ code generates a random number
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:246710
    • 提供者:tom
  1. geneMin

    0下载:
  2. 一个遗传算法求最小值的程序,利用C++编写,再CodeBLocks中建立的工程。(A genetic algorithm for minimum value procedures)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-24
    • 文件大小:43008
    • 提供者:NyuTartaros
« 12 »
搜珍网 www.dssz.com