-
这是一个集交互式和命令式于一体的一个程序。
% 首先程序提示你输入数据,如果你输入的数据正确,则程序继续进行。
% 如果你输入的x,y的大小...
这是一个集交互式和命令式于一体的一个程序。
% 首先程序提示你输入数据,如果你输入的数据正确,则程序继续进行。
% 如果你输入的x,y的大小不一致,程序会提示你输入数据有误,然后程序返回再次让你输入数据。
%待你输入数据正确后,程序会给你一段提示信息,
% 通过下面的交互式图形,你可以事先估计一下你要拟合的多项式的阶数,方便下面的计算
% polytool()是交互式函数,在图形上方[Degree]框中输入阶数,右击左下角的[Export]输出图形
% 回车打开polytool交互式界面
% 待你回车后,交互式图形界面打开,你可以在图形上方[Degree]框中输入阶数观察多项式拟合的图形,
% 选择置信区间最小的多项式阶数,以便在下面使用。
% 待你选择好所要拟合的多项式阶数后,程序提示你回车继续进行拟合。
% 待你回车后,程序提示你输入拟合的阶数,
% 待你输入拟合的阶数后,回车后会显示拟合多项式相关的数据。
% 最后程序提示你输入所需拟合的数据点,输入所需拟合的数据点,就会得到相应的结果。
% 如果没有所需要拟合的数据点,直接回车跳过。
% 程序结束。
% 最小二乘法多项式拟合-err
- 2022-08-20 16:54:56下载
- 积分:1
-
LTE 空中接口协议和 Tx/Rx 算法
OpenLTE 是 3GPP LTE 规格的开源实现。它可以用 GNU 收音机与许多特别提款权 HW (USRP,RTL SDR,UMD)。LTE 空中接口协议和协议的研究。它最终将帮助您构建自己的 LTE 基站。
- 2022-02-20 16:15:07下载
- 积分:1
-
pso程序的源代码
pso程序的源代码
pso程序的源代码
pso程序的源代码-粒子群优化算法源程序
作者:FashionXu
一个pso程序的源代码。在vc.net2003下面通过。
建议:看代码之前,请先弄明白pso是怎么回事。然后请对应着来:程序中用Agent代表一只鸟,PSO代表鸟群。阅读源代码,不要顺着看,先看main(),然后按照出现的东西的顺序,一个一个得来,呵呵,纯粹是建议。-PSO program
- 2022-03-28 23:10:51下载
- 积分:1
-
独立的AVL的存储介质是在大量的AVL TRE现在可用…
独立于AVL库的存储媒体
虽现在有不少可用的AVL树库,但几乎都是工作在RAM中,当数据量小的时候,这种方式可行,但当树结构变大时时,读取和存储的时间就会大大变长,任务效率大大降低。能不能直接用磁盘进行树的操作呢?若可以,就不必进行频繁的磁盘内存交换了,本程序就实现了这个功能。实际上,这个程序无论是磁盘还是内存,都很好用。-independent of the AVL storage media is now available in a number of the AVL tree, But almost all work in the RAM, when a small amount of data, this approach feasible, but big tree structure constant, read and storage time will be much longer and the task efficiency has been greatly reduced. Can directly use the disk tree operation? If so, there is no need for frequent exchange of disk memory, the process to achieve this function. In fact, this procedure is disk or memory, are very handy.
- 2022-04-09 22:19:08下载
- 积分:1
-
穿虎可惜TERA
应用背景sdsdfasfafad fhshsfhsfhdfhsfhsfhh gasdgsdfsfhsfhs ; ; ;sfhsfghsfgh ;sfghsfghsfhsfhgdfhsfhsfhh sfghsfhsfghsfh ; ; ;sfghsfhsfghsfh sfhsfghsfgh ; ;sfghsfghsfhsfhg关键技术xfgnnxnnxfgnnxnnxfgn nxnnxfgnnxnnxfgnnxnnxfgnnxnnxfgn xnnxfgnnxnnxfgnnxnnxfgnnxnnxfgnnxnnxf gnnxnnxfgnnxnn ;xfgnnxnnxfgnnxnn
- 2023-04-15 23:55:03下载
- 积分:1
-
How to modify the MFC AppWizard Wizard to generate the appearance of the framewo...
如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。
-How to modify the MFC AppWizard Wizard to generate the appearance of the framework of procedures and size, modify the icon, cursor, background three methods. How to add and remove toolbar buttons, how to increase the application toolbar, how to show and hide the toolbar. Custom status bar, add in the status bar clock display, CTime class and its usage. In the status bar to add the progress bar (the main window immediately after the progress bar the ingenious ideas, in the OnCreate function should not directly deal with, to use a custom message to the method). Mouse coordinates shows that access to the status bar in the CView object in several ways. How to add a splash screen applications.
- 2022-12-03 22:25:03下载
- 积分:1
-
AES 算法
高级加密标准(AES) 是成立于 2001 年由美国国家标准与技术(研究院 NIST) 的电子数据的加密的规范。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-16 17:53:10下载
- 积分:1
-
这里有人工智能的A*算法看能不能帮到你。。我是在里面得到了不少的经验的
这里有人工智能的A*算法看能不能帮到你。。我是在里面得到了不少的经验的-here is the AI A* algorithm can do to help you. . I was there to be a lot of experience
- 2022-07-10 12:53:47下载
- 积分:1
-
Real
实数编码遗传算法程序 这是第二部分,可用于模型参数辨识,也有其它的用途-Real-coded genetic algorithm This is the second part of the procedure can be used for model parameter identification, there are other uses
- 2023-02-08 13:45:03下载
- 积分:1
-
linear sequence storage structure VC++6.0 algorithm developed ~!
线形表的顺序存储结构算法 VC++6.0下开发~!-linear sequence storage structure VC++6.0 algorithm developed ~!
- 2022-01-29 03:24:49下载
- 积分:1