-
地球潮汐改正模型,可用于精密单点定位(precise point positioning)...
地球潮汐改正模型,可用于精密单点定位(precise point positioning)-The Earth tidal correction model can be used for precise point positioning (precise point positioning)
- 2022-02-04 14:11:04下载
- 积分:1
-
u_reg H”。
u_reg.h"
void Delay_MS(unsigned int ms)
void main()
{
asm(" STM #0000h,CLKMD ")
while(*CLKMD & 0x01 )
asm(" STM #40C7h,CLKMD ") //设置CPU运行频率=100M
/* 40C7h:5*clkin =100M
30c7h:4*clkin =80M
20c7h:3*clkin =60M
10C7h:2*clkin =40M
*/
asm(" stm #4240h, SWWSR ")
//2 wait except for on-chip program 1
asm(" stm #00a0h, PMST ") //MP/MC = 0, IPTR = 001,ovly=0
asm(" stm #0802h, BSCR ")
asm(" STM #0h,IMR ")
while(1)
{
Delay_MS(500)
asm(" RSBX XF ")
Delay_MS(500)
asm(" SSBX XF ")
}
-sdqwd
- 2022-02-04 22:56:44下载
- 积分:1
-
.net实现的类似于office 2007的robbon风格的控件。
.net实现的类似于office 2007的robbon风格的控件。-. net realized similar to office 2007 the robbon style controls.
- 2022-04-22 05:09:41下载
- 积分:1
-
graph2d_src.zip example of an application, because it was passed a formerly code...
graph2d_src.zip的一个应用例子,因为有人传了那个原码,我就不废话了!-graph2d_src.zip example of an application, because it was passed a formerly code, I do not nonsense!
- 2022-02-09 13:42:07下载
- 积分:1
-
这是一个模拟操作系统 其中有进程管理 内存管理 文件管理 我觉得不错...
这是一个模拟操作系统 其中有进程管理 内存管理 文件管理 我觉得不错-This a VB simulativing OS,it can do process management,memory management and file management.
- 2022-07-17 14:38:56下载
- 积分:1
-
提取outlook电子邮件附件
这是源代码中提取电子邮件附件 Microsoft outlook。欢迎下载,试用。谢谢您的支持 !
- 2022-06-27 14:46:03下载
- 积分:1
-
VC++系统中对自己编制的代码进行白盒测试的VC代码类及例子
VC++系统中对自己编制的代码进行白盒测试的VC代码类及例子-VC system of the code was developed for the White Box VC category code and examples
- 2023-06-14 02:40:03下载
- 积分:1
-
该源码的功能是实现顺序表的插入删除查找功能的,自己编的哦,应该没有问题的,大家可以参考...
该源码的功能是实现顺序表的插入删除查找功能的,自己编的哦,应该没有问题的,大家可以参考-The source function is to realize the order of the table insert delete search function, the own Oh, there should be no problem, everyone can refer to
- 2023-07-13 11:00:03下载
- 积分:1
-
内存驻留程序的基本思想就是让程序一直停留在内存中,不断的执行特定的命令。但内存驻留如何被执行呢?一般地,内存驻留程序都是通过修改BIOS或DOS的系统中断向量表...
内存驻留程序的基本思想就是让程序一直停留在内存中,不断的执行特定的命令。但内存驻留如何被执行呢?一般地,内存驻留程序都是通过修改BIOS或DOS的系统中断向量表来实现的。比如修改向量表中16H位置的中断(这个中断接收键盘的按键,在DOS中,按键按下,这个中断就会被调用),让其指向我的程序,这时若有按键被按下,则执行的是我的程序。-The basic idea is to let procedure has to remain in the memory and keeps the implementation of specific orders. But the presence of memory how to be executed? Generally, the memory presence procedures are revised BIOS or DOS systems to scale interruption to achieve. For example, changes to the set-16H location of the interrupt (the keyboard interrupt reception of keys, DOS, press the button, the suspension will be called), let me point to the procedure, if time was pressing the button, I was the implementation of the procedures.
- 2022-03-07 21:10:22下载
- 积分:1
-
OPC test code 1.0
OPC 测试代码1.0-OPC test code 1.0
- 2022-04-18 02:33:53下载
- 积分:1