-
对时间滞后系统进行状态反馈控制器参数设计
对时间滞后系统进行状态反馈控制器参数设计-Time-lag system for the design of state feedback controller parameters
- 2022-11-04 17:25:03下载
- 积分:1
-
这是一个用powerbuilder做的成绩管理系统,能实现插入、删除、查询等功能。...
这是一个用powerbuilder做的成绩管理系统,能实现插入、删除、查询等功能。-This is a powerbuilder do with the performance management system, able to insert, delete, For inquiries, and other functions.
- 2023-08-30 10:05:05下载
- 积分:1
-
数值分析中Doolittle算法的仿真程序,我找了好久才找到的!
数值分析中Doolittle算法的仿真程序,我找了好久才找到的!-Doolittle algorithm in numerical analysis simulation program, I am looking for a long time to find the!
- 2022-01-31 18:42:37下载
- 积分:1
-
CoStream 无缓存 Pipe Stream
翻译 maninwest@Codeforge 作者:Sergey Nozhenko@CodeProject介绍:CoStream 是的 PipeStream 无缓存替代选择。背景在生产者/消费者模式下,如果我们知道一个消费者确定要读取stream 读到结束或者如果不能读到结束就处理,那么同步stream 就不需要维护自己的内部缓存,完全依赖于 Read 方法调用者的缓存。在Read 方法中,CoStream 保存到目标缓存的引用并等待,直至完成。而 write 方法从源缓存中复制数据到目标缓存,会给读取者发送信号缓存已准备就绪或者需要等待期 Read 调用(如果来源缓存中有未消耗的数据剩下或者返回到Writer 调用者)。使用代码CoStream 不能在单个话题中使用。应该至少有两个,读取和写入话题。两者都需要关闭(或处理)stream,一边对方可以继续到结束。测试程序在 XmlDocument 中加载了一些 xml 文件。然后将其写入到 CoStream 的实例Static CoStream costream = new TestCoStream();
static string outpath;
static void Main(string[] args)
{
// ...
XmlDocument doc = new XmlDocument();
doc.Load(args[0]);
outpath = args[1];
var reading_thread = new Thread(ReaderBody);
reading_thread.Start();
using (var pipe = XmlWriter.Create(costream, new XmlWriterSettings { CloseOutput = true }))
doc.Save(pipe);
reading_thre
- 2022-03-17 17:34:17下载
- 积分:1
-
c++的一个很典型的应用就是dll的调用,对于怎么样好的调用dll程序,阅读本程序对您将大有益处。...
c++的一个很典型的应用就是dll的调用,对于怎么样好的调用dll程序,阅读本程序对您将大有益处。-c of a typical application is dll call, like how good call dll procedures, the procedures for reading you will greatly benefit.
- 2022-04-17 11:49:51下载
- 积分:1
-
I2C(英特尔
I2C(Intel-Integrated Circuit bus)为内部IC控制的双向串行总线,用于连接微控制器及其外围设备的互连。该程序用Verilog HDL语言来实现FPGA模拟I2C协议作为主端对I2C从设备进行读/写操作。-I2C (Intel-Integrated Circuit bus) control IC for internal bi-directional serial bus for connecting micro-controller and its peripheral equipment interconnection. The program with the Verilog HDL language to achieve the FPGA simulation of I2C protocol as the main terminal from the device to the I2C read/write operations.
- 2022-03-17 09:28:17下载
- 积分:1
-
- 2022-01-23 11:26:40下载
- 积分:1
-
这是一篇操作系统的讲义,大家可以好好看一个,希望大家都能有一个好的结果...
这是一篇操作系统的讲义,大家可以好好看一个,希望大家都能有一个好的结果-This is an operating system lectures, we could well see a hope that we can have a good result
- 2023-06-21 12:35:03下载
- 积分:1
-
涡轮编写源代码 matlab turbo coder
涡轮编写源代码 matlab turbo coder-Turbine to prepare the source code matlab turbo coder
- 2022-03-17 13:19:16下载
- 积分:1
-
a book is about how the J2EE servlet played since own role.
java Servlet编程一书是讲述servlet如何在J2EE中扮演自己的角色。-a book is about how the J2EE servlet played since own role.
- 2022-08-21 17:00:42下载
- 积分:1