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

搜索资源列表

  1. 稀疏矩阵计算C++类SparseC++

    1下载:
  2. SparseLib++是可用于跨计算平台的有效的稀疏矩阵计算的C++类库,软件包包括处理不同稀疏存储格式的矩阵类。包括两篇技术文档和类库的源代码(版本为1.6)-SparseLib + + can be used for cross-platform calculation of the effective sparse matrix calculation of the C + + class library , the package includes different store for
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:245.47kb
    • 提供者:方正
  1. 万年历.c

    0下载:
  2. 也不知道大家能不能编译成功!偶在偶机器上用TC可以编译成功,但用win-tc就不能 ̄还有编译成功的.exe文件发给别人看也不能正确显示结果,郁闷,偶都不知道哪儿错了,请大虾帮我看看,还有要怎么修改计算机当前时间!-not know if you can build success!TCwin-tc.exe
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1.7kb
    • 提供者:徐南
  1. 经典约瑟夫环问题c语言版

    0下载:
  2. 数据结构中解决约瑟夫环问题的代码,里面只有源代码,大家用TC2编译一下就可以用了:)。-data structure to solve the problem of Josephus code, only the source code, we use TC2 compiler can use it with a :).
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:954byte
    • 提供者:苏辉
  1. 平衡二叉树c++

    1下载:
  2. 平衡二叉树生成 输入任意个节点 如 2 6 8 0为显示 可自动生成平衡二叉树 bf为平衡因子 h给深度 可插入删除 计算转动次数(wangliwei007也是我,质料没添全就换这个好号,请斑竹给我发个号好吗?我也想下载东西,急)-balanced binary tree generating arbitrary input nodes as 2 6 8 0 to demonstrate that automatically generates balanced binary tree bf f
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.6kb
    • 提供者:王立伟
  1. c小应用

    0下载:
  2. 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去掉不满足条件的排列。 2.程序源代码:-topic : 1,2,3,4 figures, the number can be formed with each other with no repeat of the triple-digit figures? How many are? 1. Program Analysis : c
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5.41kb
    • 提供者:镝钦
  1. MD5加密的C++类

    0下载:
  2. 这是一个好用的MD5的C++类;这个类可以加在控制台 程序中也可用在MFC中, 并且提供了详细的错误处理 函数,是一个安全的类。例程是一个MD5的MFC程序, 支持字符串和文件两种输入。 LPCSTR TargetFile(char *filename=NULL) //计算文件的MD5值 void TargetStr(LPCSTR str) //计算字符串的MD5值 LPCSTR GetDigestKey() //取MD5运算后的结果 LPCSTR GetErr() //如果有错误,取错误字串
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4.43kb
    • 提供者:俞训峰
  1. 最短路径c++语言

    1下载:
  2. 用从c++写的floyd最短路径算法,可以求邻接矩阵任意两点的最短路径。-from using c + + to write the Floyd shortest path algorithm, can help adjacency matrix arbitrary 2:00 Shortest Path.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:38.24kb
    • 提供者:唐能福
  1. C++ Source Code for the Wavelet Packet Transform.z

    0下载:
  2. Unix系统下,小波包变换的实现例子,当然,稍作改动也可用于windows系统下。-uninx system,wavelet transform example,but,you can transplant it to window with little modification.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:613kb
    • 提供者:东海
  1. c语言常用算法(c语言)

    0下载:
  2. 一些c语言常用的算发,最近有程序设计比赛,也是比算法的,可以作为参考学习!-some of the language used fat count, the recent design competition procedures, as well as the algorithm can be used as reference learning!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:207.39kb
    • 提供者:边缘人
  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
    • 文件大小:18.96mb
    • 提供者:wang
  1. Data-Structure(in-C)

    0下载:
  2. 数据结构(C语言描述)方面经典书籍,通俗易懂且代码非常详细,可直接运行-classic data structure book(in C),it s very easy to understand,it also contains full codes which can execute on the computer directly.
  3. 所属分类:Data structs

    • 发布日期:2017-06-17
    • 文件大小:26.01mb
    • 提供者:123
  1. math.c

    0下载:
  2. 用C语言开发的一个简单数学运算器,可以进行简单的数学运算-Developed using C language, a simple mathematical calculator can perform simple mathematical operations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:569byte
    • 提供者:smart
  1. lda-c-dist

    0下载:
  2. 在linux下的LDA算法, 用于数据挖掘,可直接编译运行。-In linux the LDA algorithm for data mining, can be directly run the compiler.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:27.97kb
    • 提供者:yong
  1. polyfit-c

    0下载:
  2. 多项式拟合的C语言代码,可以用于各种数学计算,参数拟合等-Polynomial fitting of the C language code can be used for a variety of mathematical calculations and parameter fitting
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:6.74kb
    • 提供者:宋耀鑫
  1. 纯c语言实现卡尔曼滤波

    1下载:
  2. 完成c语言下的卡尔曼滤波,主要是用了子程序,可以直接带入(C language to complete the Kalman filter, mainly with subroutines, can be brought directly)
  3. 所属分类:数据结构

    • 发布日期:2017-12-16
    • 文件大小:234kb
    • 提供者:namuelsa
  1. 模糊C均值聚类(FCM)

    4下载:
  2. 模糊C均值聚类,matlab程序,简单易懂,程序可以运行。(Fuzzy C means clustering, Matlab code, easy to understand, the program can run.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:2kb
    • 提供者:onion888
  1. c和fortran混编(基于GNULinux)

    0下载:
  2. 文章给出了C语言和FORTRAN语言混合编程的方法,搞数值计算的小伙伴们可以看看。(The article gives the C language and FORTRAN language mixed programming method, engage in numerical calculation of small partners can look at.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-30
    • 文件大小:3kb
    • 提供者:将臣cy
  1. c均值算法 杨帆 2015223030075

    2下载:
  2. 模式识别的c均值算法,可直接使用,matlab源代码(C mean algorithm of pattern recognition, can be used directly)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-05
    • 文件大小:171kb
    • 提供者:年时
  1. BP网络c++

    1下载:
  2. 神经网络可移植头文件程序,不用修改可直接使用,网络大小可通过参数任意调节(Neural network portable head file program, without modification, can be used directly, network size can be adjusted arbitrarily by parameter)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-01
    • 文件大小:4kb
    • 提供者:
  1. C语言实现FFT(快速傅里叶变换)

    0下载:
  2. 可实现对输入的序列FFT变换的C代码,代码可直接在VC下运行(C code can be implemented for the sequence FFT transformation of the input)
  3. 所属分类:数学计算

    • 发布日期:2018-04-19
    • 文件大小:11kb
    • 提供者:SQZAHO
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com