-
Learning to do simple experiments C source code, useful for all of us hope!
学习C加加做的实验源程序,希望对大家有用!-Learning to do simple experiments C source code, useful for all of us hope!
- 2022-10-23 07:35:04下载
- 积分:1
-
This program uses virtual base classes
This program uses virtual base classes
- 2022-03-21 09:54:43下载
- 积分:1
-
C#中wpf的3D模型动画
资源描述本程序介绍wpf中3d的有关测试,并且附加wpf中3D的动画功能,在程序里,3D模型能够做无规则运动,并且还附加了,按照自定义路径运行的过程,对此有兴趣的方便学习。
- 2022-04-17 04:48:57下载
- 积分:1
-
大部份单片机中,没有USB 主机,要读写U盘,不妨用SL811,扩展,代码OK
大部份单片机中,没有USB 主机,要读写U盘,不妨用SL811,扩展,代码OK-Most single-chip, there is no USB host, it is necessary to read and write U disk, may wish to use SL811, expansion, code OK
- 2022-07-15 19:43:02下载
- 积分:1
-
There are four file :1) the fuctoriel function 2)the game tic tac toe 3)the game...
There are four file :1) the fuctoriel function 2)the game tic tac toe 3)the game number guess 4) the histogram program, i think these are useful programs for beginers
- 2022-04-30 04:55:20下载
- 积分: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
-
DOS系统下真彩显示24KBMP图象的源程序
DOS系统下真彩显示24KBMP图象的源程序-DOS system 24KBMP true color images show the source code
- 2022-11-17 01:40:03下载
- 积分:1
-
房屋中介软件,delphi开发,不错,用用就知道了
房屋中介软件,delphi开发,不错,用用就知道了-housing intermediary software, delphi development, yes, the user will know
- 2022-05-14 06:30:54下载
- 积分:1
-
串行通信键控步进电机系统 mega128的
丛书上光盘里的
串行通信键控步进电机系统 mega128的
丛书上光盘里的-Serial Communication keying mega128 stepper motor system of the series on CD-ROM
- 2022-08-06 14:01:35下载
- 积分:1
-
实现OFDM系统仿真,不过可能存在一些标点缺失,希望能有人指正...
实现OFDM系统仿真,不过可能存在一些标点缺失,希望能有人指正-Achieve the OFDM system simulation, but there may be missing some punctuation, hoping someone correct me
- 2022-04-23 00:51:20下载
- 积分:1