搜索资源列表
OOPCPUML
- 在高焕堂先生的著作《UML+OOPC嵌入式C语言开发精讲》中介绍了高先生及其MISOO团队创作的lw_oopc宏。 在研读这套宏的过程中,我发现高先生提供的这套宏还过于简陋,不能够优雅地支持面向接口编程。 经过认真钻研,我对原有的这套宏进行了扩充和改良,得到了lw_oopc宏的升级改进版本。 改良后的这套宏,能够很好地支持面向对象编程,能够支持面向接口编程(甚至支持复杂的多重继承)。-In Mr. Gao Huantang book " UML+ OOPC embed
yuandaima
- 汽车运动模拟: 使用面向对象设计方法编写一个程序来粗略地模拟汽车的运动。这里假设汽车具有发动机、火花塞、方向盘、以及车轮等4个部件。要求模拟程序使得汽车将轮胎充气、启动发动机并向右行驶。输出一条语句来说明每个任务都执行完毕 -Motor Sports simulation: The use of object-oriented design methods write a program to roughly simulate the movement of vehicles. It i
Profibus_DP
- 使用8052单片机控制SPC3总线桥实现PROFIBUS-DP现场总线的从站部分C程序源码,已经编译、调试通过。特别提醒,此源码的编程思想很值得学习,虽然是针对单片机的C程序,但具有面向对象的设计思想等。-8052 single-chip microcomputer to control the use of SPC3 bus bridge the achievement of PROFIBUS-DP fieldbus slave part of C program source code ha
CLanguageDetailedexamples
- 本书对C++、面向对象、数据结构都做了全面详细的讲解,是一本非常好的基础教程。适合初学者使用。-The book of C++, Object-oriented, data structure have done a full and detailed explanations, it is a very good basis for tutorials. Suitable for beginners to use.
Lamp
- 采用PICC18编写的单片机源代码,编译环境MPLABv7.62;编译器PICC18pro9.60,程序中虽然未采用RTOS,但采用了任务段处理的方式,即每个运行周期只运行一个任务。并将面向对象的思想引入C中,一个文件相当于一个类。对初学者有一定的参考意义。有些代码考虑到易读性和通用性牺牲了代码的效率。-Singlechip PICC18 prepared using the source code, the compiler environment MPLABv7.62 compiler
SPMC75_Flash_RW_Demo
- 以微处理器MPU为核心组成的通用微机系统;另一分支是发展面向对象的用于实时测控领域的微控制器 MCU,亦称单片微计算机(单片机)。随着超大规模高速集成电路的发展,现代电子技术的设计与应用进入了片上系统SOC(System On a Chip)阶段,从而使单片机的设计与应用技术发生了深刻的变化。SOC的设计要从整个系统的功能及性能出发,把微处理器(MPU)、芯片结构、数字/模拟等外围器件全部放置在一块芯片中,完成整个系统的功能,真正实现"系统单片机"。-Microprocessor MPU as
oopc
- Object Oriented Programming in C 一书的源代码。-Object Oriented Programming in C source code for the book.
liutongxue
- MFC VC 课程设计 面向对象 信号传输 实现信号产生 加噪声 滤波 接收-MFC VC curriculum design object-oriented signal transmission for signal plus noise filter produces receiver
AlgorithmsandDataStructures
- While many computer science textbooks are confined to teaching programming code and languages, Algorithms and Data Structures: The Science of Computing takes a step back to introduce and explore algorithms -- the content of the code. Focusing on thre
advances
- Advances in object oriented data modeling cooperative information systems
Object-OrientedProgrammingWithANSI-C
- Object-Oriented programming with ANSI C. Good Intro to Object-Oriented programming paradigm with C.
Robert-Lafore---Object-Oriented-Programming-in-CP
- Robert Lafore - Object Oriented Programming in C-Robert Lafore - Object Oriented Programming in C++
Source
- 利用面向对象的方法以及C++的编程思想来完成万年历系统的设计源程序-Using object-oriented methods and C++ programming ideas to complete the design of the source calendar system
afaf
- 基于面向对象的心电监护系统的研制.Based on object-oriented development of ECG monitoring system.-Based on object-oriented development of ECG monitoring system.
Test
- 一、实验目的 (1)掌握进程状态转换过程 (2)掌握时间片轮转的进程调度算法; (3)掌握带优先级的进程调度算法; 二、实验内容 (1)自定义PCB的数据结构; (2)使用带优先级的时间片轮转法调度进程,每运行一个时间片,优先级减半。 (3)命令集 A)create 随机创建进程,进程的优先级与所需要的时间片随机决定; B)round 执行1次时间片轮转操作,其方法为运行高优先级队列的第1个,再降低其优先级,插入到相应的队列中。 C)ps 查看当前进程状态
EXrara
- 简易通讯录设计,面向对象设计方法法的操作,包括设计报告可直接使用。 -Easy Address Book design, object-oriented design methods of operation, including design reports be used directly.
DuLinkList
- 一个基于面向对象的双向循环链表程序,提供链表数据的插入,添加,前序打印,后序打印,查找,计算长度等功能。-Based on object-oriented way circular list program that provides the list of data insertion, addition, pre-order printing, after printing sequence, find, calculate the length of the other functions
面向对象的C语言Object Oriented C
- 面向对象思维编程C语言 面向对象思维编程C语言(Object oriented programming C language)