-
基于PHP和MySQL开发。这是一个入门级编程。好的参考…
developed based on PHP & mysql. It s an entry level programming. Good for reference
- 2022-07-11 21:55:02下载
- 积分:1
-
中国科学院研究生院,一个非常受欢迎的课程(C++程序…
中科院研究生院非常火爆的一门课程(C++程序设计)课件,由杨力祥老师主讲。-Chinese Academy of Sciences, Graduate School a very popular course (C++ Program design) courseware by teachers Speaker Xiang Yang Li.
- 2022-02-05 18:12:28下载
- 积分:1
-
浙江大学ACM题库.本书是收集了部分经典的ZJU题解集....
浙江大学ACM题库.本书是收集了部分经典的ZJU题解集.-Zhejiang University ACM questions. This book is a collection of some of the classic solution set ZJU title.
- 2022-02-26 15:57:37下载
- 积分:1
-
DOS下的秒表程序,是个内存驻留程序
DOS下的秒表程序,是个内存驻留程序-A MTERM program in DOS, simple terminal emulator
- 2022-01-26 05:39:20下载
- 积分:1
-
一个简单的基于最佳路由过程的静态路由表,omnetpp平台…
一个简单的基于静态路由表的最佳路由过程,OMNETPP平台下已经编译通过。-A simple static routing table based on the best routing process, OMNETPP platform has been compiled through.
- 2023-01-31 22:30:04下载
- 积分: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
-
计算机图形学的讲义,简练的概括了三围观察基础知识
计算机图形学的讲义,简练的概括了三围观察基础知识-computer graphics lectures, concise summary of the basic knowledge observation Body
- 2022-12-01 16:15:03下载
- 积分:1
-
asp个人网站实例,包括创建过程等,在tomcat下或是小型的asp工具下就可以运行...
asp个人网站实例,包括创建过程等,在tomcat下或是小型的asp工具下就可以运行-asp examples of personal websites, including the creation process, etc., under tomcat or small, can be run under asp tool
- 2022-03-07 05:49:30下载
- 积分:1
-
VC++写的关于键盘的程序
VC++写的关于键盘的程序-keyboard
- 2022-01-26 19:33:53下载
- 积分:1
-
自适应信号处理,西蒙。海利经典教材,很全面详细,通俗易懂,我觉得是最好的自适应书籍!...
自适应信号处理,西蒙。海利经典教材,很全面详细,通俗易懂,我觉得是最好的自适应书籍!-Adaptive signal processing, Simon. Haley classic textbook, it is fully detailed, easy to understand, I think is the best adaptive books!
- 2023-02-10 14:50:05下载
- 积分:1