搜索结果

找到约 641 项符合 Z-stack 的查询结果

数学计算 功能:在默认有唯一解的情况下

功能:在默认有唯一解的情况下,求出一次方程组的解 使用说明:1.在方程计算器所在目录下新建一个文本文档并另存为“matrix”(注意文件名的大小写和拼写) 格式: 第一行是未知数个数n 后面每行n+1个用空格隔开的数,表示一个方程 (e.g) 2x+3y-z=6 就输入 2 3 -1 6 2.保存之后双击运行“方程计算器” 3.程序会在 ...
https://www.eeworm.com/dl/641/290989.html
下载: 21
查看: 1032

数据结构 表达式类型的实现: 1、 一个表达式和一颗二叉树之间

表达式类型的实现: 1、 一个表达式和一颗二叉树之间,存在着自然的对应关系。 2、 假设算术表达式Expression内可以含有变量(a~z)、常量(0~9)和二元运算符(+,-,*,/,^)。实现一下操作。 (1) ReadExpr(E)——以字符序列的形式输入语法正确的前缀表示式并构造表达式E。 (2) WritrExpr(E)——用带括弧的中缀表 ...
https://www.eeworm.com/dl/654/292540.html
下载: 67
查看: 1073

数据结构 实现最优二叉树的构造;在此基础上完成哈夫曼编码器与译码器。 假设报文中只会出现如下表所示的字符: 字符 A B C D E F G H I J K L M N 频度 186 64 13 22

实现最优二叉树的构造;在此基础上完成哈夫曼编码器与译码器。 假设报文中只会出现如下表所示的字符: 字符 A B C D E F G H I J K L M N 频度 186 64 13 22 32 103 21 15 47 57 1 5 32 20 57 字符 O P Q R S T U V W X Y Z , . 频度 63 15 1 48 51 80 23 8 18 1 16 1 6 2 要求完成的系统应具备如下的功能: 1 ...
https://www.eeworm.com/dl/654/295005.html
下载: 193
查看: 1426

驱动编程 Addfilter is a command-line application which adds and removes filter drivers for a given drive or v

Addfilter is a command-line application which adds and removes filter drivers for a given drive or volume. It is intended to demonstrate how to insert a filter driver into the driver stack of a device. The sample illustrates how to do this by using the SetupDi APIs. The sample works on the x86 platf ...
https://www.eeworm.com/dl/618/297101.html
下载: 102
查看: 1053

数据结构 赫夫曼编码与译码 本程序完全采用链式存储结构

赫夫曼编码与译码 本程序完全采用链式存储结构,用户在输入字符流后(无字符限制,无长度限制)(以EOF结束,即crtl+z),即可自动统计出现的字符,建立赫夫曼树,输出各字符的赫夫曼编码,翻译用户输入的字符流输出到文件中(output.txt),最后进行译码,输出字符流。 可供学习《数据结构》(清华大学出版社)(P146赫夫曼 ...
https://www.eeworm.com/dl/654/303591.html
下载: 125
查看: 1041

VC书籍 C++STL STL(Standard Template Library

C++STL STL(Standard Template Library,标准模板库)是惠普实验室开发的一系列软件的统称。它是由Alexander Stepanov、Meng Lee和David R Musser在惠普实验室工作时所开发出来的。现在虽说它主要出现在C++中,但在被引入C++之前该技术就已经存在了很长的一段时间。 STL的代码从广义上讲分为三类:algorithm(算法)、cont ...
https://www.eeworm.com/dl/686/310448.html
下载: 69
查看: 1039

VC书籍 MFC界面:1.模拟立方体摄像机成像2.区域录属判别. 实验一:点击实验一下的摄像机成像,生成初始化的投影图像,再拖动鼠标

MFC界面:1.模拟立方体摄像机成像2.区域录属判别. 实验一:点击实验一下的摄像机成像,生成初始化的投影图像,再拖动鼠标,变换立方体的位置(其中Z坐标位置不变),生成投影图像。实验二:点击实验二下生成图像。实验三:点击实验三下的区域录属,再点击屏幕上任何一位置。 ...
https://www.eeworm.com/dl/686/313840.html
下载: 103
查看: 1061

驱动编程 Addfilter is a command-line application which adds and removes filter drivers for a given drive or v

Addfilter is a command-line application which adds and removes filter drivers for a given drive or volume. It is intended to demonstrate how to insert a filter driver into the driver stack of a device. The sample illustrates how to do this by using the SetupDi APIs. The sample works on the x86 platf ...
https://www.eeworm.com/dl/618/313918.html
下载: 156
查看: 1040

编译器/解释器 、该个词法分析器要求至少能够识别以下几类单词: a. 关键字:else if int return void while共6个

、该个词法分析器要求至少能够识别以下几类单词: a. 关键字:else if int return void while共6个,所有的关键字都是保留字,并且必须是小写; b. 标识符:识别与C语言词法规定相一致的标识符,通过下列正则表达式定义:ID = letter (letter | digit)*; c. 常数:NUM=(+ | - |ε)digit digit*(.digit digit* |ε)(e(+ ...
https://www.eeworm.com/dl/628/315067.html
下载: 71
查看: 1257

Jsp/Servlet System.out.print(s) System.out.println(t) System.out.print(u) System.out.println(v) System.o

System.out.print(s) System.out.println(t) System.out.print(u) System.out.println(v) System.out.print(a) System.out.print(b) System.out.print(c) System.out.println(d) x=0x5f20 y=0x5f35 z=0xffff System.out.print(x) System.out.print(y) System.out.println(z)
https://www.eeworm.com/dl/696/315330.html
下载: 102
查看: 1064