-
Basis in the transplant s3C44b0 note, online resources, and share
uclinux 在s3C44b0上的移植说明,网上资源,与大家共享-Basis in the transplant s3C44b0 note, online resources, and share
- 2022-01-26 05:18:21下载
- 积分:1
-
MSP430通用的单片机驱动程序源代码,内部FLASH读写函数
MSP430通用的单片机驱动程序源代码,内部FLASH读写函数。MSP430是TI公司推出的16bit超低功耗单片机。
- 2022-03-25 22:55:09下载
- 积分:1
-
温度传感器SHT11的例程
该源码为温度传感器SHT11的代码,可以实现使用SHT11测量温度数值,送给那些研究这个的孩子。
- 2022-07-24 22:06:10下载
- 积分:1
-
digital clock shows the specific functions in the document home, please refer to...
数字钟可以说明的具体功能都在文件家中,请仔细参阅,希望大家可以相互学习,共同进步-digital clock shows the specific functions in the document home, please refer to carefully hope that we can learn from each other, common progress
- 2022-03-24 15:15:17下载
- 积分:1
-
nds on the famous DSOrganize 2.8 latest source code. Is worth studying.
nds上大名鼎鼎的DSOrganize 2.8最新源代码。很值得研究。-nds on the famous DSOrganize 2.8 latest source code. Is worth studying.
- 2022-10-14 11:10:03下载
- 积分:1
-
Perfect Example for Embedded
Perfect Example for Embedded-C begineers
Explaining use of Data types, Storage class specifiers.
The following code will not immediately run. After being debugged, you are to run this code in the MPLAB environment as outlined in the procedure.
This code, when working, will be a very simple program that initializes two variables, runs a loop, and stops. The variables are Fahrenheit and Celsius representing the two common units of Temperature. The loop walks Fahrenheit through all integers between -212.0 and +212.0 while setting the respective Celsius value each step of the way.-Perfect Example for Embedded-C begineers
Explaining use of Data types, Storage class specifiers.
The following code will not immediately run. After being debugged, you are to run this code in the MPLAB environment as outlined in the procedure.
This code, when working, will be a very simple program that initializes two variables, runs a loop, and stops. The variables are Fahrenheit and Celsius repr
- 2022-03-02 19:58:08下载
- 积分:1
-
基于AT91RM9200的中断例程
基于AT91RM9200中断例程-interrupt routines based on the AT91RM9200
- 2022-02-10 03:57:43下载
- 积分:1
-
本原代码集是对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。出于简化编程的考虑,...
本原代码集是对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。出于简化编程的考虑,许多地方指定了常数,未做通用处理。解压缩后建立gui16目录,在其下有原代码和工程文件。在gui16下建立release目录,其下有一可执行文件及其所须的位图及模型文件。如在release目录之外执行程序,必须复制所需位图及模型文件。内含-primitive code of computer graphics programming practice, including painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing polygon, rectangle filling, polygon filling, 3D transformation, lighting, textures, etc.. To simplify programming for consideration, in many places designated constant, GM declined to handle. Decompress gui16 established after the catalog under the original code and engineering documents. Established in gui16 release directory, under which an executable file and the necessary bitmap, and model documents. If the release catalog implementation procedures, must copy the necessary bitmap and model documents. Intron
- 2022-08-10 19:00:29下载
- 积分:1
-
EOS 1.11.4 VeriFone
应用背景警告:不要在ARM9!!!如果你不知道它是什么,不要使用!!!最小VeriFone操作系统:240这是一个VeriFone EOS。兼容COM ARM11只!关键技术EOS包 ;-扩展操作系统(EOS)包扩展你的操作系统提供的功能如网络功能和非接触式EMV。EOS可以单独下载从核心操作系统
- 2023-05-20 01:20:03下载
- 积分:1
-
DS18B20加数码管构成温度检测
我们在入门阶段,一般面对的设计都是单一的简单的任务,流程图可以如图1所示,通常会用踏步循环延时来满足任务需要。面对多任务,稍微复杂的程序设计,沿用图1的思想,我们会做出如图2所示的程序,在大循环体中不断增加任务,通常还要用延时来满足特定任务节拍,这种程序设计思想它有明显的不足,主要是各个任务之间相互影响,增加新的任何之后,以前很好的运行的任务有可能不正常,例如数码管动态扫描,本来显示效果很好的驱动函数,在增加新的任务后出现闪烁,显示效果变差了。
- 2023-06-03 12:15:03下载
- 积分:1