-
Demo软件:GTS-VB系列多轴运动控制器
Demo软件:GTS-VB系列多轴运动控制器(Demo Software: GTS-VB Series Multi-axis Motion Controller)
- 2020-06-17 02:20:02下载
- 积分: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
-
m_4wr
构建了三自由度四轮转向汽车的状态空间模型,可以直接进行时域、频域、稳定性等方面的控制(The state space model of three degree of freedom four wheel steering vehicle is constructed, which can be simulated directly in time domain, frequency domain, stability and so on)
- 2020-09-13 15:17:57下载
- 积分:1
-
直插式电阻电容封装与尺寸图解(20190725092446)
说明: 直插式电阻电容封装与尺寸图解(20190725092446)(Direct-plug Resistance Capacitor Packaging and Dimension Diagram (20190725092446))
- 2020-06-15 22:22:59下载
- 积分:1
-
webstar php留言板 v4.6
webstar php留言板,运行环境:Apache+PHP5 + MySQL数据库。一个比较简单的php留言板,内部设有一个“个人空间”,以便给用户查看管理自己的个人留言等信息。管理员(超级用户)的默认用户名admin,密码为password,可以在config.php中更改。关于留言本的使用方法和详细介绍内有说明文档。
webstar留言本功能更新:
1、主要解决了大家经常跟我提出的页面出现“Notice: Undefined variable...”的问题
2、更改了部分文件的位置和内容,以减少新手们的学习成本和代码的简洁性
3、修正了部分错误链接
- 2023-02-22 14:45:04下载
- 积分:1
-
Prentice-Applying UML and Patterns 2nd-fly
这是一本关于UML的权威经典书籍,有应用实例,便于自学。(This is a UML on the authority of classic books, some application examples facilitate self-learning.)
- 2005-08-12 15:22:24下载
- 积分:1
-
传奇世界sgl图片编辑器
传奇世界sgl图片编辑器 最新最全最强的传世工具(The legendary world SGL photo editor is the latest and most powerful tool handed down to the world.)
- 2018-11-03 16:22:25下载
- 积分:1
-
FTP文件传输程序,需要的朋友可以下载,本人测试过,程序能正常运行...
FTP文件传输程序,需要的朋友可以下载,本人测试过,程序能正常运行-FTP file transfer program, the needs of friends can download, I tested the program to resume normal operation
- 2022-01-21 01:44:46下载
- 积分:1
-
golay码
利用RM码与golay码的关系,生成golay码(Using the relationship between RM code and Golay code to generate Golay code)
- 2020-07-16 13:38:49下载
- 积分:1
-
读取按键状态,按键1按下,P2口连接的发光二极管从左到右亮;按键2按下,P2口连接的发光二极管从右到左亮。...
读取按键状态,按键1按下,P2口连接的发光二极管从左到右亮;按键2按下,P2口连接的发光二极管从右到左亮。-state reading keys, press a button, P2 connectors of the LED-from left to right; 2 Press the button, P2 connectors of the LED-from right to left.
- 2022-11-09 15:45:04下载
- 积分:1