-
词法分析器。
要求:1.读出所给文件的所有词
2.将所有词输出写入一个txt文档中。
3.每个词用特殊符号‘^’隔开
源程序为自己所编译的c...
词法分析器。
要求:1.读出所给文件的所有词
2.将所有词输出写入一个txt文档中。
3.每个词用特殊符号‘^’隔开
源程序为自己所编译的cpp文件,即“text2.cpp”,Compile――〉Build――〉BuildExiecute,将结果写入另一个文件“after_execute.txt”中。
-lexical analyzer. Requirements : 1. Read out documents to all the words of two. Output of all words into a txt documents. 3. Each word with a special symbol "^" separate source for the translation of their documents cpp, "text2.cpp" Compile-- "Build--" BuildExiecute. The results will be included in another document "after_execute.txt".
- 2022-01-31 14:44:26下载
- 积分:1
-
asp个人网站实例,包括创建过程等,在tomcat下或是小型的asp工具下就可以运行...
asp个人网站实例,包括创建过程等,在tomcat下或是小型的asp工具下就可以运行-asp examples of personal websites, including the creation process, etc., under tomcat or small, can be run under asp tool
- 2022-03-07 05:49:30下载
- 积分: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
-
VC6开发的用于进行色谱分析的示例,搞色谱分析的可参考
VC6开发的用于进行色谱分析的示例,搞色谱分析的可参考-VC6 development of the chromatographic analysis for example, engage in chromatographic analysis of reference
- 2022-10-20 04:50:04下载
- 积分:1
-
Tongbao LCD information can replace the original for the AT91SAM9261 Evaluation...
通宝 LCD的资料
用于 AT91SAM9261
可以替代原装评估板的LCD-Tongbao LCD information can replace the original for the AT91SAM9261 Evaluation Board of the LCD
- 2022-02-03 02:50:20下载
- 积分:1
-
一种改进的变步长
一种改进的变步长LMS自适应算法,论文不错!-An improved variable step-size LMS adaptive algorithm, thesis is true!
- 2022-02-14 19:47:18下载
- 积分:1
-
VC is a beautiful MM prepared the jigsaw puzzle, top fun, and I hope everyone li...
是一个VC编写的漂亮MM的拼图游戏,顶好玩的,希望大家喜欢-VC is a beautiful MM prepared the jigsaw puzzle, top fun, and I hope everyone likes
- 2022-02-25 05:48:10下载
- 积分:1
-
关于简单遗传算法和简单bp网络的程序,其中的矩阵相乘速度很快,而且比较容易扩展,即任意多的输入,任意多的隐含层...
关于简单遗传算法和简单bp网络的程序,其中的矩阵相乘速度很快,而且比较容易扩展,即任意多的输入,任意多的隐含层-on simple genetic algorithms and simple bp network procedures, which the matrix multiply very fast, but relatively easy to expand, or arbitrary number of input and any number of hidden layer
- 2022-11-19 19:55:03下载
- 积分:1
-
C#中wpf的3D模型动画
资源描述本程序介绍wpf中3d的有关测试,并且附加wpf中3D的动画功能,在程序里,3D模型能够做无规则运动,并且还附加了,按照自定义路径运行的过程,对此有兴趣的方便学习。
- 2022-04-17 04:48:57下载
- 积分:1
-
With regard to reactive power optimization papers, the papers use the improved e...
关于电力系统无功优化方面的论文,该论文使用改进的进化算法并结合动态的突变标准。-With regard to reactive power optimization papers, the papers use the improved evolutionary algorithm combined with dynamic mutation standard.
- 2023-05-28 11:05:03下载
- 积分:1