-
手机版的俄罗斯方块程序 休闲内的手机游戏。
手机版的俄罗斯方块程序 休闲内的手机游戏。-Russia block on mobile platform,which is mobile game for rest.
- 2022-05-22 18:08:59下载
- 积分:1
-
Project Oriented Object
Project Oriented Object
- 2022-07-24 20:03:22下载
- 积分:1
-
samp2_3
大叔大叔大叔的撒的大大说的我该如何一天大大说的撒的撒(qazqqswqfdeferhgtyndvSXVergbVberhaegadfvxczvzxcvcxzvzxczxcvzxczxcvzxcv)
- 2020-06-24 16:00:01下载
- 积分:1
-
wavelet.Designer
CRT需要添加很多设备时,正常要一个一个添加,这个工具可以用一个为模板(When CRT needs to add many devices, it is normal to add one by one. This tool can be used as a template.)
- 2020-06-25 08:00: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
-
labwindows rs232 包括xmodem传送文件和简单串口程序
labwindows rs232 包括xmodem传送文件和简单串口程序-XMODEM labwindows rs232 including transmission of documents and a simple serial program
- 2023-01-06 13:25:04下载
- 积分:1
-
Cultural_exchange
超级超级轨迹袁程序
超级轨迹袁程序
Super Track Yuan Program(Super Track Yuan Program)
- 2020-06-23 11:40:01下载
- 积分:1
-
STM32超声波测距
说明: 基于stm32f103系列的超声波测距。 误差小于3毫米。亲测可用(Ultrasonic ranging based on STM32F103 series. The error is less than 3 mm. Availability of pro-test)
- 2020-06-19 19:00:01下载
- 积分:1
-
3040
基于K均值的PSO聚类算法,光纤无线通信系统中传输性能的研究,ML法能够很好的估计信号的信噪比。( K-means clustering algorithm based on the PSO, Fiber Transmission wireless communication system performance, ML estimation method can be a good signal to noise ratio.)
- 2017-05-08 15:33:39下载
- 积分:1
-
Fluent UDF 中文教程
说明: fluent 编写udf 的中文教程,参考编写udf(Fluent writes the udf tutorial in Chinese)
- 2020-05-18 16:50:17下载
- 积分:1