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

搜索资源列表

  1. biome-0.0.4.tar

    0下载:
  2. Biome是一个c++库,它的目的是个人_基于代理的模拟器(象 Swarm 或EcoSim)。它试图尽可能达到高效并且同时有好的设计-PROJECT is a c library, it is aimed at individual _ Agent-based simulator (like Swarm or EcoSim). It seeks to achieve efficient as possible while it is good design
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:124.23kb
    • 提供者:杨子
  1. 广义异或bp算法

    0下载:
  2. 本文件为用C语言实现的可实现广义异或问题的bp神经网络算法。该问题是对标准异或问题的推广。在标准异或问题中,输入X1和X2取离散量-1或+1,在广义异或问题中,输入(X1,X2)可以在区间[-1,+1] X [-1, +1]内任意取值,而输出为Y=sign(x1,x2),其中sign()为符号函数,在区间[-1,+1] X [-1, +1]内随机产生500个训练样本.本程序用标准BP网实现该分类问题.-this document for the use of C language of achi
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:15.58kb
    • 提供者:刘波
  1. matlab7.x

    0下载:
  2. 《精通MATLAB7.0混合编程》系统地介绍MATLAB 7.0的混合编程方法和技巧。全书共分为13章。第1章和第2章介绍MATLAB的基础知识,第3章简要介绍MATLAB混合编程,第4章至第9章分别介绍几种典型的混合编程方法,包括C-MEX、MATLAB引擎、MAT数据文件共享、Mideva、Matrix和Add-in。第10章、第11章介绍MATLAB与Delphi和Excel的混合编程。第12章介绍MATLAB COM Builder,第13章以图像处理为例介绍了一个综合应用实例。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.27mb
    • 提供者:yixiao
  1. Huffman 算法的不同实现

    0下载:
  2. ---- Huffman 算法的不同实现 本目录下的程序用8种不同的方式实现了Huffman编码算法,这8种方式分别是 * huffman_a 使用链表结构生成Huffman树的算法,这是最基本的实现方法,效率最低。 * huffman_b 使用《数据结构》(严蔚敏,吴伟民,1997,C语言版)中给出的算法,将二叉树存放在连续空间里(静态链表),空间的每个结点内仍有左子树、右子树、双亲等指针。 * huffman_c 使用Canonical
  3. 所属分类:密码/编码算法

    • 发布日期:2010-07-01
    • 文件大小:31.94kb
    • 提供者:ray
  1. SimulatedAnnealing(TSP)CSHARP

    1下载:
  2. 运用c#语言实现模拟退火算法,同时利用该算法解决旅行商(TSP)问题,获得遍历所有城市序号的最优路径。-use c # language simulated annealing, while using the algorithm to solve traveling salesman (TSP). access to the serial numbers of all the cities traverse the optimal path.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:128.32kb
    • 提供者:linvg
  1. spectral

    0下载:
  2. The Spectral Toolkit is a C++ spectral transform library written by Rodney James and Chuck Panaccione while at the National Center for Atmospheric Research between 2002 and 2005. The library contains a functional subset of FFTPACK and SPHEREPACK, inc
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:480.88kb
    • 提供者:薛斌
  1. CCodeExample

    0下载:
  2. c代码用例。内容包括案例一 贪吃蛇游戏(学习基于while(!keyhit())的即时原理) 案例二 计算器 案例三 黑白棋游戏 案例四 迷宫问题 案例五 扫地雷游戏 案例六 速算24 案例七 数据结构CAI系统 案例八 进程调度 案例九 存储管理分区分配算法 案例十 通讯录 案例十一 学生成绩管理 案例十二 工资管理 案例十三 图书借阅管理 案例十四 教师工作量计算-c code with cases. Case including a hu
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:71.74kb
    • 提供者:maccoo
  1. c

    0下载:
  2. c++冒泡排序#include \"stdio.h\" void sort() { int i,count=0,a[20] int k=20 printf(\"please input 20 defferent numbers?\\n\") for(i=0 i<20 i++) scanf(\" %d\\a\",&a[i]) while(count<20) { for(i=0 i<k i++)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:623byte
    • 提供者:李仅
  1. LDPC_BSN

    1下载:
  2. This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal’s programs collection, which can be found in [1]. While Neal’s collecti
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:116.41kb
    • 提供者:张强
  1. GA_NN_test

    1下载:
  2. 遗传算法的C语言计算,同时以文本的方式输出和图形的方式输出。-genetic algorithm in C language, while the text and graphic output of the output.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:12.01kb
    • 提供者:夏辉达
  1. Dijkstra

    0下载:
  2. 这个例程,会在多条相同最短路径中选出边数最少的路径.只是改变path域即可在遍历的时候访问到边数少的路径.核心的思想,就是建立一个数组,存放从出发点到当前顶点的最短路径边数.通过每次查看最短路径相同的情况, 即dv + cvw = dw.时,如果 Count[v] + 1 < Count[w]时,就执行 Count[w] = Count[v] + 1, 同时 w -> path = c.-This routine will be the same number of shortest
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:885byte
    • 提供者:php0
  1. while

    0下载:
  2. 在C语言编程中,while 循环语句的使用课件及详解 。-In the C programming language, the use of the while loop courseware and Detailed.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:238.98kb
    • 提供者:静儿
  1. hafuuman

    0下载:
  2. 关于哈夫曼编码的C程序 自动统计并编码,同时实现了文件的读取,和良好的C环境下输入输出健壮性-Huffman coding on the C statistics and automatically encoding, while achieving the document read, and good input and output C environment robustness
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5.98kb
    • 提供者:zhjatp
  1. ControlSystemsSimulationusingMatlabandSimulink

    0下载:
  2. Addison Wesley出版的一本深入讲解c++面向对象编程机理的书,对于c++程序员进一步全面了解面向对象机制的好书。书中有丰富的程序实例和解读。英文版-Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:140.67kb
    • 提供者:lili
  1. DO-WHILE

    0下载:
  2. DO-WHILE循环语句的翻译程序设计(LR方法、输出三地址表示).c-DO-WHILE loop statement, the translation of program design (LR method, the output three-address indicated). Cpp
  3. 所属分类:Mathimatics-Numerical algorithms

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

    0下载:
  2. 循环结构程序设计。while语句、do-wile语句和for语句实现循环的方法。-Cycling structure design program。while statement,do-while statement and for statement.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1.43kb
    • 提供者:孙丹丹
  1. queueing_theory

    0下载:
  2. 计算Erlang B,C 模型中阻塞率与输入负载随服务器数量变化的数值关系并绘图。 模拟一个M/M/k排队系统。 该资料为通信系统排队理论matlab实验内容。-Using the iterative scheme, calculate the blocking probability of the Erlang B and C model. Draw the relationship of the blocking probability and offered traffic whi
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:2.33kb
    • 提供者:Aurora
  1. C-normal-distribution

    0下载:
  2. 用C程序计算符合正态分布的数值,同时实现正态分布的随机数。-With normal distribution with a C program to calculate the value, while achieving the normal distribution of random numbers.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:593byte
    • 提供者:刘扬扬
  1. c-structure

    0下载:
  2. c数据结构对c的学习起到一定的促进作用,查询完毕后方可采纳-c structure is good for your learning while you have difficulties in it and you will find that god is a god.
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:802.25kb
    • 提供者:spring
  1. Numerical Electromagnetic Code in C

    0下载:
  2. NEC2c is a translation of the Numerical Electromagnetics Code (NEC2) from FORTRAN to C. It uses three terms (sine, cosine and constant) to represent the current functions and apply method of moments to solve the 3-D antenna problems. NEC2c provides b
  3. 所属分类:数值算法/人工智能

« 12 3 »
搜珍网 www.dssz.com