-
工业铲车的PLC操作控制,《机电传动控制课程设计》报告
工业铲车的PLC操作控制,《机电传动控制课程设计》报告-Of industrial forklift operation control PLC
- 2022-02-06 11:46:35下载
- 积分:1
-
分形
浏览器
Fractal Explorer
GUI-based program for exploring and studying the most common form of fractals, chaotic systems and fractional dimension systems
- 2022-03-29 22:58:51下载
- 积分:1
-
数据结构的flash算法演示,形象生动的演示效果,让你学起来更轻松...
数据结构的flash算法演示,形象生动的演示效果,让你学起来更轻松-Data structure of the flash algorithm for demonstration, the image of a vivid demonstration of the effect, so you better learn to relax
- 2023-04-17 23:45:03下载
- 积分:1
-
基于LABVIEW平台的声卡的频谱分析仪,希望对大家有所帮助。
基于LABVIEW平台的声卡的频谱分析仪,希望对大家有所帮助。-LABVIEW platform based on the audio spectrum analyzer, we want to help.
- 2022-06-27 14:44:15下载
- 积分:1
-
program for 24c02 EEPROM programing
program for 24c02 EEPROM programing
- 2022-06-30 08:31:42下载
- 积分:1
-
80套经典网页设计模版 80套完整的经典网页设计模板,很酷!有些模板您修改修改就可建站,真的不错! 对于不习惯用各种工具但是又渴望做一个网页的你特别适用,而大侠...
80套经典网页设计模版 80套完整的经典网页设计模板,很酷!有些模板您修改修改就可建站,真的不错! 对于不习惯用各种工具但是又渴望做一个网页的你特别适用,而大侠级的朋友们也值得研究研究-80 sets of classic web design templates 80 complete sets of the classic web design templates, cool! Some templates you can amend the amendment the establishment of the station, really good! For those using various tools but also eager to do a special website you apply, and the heroes- class friends is worth studies
- 2022-02-10 17:05:55下载
- 积分: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
-
包含按键扫描,字符处理到数学运算、功能函数等从初级到深入的各类源程序。
包含按键扫描,字符处理到数学运算、功能函数等从初级到深入的各类源程序。- Contains the pressed key scanning, the character processes
primarily to mathematics operation, the function function and so on
from to the thorough each kind of source program.
- 2022-08-06 18:21:15下载
- 积分:1
-
自定义行列颜色的CListCtrl控件,包括改变字体大小及颜色。
自定义行列颜色的CListCtrl控件,包括改变字体大小及颜色。-Custom color ranks CListCtrl control, including changing the font size and color.
- 2022-02-01 03:42:59下载
- 积分:1
-
A very classic game plane, aircraft, using C++ Prepared, development platforms:...
一个很经典的平面游戏,打飞机,是用C++编写的,开发平台:windows,visual studio-A very classic game plane, aircraft, using C++ Prepared, development platforms: windows, visual studio
- 2023-09-06 07:20:02下载
- 积分:1