联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All matlab编程(11) 
按平台查找All C/C++(11) 

[matlab编程] KNNc++

该算法可用于模式识别,有较好的识别能力,可以试一试
The algorithm can be used in pattern recognition and has good recognition ability, so it can be tried (2020-10-09, C/C++, 1269KB, 下载0次)

http://www.pudn.com/Download/item/id/1602207820222868.html

[matlab编程] 追击算法

人工智能C++追击的算法一个是由玩家操控,随玩家控制移动,另一个精灵由程序按照向量追逐的算法控制
Algorithm of C + + pursuit in artificial intelligence (2019-11-07, C/C++, 38KB, 下载0次)

http://www.pudn.com/Download/item/id/1573096181615123.html

[matlab编程] LMS

LMS算法程序,最小均方算法,感知器和自适应线性元件在历史上几乎是同时提出的,并且两者在对权值的调整的算法非常相似。它们都是基于纠错学习规则的学习算法。感知器算法存在如下问题:不能推广到一般的前向网络中;函数不是线性可分时,得不出任何结果。而由美国斯坦福大学的Widrow和Hopf在研究自适应理论时提出的LMS算法,由于其容易实现而很快得到了广泛应用,成为自适应滤波的标准算法。
LMS,The least mean square algorithm,sensor and adaptive linear elements are proposed at almost the same time in history,and the two algorithms are very similar in the adjustment of weight values.They are all learning algorithms based on error correction learning rules. The sensor algorithm has the following problems: It can not be generalized to the general forward network; When the function is not linear separability, no result can be obtained. The LMS algorithm proposed by Widrow and Hopf of Stanford University in the United States when studying adaptive theory was quickly widely used because of its easy implementation and became a standard algorithm for adaptive filtering. (2018-09-27, C/C++, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/1538042619961151.html

[matlab编程] MATLAB

ATC算法,多层多学科优化,特别好用,值得一试
ATC algorithm, multi-level, multidisciplinary optimization, particularly easy to use, it is worth a try (2017-09-27, C/C++, 1KB, 下载22次)

http://www.pudn.com/Download/item/id/1506509473750433.html

[matlab编程] Four-axis-aircraft-control-principle

本文讨论的四轴飞行器是一种四旋翼飞行器。 首先介绍四轴飞行器的飞行控制原理;其次逐个阐述了基于 CC3200单 片机和 MPU6050加 速度计/陀 螺 仪 的 迷 你 四 轴 飞行器的各个关键模块,从软件和硬件的角度分别描述了各模块的实现和整合;最后,分析了该 四 轴 飞 行 器 的 试 飞 结 果 以及该飞行器的一些不足
This paper discusses the four axis aircraft is a kind of four rotor aircraft. First of all, the flight control principle of four axis vehicle is introduced. Secondly, the mini- axis of CC3200 and MPU6050 accelerometer/gyroscope are described one by one The realization and integration of each module are described the point of view of software and hardware. Finally, the flight test results of the four axis vehicle are analyzed And some deficiencies of the aircraft (2017-03-27, C/C++, 155KB, 下载2次)

http://www.pudn.com/Download/item/id/1490611104429836.html

[matlab编程] Week1_MergeSort

Coursera 斯坦福大学Algorithm Part I Week 1编程作业解答
Coursera Stanford University Programming Algorithm Part I Week 1 Homework Solutions (2014-11-11, C/C++, 3641KB, 下载4次)

http://www.pudn.com/Download/item/id/2653312.html

[matlab编程] barber

理发店的服务过程仿真 一个理发店有两位服务员A和B顾客随机地到达该理发店,每分钟有一个顾客到达和没有顾客到达的概率均是1/2 , 其中60 的顾客理发仅用5分钟,另外40 的顾客用8分钟 . 试对前10分钟的情况进行仿真。
Service process simulation of a barber shop barber shop attendant A and B, there are two customers arrive at the barber shop randomly, every minute a customer arrives and there is no probability that the customer arrives are 1/2, where only 60 of the customers Barber five minutes, another 40 of customers with 8 minutes. trial for the first 10 minutes of the simulation. (2014-01-14, C/C++, 1KB, 下载2次)

http://www.pudn.com/Download/item/id/2450228.html

[matlab编程] matlabtuxiangchuli222

matlab的关于图像处理的一些简单源代码,大家可以试一试,欢迎下载
Matlab on image processing some simple source code, you can try downloading welcome (2013-11-05, C/C++, 2KB, 下载2次)

http://www.pudn.com/Download/item/id/2392560.html

[matlab编程] c

约瑟夫问题的实现:设有n个人围坐在圆桌周围,现从某个位置m(1≤m≤n)上的人开始报数,报数到k的人就站出来。下一个人,即原来的第k+1个位置上的人,又从1开始报数,再报数到k的人站出来。依此重复下去,直到全部的人都站出来为止。试设计一个程序求出出列序列。
Joseph realized the problem: There are n people sitting around the round table, is from a position of m (1 ≤ m ≤ n) reported on the number of people began to be reported to the k number of people to come forward. The next person, that is, the original positions on the first k+1 people, and from the number reported at 1, then the number reported to the k to stand up. So repeat this until all the others can stand up. Try to design a program derived from the column sequence. (2011-03-23, C/C++, 1KB, 下载3次)

http://www.pudn.com/Download/item/id/1465055.html

[matlab编程] dbl

转载资料, 从文字件1到2,双行。非常有趣,值得一试。
To read line from file1.txt and write (double space) to file2.txt (2010-12-21, C/C++, 1KB, 下载2次)

http://www.pudn.com/Download/item/id/1387245.html

[matlab编程] esnake

贪食蛇,蛇头是蓝色的,挺好玩的,在turbo c下运行
Tanshichi, snakeheads are blue, very good play, in running turbo c (2007-04-14, C/C++, 1KB, 下载2次)

http://www.pudn.com/Download/item/id/268163.html
总计:11