搜索资源列表
hash
- 哈希表实现- The Hasche table realizes
address_sin
- 正弦值查找表是用matlab代码写的,根据量化地址来查找实际地址的正弦值-Sine value lookup table is written in matlab code, according to quantify the address to find the actual address of the sine value
aug_routh
- 計算Augmented Routh table的工具, 只須輸入由tf, zpk, ss, fdr建立的System Function, 程式會自動計算及顯示Routh table的數值。-Augmented Routh table Calculation. AUG_ROUTH_TABLE=AUG_ROUTH(G) computes the augmented Routh table for a given system G (created with either TF, ZPK,
trieTree
- 一个基于hashtable的理论而编程的程序,建立文本时根据keywordtree而建立的-based on hash table, build table by keyword tree
table
- 这是一个简单的表格二维表格,但不能直接在表格里面添加或删除数据。-This is a simple form two-dimensional form, but not directly inside the table to add or delete data.
table
- 含有多种table表格样式,满足界面开发素材需求-table
Direct_Torque_Control_Lookup_Tables
- Paper about Induction motor drive based on direct torque control (DTC) which allows high dynamic performance to be obtained with very simple hysteresis control scheme. Direct control of the torque and flux is achieved by proper selection of inverter
FFT
- 256点FFT函数,量化阶输出,用查表方式实现,用凌阳单片机可以进行8khz采样,频谱分析等-256-point FFT function, the quantized step out, be achieved using look-up table, with a single chip can be 8khz Sunplus sampling, spectral analysis
Contrast_Enhnace
- Image contrast enhancement using lookup table.
Adjacent-multi-table
- 邻接多重表,基于C++平台,使用动态存储结构,可以无误运行-Adjacent multi-table, based on C++ platform, using dynamic storage structures can be run correctly
sin_look_up_table
- 产生PFGA需要的COE文件,正弦载波的码表生成方法,很简单。-COE file generated PFGA needed, sinusoidal carrier code table generation method, is simple.
ga_timetable
- This matlab source program implements the university time table using genetic algorithm.
liner-table
- 生成顺序表,键盘上读取元素,用顺序存储结构实现存储。-data structure liner table
fuzzy-control-look-up-table
- 本代码为查表模糊控制的MATLAB实现,可供老师讲课及初学者学习-The code for the MATLAB fuzzy control look-up table implementation of lectures for teachers and beginners
fuzzy-kaiguan
- 模糊开关 直接转矩控制 直接转矩控制中逆变器开关表的模糊控制-Fuzzy direct torque control switch in the direct torque control inverter switching fuzzy control table
multiplication-table
- 利用C++编写的九九乘法表输出程序。使用语言为标准C++。界面美观,程序浅显易懂。-Use the multiplication table in C++ output program.
a-linear-table
- 顺序存储的线性表维护子系统的实现:实现对线性表的一些基本操作-Order to maintain storage subsystems to achieve a linear table
adjacency-table-to-stor
- 用c语言来实现邻接表存储有向图,计算顶点的出度和入度-C language to implement a directed graph adjacency table to store, calculate the out-degree and vertex-degree
The order of the table
- The order of the table, a algorithm of linear list.
Table on AVL-tree
- Class that represent a table of elements with key and values, implemented using AVL tree.