-
一种新的受限扩散池模型
一种新的受限扩散凝聚模型--单向扩散凝聚模型DLUA,输入不同的参数可产生各种不同的图案,可作为辅助研究或教学演示。-a new pool of restricted diffusion model-- the proliferation of one-way model DLUA rally, importation of different parameters can produce a variety of designs, as a complementary research or teaching demonstration.
- 2022-03-07 16:53:46下载
- 积分:1
-
禁忌搜索
禁忌搜索解决TSP的Matlab程序
编的一个很简单的禁忌搜索程序,效果一般,以后还要努力改善。
%keywords:TSP,TS
%by Zhaokai,zkcsu@126.com
- 2022-03-07 09:48:09下载
- 积分:1
-
东西测试-不为用法。尚未...你可以试试,但不是建议现在
东西测试-不为用法。尚未...你可以试试,但不是建议现在
东西测试-不为用法。尚未...你可以试试,但不是建议现在
不是现在。不是现在。不是现在。
- 2022-02-05 15:58:20下载
- 积分:1
-
The software is capable of vibration signal acquisition and the same time spectr...
该软件能够对振动信号进行采集并同时进行频谱分析,对波形进行存储,处理的过程中可以对不需要的频率进行去除。-The software is capable of vibration signal acquisition and the same time spectrum analysis, the waveform storage, the process can not remove the frequency.
- 2022-03-16 08:57:36下载
- 积分: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
-
100个经典的C算法
C语言的学习要从基础开始,这里是100个经典的算法
- 2023-07-22 09:35:03下载
- 积分:1
-
C课程设计
#include
#include
#include
#define LEN sizeof(struct stu)
struct stu
{
long num;
char name[20];
char sex[10];
float China;
float Math;
float English;
float add_score;
float ave;
struct stu *next;
};
- 2023-08-09 22:55:02下载
- 积分:1
-
求解电磁场的三维有限元算法程序,使用C语言实现.比较高效.
求解电磁场的三维有限元算法程序,使用C语言实现.比较高效.-Solving the three-dimensional electromagnetic finite element method, the use of C language. Comparative efficiency.
- 2023-02-19 13:50:03下载
- 积分:1
-
BP神经网络
该算法是描述了基本的BP网络,期间加入了正向传播和反向误差调整的算法,并且采用加入学习动量的方法使得网络快速收敛,使得网络有比较好的应用性,可以直接使用测试数据,得到想要的输出,理想输出。
- 2022-06-17 22:44:51下载
- 积分:1
-
中文分类器
这是一个中文文本分类器。一款根据文本特征,将文本识别为哪一类,如体育文章(不知道的),分类器自动识别为体育类。
- 2022-06-17 00:36:01下载
- 积分:1