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

搜索资源列表

  1. rand_noise_generate

    0下载:
  2. 产生高斯分布的白噪声的方法. 数据输出格式为txt. 可以读取到其它程序中, 作为后续开放使用. -have a Gaussian distribution of white noise method. Data output format txt. Can be read into other procedures, As a follow-up opening.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:7088
    • 提供者:邹海林
  1. 带通fir设计及图形显示比较

    0下载:
  2. 数字带通滤波器的设计过程。共3个源程序。其中,dos.cpp为带通FIR的源程序,其中的滤波器阶数n,滤波器的低频fln,滤波器的高频fhn,窗函数w,可以按照自己的要求改变。这里采用的是汉宁窗。主函数main.cpp实现输入与fir的h(n)的卷积,输出结果Y(n),并将其存储在y.txt中。最后,graphics.cpp从y.txt读取数据,再由语句画出波形,可以清楚地看出计算结果是否正确,并进行比较。-digital band-pass filter design process. A t
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2244
    • 提供者:feide
  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. LabVIEW_read_write_data_txt_and_excel

    0下载:
  2. labView的写入数据到txt,从txt读取数据,读取excel数据。-labView write data to txt, read data from txt, excel to read the data.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:2382473
    • 提供者:李红志
  1. DFT

    0下载:
  2. 从.txt文件中读取数据,并对数据进行傅里叶压缩和变换的操作。-From. Txt file to read data, and data compression and Fourier transform operation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:9292
    • 提供者:雅双
  1. DWT

    0下载:
  2. 从.txt文件中读取数据,并对数据进行哈尔小波变换和压缩操作。-From. Txt file to read data, and data Haar wavelet transform and compression operations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:8269
    • 提供者:雅双
  1. fftbianhuan

    0下载:
  2. test1.txt 第一列为时间t,0.001s为步长;第二列为系统的输入信号;第三列为系统的输出信号。 signal_analyzer.m首先将test1.txt 的数据读入workspace,然后进行FFT,分析出两信号的频率,输出对于输入的幅值衰减(db),输出对输入的相位差。-test1.txt the first time as t, 0.001s for the step the second as the system input signal the third as t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:963
    • 提供者:王将
  1. FFTtransform

    0下载:
  2. 读取TXT文档后,对信号做FFT变换,在同一张图中对比不同信号的FFT结果。-Read TXT document, the signal do FFT transformation, compared with a diagram of the FFT result of different signals.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:3044
    • 提供者:chenjuntang
  1. BestFirstSearch_HeapAlgo

    0下载:
  2. 1. 此程式執行將從路徑讀取一個文字檔 ( 路徑:C:INPUT.TXT ) 2. 執行結束會產生一個排序後的文字檔 ( 路徑:C:OUTPUT.TXT ) 3. 給定的初始盤面一定有解 本程式採用的演算法策略為Best-first search with branch-and-bound algorithm 1. 使用Max heap 實作Priority queue 2. 使用bound function 估計目前盤面走至答案最少需要幾步 第一部分 所謂 h
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1926
    • 提供者:zelda
  1. JavaApplication2

    0下载:
  2. Java Shannon Fano Algorithm , encryption and decryption. CitireBit.java read bit by bit from text/bmp file Compara.java compares 2 bits In.txt it s the in file for the interface and algorithm Interfata.java it s the interface file Nod.java
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:230157
    • 提供者:dark
  1. greedyselector

    0下载:
  2. 算法分析与设计,贪心算法解决活动安排问题,从data.txt文件中读取所要安排的活动的数量和活动的开始和介绍时间,输出选择的活动,在安排活动的过程中不移动活动的顺序。-Number of algorithm analysis and design, greedy algorithm for solving activities arrangements, from the the data.txt file read to arrange activities and the activitie
  3. 所属分类:Algorithm

    • 发布日期:2017-11-17
    • 文件大小:1214074
    • 提供者:fengjing
  1. Guass-Seidel

    0下载:
  2. Guass-Seidel计算方法,把.c 文件放入codeblocks环境下,c.txt放在同一项目下,读取文件c.txt可以直接读取数据,运行直接得出结果。-Guass-Seidel calculation method, the c file into codeblocks environment, c.txt on the same project, read file c.txt can read data directly, run directly to the outcome.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-16
    • 文件大小:10171
    • 提供者:裴裴
  1. Fermat_RSAkey

    1下载:
  2. 从RSAkey.txt中读取已生成的RSA密钥,形如n=pq(p和q皆为素数)的大整数,采用费马因子分解法对其分解,输出分解的结果和所费时间(单位为秒)。-Read from the RSAkey.txt RSA key, shaped like a large integer n = pq (p and q are prime numbers), using Fermat factorization method, decomposition, output decomposition res
  3. 所属分类:Algorithm

    • 发布日期:2017-11-06
    • 文件大小:1243
    • 提供者:关浩宇
  1. txt2LMS

    2下载:
  2. 将txt数据转换为LMS test.lab软件所能接受的格式-Change the txt format file to Unv file which can be read into the famous vibration test software LMS test.lab
  3. 所属分类:Algorithm

    • 发布日期:2014-11-13
    • 文件大小:1024
    • 提供者:
  1. file-read

    1下载:
  2. c++ 读取txt文件正两列数据,存放于一个二维数值中,方便程序使用中调用数据!程序简单明了!-read txt file,and store it in a two-dimensional array。
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:953999
    • 提供者:肖波
  1. read-grade-calculate-average-grade

    0下载:
  2. 可以从一个txt文件中读取出若干个学生的各科成绩,并且计算出每科的平均成绩。对学生的成绩进行排序,还可以显示出每科的最高分。并且可以生成txt文件把这些结果用储存起来。-It can read a number of students grades in all subjects a txt file, and calculate the average score for each subject. Sort on student achievement, but also can sho
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1382
    • 提供者:唐欢
  1. MATLAB-TXT

    0下载:
  2. 本程序主要用于matlab读写txt文档-This procedure is mainly used for TXT read and write matlab document
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1817
    • 提供者:anytao
  1. fileRead

    0下载:
  2. matlab文件读取功能实例,读取、存储txt文件-read and write txt files in matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1257
    • 提供者:tpzang
  1. Rdata

    2下载:
  2. 用于批量读取光谱数据,如近红外光谱、拉曼光谱、红外光谱等,格式可以是txt,csv等。(Used to read spectral data in batches and generate matrix)
  3. 所属分类:数学计算

    • 发布日期:2018-01-02
    • 文件大小:140288
    • 提供者:猪8986
  1. f

    0下载:
  2. 雨流计数法 读取txt文档中的2列数组,利用雨流计数法查找节点,输出原图像、极点图像、节点图像(Rain flow counting method Read out the 2 column array in the txt document, use the rain flow counting method to look up the node, output the original image, the pole image, the node image.)
  3. 所属分类:数学计算

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:malvina
« 12 »
搜珍网 www.dssz.com