-
bin文件反编译
bin文件反编译-bin file decompile
- 2022-07-19 14:09:37下载
- 积分:1
-
jsp to learn basic knowledge about some basic knowledge of jsp, suitable for beg...
jsp基础知识学习,讲述一些jsp的基本知识,适于初学者。-jsp to learn basic knowledge about some basic knowledge of jsp, suitable for beginners.
- 2023-05-23 11:45:03下载
- 积分:1
-
从vc中调用matlab的画图、数值计算等函数,方便易行。
从vc中调用matlab的画图、数值计算等函数,方便易行。-from vc Calling Matlab drawing, numerical calculation function, user-friendly.
- 2022-06-06 15:20:06下载
- 积分: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
-
主要针对在校大学生学习数学软件,提供实验报告.内容较简单....
主要针对在校大学生学习数学软件,提供实验报告.内容较简单.-mainly aimed at college students studying mathematics software, experimental report. As relatively simple.
- 2022-03-25 19:29:27下载
- 积分:1
-
gongju其他人可以解析FLASH程序代码
gongju其他人可以解析FLASH程序代码-gongju other people analytic procedure code FLASH
- 2022-05-18 16:27:14下载
- 积分:1
-
高斯迭代和雅克比迭代算法实现
此程序实现采用了两个算法;雅克比迭代算法和高斯塞得迭代算法,通过这两个算法可以计算任何其次线性方程组。在应用者两个算法之前,还进行判断所代的其次线性方程组是否能用该方法求解
- 2022-02-05 05:38:34下载
- 积分:1
-
经常使用Protel99se的同学们一定都觉得它的鼠标功能不尽不意吧,这里给大家提供一个对Protel99se鼠标功能的增强工具。可以支持用鼠标对图象进行放大,...
经常使用Protel99se的同学们一定都觉得它的鼠标功能不尽不意吧,这里给大家提供一个对Protel99se鼠标功能的增强工具。可以支持用鼠标对图象进行放大,移动,旋转等功能。在此向作者表示感谢-often use to the students who will feel the mouse function not unwittingly bar, Here we provide to the one pair of Protel99se function in the mouse tool. Can support the use of the mouse on the image to enlarge it, moving, rotating, and other functions. Like to thank the authors said. !
- 2022-02-05 08:35:03下载
- 积分:1
-
晕传一个东西居然用这么长时间是不是应该改进一下了现在这个时代谁有那么多的时间去折腾呀...
晕传一个东西居然用这么长时间是不是应该改进一下了现在这个时代谁有那么多的时间去折腾呀-things spent such a long time is not what should be improved now this era who has so much time to toss about ah
- 2022-07-08 23:18:24下载
- 积分:1
-
tftp tools, WINDOS, better quality.
tftp工具,WINDOS下,比较好用.-tftp tools, WINDOS, better quality.
- 2022-10-30 04:30:03下载
- 积分:1