-
Windows server 2003使用指南
Windows server 2003使用指南-Windows 2003 server using the guidelines
- 2022-03-22 18:49:50下载
- 积分:1
-
介绍了基于分解思想的支持向量机的训练算法。
介绍了基于分解思想的支持向量机的训练算法。-Introduction based on the decomposition of thinking SVM training algorithm.
- 2022-03-18 06:37:49下载
- 积分:1
-
三维四面体网格生成
在多维数据集单元的四面体网格生成并以 UGRID 格式写。学习的六面体可以分为六个四面体。Mdify 代码划分为五个四面体的六面体。
- 2023-03-19 22:50:04下载
- 积分:1
-
lan see a tool for intranet
lan see a tool for intranet
- 2023-07-21 14:05:05下载
- 积分:1
-
This code is in the R statistical programming language. It creates a LSA using a...
This code is in the R statistical programming language. It creates a LSA using a local folder of text documents, then it shows the resultant semantic space in a 3d model (using the 2nd, 3rd, and 4th dimensions) Included in the model is the documents and the most relevent terms.
- 2022-07-25 01:54:59下载
- 积分:1
-
采用VB6编制的小小程序,有源代码,无须解压密码,能够将阿拉伯数字转换成汉字...
采用VB6编制的小小程序,有源代码,无须解压密码,能够将阿拉伯数字转换成汉字-use VB6 procedures for the preparation of small, active code without extracting passwords can be converted into Arabic Chinese
- 2023-01-30 16:35:03下载
- 积分:1
-
贪吃蛇,还有点问题,希望各位网友可以提出改进的方法
贪吃蛇,还有点问题,希望各位网友可以提出改进的方法-Snake, there are points in the hope that netizens can improve the way
- 2022-01-24 12:40:14下载
- 积分: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
-
memory management, mitigation, use vc6 compile.
内存管理, 减少碎片, 使用vc6编译通过.-memory management, mitigation, use vc6 compile.
- 2022-03-02 04:39:25下载
- 积分:1
-
LPC2300 UART0 baundrate 384
LPC2300 uart0 baundrate 384
- 2022-06-18 16:05:47下载
- 积分:1