搜索资源列表
Chap3
- 是C#写的一个实用系统,大家可以互相借鉴,参考,望多多交流-is written in C# a practical system, we can learn from each other, reference, look interact more
ST_Design
- 常用气动函数C++类代码,适用于航空工程计算-common aerodynamic function category C code that applies to aeronautical engineering calculation
tingchechangchengxu
- 该程序在VC++和C环境下都可运行,上传时我用的DOC上传的大家使用时可把该文本中的程序直接复制到相应的环境下就可以运行-procedures in the VC and C environment can be run, I used to upload the DOC uploaded when you can use the version of the copy directly to the corresponding environment can be running
license_orientation
- 车牌定位---VC++源代码程序 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|
JIELIAN
- 初始对准的c算法源码,实现捷联惯导的静基座初始对准-c initial alignment algorithm source code, achieving SINS the static base initial alignment
shengjingwangluo(c)
- 这是个人根据别人的神经网络程序改编的c神经网络源程序
C
- C语言做的课程设计飞机定票系统,不完善处请高手指点
SINS-Alignment(C)
- 捷联惯导初始对准的C程序,包括静基座和动基座。-Initial Alignment of SINS C procedures, including stationary base and moving base.
vrptm.rar
- 带时间窗的车辆路径问题的粒子群算法,用c++编写的程序来实现。,With time windows of the vehicle routing problem of particle swarm optimization, using c++ Preparation procedures to achieve.
imu_ahrs
- 基于IMU(三轴角速率、三轴加速计和三轴磁场)的方位姿态解算系统(ahrs),基于C语言开发,VC 6.0编译器,可方便的移植到其他环境。-Based on the IMU (three-axis angular rate, three-axis accelerometer and three-axis magnetic field) to locate gesture Solution System (ahrs), based on C language development, VC 6.0
飞机订票系统课程设计源代码c++
- c++.飞机订票系统课程设计源代码-c++. aircraft booking system curriculum design source code
bus-sys-C
- C语言公交车查询系统,可使用VC++6.0编译-bus
PID-control-C-demo
- PID控制的c语言源程序,稍加修改可以应用于控制系统-PID control c-language source code, slightly modified control system can be applied to
transportation-applications(C)
- 机票预定系统,C语言制作的简单的飞机票预定系统-transportation applications
C-ticketsell
- C语言开发的火车票售票系统,包括,管理员和售票员,有登录管理,数据写在文件里,没有用到数据库-C development train ticket sell ,include manager and seller ,all data write in files ,no SQL
STM32-GPS.C
- gps数据解析并显示,完整的C++源代码,可以获取位置和卫星状态信息-gps data analysis and display, complete C++ source code, you can get position and satellite status information
C-program-of-PID-algorithm
- 本文件详细说明了PID算法Matlab仿真程序和C程序-Matlab simulation program and C program of PID algorithm
C
- 工程中有限元方法应用,先用MSC.Patran进行模拟与仿真,再利用C程序代码进行对比验证(基于一些案例)-Engineering Finite Element Method, first with MSC.Patran simulation and simulation, reuse C code comparison verification (based on the number of cases)
C curve fuel economy&power
- 采用4 挡变速器参数画出C 曲线。 其中,横坐标“燃油经济性”采用NEDC 循环行驶工况油耗,纵坐标“动力性”采用0~80km/h 原地起步加速时间;主传动比的值分别为4.82、5.3、5.83、6.12 和6.43。(The C curve is drawn by the parameters of the 4 gear transmission. Among them, the "fuel economy" of the transversal "fue
c语言无人车
- 实现无人小车的轨迹指导。代码用vs编写,已有工程文件。