-
绘制beizer曲线源码,使用c语言编写!
绘制beizer曲线源码,使用c语言编写!-curve mapping source, the use of language c!
- 2022-08-13 18:09:56下载
- 积分: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
-
此为民意调查,用户可以进行再线投票,并查看统计结果。
此为民意调查,用户可以进行再线投票,并查看统计结果。-to this poll, users can re-line vote, and to see results.
- 2022-03-11 12:07:19下载
- 积分:1
-
一个简单的人事管理系统
包含论文 虽然有些简单 但是对于一般的课程设计来说也可以了...
一个简单的人事管理系统
包含论文 虽然有些简单 但是对于一般的课程设计来说也可以了-a simple Personnel Management System contains papers although some simple but for the general run of the design can be to a
- 2022-07-09 11:11:42下载
- 积分:1
-
code Pro aspnet20 xml
code Pro aspnet20 xml
- 2022-02-14 14:15:21下载
- 积分:1
-
一个简单的注册表访问软件,可访问和修改注册表中的用户信息。...
一个简单的注册表访问软件,可访问和修改注册表中的用户信息。-a simple registry access software can access and modify the registry of user information.
- 2022-09-03 01:35:03下载
- 积分:1
-
LFS(linux from scratch)的文档,包括lfs
LFS(linux from scratch)的文档,包括lfs-6.2,blfs-6.1,lfs-2006-8-3和lfs-book-svn-2006-7-31-LFS (linux from scratch) of documents, including LFS-6.2, blfs- 6.1, LFS-2006-8-3 and the LFS-book-svn-2006-7-31
- 2022-01-25 19:47:02下载
- 积分:1
-
用于制作安装卸载程序的源代码VB的
用于制作安装卸载程序的源代码VB的-unloading installation for the production of a program"s source code in VB
- 2022-06-16 20:54:37下载
- 积分:1
-
VC系统下,地球坐标转换的源代码,在WGS
VC系统下,地球坐标转换的源代码,在WGS-84坐标和北京54坐标之间的一套转换参数,可以全国通用的,在每个地方会不一样,因为它们是两个不同的椭球基准。-VC system, the Earth coordinates conversion source code, the WGS-84 coordinates and coordinate between Beijing 54 set conversion parameters can be nationwide, in every place to be different, because they are two different ellipsoid benchmarks.
- 2022-04-19 06:06:44下载
- 积分:1
-
verg good
功能好,能添加歌曲。但不能自己播放下一曲,这是我的第一个处女作-verg good
- 2022-01-25 19:19:22下载
- 积分:1