-
解决问题
它是一组其正确的答案,用 c + + 的问题,它使你更好地解决问题,使用 c + + 控制台应用程序,
- 2022-03-15 15:09:33下载
- 积分:1
-
BP算法拟合f(x)=sin(x)函数,样本数为9对,目标值0.001
BP算法拟合f(x)=sin(x)函数,样本数为9对,目标值0.001-BP fitting algorithm f (x) = sin (x) function, sample size for the nine right, the target value 0.001
- 2022-06-21 05:43:09下载
- 积分:1
-
1、本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程...
1、本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程序是在VC6.0环境下测试通过,用的是C++语法。当然也有C的语法。 4、本程序留下了很多的接口以待以后的语法分析和语义分析实验时进行扩展。比如已将词法分析结果记入到了一个顺序存储的数据结构中,以待后用。 5、程序扫描处理一部分是经孙悦红老师的示范程序修改而成,(增加了一些功能)其他部分为了适应自己的接口,都是由本人编写。-one, the process is the role of TEST language lexical analysis. 2, double-click operation input file name, or under the command prompt test input file name ... supports multiple documents simultaneously lexical analysis. 3, the procedure was VC6.0 testing environment, using the C syntax. Of course, there are C syntax. 4, the process left a lot of interface to question the future of grammar analysis and semantic analysis experiments expansion. For example, lexical analysis has been credited to a sequence of data storage structures to be used later. 5, the scanning process is handled by the part of teachers Coaldale red model procedures and revisions, (an increase of some function) in order to adapt to other parts of the interface are all prepared b
- 2022-02-11 12:24:13下载
- 积分:1
-
在MATLAB中,字音建立藏族语言转换…
在matlab下,构建了一个藏语字音转换系统-In matlab, the divergence in pronunciation to build a Tibetan language conversion system
- 2022-03-23 07:26:05下载
- 积分:1
-
3子棋的耍法,我们通常所需要的网络工具、修改资料、帮助信息等等都有,但没写具体实现的代码了...
3子棋的耍法,我们通常所需要的网络工具、修改资料、帮助信息等等都有,但没写具体实现的代码了-3 sub-game playing method, we usually web-based tools needed to amend the information to help both information and so on, but did not write the specific code of the implementation
- 2022-03-19 13:51:15下载
- 积分:1
-
zigbee采集温湿度程序
zigbee采集温湿度程序 用于采集温湿度再发到串口显示出来
- 2022-04-16 23:19:45下载
- 积分:1
-
GIS相关工具,可以把e00和 Coverage 文件进行互转
GIS相关工具,可以把e00和 Coverage 文件进行互转-GIS tools, and can e00 files Cross Coverage
- 2022-06-27 07:12:39下载
- 积分:1
-
pic18F242串口控制步进电机
242串口控制步进电机,其中使用到timer,中断等;通过串口接收数据,CRC校验,计算时间脉冲转换为定时器定时,判断电机方向停止等条件,控制电机的运动状态
- 2022-11-16 07:50:03下载
- 积分:1
-
OpenCV的人脸检测
Face Detection from OpenCV
- 2022-07-06 11:54:09下载
- 积分:1
-
awk by Cao Siqin, 2007.7.17
awk <Format String>
Format string:
It may...
awk by Cao Siqin, 2007.7.17
awk
Format string:
It may contain following symbols:
$x: parameter x will be used here
= x07
= x0A
Example:
script.txt:
C:WINDOWSa logfile .log
C:WINDOWS txtfile .txt
input this command in a console window:
awk notepad.exe $1 $3 < script.txt
then following commands will be executed:
notepad C:WINDOWSa.log
notepad C:WINDOWS.txt
- 2022-07-01 19:45:10下载
- 积分:1