-
DomGroup 可以用来获取工作组信息
DomGroup 可以用来获取工作组信息-DomGroup Working Group can be used to obtain information
- 2022-02-27 02:00:33下载
- 积分:1
-
GA-Bagging-SVM-code
说明: 基于matlab软件的Ga-bagging-svm程序,包含算例data,编写规范,非常好用(Ga-bagging-svm program based on MATLAB software, including example data, compiling specifications, very useful)
- 2021-03-14 15:49:23下载
- 积分:1
-
在屏幕上出现的图形设计和应用程序…
VC实验:图形程序设计及其应用
在屏幕上出现一个圆心沿正弦曲线轨迹移动的实心圆,而且,每隔四分之一周期,圆的填充色和圆的周边颜色都发发生了变化(颜色自己选取),同时,圆的半径在四分之一周期之内由正弦曲线幅值的0.2倍至0.6倍线性增长
包含文档
源代码-VC experiment : graphic design and application procedures appeared on the screen in the center along a sinusoidal curve track the movement of a solid round, but every fourth cycle, the round filled with color and the color surrounding the circle has made a change (their color selection), while radius of the circle within the fourth cycle by the amplitude of the sine curve of 0.2 times to 0.6 times the linear growth of the source document contains generation Codes
- 2022-03-19 21:09:13下载
- 积分:1
-
RBF control
RBF网络的双力臂自适应数字控制设计仿真程序(RBF control for two link manipulators)
- 2018-03-18 20:10:36下载
- 积分:1
-
Unity-Webview-master
说明: Unity-Webview-master for android/ios
- 2020-06-16 20:40:02下载
- 积分:1
-
PRLcode
Jasper Kok 利用matlab仿真风沙流过程,可以实现颗粒速度、沙尘通量、风沙电场等仿真(uses MATLAB to simulate the process of wind-sand flow, which can realize the simulation of particle velocity, sand-dust flux, wind-sand electric field and so on.)
- 2020-06-23 08:20:02下载
- 积分:1
-
基于QT实现的基础图形绘图系统.7z
输入椭圆中心和长短轴径;
2. 计算得到中心在原点的椭圆上的第一个点=;
3. 根据公式(1.1.3-2)计算区域1中决策参数的初值为;
4. 在区域1中每个位置处,从开始,反复按照公式(1.1.3-3)更新决策参数,若决策参数小于0则不变,反之加1,一直循环到为止,记第一个满足此条件的点为();
5. 在区域2的每个位置处,从开始,反复按照公式(1.1.3-6)更新决策参数,若决策参数小于0则不变,反之加1,一直循环到()为止;(Input ellipse center and long and short axis diameter;
2. The first point of the center on the ellipse at the origin is calculated.
3. According to formula (1.1.3-2), the initial value of decision-making parameters in region 1 is calculated.
4. At each location in region 1, the decision-making parameters are updated repeatedly according to formula (1.1.3-3). If the decision-making parameters are less than 0, they will remain unchanged. If the decision-making parameters are less than 0, then add 1 and cycle until the first point satisfying this condition is ();
5. At each location of region 2, the decision parameters are updated repeatedly according to the formula (1.1.3-6). If the decision parameters are less than 0, they will remain unchanged. If the decision parameters are less than 0, then add 1 and cycle until ().)
- 2020-11-13 16:49:42下载
- 积分:1
-
911605
用VB做的一个液晶取字模程序,做液晶显示应该能够能用得到(Use VB to do a liquid crystal to take the font program, do liquid crystal display should be able to use)
- 2018-11-05 09:00:55下载
- 积分:1
-
C# 代码演示水仙花求和算法
C# 代码演示水仙花求和算法,关于求和水仙花数的原理:一个三位数,每一位数的立方相加等于该数本身。清空listBox1控件,获取3位数中的后两位数。具体代码可看下面:
//水仙花数的算法是一个三位数,每一位数的立方相加等于该数本身。
private void button1_Click(object sender, EventArgs e)
{
int a = 0, b = 0, c = 0;//定义变量
listBox1.Items.Clear();//清空listBox1控件
for (int i = 100; i
- 2022-06-16 00:33:40下载
- 积分:1
-
蚁群优化算法
基于python的蚁群优化算法,对于初学者有一定的帮助。(The ant colony optimization algorithm based on Python has some help for beginners.)
- 2017-12-05 17:16:46下载
- 积分:1