-
"Office2000 Internal COM programming plug
《Office2000下内部COM插件的编程实现》配套代码。-"Office2000 Internal COM programming plug-in" complementary code.
- 2022-04-21 00:58:56下载
- 积分:1
-
惯性导航、自主导航、组合导航、
利用惯性元件(加速度计)来测量运载体本身的加速度,经过积分和运算得到速度和位置,从而达到对运载体导航定位的目的。组成惯性导航系统的设备都安装在运载体内,工作时不依赖外界信息,也不向外界辐射能量,不易受到干扰,是一种自主式导航系统。惯性导航系统通常由惯性测量装置、计算机、控制显示器等组成。惯性测量装置包括加速度计和陀螺仪,又称惯性测量单元。3个自由度陀螺仪用来测量运载体的3个转动运动;3个加速度计用来测量运载体的3个平移运动的加速度。计算机根据测得的加速度信号计算出运载体的速度和位置数据。控制显示器显示各种导航参数。按照惯性测量单元在运载体上的安装方式,分为平台式惯性导航系统(惯性测量单元安装在惯性平台的台体上)和捷联式惯性导航系统(惯性测量单元直接安装在运载体上);后者省去平台,仪表工作条件不佳(影响精度),计算工作量大。
- 2022-01-25 21:11:01下载
- 积分:1
-
windows核心编程源程序
windows核心编程源程序-windows core programming source
- 2022-02-21 12:46:15下载
- 积分:1
-
中缀表达式的C++实现,包括多个实用头文件
中缀表达式的C++实现,包括多个实用头文件-Infix expressions C++ implementation, including a number of practical header files
- 2022-05-07 17:01:11下载
- 积分:1
-
改代码可实现wince button上帖png透明图片,Bitmap或icon当然也可以。该Button类从CCeButtonST(只能加载icon)修改而来。
改代码可实现wince button上帖png透明图片,Bitmap或icon当然也可以。该Button类从CCeButtonST(只能加载icon)修改而来。-Changed code can be realized with wince button on png transparent image, Bitmap or icon can also be of course. The Button Class from CCeButtonST (can only load the icon) modified from.
- 2023-04-12 21:05:03下载
- 积分:1
-
SilverlightImgLoader,展示siverlight下载图片的进度
SilverlightImgLoader,展示siverlight下载图片的进度-SilverlightImgLoader, download pictures show the progress of siverlight
- 2022-03-25 14:31:25下载
- 积分:1
-
The program is mainly from a technical point of view, for the plant specific env...
本方案主要是从技术角度,针对工厂的具体环境,说明工程要完成两个子系统:考勤、消费的实现。
考虑到局域网已经全面覆盖了工厂,而基于TCP/IP通信方式的设备具有诸多优势,比如速度快、安装灵活、维护方便等,这都是基于传统的RS485通信方式的设备不具备的优点。在方案中全面采用基于TCP/IP通信方式的考勤机和消费机等设备。
-The program is mainly from a technical point of view, for the plant specific environment, explaining the project to complete the two subsystems: attendance, consumption achieved. Taking into account the local area network has been fully covered by the factory, but based on the TCP/IP communication device has many advantages, such as speed, installation flexibility and easy maintenance, etc., which are based on the traditional means of communication RS485 device does not have advantages. Fully in the program based on TCP/IP communications attendance machines and consumer machines and other equipment.
- 2022-03-11 23:58:10下载
- 积分:1
-
这个文档是一个很规范的c++程序设计指导,能让我们快速入门。...
这个文档是一个很规范的c++程序设计指导,能让我们快速入门。-This document is a very regulated c++ programming guide, allow us to get started.
- 2023-07-05 03:50:03下载
- 积分:1
-
simulation for chemo
simulation for chemo-taxi, the movement of bacteria towards higher
concentration of food based on biased random walk.
- 2022-05-22 06:19:30下载
- 积分:1
-
题目:有一个已经排好序的数组。现输入一个数,要求按原来的规律将它插入数组中。
1. 程序分析:首先判断此数是否大于最后一个数,然后再考虑插入中间的数的情况,...
题目:有一个已经排好序的数组。现输入一个数,要求按原来的规律将它插入数组中。
1. 程序分析:首先判断此数是否大于最后一个数,然后再考虑插入中间的数的情况,插入后
此元素之后的数,依次后移一个位置。
2.程序源代码:-Title: already have a good sequence of the array row. Now enter a number of requirements in accordance with the laws of the original array to insert it. 1. Program analysis: First, to determine whether this number is greater than the last few, and then inserted between a few to consider the case, insert the following after the element number, followed by one position after the shift. 2. Program source code:
- 2022-04-08 06:57:14下载
- 积分:1