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

搜索资源列表

  1. readprocess

    1下载:
  2. 在实验中,处理记录数据文件是经常要做的,而用Matlab来处理是我最推崇的,方便快捷,数据文件格式任意设置,均可处理,将数据文本data.txt,用Matlab来处理,用这个小程序做来非常容易,而且处理后得到的图形可直接Copy到各种需要的文件中。-In the experiment, record data processing documents often do, using Matlab to be dealt with me most respected, convenient and
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1kb
    • 提供者:钱坤
  1. OptimizationTipsandTricks

    0下载:
  2. New users and old of optimization in MATLAB will find useful tips and tricks in this document, as well as examples one can use as templates for their own problems. Use this tool by editing the file optimtips.m, then execute blocks of code in cel
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:89.41kb
    • 提供者:阳关
  1. matrix11

    0下载:
  2. Matrix TCL Lite 1.12 This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compil
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:38.76kb
    • 提供者:lxh
  1. A_Matlab_Tour_of_Wavelet_Programming

    0下载:
  2. This document is intended to serve as an introduction to Wavelet processing through a set of Matlab experiments. These experiments will gives an overview of three fundamental tasks in signal and image processing : signal, denoising and compression. T
  3. 所属分类:matlab例程

    • 发布日期:2014-01-18
    • 文件大小:5.78mb
    • 提供者:风帆
  1. C++ Matrix Template Class Library Lite V1.12

    0下载:
  2. This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compiler and include this hea
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:39.07kb
    • 提供者:秦子翼
  1. pls-for-matlab.rar

    0下载:
  2. 偏最小二乘算法在MATLAB中的实现,直接将文件拷贝至matlab文件夹下,即可使用。详细使用方法见代码本身,Partial least-squares algorithm in MATLAB in the realization of a file copy directly to the matlab folder, you can use. See detailed use of the code itself
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:420.29kb
    • 提供者:杨乾栩
  1. emd

    0下载:
  2. matlab的工具箱的安装步骤: 1.解压下载的文件包,将tft/mfile复制到matlab的toolbox文件夹下 2.建立搜索路径,matlab->file->Set Path->Add Folder ->选择mfile文件夹复制到matlab的toolbox的路径->save->close 3.测试是否建立搜索路径成功,在matlab命令窗口打入:which fmsin 返回的结果是你放mfile的正确路径说明建立搜索路径成功。此时
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:665.33kb
    • 提供者:许莉
  1. Kalman11111111

    0下载:
  2. 卡尔曼滤波,在matlab上实现,此为记事本文件,复制到matlab的M文件即可运行-Kalman filter in matlab to achieve this for the Notepad file, copy it to matlab to run M-files
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1.05kb
    • 提供者:默嘉
  1. OFDMMATLAB111111

    0下载:
  2. OFDM仿真程序,在matlab环境下运行,此为记事本文件,复制到matlab的M文件即可运行。-OFDM simulation program, run in the matlab environment, this is Notepad file, copy it to matlab to run M-files.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:122.57kb
    • 提供者:孙凯
  1. hafumanbianma

    0下载:
  2. 此文件是哈夫曼程序源代码,如果程序不能打开,有TXT格式的,复制下,运行就可以了.但文件名要和里面的相同哦,即哈夫曼-This file is Huffman source code, if the program can not open, there TXT format, copy the next run it. But the file name to and inside the same Oh, that is, Huffman
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:12.64kb
    • 提供者:陈琳
  1. matlabsignalprocessingrar

    1下载:
  2. 1.本书包含的实例所使用的源程序清单,文件夹第3章~第7章分别包括各章节内的实例源程序。 2.源程序文件名与所在章节和实例序号对应,如:3_1.m为第三章实例一【例3_1】的源程序。 3.文件夹tftoolbox为2002版的时频工具箱,第六章“非平稳信号分析与处理”需要用到该工 具箱的部分函数。请将其拷贝到用户的MATLAB工作路径(如D:\R2006a\work) 4.各章节的M文件已在MATLAB R2006a环境下调试通过,拷贝到用户的M
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:31.17kb
    • 提供者:ivan
  1. HanoiTowerSequence

    0下载:
  2. 题目大意: 经典的汉诺塔 n个盘编号,从小到大 1..n 问:移动的序列中第k步移的是哪个盘 -Input The first line of the input file is T, the number of test cases. Each test case contains one integer p (1<=p<10^100). Output Output the pth e
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:713byte
    • 提供者:冰淇淋
  1. ptmalloc

    0下载:
  2. 这是一个内存分配管理的程序,用于模拟c对内存的使用-/* Prototypes and definition for malloc implementation. Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software you can redi
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-28
    • 文件大小:57.66kb
    • 提供者:丰占军
  1. FileProgramming

    0下载:
  2. c写的操纵文件的几个小程序,包括文件连接,文件复制,文件加密-c written to manipulate the document in several smaller procedures, including documentation to connect, file copy, file encryption
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4.4kb
    • 提供者:liyang
  1. basic_linux

    1下载:
  2. 编程实现快速排序算法;实现文本文件拷贝函数copy.编写一个程序,要求:输入N个学生学号和成绩,并保存在stu.txt文本文件中,学生成绩进行排序并把排序后的结果输出到score.txt文件中,同时在屏幕上输出高于平均成绩的学生的学号和成绩。编写一个程序找出串str1和串str2的所有最长公共子串。 -Fast sorting algorithm programming text file copy function to achieve copy. Write a program tha
  3. 所属分类:Data structs

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

    0下载:
  2. 有详细说明的手编模拟退火法及其示例,为TXT文件,复制到指定M文件即可运行-Detailed descr iption of the hand for example, simulated annealing and for the TXT file, copy the file to run the specified M
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2.51kb
    • 提供者:郑欢洋
  1. Copy-of-searchco

    0下载:
  2. This file with name Binary search tree create optimal binary search tr-This file with name Binary search tree create optimal binary search tree
  3. 所属分类:Algorithm

    • 发布日期:2017-12-02
    • 文件大小:1.61kb
    • 提供者:Farugh
  1. wenjianchuli

    0下载:
  2. 例程对txt文件进行了筛选,把符合条件的文件拷贝到了另一个文件夹中。程序中有详细注释。使用时请按照自己的文件路劲更改。-Routine screening of txt file, copy the file to meet the requirements of another folder. There are detailed notes program. Please strength change according to its own file road use.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:649byte
    • 提供者:许克磊
  1. Copy.Delete-file

    0下载:
  2. program to delete or copy file computer to another to copy write :GET filename and to delete write :DELETE filename-program to delete or copy file computer to another to copy write :GET filename and to delete write :DELETE filename
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:26.64kb
    • 提供者:huyhhuuh
  1. 2_A---Copy-(2)

    0下载:
  2. MATLAB IMPLEMENTATION OF A RELAY FILE
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:13.66kb
    • 提供者:zephyrx12
« 12 3 »
搜珍网 www.dssz.com