登录
首页 » 操作系统 » GFSINS system angular velocity solver, based on the six

GFSINS system angular velocity solver, based on the six

于 2022-07-24 发布 文件大小:1.28 kB
0 67
下载积分: 2 下载次数: 1

代码说明:

无陀螺捷联惯导系统角速度解算,基于六加速度计立方体模型。-GFSINS system angular velocity solver, based on the six-accelerometer cube model.

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

发表评论

0 个回复

  • QNX 下 Freescale MPC8641DHPCN 开发板的板级支持包
    QNX 操作系统下 Freescale MPC8641DHPCN 开发板的板级支持包-QNX operating system Freescale MPC8641DHPCN development board of the Board Support Package
    2022-01-22 00:03:44下载
    积分:1
  • Minix the mpx386.s Notes
    minix的mpx386.s注释-Minix the mpx386.s Notes
    2023-04-15 11:05:03下载
    积分:1
  • 实验:用信号量解决producer & consumer问题。 包括: WIN ProCon(1).cpp WIN ProCon(2).cp...
    操作系统实验:用信号量解决producer & consumer问题。 包括: WIN ProCon(1).cpp WIN ProCon(2).cpp LINUX ProCon.c-Operating System Experiment: Using Semaphores solve the producer & consumer issues. Include: WIN ProCon (1). Cpp WIN ProCon (2). Cpp LINUX ProCon.c
    2022-04-12 20:36:01下载
    积分:1
  • 第一次实验业,一个模拟若干售票网点的售票程序
    操作系统第一次实验作业,一个模拟若干售票网点的售票程序-Operating system first experiment operations, a simulation of a number of ticket outlets ticketing procedures
    2022-03-17 06:31:19下载
    积分:1
  • Playing
    Playing-with-OS 自己开发操作系统-Playing-with-OS its own operating system
    2022-03-07 00:12:23下载
    积分:1
  • 兔子吃草
    #include "stdafx.h" #include #include #include /*信号量的定义,它是负责协调各个线程, 以保证它们能够正确、合理的使用公共资源。 用于控制进程间的同步与互斥*/  typedef HANDLE Semaphore;  Semaphore g_semBuffer,g_semGlass, g_mutex; //mutex 为互斥锁  // 利用 Windows 下的 API 函数(视窗操作系统应用程序接口)来定义 P、V 操作  #define P(S) WaitForSingleObject(S,INFINITE) #define V(S) ReleaseSemaphore(S,1,NULL) #define rate 1000  #define CONSUMER_NUM 4 // 消费者个数 #define PRODUCER_NUM 4 // 生产者个数 #define BUFFER_NUM 4 // 缓冲区个数  char *thing[4]={"glass1","glass2","glass3","glass4"}; //公共的队列缓冲区  struct Buffer {  int product[BUFFER_NUM];  int front,rear;  }g_buf; //兔子线程 DWORD WINAPI Rabbit(LPVOID para)  {  int i =*(int*)para; //第 i 只小白兔&
    2022-05-23 06:18:02下载
    积分:1
  • 国外开发的著名分布式mach的有关线程文章,很有参考价值...
    国外开发的著名分布式操作系统mach的有关线程文章,很有参考价值-developed abroad MACH-distributed operating system threads of the articles of great reference value
    2022-02-03 15:24:36下载
    积分:1
  • rc500的代码, rc500的代码
    rc500的代码, rc500的代码-rc500 code rc500 code, the code rc5
    2022-10-15 17:30:02下载
    积分:1
  • 、课设内容及步骤 1. 消化课设算法思想及样本程序 给出对应模块(函数)的流程图 2. 编制 建立、删除、打开、关闭、读、写 函数 3. 准备调...
    、课设内容及步骤 1. 消化课设算法思想及样本程序 给出对应模块(函数)的流程图 2. 编制 建立、删除、打开、关闭、读、写 函数 3. 准备调试数据(至少两个用户,若干文件),能实施多个命令操作 4. 上机编辑、编译源程序,并进行调试 5. 利用准备好的调试数据,运行测试程序, 观察运行结果,并作记录和分析 -, Class-based content and Step 1. Digest algorithm based lesson ideas and sample program are given the corresponding module (function) of the flow chart 2. Prepared to establish, delete, open, closed, read, write, function 3. Ready debugging data (at least two users, a number of documents), to implement a number of commands to operate 4. on the machine to edit, compile source code, and debugging 5. preparation good use of debugging data, run test procedures, observing the results, and for recording and analysis
    2022-02-09 14:21:26下载
    积分:1
  • 用VB实现生产者与消费者问题
    用VB实现生产者与消费者问题-VB producer and consumer issues
    2022-06-16 19:29:24下载
    积分:1
  • 696518资源总数
  • 104316会员总数
  • 17今日下载