登录
首页 » Others » teqc质量分析结果图形展示软件

teqc质量分析结果图形展示软件

于 2020-11-28 发布
0 255
下载积分: 1 下载次数: 1

代码说明:

teqc 的plot files 可以通过此软件进行图形展示,如有问题请指教留言。1. 软件处理的数据格式为COMPACT3格式,老版本的格式并不兼容,请使用最新版本的teqc2. 软件不进行数据处理,仅对teqc输出的结果文件进行图形展示:*.azi - 卫星方位角文件*.ele - 卫星仰角文件*.i12 - d电离层延迟*.d12 - 电离层延迟变化*.m12 - 多路径效应*.m21 - 多路径效应*.sn1 - 载噪比*.sn2 - 载噪比

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 动态分区分配内存管理源代码(附有实验报告)最佳适应算法(Best Fit)循环首次适应算法(Next Fit)
    实验题目设计和实现关于内存管理的内存布局初始化及内存申请分配、内存回收等基本功能操作函数,尝试对用256MB的内存空间进行动态分区方式模拟管理。内存分配的基本单位为1KB,同时要求支持至少两种分配策略,并进行测试和对不同分配策略的性能展开比较评估。最佳适应算法(Best Fit):   它从全部空闲区中找出能满足作业要求的、且大小最小的空闲分区,这种方法能使碎片尽量小。为适应此算法,空闲分区表(空闲区链)中的空闲分区要按从小到大进行排序,自表头开始查找到第一个满足要求的自由分区分配。该算法保留大的空闲区,但造成许多小的空闲区。因为它要不断地找出能满足作业要求的、且大小最小的空闲分区,所
    2020-12-04下载
    积分:1
  • SAR成像算法MATLAB仿真.rar
    【实例简介】关于SAR成像算法仿真的MATLAB源程序,包含RD算法、CS算法、wk算法等~可作为入门及之后的开发之用~具有重要的参考意义~
    2021-11-28 00:36:56下载
    积分:1
  • Doyub Kim Fluid Engine Development.pdf
    ( Doyub Kim Fluid Engine Development.pdf )Doyub Kim Fluid Engine Development.pdfTaylor francisTaylor Francis Grouphttp://taylorandfrancis.comT& F Cat #K25519K25519C000— page l-10/21/2016-17:12LUID ENGINEDEVELOPMENTDOYUB KIM(CRC CRC PressTaylor & fiBoca raton london new yorkCRC Press is an imprint of theTaylor francis Group, an informa businessAN AK PETERS BOOKT& F Cat #K25519—K25519C000- page l-10/21/2016—17:12CRC PressTaylor Francis Group6000 Broken Sound parkway nw, suite 300Boca Raton, FL 33487-274@2017 by Taylor Francis Group, LLCCRC Press is an imprint of Taylor Francis Group, an Informa businessNo clain lo original U.S. Government worksPrinted on acid-free paperVersion date: 20161019International Standard book Number -13: 978-1-4987-1992-6(Pack- Book and ebook)This book contains information obtained from authentic and highly regarded sources. Reasonable effortshave been made to publish reliable data and information, but the author and publisher cannot assumeresponsibility for the validily of all materials or the consequences of their use. The authors and publisherhave attempted to trace the copyright holders of all material reproduced in this publication and apologize toc ht holders if permission to publish in this form has not been obtained If any cocht m aterial hnot been acknowledged please write and let us know so we may rectify in any future reprintExcept as permitted under U.S. Copyright L aw, no part of this book may be reprinted, reproduced, transmitted, or utilized in any form by any electronic, mechanical, or other means, now known or hereafter invented,including photocopying, microfilming, and recording, or in any information storage or retrieval system,without written permission from tblishTorpermissiontophotocopyorusematerialelectronicallyfromthisworkpleaseaccesswww.copyrightcom(http://www.copyright.com/)orcontacttheCopyrightClearanceceNter,inC.(ccc),222RosewoodDrive, Danvers, MA 01923, 978-750-8400. CCC is a not-for-profit organization that provides licenses andregistration for a variety of users. For organizations that have been granted a photocopy license by the CCC,a separate system of payment has been arranged.Trademark Notice: Product or corporate names may be trademarks or registered trademarks, and are usedonly for identification and explanation without intent to infringeLibrary of Congress Cataloging-in-Publication DataNames: Kim, Doyub, author.Title: Fluid engine development/Doyub KimDescription: Boca Raton: Taylor Francis, a CRC title, part of the TaylorFrancis imprint, a member of the taylor Francis group the academicdivision of T&F Informa, plc, [2017] Includes bibliographical referencesnd indIdentifiers: LCCN 2016028981 ISBN 9781498719926(hardback: acid-free paperSubjects: LCSH: Hydrodynamata processing. Fluids--Computer simulaticClassilication: LCC QA911 K485 2017 DDC 532.00285, 66--dc23Lcrecordavailableathttps://icCn.loc.sov/2016028981Visit the Taylor& Francis Webhttp://www.taylorandfrancis.comand the Crc Press Web site athttp!/www.crcpT&FCat#K25519K25519000— page iv-10/21/2016—17:12To my wifeT& F Cat #K25519K25519C000— page v-10/21/2016-1712Taylor francisTaylor Francis Grouphttp://taylorandfrancis.comT& F Cat #K25519K25519C000— page l-10/21/2016-17:12ContentsPresaList of FigureslI1 Basics1.1 Hello. Fluid SinIdulator1.1.1 Defining State1.1.2 Computing Motion1. 1.3 Boundary handling11.4 Visualization11134621.1.5 Final Rcsult1.2 How to read This book121.2.1 Getting the Codes131.2.2 Rcading codcs131. 2.2. 1 Languages131.2.2.2 Source code st131.2.2.3 Naming Conventions141.2.2.4 Constants151.2.2.5 Array151.2.3 Reading math Expressions01.2.3.1 Scalar. Vector and Matrix201.3 Math1.3. 1 Coordinate System211.3.2 Vector211.3.2.1 Basic Operations241.3.2.2 Dot and cross product261.3.2.3 More Operations273.3 Matri1.3.3.1 Basic Matrix Operations1.3.3.2 Sparse Matrix361.3.4 System of Linear Equations371.3.4.1 Direct Methods1.3.4.2 Indirect Methods381. 3.5 Field421.3.5.1 Partial derivative451.3.5.2 GradientT&FCat#K25519—K25519C000— page vll-10/21/2016-17:12Contents1.3.5.3 Divergence481.3.54C511.3.5.5 Laplacian531.3.6 Interpolation561.3.6.1 Nearest point581.3.6.2 Linear Interpolation591.3.6.3 Cat, mull-Rom Spline Interpolation61eometry631. 4.1 Surface671.4.3 Implicit Surface to Explicit Surface1.4.4 Explicit Surface to Implicit Surface1.5 Animation番普721.6 Physics-Based Animation1.6.1 Getting Started771.6. 2 Physics Animation with Example781.6.2. 1 Choosing a Model781. 6. 2.2 Simulation State791.6.2.3 Force and Motion801.6.2. 4 Time Integration871.6. 2.5 Constraints and collisions891.7 Fluid Animation911.7.1 Gravity1.7.2P1.7.3 Viscosity1.7.4 Density Constraint2 Particle-Based Simulation992.1 Seeing the World Like Seurat992 Data Structi2.2.1 Particle System Data1002.2.2 Particle System Example2.2.3 Neighbor1082.2.3.1 Searching Nearby Particlesl092.2.3.2 Caching Neighbors2.3 SOothed Particles116asics2.3.1.1 Kernel1172.3.1.2 Data Model119lerdO1202.3.1.4 Density1212.3.1.5 Differential Operators2.3.2 Dynamics1302.3.2. 1 Solver Over view1312.3.2.2 Pressure gradient Force133T&FCa#K25519—K25519C000— page vil-10/21/2016—17:12Contents2.3.2.3 Viscosity1372.3.2.4 Gravity and Drag Forces1372.3.3 Results and limitations1382.4 Incompressible SPii with Larger Time-Step12.4Predict and correct2.4.2 Implementation2.4.3 Results1472.5 Collision Handling1492.5.1 Defining colliders1502.6 Discussion and further reading1553 Grid-Based simulation1573.1 Pixelating the World1573. 2 Data Structures1573.2.1 Types of grid1593.2.2 Grid System D1663.3 Differential Operators1693.3.1 Finite difference1703.3.2 Gradient1723.3. 3 Divergence1733.3.4 Curl1763.3.5 Lap1783. 4 Fluid simulation1803.4.1 Collision Handling1823.4.1.1 Collider to Signed-Distance Field1823.4.1.2 Boundary Conditions1833.4.2 Advection1873.4.2.1 Semi-Lagrangian Method1883.4.2.2Ing Backg Accurac1923.4.2.3 Improving Interpolation Accuracy1943.4.2.4 Boundary handlingg1963.43G1983.4.4. 1 Solving Diffusion with Forward Euler1993.4.4.2 Stability of diffuusIonSol2013.4.4.3 Solving DiffusiOn with Backward Euler2033.4.4.4 Boundary Handling2083.4.5 Pressure and Incompressibility2113.4.5. 1 Building matrix2143.5 Smoke simulation2203.5.1 Buoyancy Force2223.5.2 Advection and Diffusioll3.6 Fluid with Surface2233.6.1 Defining surfacc on grids233.6.1.1 Tracking the Surface under the Flow263.6.1.2 Reinitializing Signed-Distance Field226T&FCat#K25519—K25519C000— page ix-10/21/2016—17:12
    2021-05-06下载
    积分:1
  • 景观分析软件 apack
    【实例简介】针对大的数据集进行快速的景观指数计算.景观生态学者对比景观的各项景观指数来景观的时空变化,以及预测景观格局效应。APACK设计的目的是为了开发一种有效的程序来计算景观指数,它是由C++语言写的独立执行的程序,在windows平台上运行,支持的数据格式包括ERDAS GIS文件和ASCII文件。 输出的数据由文本文件和电子表格组成。APACK能计算25个景观指数,这些指数主要包括基本指数(如:面积)、信息论指数(如:多样性)、结构指数(如:孔隙度、连通性)
    2021-11-13 00:31:03下载
    积分:1
  • GPS载波相位定位算法研究与仿真.caj
    通过对整周模糊度搜索确定技术的理论分析,根据观测域的不同讨论了几种整周模糊度搜索技术,包括基于观测域的整周模糊度搜索!基于坐标域的整周模糊度搜索和基于模糊度域的整周模糊度搜索;并分别介绍了几种搜索技术中的典型算法,如双频伪距载波相位组合法!模糊度函数法和LAMBDA算法"并重点分析了LAMBDA算法,利用马尔可夫估计,推导了GPS整周模糊度估计矢量和导航定位参数估计矢量的表达式以及相应的协方差矩阵;通过对实际的测量实验获取的数据分析来比较几种GPS整周模糊度确定算法,并对其进行了计算机仿真,认为LAMBDA算法是实现整周模糊度动态确定较为有效的算法;此外,还研究了周跳检测与修复
    2020-12-02下载
    积分:1
  • stm32_j1939
    用STM32写的关于J1939的程序,用于卡车的OBD诊断
    2020-05-29下载
    积分:1
  • IEEE5节点图及其数据
    IEEE5节点图及其数据IEEIEEE5IEEE5节点图及其数据节点图及其数据E5节点图及其数据
    2020-11-28下载
    积分:1
  • matlab实现带权重的线性回归
    一个简单易懂的MATLAB程序实现了带权重的线性回归 程序是基于斯坦福大学吴恩达老师的机器学习公开课
    2020-12-04下载
    积分:1
  • 无参考图像质量评价资料
    该代码是用于质量评价,并且是无参考的,希望对初学者有用
    2020-12-11下载
    积分:1
  • VHDL入门.解惑.经典实例.经验总结
    【实例简介】VHDL入门.解惑.经典实例.经验总结 pdf电子书,学习VHDL的经典教材
    2021-12-04 01:03:26下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载