-
图论讲解,详细介绍了如何用matlab编程,并给出了源代码
图论讲解,详细介绍了如何用matlab编程,并给出了源代码-?, standard Sinopodisma agate Cai Zhuang细Zugeng left 如 sleep using matlab to meet the most , wrestle sweet left embankment dam Tungsten measurements
- 2022-11-18 17:00:03下载
- 积分:1
-
MISRA (The Motor Industry Software Reliability Association 汽车工业软件可靠性联会) 是位于英国的一个...
MISRA (The Motor Industry Software Reliability Association 汽车工业软件可靠性联会) 是位于英国的一个跨国汽车工业协会,其成员包括了大部分欧美汽车生产商。其核心使命是为汽车工业提供服务和协助,帮助厂方开发安全的、高可靠性的嵌入式软件。这个组织最出名的成果是所谓的MISRA C Coding Standard,这一标准中包括了127条C语言编码标准,通常认为,如果能够完全遵守这些标准,则你的C代码是易读、可靠、可移植和易于维护的。最近很多嵌入式开发者都以MISRA C来衡量自己的编码风格,比如著名的uC/OS-II就得意地宣称自己99%遵守MISRA标准。而《嵌入式开发杂志》也专门载文号召大家学习。编码规范通常是一个公司自定的“土政策”,居然有人去做标准,而且还得到广泛的认可,这不禁引起我强烈的兴趣。可惜这份标准的文本需要花钱去买,而且短短几十页,要价非常昂贵。MISRA在网上公布了一些文档,其中有关于MISRA C Coding Standard的Clarification报告,从中间你可以大致猜到MISRA标准本身是什么。-MISRA (Motor Industry Software The Reliab ility Association Automobile Industry Software Reliability Association) is a UK-based multinational car Industry Association, whose members include most of Europe and the US car manufacturers. Its core mission is to the automobile industry to provide services and assistance to help the factory to develop secure, high-reliability embedded software. The organization"s most famous achievement is the so-called MISRA C Coding Standard, this standard includ
- 2022-01-28 00:32:50下载
- 积分:1
-
ADP 软件使用说明
ADP 采用 “所见即所得” 的先进观念,使用者可立即在屏幕上看到画面设计的实际结果,如各种字形大小、颜色、元件位置、图形、刻度、底方...
ADP 软件使用说明
ADP 采用 “所见即所得” 的先进观念,使用者可立即在屏幕上看到画面设计的实际结果,如各种字形大小、颜色、元件位置、图形、刻度、底方块等等,在屏幕上的显示都会与实际人机界面所显示的画面一样。而在编辑操作方法上ADP 更以 “对象导向” 的理念设计,达到 “拖曳式” 编辑,让使用者可将画面设计工作区中的元件,随意以鼠标拖曳到其它位置,或改变其外形、大小。-ADP Software ADP shows a " WYSIWYG" advanced concepts, users can immediately see on the screen menu design and the actual results, such as a variety of font size, color, component location, graphics, scale, at the end of the box, etc. and so on, will be displayed on the screen and the actual man-machine interface, as shown in the picture. In the editing methods of ADP, in " object-oriented" concept designed to achieve " drag-style" editing so that users will be able screen design work area components, arbitrarily using the mouse drag it to another location, or change its shape,大小.
- 2022-02-13 18:13:30下载
- 积分:1
-
ASP.NET编写的眼镜行分销系统的程序.
ASP.NET编写的眼镜行分销系统的程序.-ASP.NET glasses prepared by the Bank distribution system procedures.
- 2022-01-26 00:28:21下载
- 积分:1
-
华为的编程开发规范与案例,了解华为的开发规范很有帮助
华为的编程开发规范与案例,了解华为的开发规范很有帮助-Huawei programming norms and precedents understanding of the development of standardized Huawei helpful
- 2022-04-17 02:08:03下载
- 积分:1
-
软件工程实践项目,房屋中介销售系统,包含全系列文档、rational图例及源码(可运行)...
软件工程实践项目,房屋中介销售系统,包含全系列文档、rational图例及源码(可运行)-practice of software engineering projects, housing intermediary marketing system, and includes a full range of documents, rational and Legend source (run)
- 2023-03-01 18:55:04下载
- 积分:1
-
NetSeal 主题,Visual Basic 的一个主题。
NetSeal主题是一个美丽的主题,为 Visual Basic 设计的。希望你会喜欢它。
- 2022-11-04 11:25:03下载
- 积分:1
-
学 习 ASP 页 的 最 佳 途 径 是 动 手 编 写 自 己 的 ASP 页 。 创 建 ASP 页 其 实 很 简 单 , 只
要 使 用 文 本...
学 习 ASP 页 的 最 佳 途 径 是 动 手 编 写 自 己 的 ASP 页 。 创 建 ASP 页 其 实 很 简 单 , 只
要 使 用 文 本 编 辑 器 将 脚 本 命 令 插 入 到 HTML 页 中 就 行 了 。 将 这 个 主 页 以 .asp 为
文 件 扩 展 名 保 存 , ASP 服 务 器 就 知 道 处 理 其 中 的 脚 本 命 令 了 。 若 要 查 看 脚 本 的 结
果 , 只 要 使 用 HTTP 协 议 在 Web 浏 览 器 中 请 求 查 看 该 页 就 行 了 。 也 就 是 键 入 ht
tp://localhost/iishelp/iis/htm/tutorial/filename.asp 。 在 本 课 中 , 您 将 创
建 流 行 的 “ Hello World! ” 脚 本 , 方 法 是 从 教 程 中 将 HTML 和 ASP 脚 本 命 令 复 制
到 文 本 编 辑 器 中 。 当 您 在 文 本 编 辑 器 中 保 存 文 件 后 , 就 能 用 浏 览 器 查 看 脚 本 的 输
出 效 果 了 。
-err
- 2023-06-09 07:10:04下载
- 积分:1
-
图书管理信息系统的数据库设计,以及系统详细设计的数据流程。...
图书管理信息系统的数据库设计,以及系统详细设计的数据流程。-Book Management Information System database design, as well as the detailed design of the system data flow.
- 2022-06-20 18:24:46下载
- 积分:1
-
大家来下载啊,servlet api 中文帮助文档
大家来下载啊,servlet api 中文帮助文档-U.S. to download ah, servlet api Chinese help documentation
- 2022-01-24 17:44:23下载
- 积分:1