搜索资源列表
PID
- This file implements a pid controller used to simulator cruise control in a car The input is a throtle value between 0 - 100 ( read on P1 ) The output is the car s speed ( P2 - P0 )
hyplas
- ************************************************************************ * * * * * 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
mcnpdata
- mc 燃耗分析库文件读取 结合burncal一起使用-mc burnup analysis library file read
DFT
- 从.txt文件中读取数据,并对数据进行傅里叶压缩和变换的操作。-From. Txt file to read data, and data compression and Fourier transform operation.
DWT
- 从.txt文件中读取数据,并对数据进行哈尔小波变换和压缩操作。-From. Txt file to read data, and data Haar wavelet transform and compression operations.
ReadspaceAndSimpleCalculate
- 利用專案的方式,將不同功能的切割到不同檔案,主要是要學習如何在專案內學習如何用header以及其他檔案, 並加入了如何將讀到的檔案輸出至特定位置,以及讀檔案時的空白如何處理,利用簡單的運算來表示,同樣對初學者很有幫助!-Use of the ad hoc manner, will be different functions of cutting to a different file, mainly to learn how to learn how to project within the
svdpackc.tar
- svd 算法代码 This directory contains instrumented SVDPACKC Version 1.0 (ANSI-C) programs for compiling within the "svdrun" scr ipt. The "svdsum" scr ipt can be run after all output files of the form <dataset>.outN, where N=1,2,... have been
insert-line
- 线性的插值算法,内涵读取文件,算法实现和写入文件。读取的文件为PARCHG,写入的文件为INSERT_DATA-Linear interpolation algorithm, meaning to read documents, algorithm implementation and write to a file. Read documents PARCHG, written documents INSERT_DATA
insert-lagrange
- 拉格朗日差值算法,内涵读取文件,插值,写入文件,读取文件为PARCHG,写入文件为INSERT_DATA-Lagrangian difference algorithm, meaning to read the file, interpolation, write files, read the file PARCHG, write documents INSERT_DATA
munkres
- 指派问题的匈牙利解法,从文件中读入待指派的数据。-Assignment problem of the Hungarian method, read from a file to be assigned to data.
Level_A
- 编制n元一次方程组求解程序。其中n用全局变量定义,方程中的增广矩阵从文本文件中读入,求解方法用列主元消去法。-The preparation of n-linear equation group solver. Where n using the global variable definition, equation Augmented Matrix read from a text file, solving method principal component elimination me
matrix
- 实现简单方阵的操作。如加,减,乘。运算符重载。文件读取。矩阵随即生成-Simple matrix operation. Such as addition, subtraction, multiplication. Operator overloading. File read. Matrix then generates
mat_io
- 矩阵(包含复数矩阵)的由文件的读入与写出,屏幕输出,列主序-Matrix file read into and write, columns main sequence
read-obs
- 自编读GPS观测站的观测文件,数据输出时间,相位,伪距-read gps observation station file
pro
- matlab处理地震资料的有关比较简单的成程序,segy文件的读取程序及输出segy格式的程序,另外还有雷克子波的程序等-matlab processing seismic data into a relatively simple procedure, segy file read program output segy formats procedures, in addition Leike Zi wave program
SEG-Y-Load-And-Save
- sgy读取/存储程序,用于切割地震记录,Qt界面编写。-sgy file read/save procedures for cutting the seismic records,write in Qt .
greedyselector
- 算法分析与设计,贪心算法解决活动安排问题,从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
file-read
- c++ 读取txt文件正两列数据,存放于一个二维数值中,方便程序使用中调用数据!程序简单明了!-read txt file,and store it in a two-dimensional array。
read-grade-calculate-average-grade
- 可以从一个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
File
- 按一定规律命名的文件批量读取 方便对大量文件的处理 希望对大家有用(File read by batch according to certain rule)