-
三菱运动控制系统
基于vc++,MFC,编程运动控制系统,,,,,(Programming motion control system based on vc++, MFC)
- 2020-11-18 15:49:38下载
- 积分:1
-
regedit
说明: 实现了注册表编程的一般操作,例如查询、修改等(Achieved the general operation of the registry program, such as query, modify, etc.)
- 2008-12-08 15:11:35下载
- 积分:1
-
BAnet-and-MATLAB
无标度网络简介 生成原则 matlab程序代码以及最终成图plot(Introduction to generate scale-free network matlab code principles and ultimately into the chart plot)
- 2013-11-24 15:56:39下载
- 积分:1
-
GEVPlayerSample
网口相机通用驱动程序,适合于多种以太网相机(Network port camera generic driver, suitable for a variety of Ethernet camera)
- 2014-03-17 16:00:02下载
- 积分:1
-
62256-Chinese-data
62256的中文资料 以及时序图 管脚功能(62256 Chinese data, and timing diagram pin functions)
- 2021-01-28 14:38:41下载
- 积分:1
-
DataStructAndAlgorithm
数据结构与算法综合资料库,是一本很好的学习计算机的基础教程(Data Structures and Algorithms General database, are a very good tutorial to learn basic computer)
- 2009-03-14 17:56:03下载
- 积分:1
-
MyGPS
1>实现可以随意浏览任一景点的介绍。(功能一)
2>可以给出任意两个景点的最短距离及其路线。(功能二)
3>可以查看任一景点热度,并可以对对所有景点热度(访问次数)进行排序。(功能三)
4>每个景点相关内容从文件读取,实现对文件操作的练习。
(1> implementations can feel free to browse introduce 任一景 points. (Function a)
2> You can give the shortest distance and route between any two attractions. (Function b)
3> You can view Renyi Jing point heat, and heat can all attractions (visits) to be sorted. (Function c)
4> each spot related content file reading, to achieve the file operations exercises.)
- 2015-11-12 22:16:01下载
- 积分:1
-
MOEA
MOEA/D是一种基于分解的多目标优化算法,这个ppt详细讲解了该算法的特点和方法(MOEA/D is a decomposition-based multi-objective optimization algorithm, this ppt explain in detail the characteristics of the algorithm and methods)
- 2013-11-01 09:52:44下载
- 积分:1
-
youchengbianma
用c++实现的对游程编码的译码以及编码操作。对信息论一块的游程编码的理解具有一定参考价值。(C++ with the realization of run length coding decoding and encoding operation. For information on the run length encoding a piece of understanding has a certain reference value.)
- 2014-08-26 22:20:27下载
- 积分:1
-
qtstudydoc
QT学习教程,很好用的
差不多所有的程序教材都从Hello 开始,下面就是这个程序的qt版本(good QT course
1#include <QApplication>
2#include <QLabel>
3 int main(int argc, char*argv[])
4 {
5 QApplication app(argc, argv)
6 QLabel*label = new QLabel("Hello Qt!")
7 label->show()
8 return app.exec()
9 }
)
- 2012-03-10 14:46:07下载
- 积分:1