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

搜索资源列表

  1. LinearProg.cpp

    0下载:
  2. 单纯形线性规划源代码,代码简洁用于求解线性规划问题。GNU C++下编译通过。写成了类,直接调用接口即可。-Simplex linear programming source code, code used to solve simple linear programming problem. Under the GNU C++ compiler through. Written in a category, you can directly call the interface.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1kb
    • 提供者:李昂
  1. GLTree2DFEX

    0下载:
  2. FAST K-NEAREST NEIGHBORS SEARCH -FAST K-NEAREST NEIGHBORS SEARCH Descr iption You can find the descr iption at: http://www.advancedmcode.org/gltree.html A Pro Version has been published on: http://www.advancedmcode.org/gltree-pr
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:8.4kb
    • 提供者:谢冉
  1. Matlab_Cpp_Programming

    0下载:
  2. 刘维的《精通Matlab与Cpp混合程序设计》。 本书主要介绍如何运用Matlab与C/C++进行混合程序设计。共分8章,主要包括:Matlab程序设计初步、Matlab编译器、Matlab与C语言的接口、生成可独立运行的Matlab程序、Visual C++调用Matlab程序、Matlab DotNet Builder与Visual C++、Matcom与C/C++以及Visual C++调用Mattab C++数学库。另外,附录中介绍有关动态链接库的基础知识。-By Liu Wei.
  3. 所属分类:matlab

    • 发布日期:2017-06-19
    • 文件大小:27.17mb
    • 提供者:Ming
  1. alglib-2.5.0.cpp

    0下载:
  2. alglib,跨平台的数学分析和数据处理库,主要用于矩阵运算(SVD等)-ALGLIB is a cross-platform numerical analysis and data processing library. It supports several programming languages (C++, C#, Pascal, VBA) and several operating systems (Windows, Linux, Solaris). ALGLIB features
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1020.79kb
    • 提供者:Cheng
  1. be-accomplished-in-MatlabaC-CPP-

    0下载:
  2. 本书主要介绍如何运用Matlah与C.C + +进行混合程序设计。共分8章。主要包括Matlab程序设计初步、Matlab编译器、Matlab与C语言的接口、生成可独立运行的iatlah程序、VC++调用Matlah程序、Matlab DotNet Builder与VC++,Matcom与C/C++以及VC++调用Matlab C++数学库。另外,附录中介绍有关动态链接库的基础知识。各章包含大量 的实例程序,可供寻求将Matlab程序脱离Matlab环境的Matlab程序设计人员、寻求在M
  3. 所属分类:matlab

    • 发布日期:2017-06-19
    • 文件大小:26.88mb
    • 提供者:wkm
  1. ANN-CPP

    0下载:
  2. C++开发的神经网络代码,简单易用,有编译版本-C + + development of the neural network code, easy to use, there are C compiler version artificial neural network software
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:247.37kb
    • 提供者:周伟
  1. queen

    0下载:
  2. 八皇后问题的非递归实现,为数据结构课程的必做实验,仅提出cpp文件,读者可以自行在编译器上编译运行。-Eight queens problem non-recursive implementation of the data structure course will do the experiment, only the proposed cpp file, readers can compile and run on the compiler.
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:1.05kb
    • 提供者:李松
  1. plus

    0下载:
  2. 本实验实现的是链表结构的多项式相加,为数据结构必做实验,仅上传cpp文件,读者可在编译器上自行编译实现。-The experimental realization of the list structure of polynomial for the data structure must do the experiment, only upload cpp file, the reader can compiler to compile your own implementation.
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:2kb
    • 提供者:李松
  1. tree

    0下载:
  2. 给定一个序列,按照顺序输入,构建一颗二叉搜索树。本实验为数据结构必做实验,仅提供cpp文件,读者可在编译器上自行编译实现。-Given a sequence of inputs in the order to build a binary search tree. In this study, the data structure must do the experiment, only cpp file, the reader can compiler to compile your own
  3. 所属分类:Data structs

    • 发布日期:2017-11-10
    • 文件大小:1.63kb
    • 提供者:李松
  1. matrix

    0下载:
  2. 本实验实现了稀疏矩阵的转置,为数据结构必做实验,仅提供cpp文件,读者可在编译器上自行编译实现。-The experimental realization of a sparse matrix transpose, the data structure must do the experiment, only cpp file, the reader can compiler to compile your own implementation.
  3. 所属分类:Data structs

    • 发布日期:2017-11-20
    • 文件大小:609byte
    • 提供者:李松
  1. list

    0下载:
  2. 本实验为广义表建立二叉树。本实验为数据结构必做实验,仅提供cpp文件,读者可在编译器上自行编译实现。-This experiment is the generalized table set up binary tree. In this study, the data structure must do the experiment, only cpp file, the reader can compiler to compile your own implementation.
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:2.65kb
    • 提供者:李松
  1. 20131126

    0下载:
  2. 学习遗传算法时使用的例子,是win控制台程序,我根据网上下载的java代码,自己读java代码,然后改成c++代码,用自己的思维写出来的,编译可以通过,那时候就一个cpp文件包含了全部代码-Examples of the use of genetic algorithms when learning is win console program, I downloaded java code based on their own reading java code, and then chang
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:313.58kb
    • 提供者:御风
  1. Bankers-algorithm

    0下载:
  2. 计算机操作系统实验。用c++编写的银行家算法程序,内附运行截图。运行时将源程序直接复制粘贴到编译器,保存为.cpp文件即可。-Computer operating system experiment. Written by c++ bankers algorithm, enclosing run shot. Runtime copy and paste the source code to the compiler directly, save it as a. Cpp file.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:337.35kb
    • 提供者:xp
搜珍网 www.dssz.com