-
ali source
描述:将UTM坐标向量转换为纬度/经度向量的函数(WGS84)。
- 2022-12-15 18:00:04下载
- 积分:1
-
基于Keil+HJTAG+LPC214x的(Human Interface Device)HID类USB开发例程,不需要驱动,烧入直接可识别。程序有注释,可根据
基于Keil+HJTAG+LPC214x的(Human Interface Device)HID类USB开发例程,不需要驱动,烧入直接可识别。程序有注释,可根据需要更改。-Based on Keil+ HJTAG+ LPC214x the (Human Interface Device) HID type USB to develop routines, do not need to drive, burned into the direct identifiable. Procedures have the Notes may be in need of change.
- 2022-06-03 17:29:38下载
- 积分:1
-
这是一个不到2000行的操作系统,巧妙地利用ARM9 CPU的内存管理单元(MMU)实现进程的切换。ARM9的4G虚拟地址可分成128个进程空间,每个32M。虽...
这是一个不到2000行的操作系统,巧妙地利用ARM9 CPU的内存管理单元(MMU)实现进程的切换。ARM9的4G虚拟地址可分成128个进程空间,每个32M。虽然它们的虚拟地址(VA)都是0-(32M-1),但是对应的MVA(Modified vitual address,由虚拟地址VA和进程号PID组合而来)不一样,设置MVA对应的页表指向不同物理地址就可以很方便地让各进程运行空间相互隔开。代码很少,注释丰富,希望能对想理解操作系统、了解ARM体系结构的朋友有所帮助。
-This is a trip of less than 2000 operating system, cleverly using ARM9 CPU memory management unit (MMU) to achieve the switching process. ARM9 4G virtual address can be divided into 128 process space, each 32M. While their virtual address (VA) are 0- (32M-1), but the corresponding MVA (Modified Virtual address, and by the virtual address VA and the process of portfolio from PID) not the same, set MVA corresponding page table at the different physical address can be very easy to let the the process of separating the mutual operation of space. Code rarely Notes rich, in hopes of understanding the operating system, understanding the ARM architecture friends help.
- 2023-01-15 10:50:03下载
- 积分:1
-
arm汇编手册中文版
arm汇编手册中文版-arm compilation manuals Chinese version
- 2022-03-11 00:07:49下载
- 积分:1
-
arm开发详解1
arm开发详解1-8-arm 1-8
- 2022-03-07 12:23:30下载
- 积分:1
-
ARM处理器软中断处理。a_swi.s文件是最开始处理的SWI句柄,用ARM汇编指令编写。c_swi.c文件是在执行a_swi.s文件之后调用执行的C语言SWI...
ARM处理器软中断处理。a_swi.s文件是最开始处理的SWI句柄,用ARM汇编指令编写。c_swi.c文件是在执行a_swi.s文件之后调用执行的C语言SWI句柄。 -ARM processor soft interrupt handling. a_swi.s document is the beginning of the SWI handler deal with the preparation of ARM compilation directives. c_swi.c document is in the implementation of a_swi.s document called the C language implementation of SWI handler.
- 2022-08-15 19:44:28下载
- 积分:1
-
arm7 移植
ucosII TO ARM7 的详细教程
及原码
arm7 移植
ucosII TO ARM7 的详细教程
及原码-ARM7 transplant ucosII TO ARM7 detailed guide and the original code
- 2022-01-26 04:40:38下载
- 积分:1
-
编码器DSP TMES320LF2407程序
编码器DSP TMES320LF2407程序-encoder DSP TMES320LF2407 procedures
- 2022-02-15 06:07:06下载
- 积分:1
-
PIC SINGLE-CHIP KEYSTROKE TEST
包括仿真电路及C程序,参考《PIC单片机入门和实战》。按键检测原理:PORTB的高4位设置为输入模式,且开启内部若上拉功能,这样,PORTB的高4位就全都是1,也就是按键的列线全是1,而PORTB的低4位全是0,也就是按键的行线全是0。若有按键按下,那么行线和列线就会连通,按键所在的列线的电压就会拉低,变为0。这个时候,读PORTB,低4位仍然为0 ,但是高四位就会有一位也是0。所以if((PORTB & 0xF0)!=0xF0)可以判断按键是否按下,因为如果按下了,高四位就不全为1。按键扫描,低4位依次输出0,而 低4位的另外3位输出1,那么,当输出0的行线,碰到按键按下的列线,就会将列线的电压拉低,这时候,读PORTB,就会得到按键的行列位置,即按键码。如果输出0的行线,未与按键的列线相连,那么高4位仍然全为1。就继续扫描。KeyCode[]数组中,存储了最近几次的按键码,最多可以存储最近8次,更改数组就可以更改存储大小。若多连接几个数码管,就可以依次显示按键的内容,如同计算器一样
- 2023-06-16 10:20:04下载
- 积分:1
-
luminary 厂家的Stellaris LM3S8962 Evaluation Board 用户手册
luminary 厂家的Stellaris LM3S8962 Evaluation Board 用户手册-luminary manufacturers Stellaris LM3S8962 Evaluation Board User Manual
- 2022-02-09 11:08:21下载
- 积分:1