搜索资源列表
实验7 二叉树 北京师范大学数学科学院
- 自创的算法,输入表达式,建立二叉树的程序,然后输出前缀中缀后缀表示法,利用的对表达式的分割与递归实现输入,同时这也是一个完整的波兰式转换程序,相当稳健-own algorithm, the importation of expression, the establishment of the binary tree and then output the suffix prefix which is made up of the method, using the right expressio
AssociationRuleConvert
- 编码格式转换工具主要用于关联规则挖掘实验数据的预处理,转换训练集中事务编码格式,可在整数型编码、布尔型编码及序数型编码之间转换。-encoding format conversion tools used mainly Mining Association Rules experimental data preprocessing, conversion training would focus Services Coding format, the integer-coding, coding
c
- 栈额实验(数制转换) 还是数据结构课的实验作业
datastructure
- 本学期所有数据结构的大作业一,设A与B分别为两个带有头结点的有序循环链表(所谓有序是指链接点按数据域值大小链接,本题不妨设按数据域值从小到大排列),list1和list2分别为指向两个链表的指针。请写出将这两个链表合并为一个带头结点的有序循环链表的算法。二,本次实验的题目为表达式求值,要求设计一个程序,演示用算符优先法对算术表达式求值的过程。 即编写程序把前缀表达式转换成后缀表达式,并计算结果。用以下三组数据测试程序: 3*(7-2); 2*(6+2*(3+6*(6+6)))+(6+
BSTAVT
- 本学期所有数据结构的大作业一,设A与B分别为两个带有头结点的有序循环链表(所谓有序是指链接点按数据域值大小链接,本题不妨设按数据域值从小到大排列),list1和list2分别为指向两个链表的指针。请写出将这两个链表合并为一个带头结点的有序循环链表的算法。二,本次实验的题目为表达式求值,要求设计一个程序,演示用算符优先法对算术表达式求值的过程。 即编写程序把前缀表达式转换成后缀表达式,并计算结果。用以下三组数据测试程序: 3*(7-2); 2*(6+2*(3+6*(6+6)))+(6+
imput_osc_data
- 导入示波器数据,可以非常方便地连续的将多组数字示波器的数据方便的转换到matlab中进行各种复杂的后续处理;方便于需要组建基于数字示波器的实验系统使用和写paper呵-Import oscilloscope data, can be very easy to successive groups of digital oscilloscope to facilitate the conversion of data into matlab carried out follow-up to deal
stack_and_queue
- 以字符序列的形式从终端输入语法正确的、不含变量的整数表达式,利用给定的算符优先关系把中缀表达式转换成计算机容易处理的后缀表达式。本实验中操作数规定为1位数字字符,运算符只有+、-、*、/。-In the form of a sequence of characters entered from the terminal grammatically correct, non-integer variable expression, using the given operator preceden
numberconversion
- VC++ 数据结构 实验算法 数制转换.c-VC++ data structures algorithm number system conversion experiments. Cpp
Cpp1
- 实验目的: 学习用指针构造链表,操作链表 实验内容: 输入两个非降序列,转换成两个非升序列,合并成一个非升序列。 基本要求: 用链表实现。 完成解题报告 -Experimental Objective: To study the list with a pointer structure, the operation contents of the list experiment: two non-reducing input sequence into a seq
lab4
- matlab实现的频率空间转换,含完整实验报告-matlab implementation of the frequency space conversion, including a full lab report
caozuoxitong
- 实验四 模拟页式虚拟地址转换和缺页中断 实验报告-Experimental four-page simulation and virtual address translation page fault test report
lianxi
- 用来实验验证c转换为汇编的效率,本代码为一个简单的小延时,通过不同德c代码,转换成汇编,看他们的大小,和执行效率-C is used to convert the experimental verification of the efficiency of assembly, the code for a simple little delay, through different de c code into assembly, to see their size, and efficienc
upc_vc_hsm_toolkit
- 基于HSM(harominic/stochastic model)模型的声音转换工具包。内含声音的预处理,分割,建模,参数转换以及实验部分。需要具备一定的语音转换相关知识。-Based on HSM (harominic/stochastic model) model voice conversion kit. Includes pre-sound, segmentation, modeling, parameter conversion and experimental parts. Need
RK
- 实验RK算法,即利用Hash方法和素数理论,首先定义一个Hash函数(hash (r) = r mod q),然后将模式串P和文本串T中长度为m的子串利用Hash函数转换成数值。显然只需比较那些与模式串具有相同Hash函数值的子串。 当然因为Hash冲突的存在,还要进一步进行字符串比较,但只要选择适当的素数q, Hash冲突的概率就会很小 -Experimental RK algorithm, namely the use of Hash methods and prime number
zhan
- 数据结构与算法分析——栈实验,要求将某个十进制转换成八进制或二进制,根据栈的特点可以实现进制转换的算法-Data structures and algorithm analysis- stack test, request to convert an octal, decimal or binary, according to the characteristics of the stack algorithm can hex conversion
matlab
- MATLAB程序关于自动处理txt文本内的数据,将数据转换成矩阵型计算后导出得出新数据的TXT文本,内含全英文实验报告-The whole program is developed to deal with the display and processing of material properties of a gas. The material properties of an example gas is given in a text file called "ass1data.txt
Doubly-linked-.
- 线性表链式存储(双向链表)插入、删除运算 1、预习要求:线性表的插入、删除相关概念及运算,完成线性表元素的插入、删除。 2、实验目的: (1)了解线性表的插入、删除相关概念; (2)理解线性表的插入、删除过程和结构定义; (3)掌握算法转换为程序的过程中的变化。 3、实验内容及要求: (1) 以“一个较完整的程序范例-顺序表”程序框架为框架 (2)双链表结构体为: typedef struct { int num /学号 char
栈和队列的链接
- 数据结构实验 栈和队列的连接实验 ①编写程序实现循环队列的初始化、入队和出队操作 ②编写程序实现将一个任意的十进制数转换成对应的二进制数 要求: ①用栈的基本操作来实现(具体栈的存储结构可用顺序栈也可用链栈) 十进制数由键盘输入,输出对应的二进制数。 ②在初始化队列后,利用入队操作构建具有n个元素的队列并依次输出队列中的元素。在构建的具有n个元素的队列中,执行出队操作,输出出队后队列中的剩余元素(Data structure experiment stack and queue
基于BP神经网络的色空间转换
- 本案例为基与bp神经网络对pantone色卡中RGB空间向Lab空间转换的源码,并已经调试成功输入层输出层函数与神经元个数。附加功能:直接得出各色块的Eab色差已经测试样本与预测样本的相关系数。经多次实验,相关色差在2~3之间,低于CIE认可标准:4,相关系数达到0.96以上,可以准确预测绝大多数色块,用于色彩管理建模。(This case is for color space converting(RGB Space to Lab Space) You can master how to u
小波实验
- 哈尔小波转换 一维信号与二维图像的三级分解 信号去噪与重构 morlet小波连续小波变换(Haar wavelet Three level decomposition of one dimensional signal and two dimensional image Signal denoising and reconstruction morlet wavelet continuous wavelet transform)