资源列表
online
- embedded C interfacing program for special applications
zero_to_100
- VHDL code 0-99 counter
bwt
- The Burrows wheeler transform of matrix x, it will calculate the Burrows wheeler transform of the matrix a and will output the encoded signal with primary index value
test
- 如何用Excel中的VBA设计程序,使的在建立好的窗口中输入化学式后可自动算出其相对分子量-How to use Excel in VBA design process, so that' s a good window, enter in the establishment of the chemical formula calculated automatically after the relative molecular weight
graph_build3
- 基于VC6.0,图的建立,使用数组的方法实现-graph build
hungrian
- 匈牙利算法的源代码,可以解决二分图的最大匹配问题-Hungarian algorithm source code, can solve the maximum matching problem for bipartite graphs
sfun_mppt_vpo
- 光伏逆变系统中的最大功率点跟踪算法,采用的是变步长的扰动观察法,可以快速收敛-mppt method using variable step size perturb and observe method, it can converge faster.
IsLoop
- 不破坏链表结构,判断链表是否是一个环,其中包含建立链表的过程-Does not destroy the structure of the list, to determine whether the chain is a ring, which contains a process to create a linked list,
2
- 定义实现大整数运算的类LINT,该类实现两个100位以内的大整数的加法和结果输出。 类可以有如下的类似定义: class LINT { private: // …… public: LINT(char*) LINT operator+(const LINT& L) ostream& operator<<(const ostream& os, const LINT& L) // …… } 要求: 1)构造
list_stack
- 自己写的一个C++的链栈的类,结合了链表和栈的特性的一个实用类-To write a C++ chain stack class, combining the characteristics of a linked list and stack a utility class
Odefun5
- 间歇反应釜的matlab建模,M文件,c可自由改变-Modeling of batch reactor
InversionCount_old
- 输入一个有效数列,用归并算法排列,最后得出这个数列的逆序数-Let be an array of distinct integers. If and then the pair is called an inversion of . Given and an array your task is to find the number of inversions of .