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

搜索资源列表

  1. rat_in_maze

    0下载:
  2. 基于栈数据结构的迷宫老鼠问题C语言求解,在VS2010下编写并测试通过-C language to solve maze mouse problem based on a stack data structure
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:758.06kb
    • 提供者:lunm
  1. matlab_engine

    0下载:
  2. c++ 中使用 matlab 简单画图 开发为环境为vs2010-use matlab in c++
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.08kb
    • 提供者:gengchn
  1. link_stack

    0下载:
  2. link_stack, 自己写的链栈,注释很清楚,运行通过,您可以由此温习下c语言编程。纯c写的,用的是vs2010编译器,您可以复制代码用别的编译器编也是可以的-link_stack, write their own chain stack, a comment is clear, run through, which you can study under the c programming language. Pure c write, using vs2010 compiler, you
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:137.47kb
    • 提供者:huangjun
  1. GSP

    1下载:
  2. GSP算法的C++实现 GSP算法的C++实现 GSP算法的C++实现 GSP算法的C++实现 GSP算法的C++实现 -the C++ implement for GSP algorithm,it has been test by VS2010 and all right the C++ implement for GSP algorithm,it has been test by VS2010 and all right the C++ implement for GSP alg
  3. 所属分类:Data structs

    • 发布日期:2017-05-22
    • 文件大小:6.61mb
    • 提供者:MRZ
  1. sorts

    0下载:
  2. 插入、合并、快速、冒泡、桶排序性能分析 标准C++代码,运用面向对象的设计理念,整体结构紧凑富有逻辑性 具体算法参照《算法导论》第四版 vs2010下可以正常运行 其他环境下,请自行建立工程,并拷贝sorts目录下sorts.cpp CalTime.h CalTime.cpp的内容 -Insert, merge, quick, bubble, bucket sort performance analysis Standard C code, the use of
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3.48mb
    • 提供者:Beef
  1. chess

    0下载:
  2. 这是一份国际象棋的源程序,实现了两个玩家在联网的状态下进行对战的功能,使用控制台的方式实现,十分适合C++初学者学习数据结构,套接字等,采用VS2010环境开发-This is the source of an international chess, two players in the state of networked multiplayer capability, use the console to achieve very For C beginners to learn da
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:945.4kb
    • 提供者:buaa_sheng
  1. FP_GROWTH(1220-9-11)

    0下载:
  2. Fp-growth算法 用C++进行编写的 VS2010运行-Fp-growth algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-17
    • 文件大小:4.26mb
    • 提供者:宋洋
  1. EightQueenUI

    0下载:
  2. C#关于八皇后问题的一个图形实现,通过VS2010编写,采用回溯算法-8 QUEUES probrem with C#.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:208.29kb
    • 提供者:消了子
  1. PMF

    1下载:
  2. Probabilistic Matrix Factorization 算法 用VS2010 C++实现,用于协同过滤。performs well on the large, sparse, and very imbalanced Netflix dataset。-we present the Probabilistic Matrix Factorization (PMF) model which scales linearly with the number of observ
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-05-05
    • 文件大小:3.17kb
    • 提供者:Jackstraw
  1. the-Gaussian-elimination-method

    0下载:
  2. 列主元高斯消去法的C语言程序,用来求解线性方程组。在VS2010上编写,已调试通过。-Out PCA Gaussian elimination method C language program, is used to solve linear equations. Written in VS2010 debugging through.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-04
    • 文件大小:12.63kb
    • 提供者:xiaoqiang
  1. HeterogeneityLink(VS2010-CPP)

    0下载:
  2. VS2010开发 C++语言 实现异质链表-The VS2010 development C++ language heterogeneity linked list
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:3.71mb
    • 提供者:1苆4浮蕓
  1. fis

    0下载:
  2. /* * 这是修改过后的fis.c模糊推理系统库函数,可以移植C/C++环境使用,在VS2010的MFC环境经过测试 * 1、将fis.c文件拷贝到项目中; * 2、修改VS2010的配置属性,项目->属性->C/C++->预处理器->预处理器定义,添加 * _CRT_SECURE_NO_WARNINGS * 3、在【解决方案资源管理器】中选中fis.c文件,单击右键的属性 * 【配置属性】->【常
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-06
    • 文件大小:13.86kb
    • 提供者:王行凤
  1. student

    0下载:
  2. VS2010,对C++中的基本概念(基本知识点)的理解和掌握,其中包括类、成员、函数、友元、重载、IO流、模板等;此外,还包含了对数据结构(链表)、内存操作的内容,以及编程的规范。-VS2010, on the basic concepts C++ (basic knowledge) to understand and master, including class, member, function, friends, overloading, IO streams, templates, e
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-22
    • 文件大小:4.75mb
    • 提供者:周梦婷
  1. rjkj_huffman

    0下载:
  2. 在VS2010中用C语言实现以哈夫曼编码为基础的压缩与解压缩,处理文件大小限制为2G(可以通过修改源码来改变)-VS2010 using C language to Huffman coding based compression and decompression processing the file size is limited to 2G (can be changed by modifying the source code)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-14
    • 文件大小:5.2kb
    • 提供者:lnf
  1. UnZip

    1下载:
  2. 用C++实现zip压缩解压缩,主要是利用第三方源码接口,自己封装了一个压缩函数,和解压函数。使使用操作简单化。编译器是 VS2010,在MFC工程下测试的。-In C++ zip compression and decompression is to use a third-party source interface encapsulates a function of compression and decompression functions. The compiler is VS201
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-06
    • 文件大小:66.84kb
    • 提供者:huazai
  1. BinarySearch

    0下载:
  2. 二叉树查找算法C++实现,在VS2010运行环境下调试运行通过-binary search c++
  3. 所属分类:Data structs

    • 发布日期:2017-12-10
    • 文件大小:1.99mb
    • 提供者:张旭
  1. gauss-seidel--iteration

    0下载:
  2. Gauss-Seidel 迭代是数值计算方法中增加迭代效率,减少迭代时间的一种方法. 采用vs2010,C语言.-Gauss-Seidel iteration is iterative numerical method to increase efficiency and reduce iteration time of a method. Using vs2010, C language.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:3kb
    • 提供者:fanyongxiang
  1. maximum-field

    0下载:
  2. 算法里经典问题,求解最大字段和问题,vs2010,c-Classical algorithm in question, problem solving and the maximum field, vs2010, c
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:718byte
    • 提供者:牛海玲
  1. HeapSort

    0下载:
  2. c++写的堆排序算法,vs2010-c++ write heap sort algorithm vs2010
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:3.54mb
    • 提供者:chdj
  1. KNN

    0下载:
  2. 本例程是一个完整的学习KNN算法的工程,使用VS2010+C#编程,含训练数据及测试数据-This routine is a complete learning KNN algorithm works using VS2010+ C# programming, including training data and test data
  3. 所属分类:Data Mining

    • 发布日期:2017-04-30
    • 文件大小:72.9kb
    • 提供者:wangwang
« 12 3 »
搜珍网 www.dssz.com