-
语法分析程序,编译原理的重要程序之一。用处很大。
语法分析程序,编译原理的重要程序之一。用处很大。-syntax analysis procedures, compiler theory one of the important procedures. Very useful.
- 2022-03-05 07:18:32下载
- 积分:1
-
STACK
用C语言编写的堆栈接口,适用于各种环境,提供接口:
STACK *initStack(int MaxRoom)
void destroyStack(STACK **spp)
void resetStack(STACK *sp)
Boolean isStackEmpty(STACK stack)
Boolean isStackFull(STACK stack)
Boolean push(STACK *sp, USER_TYPE data)
Boolean pop(STACK *sp, USER_TYPE *data)
Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
- 2013-07-22 10:59:32下载
- 积分:1
-
面向智能电网中能量管理的分布式算法研究_邢浩
运行前将对电力进行优化,以保证电网的稳定供电。(The power will be optimized before operation to ensure the stable power supply of the power grid.)
- 2018-10-17 10:10:30下载
- 积分:1
-
Python机器学习实践:测试驱动的开发方法
说明: Python机器学习实践:测试驱动的开发方法(Python machine learning practice: Test Driven Development Method)
- 2020-12-09 19:05:32下载
- 积分:1
-
解决棋盘的马从第一个位置开始跳经过每个位置,用回溯法解决...
解决棋盘的马从第一个位置开始跳经过每个位置,用回溯法解决-To solve the board" s horse began to jump from the first position through each location, using backtracking to solve
- 2023-03-15 05:55:04下载
- 积分:1
-
英文文本信息熵的计算
说明: 实用C++计算一篇英文文本的信息熵
1、 读取文档,统计英文字母及空格出现的次数;
(将小写字母转为大写字母进行计数)
2、 求概率分布P(X);
3、 根据定义求信息熵。(Computing the information entropy of an English text with C + +
1. Read the document and count the number of English letters and spaces;
(convert lowercase letters to uppercase letters for counting)
2. Calculate the probability distribution P (x);
3. According to the definition of entropy.)
- 2020-10-04 09:41:10下载
- 积分:1
-
大商创采集插件
说明: 大商创淘宝天猫采集插件,根据安装说明安装上传即可。(Big business Taobao Tianmao collection plug-in can be installed and uploaded according to installation instructions)
- 2019-01-18 21:24:26下载
- 积分:1
-
Java Blowfish对称加密算法实例
Java Blowfish对称加密算法实例,应用Blowfish对称密钥加密的一个类,另外还有一个使用该类的例子,研究下Java加密的基础知识,仅供参考。
- 2022-05-24 20:16:56下载
- 积分:1
-
2
lecture micro controller explain 7 segment
- 2018-11-15 04:13:43下载
- 积分:1
-
一个横坐标三个不同纵坐标的平面图像
在Matlab中利用此函数可以画一个横坐标三个不同纵坐标的平面图像(In Matlab, this function can be used to draw a plane image with three ordinate ordinates.)
- 2018-11-20 21:01:55下载
- 积分:1