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

搜索资源列表

  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
    • 文件大小:1.87kb
    • 提供者:冯灿科
  1. mpich2-1.0.3.tar

    0下载:
  2. mpi并行计算的c++代码 可用vc或gcc编译通过 可以用来搭建并行计算试验环境-mpi parallel computing available vc c code or compile gcc structures can be used to test parallel computing environment
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:11.6mb
    • 提供者:zzf
  1. longestCommonSeq

    0下载:
  2. 最长公共序列的C源码,随机生成字符串,GCC编译通过。-public longest sequence of C source code, randomly generated string GCC compile.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.03kb
    • 提供者:宋达
  1. Sherwood

    0下载:
  2. Sherwood算法消除最坏实例,以达到对任何实例都能有好的性能的效果 文件: rd_list.c --> create a random sequence of n integers not equal to each other list.c --> create a descending sequence of n integers not equal to each other sherwood.c --> 就是该算法,静态链表的长度默
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.18kb
    • 提供者:李士
  1. hashtable

    0下载:
  2. 一个哈希查找算法,用c实现, gcc编译 如果使用vs可能会提示少stdint.h-A hash search algorithm, with c and gcc compiler to achieve, if you are using VS , you may get a "can t find stdint.h",
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:4.65kb
    • 提供者:qz
  1. maugis

    0下载:
  2. 模拟退火和对称 *欧几里德旅行商问题。 * *为基础的解决办法的本地搜索启发式 *非过境道路和近邻 -/* * Simulated annealing and the Symetric * Euclidian Traveling Salesman Problem. * * Solution based on local search heuristics for * non-crossing paths and nearest neighbor
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:84kb
    • 提供者:孙博
  1. Whirlpool_Martrix.tar

    0下载:
  2. 螺旋矩阵,C语言描述,GNU GCC 环境编写-whirlpool_matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:10.2kb
    • 提供者:tt
  1. nQueens

    0下载:
  2. 使用C语言解决n皇后问题,包括递归和非递归的实现源码。运行环境:Linux,g-Using the C language to solve n queens problem, including the recursive and non-recursive implementation of source code. Runtime Environment: Linux, gcc
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:9.91kb
    • 提供者:ajaxhe
  1. linkedlist

    0下载:
  2. linked list singly c language implementation for g-linked list singly c language implementation for gcc
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4.6kb
    • 提供者:vinay
  1. emd

    0下载:
  2. HHT gcc代码,专门用于希尔伯特黄变换。-HHT gcc code, specifically for the Hilbert-Huang Transform.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:16.13kb
    • 提供者:chen
  1. BBS

    0下载:
  2. 用C语言编写一个BBS发贴机器人bbsrobot.c。编译程序命令如下: gcc bbsrobot.c -o bbsrobot 运行效果就不贴出来的,可能涉及某些网站的安全吧-A post system, with the c language. If GET/POST、Host、User-Agent、Accept、Accept-Language、Accept-Encoding、Accept-Charset…… ,use google to translate.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:2.55kb
    • 提供者:zs
  1. astar

    0下载:
  2. 这是一个用C++编写的迷宫路径查找程序,使用GCC编译,用VC++也可以编译。程序使用A*算法,A*算法在人工智能领域是非常经典的算法,本程序对于学习A*算法非常有用。-This programme is wroten by C++, using GCC compile it.The algorithm is A*,syntax is C++.A* algorithm is classic algorithm when you learning AI.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:159.39kb
    • 提供者:wang
  1. net

    0下载:
  2. 用c写的BP神经网络人脸识别,可以识别姿势,表情,是否带太阳镜。gcc下执行通过,其中含有说明文件,注意编译和执行时放好文件夹的路径-C write with the BP neural network face recognition, can recognize gestures, facial expressions, whether with sunglasses. performed by gcc, which contains documentation, pay attention
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-27
    • 文件大小:10.01mb
    • 提供者:wanglei
  1. people2d.tar

    0下载:
  2. 根据测距仪数据提取人体的代码。使用ada-boost分类器实现。同时包含matlab的实现,在linux下GCC编译。 作者:Luciano Spinello-People2D provides an efficient implementation of the people detector in 2D data originally developed in Human Detection using Multimodal and Multidimensional Features (
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-14
    • 文件大小:20.56mb
    • 提供者:Wilford
  1. Btree

    0下载:
  2. B树的C++实现代码,实现了插入,删除,查找的功能,在VS2008和GCC下通过编译。 B树的实现代码在Btree.h里,TestBtree.cpp是一个非常简单的测试-Implementation code of the Btree
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1.73mb
    • 提供者:shuho
  1. lzma

    0下载:
  2. To compile C++ version of file->file LZMA encoding, go to directory CPP/7zip/Bundles/LzmaCon and call make to recompile it: make -f makefile.gcc clean all In some UNIX/Linux versions you must compile LZMA with static libraries. To co
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:142.85kb
    • 提供者:duximing
  1. tp2-multicouche

    0下载:
  2. Backpropagation with momentum * by Andres Perez-Uribe * References : - G. Hinton, "How neural networks learn from experience", Scientific American, sep 1992. - P. Werbos, "The Roots of Backpropagation: From ordered derivatives
  3. 所属分类:Algorithm

    • 发布日期:2017-11-24
    • 文件大小:2.75kb
    • 提供者:amasz
  1. array

    0下载:
  2. array接口,提供了动态数组的接口和实现,内有array.c为实现array.h为接口以及makefile。可在gcc下编译通过-array interface and implementation
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:1.12kb
    • 提供者:zeropointer
  1. stereo

    0下载:
  2. This example programme creates a wav file, with 30 seconds of a 440Hz tone. The source file can be downloaded using the link below. writeWav.c It is compiled and executed as follows: > gcc -lm -lsndfile -o writeWav writeWav.c >
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-25
    • 文件大小:894byte
    • 提供者:solo
  1. readWav

    0下载:
  2. This example programme creates a wav file, with 30 seconds of a 440Hz tone. The source file can be downloaded using the link below. writeWav.c It is compiled and executed as follows: > gcc -lm -lsndfile -o writeWav writeWav.c >
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:729byte
    • 提供者:solo
« 12 »
搜珍网 www.dssz.com