-
词法分析器。
要求: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
-
你可以使用的游戏精灵
some game sprite you may use
- 2022-03-18 00:27:27下载
- 积分:1
-
可以产生随机网络拓扑(包括waxman等多种模型)的源码
可以产生随机网络拓扑(包括waxman等多种模型)的源码-can have random network topology (including Ms. various models) FOSS
- 2022-03-23 23:04:56下载
- 积分:1
-
Read_temp
Labview example to read temperature
- 2011-10-31 10:50:44下载
- 积分:1
-
kalmanFZ
说明: 使用卡尔曼滤波器算法预测并跟踪目标轨迹的仿真程序(Predicting and Tracking Target Trajectory Using Kalman Filter Algorithms)
- 2021-03-16 16:09:22下载
- 积分:1
-
Desktop
圆形阵列天线学习,可以修改其图。从CSDN下载。(Circular Array, downloaded from CSDN)
- 2019-07-07 10:24:37下载
- 积分:1
-
MFAC
无模型自适应控制源代码,可以直接封装,非常好用,应用于锅炉汽包水位或者三容水箱等(Model free adaptive control source code, can be packaged directly, very well used, used in boiler drum water level or three tank and so on.)
- 2021-01-02 23:28:57下载
- 积分:1
-
C# 调用外部的EXE文件
C# 调用外部的EXE文件,程序中主要是使用System.Diagnostics.Process.Start(textBox1.Text);来执行外部的exe文件。
private void button1_Click(object sender, EventArgs e)
{
openFileDialog1.Filter = "exe文件(*.exe)|*.exe";//设置打开文件的格式
if (openFileDialog1.ShowDialog() == DialogResult.OK)//判断是否选择了exe而文件
textBox1.Text = openFileDialog1.FileName;//显示选择的文件
}
private void button2_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start(textBox1.Text);//执行exe文件
}
- 2023-06-03 22:35:03下载
- 积分:1
-
bpsk_huibo
二相编码扩展目标回波,主要是延迟和随机相位(Binary phase coded target echo)
- 2017-12-06 10:28:30下载
- 积分:1
-
图像配准的源程序,matlab编写的,试试看
图像配准的源程序,matlab编写的,试试看-image registration source, prepared by the Matlab Try
- 2022-03-20 12:50:40下载
- 积分:1