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

搜索资源列表

  1. umdhmm-v1.02

    0下载:
  2. 隐马尔科夫的完整实现,Linux下源代码,但VC下重新编译通过。-Hidden Markov complete realization of Linux source code, but VC re-compile.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:297814
    • 提供者:翟晓飞
  1. minibzip2_20060116_VC

    0下载:
  2. minibzip2,版本20060116,VC源代码,可以实现在windows平台下解压缩linux下的bz2格式的压缩文件,方便实用-minibzip2 version 20060116, VC source code can be achieved in the windows platform decompress linux under the bz2 compressed file format to facilitate the practical
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:118553
    • 提供者:观光客
  1. lzwfordepresscoding

    0下载:
  2. LZW压缩和解压缩程序 lzw.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 lzw E <in-file> <out-file> 解压缩 lzw D <in-file> <out-file> 压缩时,读入<in-file>中内容,压缩后存入<out-file>中,得到压缩文件。 解压缩时,读入<in-
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1912
    • 提供者:冯灿科
  1. Grab

    0下载:
  2. 采用zlib标准的压缩源码,应用在Windows和Linux多平台下,分别有Linux下和Windows下VC的使用实例。-using zlib compression standard source code, used in Windows and Linux multi-platform, respectively Linux and Windows examples of the use of VC.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:611705
    • 提供者:毛斌
  1. GA

    0下载:
  2. 遗传算法工具箱C++,本为Linux系统设计,现在改为在VC下能顺利编译而不需通过任何修改。基于面向对象方法设计,便于使用和扩展。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:188149
    • 提供者:aujjww
  1. new mafia数据挖掘新的关联规则挖掘算法

    0下载:
  2. 数据挖掘新的关联规则挖掘算法,相当有用,可在linux和vc下编译运行
  3. 所属分类:数值算法/人工智能

  1. 多精度整数与有理数计算库

    1下载:
  2. 多精度整数与有理数计算库(源代码包)在GNU 多精度库的基础上派生的一个分支,主要用于任意精度和数字长度的整数和有理数计算,也可以用于任意小数精度的扩展浮点数计算。 工作/编译平台: Linux,Unix,Soloris, Windows(VC 2008), Cygwin, Mingw
  3. 所属分类:数学计算/工程计算

    • 发布日期:2010-12-03
    • 文件大小:4707328
    • 提供者:u122334@163.com
  1. zip_vc

    1下载:
  2. linux gzip压缩解压移植到VC上的代码-linux gzip compression decompression transplanted to the code on VC
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:62585
    • 提供者:dmwang
  1. zip

    0下载:
  2. 这是把linux内核里面的压缩算法移植到VC上面的zip数据压缩的C源代码-This is the zip data compression compression algorithms ported to linux kernel inside the VC above the C source code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:685091
    • 提供者:moe
  1. SVDLIBC-win

    1下载:
  2. SVDLIBC是一个使用Lanczos算法计算稀疏矩阵SVD(奇异值分解)的C语言函数库,原本在只能Linux下编译,这个版本是对其进行修改后的windows版本,可以在VC++或MinGW下使用。-SVDLIBC is a C library computing the SVD(Singular Value Decomposition) of a sparse matrix using the Lanczos Algorithm. Originally, it can only compile
  3. 所属分类:Algorithm

    • 发布日期:2017-11-01
    • 文件大小:43497
    • 提供者:Elif Keir
  1. memcpy-and-memmove

    0下载:
  2. memcpy函数测试,在linux和VC编译器下面运行,效果不一样(不能重叠copy)。linux内核memmove函数实现。-memcpy function tests, and VC compiler in linux running below, the effect is the same. linux kernel memmove function implementation.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:986
    • 提供者:熙乐
  1. k-means

    0下载:
  2. K-means算法,linux下C++实现,VC下稍微修改也可运行,数据简单,只实现核心算法-K-means algorithm, under linux C++ achieve, VC can be slightly modified to run, the data is simple, only to realize the core algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:4863
    • 提供者:lihaoliang
  1. linuxPRprog

    0下载:
  2. linux下的一个二叉树和四叉树联合数据的实现C++,也可移植到VC下,包括了makefile文件,直接make即可-achieve C++ a linux binary tree and quadtree under the joint data can also be ported to VC, including the makefile file, you can directly make
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:642692
    • 提供者:tangkai
搜珍网 www.dssz.com