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

搜索资源列表

  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
    • 文件大小:4533
    • 提供者:俞训峰
  1. MAMPRES

    0下载:
  2. Routine mampres: To obtain amplitude response from h(exp(jw)). input parameters: h :n dimensioned complex array. the frequency response is stored in h(0) to h(n-1). n :the dimension of h and amp. fs :sampling frequency (Hz). iamp:If
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:969
    • 提供者:king_key
  1. 流文件的打开和关闭

    0下载:
  2. 为filename 所指定的文件名按mode 模式创建一个FILE结构数据区,并将该数据区的首地址赋值给FILE类型的指针变量fp.-for the filename specified by the file name to create a model mode FILE structure data, the data will be the first to address assignment FILE pointer types of variables fp.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:7363
    • 提供者:王 艳
  1. vcc_mex

    0下载:
  2. 一般情况下,我们都是在MATLAB命令行或DOS命令行下编译MEX程序。 所用的命令就是:mex filename.c 这有很多不方便的地方: a. 虽然mex也可以编译C++的mex程序,但是它的主框架仍是C的 a. 当程序有多个模块时,需要多次使用mex命令,操作很麻烦 b. 不能利用VC特有的ClassWizard自动创建和维护类 c. 不能用MFC类库编写应用程序 d. 不能方便地进行类似VC的项目管理 本文详细解说如何在IDE中编译MEX程序
  3. 所属分类:matlab例程

    • 发布日期:2014-01-16
    • 文件大小:11390
    • 提供者:Dean
  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:11008084
    • 提供者:gtcewli3
  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
    • 文件大小:86016
    • 提供者:孙博
  1. timesplitrinex(

    0下载:
  2. 这个程序主要是实现对一个大的GPG的观测文件(Rinex)按照一定的时间进行切割。-TIMESPLITRINEX splits a RINEX GPS file by time.TIMESPLIT(FILENAME,t) breaks a RINEX file into shorter files of length t in seconds. Useful for breaking a large file into days, or a day file into hours, etc.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-04-01
    • 文件大小:1138
    • 提供者:
  1. il_jpeg

    0下载:
  2. //--- --- --- --- --- --- --- --- --- --- --- --- ----- // ImageLib Sources // Copyright (C) 2000-2002 by Denton Woods // Last modified: 05/26/2002 <--Y2K Compliant! =] // // Filename: src-IL/src/il_jpeg.c // // Descr iption: Jpeg (.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:5749
    • 提供者:hadmi
  1. matfile_format

    0下载:
  2. This document describes the internal format of MATLAB ® Version 5 and Version 4 MAT-files. A MAT-file stores data in binary (not human-readable) form. In MATLAB, you create MAT-files by using the save command, which writes the arrays current
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:211308
    • 提供者:cc
  1. bin2hex

    0下载:
  2. function total_length=text_length_num(file_cell) total_length=0 for i=1:length(file_cell) y1=char(file_cell(i)) for j=1:length(y1) if(y1(j)== > ) got=j-3 end end y= for k=1:got y(k)=y1(k) end [a,b,c,d]=filepar
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1523
    • 提供者:thinkingbig4
  1. loadwav

    0下载:
  2. Function LOADWAV: loading of WAV-formated signal to vector. Usage: sig=loadwav(filename[,channels,length])
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:681
    • 提供者:horac
  1. HOGCalculator

    0下载:
  2. HOG calculator, takes filename as input and calculates Histogram of oriented gradients from the input image.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:980
    • 提供者:amol
  1. MATLAB-7.x

    0下载:
  2. matlab 7.x程序设计一书的源程序。第一篇绘图与句柄式图形,第二篇 图形化使用者界面,第三篇 深入活用MATLAB Compiler-matlab 7.x programming book source. First drawing and handle graphics, graphical user interface, second, third depth utilize MATLAB Compiler
  3. 所属分类:matlab

    • 发布日期:2017-05-28
    • 文件大小:11342086
    • 提供者:王大为
  1. xpdf3.02_pl5

    0下载:
  2. 最新(2011年3月)的xpdf3.02_pl5,投国际会议最终修改稿必备的工具,将matlab产生的figure保存为【内嵌字体】的eps文件 需要安装到: c:\program files\xpdf matlab内部的命令为: export_fig filename.eps -eps -The most recently (March 2011) xpdf3.02_pl5, essential tools for the final submission o
  3. 所属分类:matlab

    • 发布日期:2017-05-10
    • 文件大小:2434080
    • 提供者:刘锐
  1. deleteEmptyExcelSheets

    0下载:
  2. this function erases any empty sheets in an excel document the input fileName is the entire path of the file for example, fileName = C:\Documents and Settings\matlab-this function erases any empty sheets in an excel document the input fileName
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:689
    • 提供者:Hal
  1. iqtread

    0下载:
  2. This function reads a binary .iqt file from the Tektronix RSA3408A Real-Time Spectrum Analyzer and performs amplitude and phase correction. If filename is not specified or is empty, the user is prompted for the filename. A subset
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:4691
    • 提供者:chireti
  1. zip

    0下载:
  2. 完成zip的压缩和解压软件工具,可自填文件名进行解压后的文件名-Completion of zip compression and decompression software tools to extract the filename from the fill after the file name
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:141917
    • 提供者:何月
  1. 2001

    0下载:
  2. mcm 论文This the first in a series of videos that will go through the process of planing and implementation of a simple GUI. Realistically, I would not plan out a GUI this simple, but the idea is to show what my planning process is on a simple example.
  3. 所属分类:matlab

    • 发布日期:2017-05-15
    • 文件大小:3596302
    • 提供者:许许
  1. chebfun_v4.2.2194

    0下载:
  2. Chebfun找到一个类似的问题已经解决了别人使用作为一个模板。这一页将你们连接到几十个这样的模板,称为Chebfun例子。每一个例子是一个M-file生产文本和/或图形输出,执行,在大多数情况下,在少于5秒。你也可以执行的例子,用Matlab命令的出版得到一个包含更多的信息的故事。一类开路(出版(“文件名”))去看在你的屏幕上最快的版本或出版(“文件名”)为一个更好的格式化乳胶版本,它将出现在一个目录叫做html。公布的产量也可直接下载作为一个pdf档案。-The quickest way t
  3. 所属分类:matlab

    • 发布日期:2017-05-17
    • 文件大小:4599270
    • 提供者:jie
  1. 20124922119396

    0下载:
  2. 鸽子加壳软件,保护你的飞鸽传书内容,便于保密-These object files can be linked into your Delphi executables using the {$L filename.obj} directives.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:58864
    • 提供者:赵青
« 12 3 »
搜珍网 www.dssz.com