资源列表
main
- 假设自上而下按层次,自左至右输入每个结点的一个三元组(N, P, L/R)。其中N为本结点的元素,P为其父结点,L指示N为P 的左孩子,R指示N为P的右孩子。试写一个建立二元树在内存的双链表示算法,并实现先根、中根、后根以及层序遍历算法。-Assuming top-down by level, each node from left to right input a triple (N, P, L/R). Where the elements of N-based nodes, P is the
123
- IIR数字滤波器的设计,抽样频率为2*pi*1.5*10^4,通带截止频率为2*pi*1.5*10^3-IIR digital filter design, sampling frequency of 2* pi* 1.5* 10 ^ 4, pass-band cut-off frequency of 2* pi* 1.5* 10 ^ 3
LineFeature
- Line Feature Dectection by analyzing the eigen value of the edge points grouped together.
kalman_filter
- OPTIONAL INPUTS (string/value pairs [default in brackets]) model - model(t)=m means use params from model m at time t [ones(1,T) ] In this case, all the above matrices take an additional final dimension, i.e., A(:,:,m), C(:,:,m), Q(:,:,m), R
12864ZKb
- 液晶显示程序12864带字库并口或者串口连接与微控制器-LCD program 12864 with a character or a serial connection and parallel micro-controller
fet140_flashwrite_01
- msp 430 的程序 此程序为flash存储器的用法-msp 430 program This program for the flash memory usage
NetWorkLab02
- NetRiver实验2, IPv4收发实验-Experiment2 on NetRiver, IPv4
rfid_oct24
- RFID连接Arduino然后用串口监视显示测得数据-How to use RFID connect to Arduino.Then use serial monitor show the detected data in PC.
gauss_pulse
- 脉冲传输函数,描述脉冲的传出特性,基于matlab的平台-pulse function matlab
1
- 飞思卡尔freescale单片机上机实验编程键盘扫描4乘4-key scan
1
- 选择二叉链表储结构作为二叉树的存储结构,此程序实现二叉树的基本操作(包括建立 、遍历、输出、求深度和以树形输出功能等-Select the binary tree structure as the binary tree reservoir storage structure, this program implements the basic operation of a binary tree (including creation, traversal, output, seeking
20072216
- 简单的通讯录系统,在vc++平台上实现的,属于C语言初学者的一个小小的练习-A simple address book system, vc++ platform to achieve, belongs to C language, a little exercise for beginners