-
c++ achieved Snake game, it is the classic windows game.
c++实现的贪吃蛇游戏,很经典的windows游戏。-c++ achieved Snake game, it is the classic windows game.
- 2022-02-14 02:22:37下载
- 积分:1
-
遗传算法 演化硬件
应用背景用C实现演化电路的设计,电路设计自动化关键技术C,演化电路,遗传算法,在没有人为干预的条件下,自动设计出满足要求的逻辑电路
- 2022-01-28 01:05:57下载
- 积分:1
-
通过把彩票每期的重奖号码保存在文件中,通过读取数据,对其进行分析及概率论的知识可以得出彩票中将号码分析图...
通过把彩票每期的重奖号码保存在文件中,通过读取数据,对其进行分析及概率论的知识可以得出彩票中将号码分析图-Through the lottery each重奖numbers stored in the document, by reading the data analysis and probability theory of knowledge can be drawn lottery numbers Lieutenant analysis
- 2022-04-01 06:06:48下载
- 积分:1
-
机械天平计算器
- 2022-04-15 16:46:27下载
- 积分:1
-
包括讲义ADPCM解码器ADPCM简单的Verilog代码ADPCM编码的代码
包括adpcm的简单讲义 adpcm解码Verilog代码 adpcm编码代码-Including handouts adpcm decoder adpcm simple Verilog code for adpcm coding code
- 2022-05-17 11:13:51下载
- 积分: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
-
一个坦克游戏的源码,你可以自由下载使用。
一个坦克游戏的源码,你可以自由下载使用。-a tank game source code, you can use the free download.
- 2023-06-18 04:55:03下载
- 积分:1
-
LabVIEW实现对光谱数据的动态测量,这里是对不稳定的光谱数据进行动态测量...
LabVIEW实现对光谱数据的动态测量,这里是对不稳定的光谱数据进行动态测量-LabVIEW realize the dynamic measurement of spectral data, here is the unstable dynamic measurement of spectral data
- 2022-12-10 17:05:03下载
- 积分:1
-
一个简单 的GIS示例程序,实现了图形的按比例放大、缩小等矩阵变换。...
一个简单 的GIS示例程序,实现了图形的按比例放大、缩小等矩阵变换。-Examples of a simple GIS procedures realize the graphics pro-rata to enlarge, narrow, such as matrix transformations.
- 2023-07-27 18:20:03下载
- 积分:1
-
基于AE的ArcGIS初级界面,主要有内容表、工具栏、地图显示区
基于AE的ArcGIS初级界面,主要有内容表、工具栏、地图显示区-AE based on the primary interface of ArcGIS, the contents of the main table, toolbar, map display
- 2022-03-06 14:19:14下载
- 积分:1