-
Asp.net
深入剖析Asp.net资源文件,比较实用。读取文件流-Asp.net-depth analysis of resource documents, more practical. Read the file stream
- 2022-01-21 17:59:34下载
- 积分:1
-
WindowsMobile注册表查看器,十分实用。
WindowsMobile注册表查看器,十分实用。-Windows registry viewer, very useful.
- 2022-07-18 20:41:20下载
- 积分:1
-
这是一个用powerbuilder做的成绩管理系统,能实现插入、删除、查询等功能。...
这是一个用powerbuilder做的成绩管理系统,能实现插入、删除、查询等功能。-This is a powerbuilder do with the performance management system, able to insert, delete, For inquiries, and other functions.
- 2023-08-30 10:05:05下载
- 积分: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
-
用于网页的JavaScript代码。
Code for javascript for the web.
- 2023-08-24 19:40:03下载
- 积分:1
-
The East China Sea Lian
东海李莲中学网页源代码下载学习指导参考文件-The East China Sea Lian-school study guide website to download the source code reference document
- 2022-01-22 14:09:31下载
- 积分:1
-
在遥感应用领域,植被指数已广泛用来定性和定量评价植被覆盖及其生长活力。由于植被光谱表现为植被、土壤亮度、环境影响、阴影、土壤颜色和湿度复杂混合反应,而且受大气空...
在遥感应用领域,植被指数已广泛用来定性和定量评价植被覆盖及其生长活力。由于植被光谱表现为植被、土壤亮度、环境影响、阴影、土壤颜色和湿度复杂混合反应,而且受大气空间―时相变化的影响,因此植被指数没有一个普遍的值,其研究经常表明不同的结果。-in the field of remote sensing applications, vegetation index has been widely used for the qualitative and quantitative evaluation of the growth of vegetation cover and its vitality. As the spectral performance of the vegetation cover, soil brightness, environmental impact, shadow, color and soil moisture complex mixed reaction and by the atmospheric space-phase change, vegetation index therefore not a universal value, its regular show different results.
- 2022-03-24 11:19:22下载
- 积分:1
-
Timer instance, through a few examples of detailed description of the C++ In the...
定时器实例,通过几个例子详细描述了C++在使用定时器的过程中
- 2023-08-25 17:30:04下载
- 积分:1
-
Hello !
This is Atmega spi driver source.
Thank you!
Hello !
This is Atmega spi driver source.
Thank you!
- 2022-01-26 04:06:31下载
- 积分:1
-
A simulated bank account management software, the realization of accounts to cre...
一个模拟银行账户管理的软件,实现账户创建,修改,查询,清理的功能-A simulated bank account management software, the realization of accounts to create, modify, query, clean-up function
- 2022-04-10 13:55:01下载
- 积分:1