-
a good logistics management system, is used to prepare the asp, we can learn fro...
一个很好的物流管理系统,是用asp编写的,可供大家学习用-a good logistics management system, is used to prepare the asp, we can learn from
- 2022-10-11 01:15:02下载
- 积分:1
-
网络神经代码,是综合评价较好的一种方法,该程序是实现该方法途径....
网络神经代码,是综合评价较好的一种方法,该程序是实现该方法途径.-Neural network code, is a comprehensive evaluation of a better way to realize that the procedure was in the approach.
- 2022-08-26 12:35:29下载
- 积分:1
-
输出TXT文件内容,一行 读取,可对每行进行操作
输出TXT文件内容,一行 读取,可对每行进行操作-The output TXT file contents, line by line read, can operate on each line
- 2022-09-26 16:05:03下载
- 积分:1
-
自动调整滤波器参数的仿真源代码 autofilter
自动调整滤波器参数的仿真源代码 autofilter-Automatically adjust filter parameters simulation source code AutoFilter
- 2022-05-19 18:01:17下载
- 积分:1
-
tidsp2407汇编程序例程,完整的源代码。
tidsp2407汇编程序例程,完整的源代码。-tidsp2407 assembler routines, complete source code.
- 2022-12-25 15:50:03下载
- 积分: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
-
Python cookbook, learn Python a good information ~ ~
Python cookbook,学习Python的好资料-Python cookbook, learn Python a good information ~ ~
- 2022-08-10 13:42:23下载
- 积分:1
-
EXCEL 导入导出程序,生成TXT文件,并根据大小指定生成多个文件。...
EXCEL 导入导出程序,生成TXT文件,并根据大小指定生成多个文件。-EXCEL import and export procedures, generate TXT file, and generate multiple files according to the size specified.
- 2023-01-25 09:05:04下载
- 积分:1
-
OHCI 规范
Open Host Controller Interface Specification
for USB
OHCI 规范
Open Host Controller Interface Specification
for USB
-OHCI specification Open Host Controller Interface Specificationfor USB
- 2023-01-01 17:40:04下载
- 积分:1
-
Mouse, the rat tunnel deep, very complex, like a maze, the map location of the l...
老鼠,此老鼠的地道很深,很复杂,就像迷宫一样,地图根据当前老鼠所在位置智能移动,
对前一个版本的一些bug做了修正-Mouse, the rat tunnel deep, very complex, like a maze, the map location of the light of the current smart mobile mice on the previous version of the amendments make a number of bug
- 2022-08-09 13:41:24下载
- 积分:1