-
Timer
ARM9 s3c2440 timer example
- 2009-08-18 13:00:27下载
- 积分:1
-
ds_2_7
Sequence table to generate sequence
Sequence table to generate sequence(Sequence table to generate sequence Sequence table to generate sequence)
- 2014-11-12 20:33:13下载
- 积分:1
-
寄存器
风驰单片机教程的寄存器版本源码,值得下载学习。(FengChiTianXia microcontroller tutorial register version of the source code, it is worth learning to download.)
- 2017-08-04 15:50:56下载
- 积分:1
-
UnderstandingGPSPrinciplesandApplications
说明: GPS原理与应用:
本书系统、深入地阐述了GPS的各项相关内容,包括其发展背景、基本原理、系统构成、信号特性、接收机信号处理、信道恶化及抗干扰、性能评估、差分技术、与其他传感器的组合和网络辅助、GALILEO及其他卫星导航系统,以及GNSS市场和应用。本书的内容丰富,实用性强,理论分析清楚,工程示例翔实,充分反映了近年来的新技术和新成果,是卫星导航领域的一本优秀参考书。
本书可以作为卫星导航定位及相关领域的系统设计师、算法设计师、软硬件工程师和科技工作者的业务工具书,也可作为高校相关专业教师和研究生教学的教材和参考书。(err)
- 2008-11-18 16:24:36下载
- 积分:1
-
53327311
说明: 基于SYMBIAN手机操作系统,用C++实现的SIP会话发起协议引擎,(Based on SYMBIAN mobile operating system, the SIP session initiation protocol engine is implemented in C language.)
- 2019-04-02 03:12:20下载
- 积分:1
-
51黑论坛_s型加减速
此为S型曲线拟合的步进电机加减速程序,51MCU,keil平台。不是我写的。哈哈(This program is S curve fitting of the step motor add and subtract program. Need 51MCU and KEIL platforms)
- 2020-12-31 10:08:59下载
- 积分:1
-
JinXiaoCun_CSharp_Code
进销存管理系统,c#程序,功能比较完整的进销管理系统(Inventory management systems, c# program, complete management system into the sales)
- 2013-04-03 21:11:02下载
- 积分:1
-
BK9531-BK9532数据手册V1.4
说明: 国产无线通信芯片,KTV,会议,无线麦克风通信射频芯片(Domestic Wireless Communication Chip, KTV, Conference, Wireless Microphone Communication RF Chip)
- 2020-11-21 18:29:36下载
- 积分:1
-
gaojiechafen
本文研究了几类高阶非线性有理差分方程的动力学性质其中主要包括渐进稳
定性、全局渐近性,一致性,有界性。(This thesis addresses the dynamics of higher-order nonlinear rational difference
equations,诵m emphasis on their asymptotic stability,global asymptotic stability,
persistence,and boundedness)
- 2013-05-09 22:35:01下载
- 积分:1
-
银行系统
#include#include#include#include#include#include#include#includeusing namespace std;class Function;class User{public: void get( ); friend class Function; void print(); void PassWord(); void SaveFile(User &); vector StrFunction; User(){} User(int A,string N,int F,string I,string Ad,int T):Accout(A),Name(N),Fmoney(F),ID(I),Address(Ad),Telephone(T){}private: int Accout;//账号 string Name;//姓名 int Fmoney; string ID; string Address; int Telephone; char Pword1[9]; char Pword2[9];};class Function{public: void Saving(User &
- 2022-02-04 18:53:11下载
- 积分:1