搜索资源列表
ST_Design
- 常用气动函数C++类代码,适用于航空工程计算-common aerodynamic function category C code that applies to aeronautical engineering calculation
satellite1
- 针对卫星姿态控制中的一些常见运算的源码。如,四元素与欧拉角的互换,矩阵之间的运算等-against satellite attitude control of the operation some common source. For example, four elements and Euler angle swap between the matrix, etc.
Fits_mfc_614_sci16
- 本源码是一个用于卫星数据处理的程序,程序把给定的文本和二进制文件按照要求生成fits文件,(fits是国际航空的一种通用格式,其文件可有fv软件打开),此源码运行后,把我上传的intern6中的文件加载,然后自己定义一个搬移目录和产品生成目录,就可以按要求生成fits文件,生成的文件需用专用软件打开,如fv,可以在网上下载(有些大,上传不方便)-this is a source for satellite data processing procedures, procedures have t
C_newtyle
- 航天工程用轨道卡尔曼滤波器,姿态确定传感器组合为轨道罗盘+磁强计,是当前组合中最为常见的,适合于小型卫星-Kalman filter with orbital spaceflight, the orbital attitude determination sensor combination compass+ magnetometers, is currently the most common combination is suitable for small satellites
train-ticket-system
- 简单火车售票系统。简单模拟火车售票的情况。 火车票分为硬座和卧铺,车票还有普通票和学生票-A simple train ticket system. The case of a simple simulation of a train ticket. Divided into the hard seat and sleeper train tickets, train tickets and student tickets also common
vlight
- 订票系统,采用C编辑而成,具有较为常见的订票系统功能,如订票、客舱信息等-Booking system, using C editor from a more common feature of the booking system, such as booking, cabin information, etc.
common
- 仿真驱动软件的开发使用了MultiGen-Paradigm提供的Vega实时三维视景仿真技术,并且利用外部提供的环境模型。-Simulation driver software is developed using Vega, real-time 3D visual simulation technology, provided by MultiGen-Paradigm Inc., and the outer environment models.
class
- 捷联算法的公用函数,是进行捷联航姿算法的必备的公用函数也是组合导航的公用函数-Strapdown algorithm common function is to carry out AHRS algorithms essential public functions are common functions Navigation
daima
- 题目:高速公路计费系统设计 功能:1、在某高速公路出口收费处,对三种类型的车辆计费,大型车每公里0。5元,中型车每公里0。4元,小型车每公里0。3元,来车验条,乘公里数即得该收的款项。在交班时要统计出总金额数。 2、保存:将相关数据写入磁盘文件,便于存、取操作。 分步实施: 1、初步完成总体设计,搭好框架,确定人机对话的界面,确定函数个数; 2、完成最低要求:建立一个只有三个入口的计费系统,并能进行统计计算,打印出报表;
bus
- 汽车票订票系统源码 汽车订票系统,可根据车站发车和目的地进行查询,也可以根据时间查询,然后进行订票,并有退票系统 管理登陆,可以进行数据库维护,添加、删除、修改 汽车信息。 管理员登陆用户名和密码是51aspx/51aspx 源码供winForm学习者参考使用。-Storehouse management system source code system is mainly used in Microsoft' s Ajax library to
airplane
- 民航订票系统,适用于大学C语言课程设计,可以实现订票、退票、查询等常用功能,且代码易懂。-Civil aviation reservation systems, apply to the University of the C language curriculum design, booking, a refund, query and other common functions can be achieved, and to understand the code.
Electronic-Leveling--System
- 后处理系统采用Visual Basic语言编写,由窗体,模块,类模块构成。主要分为参数设置模块,数据导入模块,粗差探测模块,数据显示模块,数据导出模块共五大模块,软件通过读取多种电子水准仪观测原始文件,提取出有效数据,并形成“预处理.txt”作为公共数据接口,再进行粗差探测,在粗差探测过程中,可以在参数设置模块手动设置等级限差,完成后显示水准观测手簿,最终导出水准观测手簿成多种形式,比如多种Excel,TXT格式的文件,同时生成水准概算表。 高精度电子水准仪观测数据后处理系统能处理:
quchu-qushixiang
- 信号的积分过程中,通常会有积分漂移和趋势项。针对常见的积分漂移,编写了算法进行解决。-The signal integration process, there is usually integral drift and trend. Drift for common points, to write the algorithm to resolve.
Kalman_matlab
- Kalman滤波原理及源码matlab,常见的函数实现方法-Kalman filtering principle and source matlab, common function method
LINDAI_TRANS
- 重点在测量学中常见的邻带坐标转换程序,可直接使用-Focus on surveying the common neighborhood with coordinate conversion process can be used directly
CAN
- 汽车嵌入式工程中配置CAN局域网总线单片机的底层通用的程序。初始化收发器、CAN接收和发送中断等等。-Automotive embedded engineering LAN configuration CAN bus microcontroller underlying common procedure. Initialization transceiver, CAN receive and transmit interrupt and so on.
OpenVSP-master
- 开发环境不仅有c++还有opengl等等. openvsp是参数化飞机几何工具。openvsp允许 用户创建一个共同的工程定义的飞机三维模型 参数。该模型可以加工成适当的格式. 此文件是openvsp的源代码. openvsp本体软件下载地址为http://www.openvsp.org/-openvsp is a parametric aircraft geometry tool. openvsp allows users to create a common projec
CFDP_2
- 通过matlab,对于深空通信的通用协议的仿真,使得对于深空协议的理解更深刻-By matlab, the simulation of a common protocol for deep space communication, the understanding of the deep space agreement more deeply
TestPolyRegion
- 实现智能公交,电调出租车中常用的区域报警算法,对车辆位置是否在某区域中进行报警,该区域算法对常见的利用射线算法判定区域的算法进行了优化,提高了运算速度。-Intelligent public transportation, electricity area alarm algorithm is commonly used in the taxi, to call the police, whether vehicle location in the document domain algorit
Transcate
- 将民航常用的经纬度转换成墨卡托坐标系下的坐标-The civil aviation common latitude and longitude coordinates converted to Mercator coordinate system
