资源列表
xiaobo12
- 二维小波分析图像压缩 去掉高频部分,保留低频-2D image analysis wavelet compression to eliminate high-frequency, low-frequency reservations
yakebi
- 计算方法雅可比公式-calculation formula Jacobian
LINK_list
- c++实现了数据结构链表的操作 包括创建,插入,删除等功能-c++ to achieve a data structure including the creation of the operation list, insert, delete and other functions
dianlianbiao.txt.tar
- 创建一个保存学生基本信息的单链表,实现学生信息的建立(尾部插入和头部插入都要) 插入 删除 查看 逆置 删除值为X 等功能-Save the basic information students create a single list, to achieve the establishment of student information (and head into the tail to be inserted) into the deleted view the inverse func
huffman
- 实现哈夫曼树,输入所需的数据,自动生成哈夫曼树,并输出-Achieve Huffman tree, enter the required data, automatically generate Huffman trees, and the output
DS01
- 设A与B分别为两个带有头结点的有序循环链表(所谓有序是指链接点按数据域值大小链接,本题不妨设按数据域值从小到大排列),list1和list2分别为指向两个链表的头指针。请写出将这两个链表合并为一个带头结点的有序循环链表的算法。-Let A and B are two nodes with the first order circular list (the so-called point of order is the link to the link at the size of data f
tudebianli
- 使用邻接表存储结构,编写一个程序,实现对有向图遍历操作。是用C++编写的程序源代码。-Storage structure using the adjacency list, write a program to achieve a directed graph traversal operations. Is a program written in C++ source code.
HeapSort
- 数据结构 有中文注释 源代码 堆排序-data structure source code heap sort
rbf03
- RBF調整PID控制 SISO非線性系統-RBF tuning PID control of SISO nonlinear systems
alinhaSeqDin.cpp
- This program align basis sequence using dynamic programing. Solve problem in Molecular Biology.
New-folder
- INITIALIZATION OF ANT-LION OPTIMIZER ALGORITHM-INITIALIZATION OF ANT-LION OPTIMIZER ALGORITHM
期权定价
- 欧式和美式期权的二叉树定价和蒙特卡罗定价的源代码