-
完全使用ADSI实现域管理的工具.好用,但没有源码.
完全使用ADSI实现域管理的工具.好用,但没有源码.-Full use ADSI to achieve the domain management tools. Easy to use, but no source code.
- 2022-11-04 14:45:07下载
- 积分:1
-
fifofile名称:FIFO
FIFOFile name:FIFO
//Describe:32*32bit FIFO
//Input:data[31:0],wrreq,rdreq,clock
//Output:q[31:0],full,empty
//Date:2009-12-10
-FIFO
- 2022-01-26 01:28:57下载
- 积分:1
-
电力线杂波通讯资料 资料宝贵 慎重使用
电力线杂波通讯资料 资料宝贵 慎重使用-Power line communication information clutter careful use of valuable information
- 2023-03-17 09:50:04下载
- 积分:1
-
制作网页的时候,有很多的技巧,如屏蔽鼠标右键 、防止复制、不准粘贴、 防止被人frame 等...
制作网页的时候,有很多的技巧,如屏蔽鼠标右键 、防止复制、不准粘贴、 防止被人frame 等-production of the website, a lot of skills, such as shielding the right mouse button to prevent copying, no paste, to prevent any such frame
- 2022-02-21 06:42:34下载
- 积分:1
-
一款在VC环境下编辑的餐厅管理系统
由于是初学者还有很多不足请大家指教...
一款在VC环境下编辑的餐厅管理系统
由于是初学者还有很多不足请大家指教-An editorial in the VC environment, a restaurant management system for beginners because it is still much to be desired please Zhijiao
- 2022-08-22 20:48:04下载
- 积分:1
-
轩辕剑外传 II,游戏代码比较简单,但拥有了网游的基本框架,初学者可下载研究!...
轩辕剑外传 II,游戏代码比较简单,但拥有了网游的基本框架,初学者可下载研究!-X-Men II, the code is relatively simple game, but the Web has the basic framework, beginners can download research!
- 2023-04-01 03:25: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
-
MSP430的SPI库
该库为德州仪器msp430系列单片机spi库。你可以用这个库处理spi通信。
- 2022-07-26 03:41:53下载
- 积分:1
-
System optimization of the batch, dos run, well used, even if no batch can also...
系统优化的batch,dos下运行,很好用,即使不用也可以看看batch怎么写-System optimization of the batch, dos run, well used, even if no batch can also take a look at how to write
- 2022-03-04 05:24:13下载
- 积分:1
-
字模软件,可以提取字的代码,如可以做字牌广告等用处
字模软件,可以提取字的代码,如可以做字牌广告等用处-Font software that can extract the code word, such as a license to do advertisements use the word
- 2022-05-06 04:57:02下载
- 积分:1