-
LM92 Temperature Sensor
说明: A Temperature Sensor datasheet to build I2C Sensor
- 2020-02-19 10:47:33下载
- 积分: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
-
QEKF1
说明: 加速度计、陀螺仪、磁力计的扩展卡尔曼滤波融合程序,里面附有数据,可直接运行。(Accelerometer, gyroscope, magnetometer extended kalman filter fusion program, with data, can be directly run.)
- 2019-06-25 16:29:13下载
- 积分:1
-
Python编程从入门到实践(高清中文版)
说明: python编程从入门到实践,详细解释了python的学习过程(From the beginning to the practice of Python programming, it explains the learning process of Python in detail)
- 2020-06-28 18:05:53下载
- 积分:1
-
LinuxMulti-threadProgrammingManual
Linux下多线程编程指南,pdf格式,介绍了Solaris操作系统中POSIX线程和Solaris线程的多线程编程接口,该指南将指导程序员如何创建性新的多线程程序以及如何向现有的程序中添加多线程(Under the multi-threaded Linux Programming Guide, pdf format, introduced the Solaris operating system, POSIX threads and Solaris threads of the multi-threaded programming interface, the guide will guide programmers how to create multi-threaded nature of the new procedures and how to add to an existing program Multithreading)
- 2010-01-29 10:13:32下载
- 积分:1
-
stm32+IMU独轮机器人
说明: 自主开发平衡车,github上很有意思的stm32平衡车(Self-developed balanced car, an interesting STM32 balanced car on Github)
- 2020-08-04 08:36:56下载
- 积分:1
-
H500S-MB硬件开放资料
说明: 中科世为h500模块的应用原理图,可以方便开发界面等功能(Application schematic diagram of zhongkeshiwei H500 module)
- 2021-01-22 22:19:44下载
- 积分:1
-
SNAHAN
很好玩的用C写的贪吃蛇,代码易懂,简明清晰,适合于初学者(is a lot of fun to write the C of the huge memory, code understandable, clear and concise, and suitable for beginners)
- 2007-06-10 22:23:58下载
- 积分:1
-
lengning
说明: 加载在fluent中,求解水的相变,可以得到水蒸发或冷凝的情况。(The evaporation or condensation of water can be obtained by calculating the phase transition of water loaded in fluent.)
- 2019-02-22 09:20:41下载
- 积分:1
-
它是一款非常实用的JAR转JAD文件的工具!
它是一款非常实用的JAR转JAD文件的工具!-It is a very useful tool for JAR transfer JAD file!
- 2022-01-25 20:00:22下载
- 积分:1