-
系统下,地球坐标转换的源代码,在WGS
系统下,地球坐标转换的源代码,在WGS-84坐标和北京54坐标之间的一套转换参数,可以全国通用的,在每个地方会不一样,因为它们是两个不同的椭球基准。 // WGS2GK.CPP : C++ version of Ottmar Labonde s WGSDHDN3.PAS with CPU time measurement // compile with MS Visual C++ version 6.0 or do the necessary modifications for your compiler // // Conversion of -system, the Earth coordinates conversion source code, the WGS-84 coordinates and coordinate between Beijing 54 set conversion parameters can be nationwide, in every place to be different, because they are two different ellipsoid benchmarks.// WGS2GK.CPP : C version of Silverstone Labonde s WGSDHDN3.PAS with CPU time measurement// compile with MS Visual C version 6.0 or do the necessary modifications for your compiler//// Conversion of
- 2022-03-26 04:25:06下载
- 积分:1
-
51单片机对IC卡读写程序,对模型sle44使用该卡…
51单片机对IC卡读写程序,使用的卡的型号为SLE4442,有帮助就下。-51 microcontroller IC Card Reader right, the use of the card for the Model SLE4442, help on the next.
- 2022-08-18 03:53:58下载
- 积分:1
-
here with a 11 ICCAVR development of the source code, DEMO plate after debugging...
这里有11个用ICCAVR开发的源代码,经DEMO板调试后已经通过.-here with a 11 ICCAVR development of the source code, DEMO plate after debugging has been passed.
- 2022-03-18 06:35:56下载
- 积分:1
-
8051 and external DVB
8051 单片机和外围 DVB芯片通讯-8051 and external DVB-chip communication
- 2023-02-03 07:45:04下载
- 积分:1
-
4-20MA信号发生器,含电路图,使用说明以及汇编源程序-4-20MA signal generator, including schematics, source code for use as well as the compilation
- 2022-02-02 23:42:22下载
- 积分:1
-
一些C语言单片机程序,有很强的实用性,对初学者很
一些C语言单片机程序,有很强的实用性,对初学者很-Some C language Singlechip procedures, has strong practicality, is for beginners
- 2022-08-09 00:12:07下载
- 积分:1
-
9850
9850驱动
驱动9850产生频率
定义端口等
理解就是了-9850
- 2022-03-26 00:09:48下载
- 积分:1
-
8051 control CF CARD
8051 control CF CARD
- 2022-03-12 16:36:01下载
- 积分:1
-
KeilC51V8.05 Chinese version, with Zhuceji, 2K code without restrictions, no tim...
KeilC51V8.05中文版,带注册机,无2K代码限制,无时间限制,是单片机开发最好的工具之一.-KeilC51V8.05 Chinese version, with Zhuceji, 2K code without restrictions, no time limits, is to develop single-chip, one of the best tools.
- 2022-11-29 05:35:07下载
- 积分:1
-
/* 程序详细功能介绍:
*当按下按键P3.3 ,AT89S51单片机产生“叮咚”声从P3.2端口输出
*程序设计方法
* 1. 我们用单片...
/* 程序详细功能介绍:
*当按下按键P3.3 ,AT89S51单片机产生“叮咚”声从P3.2端口输出
*程序设计方法
* 1. 我们用单片机实定时/计数器T0来产生700HZ和500HZ的频率,根据定时/计数器T0,我们取定时250us,
* 因此,700HZ的频率要经过3次250us的定时,而500HZ的频率要经过4次250us的定时。
* 2. 在设计过程,只有当按下SP1之后,才启动T0开始工作,当T0工作完毕,回到最初状态。
* 3. “叮”和“咚”声音各占用0.5秒,因此定时/计数器T0要完成0.5秒的定时,对于以250us为基准定时2000次才可以。
*/-/* Procedure detailed functional Introduction:* When pressing the button P3.3, AT89S51 Singlechip a
- 2023-01-12 02:35:03下载
- 积分:1