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

搜索资源列表

  1. C++常用算法之1复数运算

    0下载:
  2. 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套复数运算代码,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过-the code is "commonly used computer numerical algorithms and procedures C version," a book supporting complex computing code, each so
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:9718
    • 提供者:潘杰
  1. OpenSVM-1.0.1-Beta-SRC(2)

    0下载:
  2. OpenSVM was developped under Visual C++ 6.0 SP6, You can open the workspace file(*.dsw) in the opensvm-src folder. The folder include the svm.h and svm.cpp which in the libsvm (Copyright (c) 2000-2007 Chih-Chung Chang and Chih-Jen Lin All rig
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:621367
    • 提供者:njustyw
  1. giflib-4.1.6.tar

    0下载:
  2. giflib-4.1.6.tar.gz,最新的GIF 解码库
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:636030
    • 提供者:wangchen
  1. 6.1-3

    0下载:
  2. <MATLAB时频分析技术>第六章习题的matlab程序6.1-6.3
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1426
    • 提供者:晓红
  1. 上大_net-0-1背包问题(回朔法)

    0下载:
  2. 0 / 1背包问题是一个N P-复杂问题,为了解决该问题,,将用回溯算法解决该问题。既然想选择一个对象的子集,将它们装入背包,以便获得的收益最大,则解空间应组织成子集树的形状(如图1 6 - 2所示)。该回溯算法与4 . 2节的装载问题很类似。首先形成一个递归算法,去找到可获得的最大收益。然后,对该算法加以改进,形成代码。改进后的代码可找到获得最大收益时包含在背包中的对象的集合。-0 / 1 knapsack problem is a P-complex issues, in order to
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:8915
    • 提供者:周易
  1. BlueTunesConfigTool-v2.1.6

    1下载:
  2. 蓝牙开发软件BlueTunesConfigTool-v2.1.6.rar-Bluetooth software development BlueTunesConfigTool-v2.1.6.rar
  3. 所属分类:压缩解压

    • 发布日期:2014-03-05
    • 文件大小:925667
    • 提供者:萧萧
  1. quartz-1.6.4

    0下载:
  2. Quartz is a full-featured, open source job scheduling system that can be integrated with, or used along side virtually any J2EE or J2SE application - from the smallest stand-alone application to the largest e-commerce system. Quartz can be used to cr
  3. 所属分类:matlab

    • 发布日期:2017-05-18
    • 文件大小:5465342
    • 提供者:brian
  1. spgl1-1.6

    0下载:
  2. Spectral Projected L1 solver
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:66487
    • 提供者:angshul
  1. quartz-1.6.0

    0下载:
  2. Quartz is a full-featured, open source job scheduling system that can be integrated with, or used along side virtually any J2EE or J2SE application - from the smallest stand-alone application to the largest e-commerce system. Quartz can be used to cr
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-18
    • 文件大小:5185705
    • 提供者:yulin
  1. 5.6.1

    0下载:
  2. 1、二叉树的创建和遍历演示 1)从键盘输入二叉树的各结点值,按先序递归方式创建二叉树 2)分别实现先序、中序、后序递归遍历二叉树 3)输出二叉树的按层次遍历序列 4)输出二叉树的中序非递归遍历下的结点访问次序-1, binary tree traversal of the creation and demonstration of 1) from the keyboard input of the binary tree node value, according to firs
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1752
    • 提供者:赖毅
  1. 1

    0下载:
  2. 粒子群算法VB版本英文书,发明算法的人写的,正确的,希望对书写算法的人有帮助-Download: Particle Swarm Optimizer: Visual Basic 6.0 Source Code C Source Code Real PSO for Optimization Java Applet Genetic Algorithm: C Source Code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:457964
    • 提供者:weiwei
  1. SSMULT-2.0.1.tar

    0下载:
  2. 实现两个稀疏矩阵相乘(效率高于早期的Matlab自带的程序),Matlab编程 -SSMULT is a simple stand-alone MATLAB mexFunction that computes C=A*B where both A and B are sparse. It is typically faster and always uses less memory than C=A*B in MATLAB 7.4 (or earlier). Works on MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:304993
    • 提供者:SSMULT
  1. Algorithms.in.C.Parts.1-4.Fundamentals.Data.Struct

    2下载:
  2. 经典算法书(中文版).《C算法》介绍了当今最重要的算法,共分3卷,本书是第1卷。第1卷分4部分、共16章。第一部分“基础知识”(第1~2章)介绍了基本算法分析原理。第二部分“数据结构”(第3~5章)讲解算法分析中必须掌握的数据结构知识。主要包括基本数据结构、抽象数据结构、递归和树。第三部分“排序”(第6~11章)按章节顺序分别讨论了基本排序方法(如选择排序、插入排序、冒泡排序、希尔排序等)、快速排序方法,归并和归并排序方法、优先队列与堆排序方法、基数排序方法以及特殊目的排序方法,并比较了各种排序
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-12
    • 文件大小:19883343
    • 提供者:wang
  1. ruance1.0

    0下载:
  2. NextDate函数的设计、实现和测试 函数有3个参数:月份、日期和年;它们都具有整数值,且满足以下条件: 1<=月份<=12 1<=日期<=31 1812<=年<=2012 函数返回输入日期之后的那个日期;如果输入无效值,如2000年6月31日,输出指示相应变量超出取值范围;对于无效的日月年组合,如“1999年13月32日”输出“无效输入日期”。 -NextDate function of the design, implementa
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:947
    • 提供者:小也
  1. psat-2.1.6-oct

    0下载:
  2. 电力系统分析软件最新版本psat2.1.6,可以进行各种计算仿真-power flow analysis psat2.1.6
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1784267
    • 提供者:阳光
  1. 1

    0下载:
  2. 牛顿迭代法,编译环境VC++ 6.0 编译没问题 已经验收-Newton iteration, the build environment compile VC++ 6.0 have been accepted without question
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:544
    • 提供者:liyan
  1. svm_light-(1).tar

    0下载:
  2. svm light算法,这是最新的03年5.0版本的svm ligth源码,现在svm light的官方网站被屏蔽了,这是通过大力下载下来的。-svm light algorithm, which is the latest 2008 version 6.0 svm ligth source
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:41744
    • 提供者:vegalee
  1. 1

    0下载:
  2. 利用VC++6.0实现了利用数组输出各种金字塔,包括乘法小九九、货币金字塔、数字正三角形等图形-Using VC++6.0 using the array output to achieve a variety of pyramids, including the multiplication of small 99, the currency pyramid, triangle and other digital graphics
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:3207
    • 提供者:zhuimengren
  1. 1

    0下载:
  2. 利用VC++6.0实现了基于伙伴算法的内存分配与释放,算法中只使用了数组这一数据结构,算是一大不足,希望大家予以完善-Achieved using VC++6.0 based partner with the release of memory allocation algorithms, the algorithm uses only the array data structure can be regarded as a big enough hope to improve
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1938
    • 提供者:zhuimengren
  1. 1

    0下载:
  2. 利用VC++6.0实现了迷宫问题,构成迷宫图形的数组由主函数中的二维数组决定,其他的操作可以按照界面提示进行-Using VC++6.0 to achieve a maze, maze graphics array form from the main function of the two-dimensional array of decisions, other operations can follow the screen prompts
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1559
    • 提供者:zhuimengren
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com