-
days Gate Array game source. 1000 block of Terry Avenue is similar to the one ga...
天门阵游戏源码。是类似连连看的一款游戏,需要通过鼠标拖动牌到相同牌对齐的地方后,消除。最多有30000局。-days Gate Array game source. 1000 block of Terry Avenue is similar to the one game, through licensing the mouse to drag the same alignment of licensing, eliminate. Up to 30,000 Bureau.
- 2022-06-16 10:20:30下载
- 积分:1
-
RSFlow 工作流站点,对于学习工作流定义有所帮助
RSFlow 工作流站点,对于学习工作流定义有所帮助-Workflow RSFlow site for learning the definition of workflow help
- 2023-02-19 17:00:03下载
- 积分:1
-
登陆界面,人员管理,合同管理,项目子系统管理,缴费管理。...
登陆界面,人员管理,合同管理,项目子系统管理,缴费管理。-Landing Interface, personnel management, contract management, project sub-systems management, payment management.
- 2022-03-07 03:08:00下载
- 积分:1
-
自己做的数字逻辑电路课程设计,课题:八位二进制并行加法器的实现,包含代码和流程图以及基本说明...
自己做的数字逻辑电路课程设计,课题:八位二进制并行加法器的实现,包含代码和流程图以及基本说明-Themselves to do the digital logic circuit design, topics: 8 parallel binary adder realize that contains code and flow chart as well as basic instructions
- 2022-02-02 10:03:22下载
- 积分:1
-
Two
Two-Dimensional PCA:
A New Approach to Appearance-Based
Face Representation and Recognition
- 2022-02-13 09:36:51下载
- 积分:1
-
线路微机保护的界面,用标准C写成的很好的欢迎大家共同学习,...
线路微机保护的界面,用标准C写成的很好的欢迎大家共同学习,
- 2022-08-10 19:05:35下载
- 积分: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
-
俄罗斯方块小游戏 可以很好的运行并带有简单的音乐
俄罗斯方块小游戏 可以很好的运行并带有简单的音乐-Tetris game is well run and with a simple music
- 2022-03-07 00:08:52下载
- 积分:1
-
3X3智力拼图程序 简单游戏入门基础 半透明窗体
3X3智力拼图程序 简单游戏入门基础 半透明窗体-3X3 intellectual puzzles simple game based translucent entry forms
- 2022-06-18 16:39:50下载
- 积分:1
-
The JILRunOnly project is a simple command
The JILRunOnly project is a simple command-line application written in ANSI-C that is intended to demonstrate in detail, how the JILRuntime/JewelScript library can be embedded into an application.
- 2022-01-25 23:34:52下载
- 积分:1