搜索:Modula
找到约 7 项符合「Modula」的查询结果
结果 7
https://www.eeworm.com/dl/647/173686.html
嵌入式/单片机编程
Welcome to PMOS. PMOS is a set of modules, mostly written in Modula-2, to support multitasking. PMO
Welcome to PMOS. PMOS is a set of modules, mostly written in Modula-2,
to support multitasking. PMOS was designed primarily with real-time
applications in mind. It is not an operating system in the conventional
sense rather, it is a collection of modules which you can import
into ...
https://www.eeworm.com/dl/684/397380.html
软件设计/软件工程
在为 Linux 开发应用程序时
在为 Linux 开发应用程序时,绝大多数情况下使用的都是 C 语言,因此几乎每一位 Linux程序员面临的首要问题都是如何灵活运用 C 编译器。目前 Linux 下最常用的C 语言编译器是 GCC(GNU Compiler Collection),它是 GNU项目中符合 ANSI C 标准的编译系统,能够编译用C、C++和Object C 等语言编写的程序 ...
https://www.eeworm.com/dl/686/453224.html
VC书籍
This book has been written to support a practically oriented course in programming language transla
This book has been written to support a practically oriented course in programming language
translation for senior undergraduates in Computer Science. More specifically, it is aimed at students
who are probably quite competent in the art of imperative programming (for example, in ...
https://www.eeworm.com/dl/684/239986.html
软件设计/软件工程
在为Linux开发应用程序时
在为Linux开发应用程序时,绝大多数情况下使用的都是C语言,因此几乎每一位Linux程序员面临的首要问题都是如何灵活运用C编译器。目前Linux 下最常用的C语言编译器是GCC(GNU Compiler Collection),它是GNU项目中符合ANSI C标准的编译系统,能够编译用、C++和Object C等语言编写的程序。GCC不仅功能非 ...
https://www.eeworm.com/vipdownload/148.html
VIP专区
VIP专区-嵌入式/单片机编程源码精选合集系列(50)
VIP专区-嵌入式/单片机编程源码精选合集系列(50)资源包含以下内容:1. 冷光源 产品的控制器 HT48R系列和HT48E系列.2. 冷光源 产品的控制器 HT48R系列和HT48E系列.3. 冷光源 产品的控制器 HT48R系列和HT48E系列.4. MT28F128J3 flash 编程 也适用intel flash 28F 系列 里面是pdf文档.5. 流水灯
使用定 ...
https://www.eeworm.com/dl/518780.html
书籍
c++从入门到精通.pdf电子书 第二版
我们编写的程序由两个主要方面组成
1 算法的集合就是将指令组织成程序来解决某个特定的问题
2 数据的集合算法在这些数据上操作以提供问题的解决方案
纵观短暂的计算机发展史这两个主要方面算法和数据一直保持不变发展演化的
是它们之间的关系就是所谓的程序设计方法programming paradigm
在过程化程序 ...