The most visible use of computers and software is processing information for human consumption. We use them to write books (like this one), search for information on the web, communicate via email, and keep track of financial data. The vast majority of computers in use, however, are much less visible. They run the engine, brakes, seatbelts, airbag, and audio system in your car. They digitally encode your voice and construct a radio signal to send it from your cell phone to a base station. They control your microwave oven, refrigerator, and dishwasher. They run printers ranging from desktop inkjet printers to large industrial high-volume printers. They command robots on a factory floor, power generation in a power plant, processes in a chemical plant, and traffic lights in a city. They search for microbes in biological samples, construct images of the inside of a human body, and measure vital signs. They process radio signals from space looking for supernovae and for extraterrestrial intelligence. They bring toys to life, enabling them to react to human touch and to sounds. They control aircraft and trains. These less visible computers are called embedded systems, and the software they run is called embedded software.
2023-01-25 11:12:03 21.11MB embedded system, cps
1
matlab 通信论文仿真代码一般说明 这些是手稿“Structural Scheduling of Transient Control under Energy Storage Systems by Sparse-Promoting Reinforcement Learning”的模拟代码。 仿真需要在MATLAB中安装Mat-power工具箱。 源代码模拟了带有储能系统的电网在意外情况下的瞬态过程,手稿中提出的方法在源代码中有所体现。 仿真环境要求 Matlab,版本 2019a。 Matpower 7.0,可从以下网址下载:。 CVX半定编程工具箱,可从网址下载:。 开始模拟 每个文件夹中所有的仿真程序入口文件名都以“main”开头,用户可以通过在matlab中运行仿真程序入口文件来启动仿真。 文件夹说明 文件夹“Simulation without control”包括电力系统瞬态模拟的源代码文件,其中发生意外,不受控制。 文件夹“建议方法下的仿真”包含我们在论文中提出的控制在发生意外后进行电力系统暂态仿真的源代码文件,该控制在 0.4 秒时激活。 文件夹“在各种伽马下控制”包
2023-01-22 16:06:28 21.03MB 系统开源
1
用计算机对离散事件系统进行仿真实验的方法。这种仿真实验的步骤包括:画出系统的工作流程图,确定到达模型、服务模型和排队模型(它们构成离散事件系统的仿真模型),编制描述系统活动的运行程序并在计算机上执行这个程序。离散事件系统仿真广泛用于交通管理、生产调度、资源利用、计算机网络系统的分析和设计方面。
2023-01-20 00:06:26 315KB 仿真
1
开发操作Oracle数据库的WebService时,会出现未能加载 System.Data.OracleClient.dll的错误,本文详细叙述了解决办法。
2023-01-19 11:03:24 431B dll未能加载
1
System on Chip Interfaces for Low Power Design 9780128016305.pdf
2023-01-18 00:05:44 12.25MB 嵌入式
1
java预约点餐系统源码航班预订系统 :globe_with_meridians: 描述 航班预订系统是一个基于 Java 的解决方案,允许用户快速预订航班并轻松管理预订信息、更新和取消。 它整合了来自不同航空公司的数据,从而实时提供所有必要的详细信息和费率。 此外,航班数据管理员还可以快速查看、创建和更新有关航班、预订、路线和时间表的任何信息。 :laptop: 技术 后端技术: Java 8 弹簧靴 日本特许经营协会 REST API JUnit 测试 前端技术 HTML CSS 引导程序 打字稿 角 数据库管理 Oracle H2 数据库 :information: 背景 您有多少次开始梦想一次新的旅行,但是计划、找到合适的航班和预订的麻烦是如此令人沮丧,以至于让您怀疑这次旅行是否值得?! 今天,航班预订系统为您的机票提供一站式服务,让这些挫折感告一段落! :airplane: 特征 航班预订系统可以由两类用户访问:客户和管理员。 客户功能 客户可以创建一个新帐户以登录。 客户可以搜索可用航班。 如果需要,客户可以进行预订、查看当前预订以及修改和取消预订。 客户可以查看与其航班相关的机场的机场详细信息。 管理员功能 管理员可以查看航班、时刻表和路线的所有详细信息。 管理员
2023-01-13 20:25:16 16.04MB 系统开源
1
共享文件夹监控 1.安装FSASetup_Server_1.52.msi,用完全安装(已经装有sql服务器的请用自定义安装来取消 这个的安装) 2.安装FSASetup_Console_1.52.msi用完全安装 3.运行C:\Program Files\Microsoft SQL Server\80\Tools\Binn\sqlmangr.exe 已经运行SQL server的跳过这一步! 4. 运行keygen1.02.exe,(用户名必须是: EMBRACE, 我用其它的名字竟然用不了,不知为何)------(注:1.52版的keygen不可用,不知为什么.)
2023-01-11 13:28:00 41.81MB 共享监控
1
安全文件系统 C 语言中的安全文件系统,支持多用户、访问控制列表和加密。 描述 该项目是一个安全文件系统的实现,用于说明大多数商业软件中使用的基本安全机制。 系统的基本功能支持操作系统的所有用户安全存储和检索对象(任何类型的文件)。 此外,通过将访问控制列表分配给对象来提供更强大的访问控制。 最后,所有对象都使用 openssl 库加密,并且可以通过密码访问。 命令 系统支持六个命令,解释如下: 从 stdin 读取对象“obj”的内容并使用密码短语“passphrase”存储对象 objput obj -k 密码 使用有效的密码短语“passphrase”检索对象“obj”并将其内容写入标准输出 objget obj -k 密码 列出属于当前用户的所有对象。 如果给出了可选的“-l”参数,则还会显示每个对象的大小 对象列表 [-l] 从 stdin 读取访问控制列表并将其设置为对象“
2023-01-09 20:51:29 17KB C
1
linux平台,andorid镜像构建工具
2023-01-05 16:04:16 1.31MB android aosp system.img
1
DEN0021D-Trusted-Base-System-Architecture-Client
2023-01-04 14:00:49 937KB 安全
1