-
Havel
这是图论里面的一个定理,即Havel定理,它是用来判断一系列的度的序列能否组成一个简单图,在这儿我实现了它。(This is the inside of a theorem of graph theory, that Havel theorem, which is used to determine whether a series of sequences degrees to form a simple graph, here I realized it.)
- 2014-02-25 16:22:50下载
- 积分:1
-
cwndExtra
如何设置窗口的额外字节等内容,setwindowlong,getwindowlong(How to set the window extra bytes, etc.)
- 2013-12-17 12:47:21下载
- 积分:1
-
cma
光纤信道盲均衡CMA算法,MATLAB开发环境,比较通用的一种算法(Fibre Channel CMA blind equalization algorithms, MATLAB development environment, more generic algorithm)
- 2014-11-23 08:50:11下载
- 积分:1
-
grid_connected
三相并网系统,包括锁相环,坐标变换,解耦控制等算法,通过验证(Three-phase grid-connected systems, including phase-locked loop, coordinate transformation, decoupling control algorithm, validated)
- 2021-02-07 10:49:55下载
- 积分:1
-
Math
Matlab算法分析与设计程序,包括很多搜索算法的源程序。(Matlab algorithm analysis and design procedures, including many search algorithm of the source.)
- 2010-10-15 14:10:33下载
- 积分:1
-
PpidsrrI
PID用于机器人路径控制的MATLAB程序,路径选择是一个简简单的正弦函数.控制参数是速度和角速度.,已通过测试。
(The MATLAB program PID control for robot path, the path selection is a sine function simply control parameters and angular velocities. Has been tested.)
- 2012-09-15 22:30:02下载
- 积分:1
-
OpenCV2-Cookbook
OpenCV2 ComputerVision Application Programming Cookbook英文版,适合初学者学习(OpenCV2 ComputerVision Application Programming Cookbook in English, suitable for beginners to learn)
- 2015-01-03 16:13:58下载
- 积分:1
-
Professional-Image-Modifier-3
Image setter windows phone 8
- 2015-02-08 08:14:38下载
- 积分:1
-
GLCM
说明: 这个程序是用MATLAB编写得一个灰度共生矩阵特征及其一些参数得计算,希望对大家有用。(The MATLAB program is written, a GLCM features and some of the parameters was calculated, and I hope useful.)
- 2011-02-20 11:30:11下载
- 积分:1
-
EX_8
(1) 新建一个工程demo2,设计一个类Student,其成员变量包括学号(no)、姓名(name)、性别(sex)、专业(major)、联系方式(phone)和地址(addr)。
(2) 为类Student定义成员函数writeTo,实现从给定文本文件中读取学生数据,接口如下:
void writeTo (char filename[ ])
(3) 为类Student定义成员函数readFrom,实现将学生数据保存到给定文本文件,接口如下:
void readFrom (char filename[ ])
((1) Create a new project demo2, design a class Student, whose member variables, including school (no), name (name), gender (sex), specialty (major), contact details (phone) and address (addr). (2) define the Student class member function writeTo, students achieve reading data a given text file, the interface is as follows: void writeTo (char filename []) (3) define the Student class member function readFrom, students will achieve data save to text file given, the interface is as follows: void readFrom (char filename []) )
- 2016-05-13 19:01:27下载
- 积分:1