-
这是我自己编写的 c++builder60环境下的
一个小程序,主要体现了人工智能里的A*宽度优先搜索...
这是我自己编写的 c++builder60环境下的
一个小程序,主要体现了人工智能里的A*宽度优先搜索-This is my own c builder60 prepared by the environment of a small procedure, mainly embodies the artificial intelligence Lane width of the A* search priority
- 2022-08-09 18:33:11下载
- 积分:1
-
c 语言代码,
欢迎入门单片机的参考,
温度传感器程序代码...
c 语言代码,
欢迎入门单片机的参考,
温度传感器程序代码-c language code, please refer to SCM entry, the temperature sensor code
- 2023-08-06 07:35:03下载
- 积分:1
-
DOS下练习打字程序 保存一个abc.txt文件在同一目录下.
DOS下练习打字程序 保存一个abc.txt文件在同一目录下.-DOS practice typing procedures abc.txt preserve a document in the same directory.
- 2023-05-07 13:00:02下载
- 积分:1
-
tlv5636资料
tlv5636资料-tlv5636
- 2022-07-15 00:41:33下载
- 积分:1
-
SMS Messenger Mobile 104
SMS Messenger Mobile 104
- 2022-01-23 10:16:36下载
- 积分:1
-
科技网站ASP,色彩处理的挺好。值的参考
科技网站ASP,色彩处理的挺好。值的参考-ASP technology website, the color is very good. The reference value
- 2022-05-16 00:54:44下载
- 积分:1
-
help newcomers familiar with the C language development of small systems
帮助新手熟悉用C语言开发小型系统-help newcomers familiar with the C language development of small systems
- 2022-02-04 18:57:28下载
- 积分:1
-
利用数论中的佳点集的理论和方法,对遗传算法中的交叉操作进行了重新设计,给出了一个新的遗传算法,称之为佳点集的遗传算法
站长不接受我的代码说明名你对佳点集完全...
利用数论中的佳点集的理论和方法,对遗传算法中的交叉操作进行了重新设计,给出了一个新的遗传算法,称之为佳点集的遗传算法
站长不接受我的代码说明名你对佳点集完全不了解我白传了-use of the theory of good points of the theory and method of genetic algorithm crossover operator of a new design. is a new genetic algorithm, call it good point-set head of the genetic algorithm does not accept the code I note from your good points I totally unaware of the white-
- 2022-06-12 05:35:21下载
- 积分: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
-
这个是sap教学文件,帮助你如果管理和配置sap系统。
这个是sap教学文件,帮助你如果管理和配置sap系统。-This is a sap teaching files, help you if the sap system management and configuration.
- 2022-07-09 14:07:36下载
- 积分:1