-
Iterator
Sample iterator C# 5
- 2017-11-04 14:54:17下载
- 积分:1
-
2gaiph0
说明: 将邻接矩阵转移到gaiph可识别的矩阵,从而可以将邻接矩阵可视化,并可以通过gaiph软件美化(Transfer the adjacency matrix to the gaiph-recognizable matrix)
- 2019-11-25 21:40:21下载
- 积分:1
-
压缩感知重建算法集
基于Matlab编写压缩感知重建算法集,包括OMP,CoSaMP,IHT,IRLS,GBP,SP和ROMP.-Matlab codes for CS recovery algorithms, including OMP, CoSaMP, IHT, IRLS, GBP, SP and ROMP.
- 2020-12-07下载
- 积分:1
-
照片变成字母符号软件
照片变成字母符号软件,讲照片转化成符号的形式(Photographs into alphabetic symbols software)
- 2020-06-19 09:40:01下载
- 积分:1
-
游戏中加密XMP图片提取工具
XMP加密图片的提取工具。用它可以把游戏中加密的XMP图片提取出来保存为PNG图片。
- 2021-05-06下载
- 积分:1
-
电子科技大学 - 詹惠琴 - 电子测量原理 PPT
电子科技大学 - 詹惠琴 - 电子测量原理第1章 测量的基本原理.ppt 第2章 测量方法与测量系统.ppt第3章 测量误差及数据处理.ppt第4章 时间频率测量.ppt第5章 电压测量.ppt 第6章 阻抗测量.ppt第7章 信号波形测量(new).ppt 第8章 信号的产生.ppt第9章 信号分析和频域测量(新).ppt第10章 线性系统频率特性测量和网络分析(新).ppt第11章 数字系统测试技术.ppt第12章 测试系统集成技术.ppt电子测量原理教材勘误表.doc
- 2020-12-08下载
- 积分:1
-
一种基于可视图法的机器人全局路径规划算法
一种基于可视图法的机器人全局路径规划算法
- 2020-12-09下载
- 积分:1
-
matlab基于bp神经网络的人脸识别
网上找的 matlab基于bp神经网络的人脸识别 需要标准的orl人脸数据库 也可根据源代码进行改写
- 2020-12-04下载
- 积分:1
-
基于MATLAB的MEMS表面形貌重构
分析获取的干涉图,熟练掌握MATLAB的操作,了解还原表面形貌的基本算法,编写适合的算法仿真出微结构表面形貌。技术要求:(1)会分析所获取的微结构表面形貌干涉图;(2)熟练掌握MATLAB的操作;(3)熟悉处理干涉图的相应算法;(4)仿真出微结构的表面形貌。
- 2020-12-03下载
- 积分:1
-
Polynomial
Develop class Polynomial. The internal representation of a Polynomial is an array of terms. Each term contains a coefficient and an exponent. The term
2x4
has the coefficient 2 and the exponent 4. Develop a complete class containing proper constructor and destructor functions as well as set and get functions. The class should also provide the following overloaded operator capabilities:
Overload the addition operator (+) to add two Polynomials.
Overload the subtraction operator (-) to subtract two Polynomials.
Overload the assignment operator to assign one Polynomial to another.
Overload the multiplication operator (*) to multiply two Polynomials.
Overload the addition assignment operator (+=), subtraction assignment operator (-=), and multiplication assignment operator (*=).
- 2013-05-05 21:59:33下载
- 积分:1