-
移动机器人摇杆手柄调速中(AD采集),微控制器为MSP430,已成功调试用于机器人上!...
移动机器人摇杆手柄调速中(AD采集),微控制器为MSP430,已成功调试用于机器人上!-Mobile Robot Control in the rocker lever (AD Acquisition), micro-controller for the MSP430, debugging has been successfully used on the robot!
- 2022-07-12 08:03:39下载
- 积分:1
-
教会你PICc的编程技巧,包括PIC的汇编与c,以及一些函数,高效编程技巧...
教会你PICc的编程技巧,包括PIC的汇编与c,以及一些函数,高效编程技巧-church you PICc programming skills, including the compilation and PIC c, and some function, efficient programming skills
- 2023-05-15 10:25:03下载
- 积分:1
-
程序包括的内容是单片机与电脑通过串口通讯的程序,读者可以很容易将此代码移植到自己的系统上。...
程序包括的内容是单片机与电脑通过串口通讯的程序,读者可以很容易将此代码移植到自己的系统上。-Procedures, including the content is single-chip serial communication with the computer through the process, readers can easily transfer this code to your system.
- 2022-02-07 05:06:11下载
- 积分:1
-
C8051F单片机是完全集成的混合信号系统级芯片(SoC),具有与8051兼容的高速CIP...
C8051F单片机是完全集成的混合信号系统级芯片(SoC),具有与8051兼容的高速CIP-51内核,与MCS-51指令集完全兼容,片内集成了数据采集和控制系统中常用的模拟、数字外设及其他功能部件;内置FLASH程序存储器、内部RAM,大部分器件内部还有位于外部数据存储器空间的RAM,即XRAM。C8051F单片机具有片内调试电路,通过4脚的JTAG接口可以进行非侵入式、全速的在系统调试。-C8051F is a fully integrated mixed-signal system-on-chip (SoC), and 8051 compatible with the high-speed CIP-51 core, and MCS-51 compatible instruction set, on-chip integration of the data acquisition and control system used in analog and digital peripherals, and other functional components; embedded Flash program memory, internal RAM, the majority of devices located within the external data memory space of RAM, XRAM. C8051F with on-chip debug circuit, through the four legs of the JTAG interface can be non-invasive, full-speed debugging of the system.
- 2022-03-20 11:16:39下载
- 积分:1
-
PIC24单片机程序示例。
目前这方面的资料较少。自己先顶一下。...
PIC24单片机程序示例。
目前这方面的资料较少。自己先顶一下。-PIC24 Singlechip sample procedures. At present, less information in this regard. Their first top-click.
- 2022-12-26 21:45:08下载
- 积分:1
-
用C51实现的拼音输入法,这是改写的网友 embuffalo、独步上载在www.21ic.com自由发布区的由张凯原作的51上的拼音输入法程序。
原作使用...
用C51实现的拼音输入法,这是改写的网友 embuffalo、独步上载在www.21ic.com自由发布区的由张凯原作的51上的拼音输入法程序。
原作使用了一个二维数组用以查表,我认为这样比较的浪费空间,而且每个字表的索引地址要手工输入,效率不高。所以我用结构体将其改写了一下。就是大家现在看到的这个。
因为代码比较的大,共有6,000多汉字,这样就得要12,000 byte来存放GB内码,所以也是没办法的 :-(
编译结果约为3000h,因为大部分是索引表,代码优化几乎无效。
在Keil C里仿真芯片选用的是华邦的W77E58,它有32k ROM, 256B on-chip RAM, 1K on-chip SRAM (用DPTR1指针寻址,相当于有1K的片上xdata)。条件有限,没有上片试验,仿真而已。
打算将其移植到AVR上,但CodeAVRC与IAR EC++在结构体、指针的定义使用上似乎与C51不太一样,现在还未搞定。还希望在这方面有经验的网友能给予指导。-C51 with the Pinyin input method, which is rewritten netizens embuffalo. Unrivaled www.21ic.com available in the free publication of the original work by Kai-51 on the Pinyin input method procedures . Appreciate the use of a two-dimensional array for the look-up table, I think this is a waste of space. Each of the characters but the index table to manually input address, efficiency is not high. I use the structure to rewrite a bit. We see now is this. Because the code comparison, a total of 6, more than 000 Chinese characters, this must
- 2023-04-01 14:55:03下载
- 积分:1
-
单片机的I2C通讯函数,成功运用于视频处理!
单片机的I2C通讯函数,成功运用于视频处理!-SCM I2C communications function successfully used video processing!
- 2022-03-03 10:44:19下载
- 积分:1
-
这是我用汇编语言编写的计时器程序,通过计算机发命令开始倒计时,其中也有其他功能,但主要是倒计时,比较好用,这是个小程序,穿上来了表心意...
这是我用汇编语言编写的计时器程序,通过计算机发命令开始倒计时,其中也有其他功能,但主要是倒计时,比较好用,这是个小程序,穿上来了表心意-This is the language I used compilation prepared by the timer procedures, through the computer started the countdown orders, which also has other functions, but the countdown is more convenient, it is a small program to put on the table liking
- 2022-05-23 08:45:08下载
- 积分:1
-
51 on the RTOS, the RTOS non
51上的RTOS,该RTOS为非占先式多任务操作系统,如果用户任务的最长执行时间小于 系统节拍时间,则本MiniRTOS要优于占先式TOS。因为本MiniRTOS占用资源小,RAM不超过20字节,程序空间只占为600多字节。-51 on the RTOS, the RTOS non-preemptive multitasking operating system, if the user of the longest task execution times smaller than system beats time, it is superior to the MiniRTOS Preemptive 200040. Because of the small resources MiniRTOS occupation, RAM no more than 20 bytes, procedures only for the space of more than 600 bytes.
- 2022-03-04 12:07:54下载
- 积分:1
-
Coupled Microstrip 耦合微带线
Coupled Microstrip 耦合微带线
- 2023-04-03 14:40:03下载
- 积分:1