-
0-1 背包使用粒子群优化算法
您应用此代码求解 0-1 背包使用粒子群算法基于方法。它非常快速地执行。
- 2022-04-16 06:20:22下载
- 积分:1
-
a full 3D simulation of electromagnetic waves with efficient absorbing boundary...
a full 3D simulation of electromagnetic waves with efficient absorbing boundary a full 3D simulation of electromagnetic waves with efficient absorbing boundary conditions SYNOPSIS- a full 3D simulation of electromagnetic waves with efficient absorbing boundary a full 3D simulation of electromagnetic waves with efficient absorbing boundary conditions SYNOPSIS
- 2022-05-25 07:53:42下载
- 积分:1
-
FFT和FIR 快速傅里叶变换和FIR滤波器实验程序
FFT和FIR 快速傅里叶变换和FIR滤波器实验程序-Fast Fourier Transform FFT and FIR and FIR filter experimental procedure
- 2022-03-30 22:11:19下载
- 积分:1
-
实现玛雅两种日历之间的转换,只要输入case数和一种日历,就可得出另一种日历表示。...
实现玛雅两种日历之间的转换,只要输入case数和一种日历,就可得出另一种日历表示。-achieve Mayan calendar between the two conversion, as long as the imported case of a calendar and a few could come up with a calendar said.
- 2022-02-15 06:42:02下载
- 积分:1
-
两个序列的循环卷积,大家可以对比参考一哈
两个序列的循环卷积,大家可以对比参考一哈-two sequences circular convolution, we can contrast a reference to Kazakhstan
- 2022-01-26 16:28:08下载
- 积分:1
-
解非线性方程
java实现的非线性方程的解法,包括二分法,牛顿法,弦截法等。。。。。。。
- 2022-01-24 18:20:58下载
- 积分:1
-
GPSS language model of queuing system simulation program. And documents with a w...
GPSS语言编写的排队系统的模型模拟程序。和文档在一起的还有一个word的说明和一个c语言编写的排队系统的模拟程序,可以对照比较模拟的结果。-GPSS language model of queuing system simulation program. And documents with a word description and a c languages queuing system simulation program, you can compare the results of simulation.
- 2023-05-17 15:10:03下载
- 积分:1
-
鼠标移动得到图片的颜色值和坐标
vs2008开发工具,c#编写程序,打开图片,然后鼠标点击图片,得到颜色的RGB值和点击图片的位置坐标……得到颜色值的部分代码如下:
Color pointColor = bmp.GetPixel(X, Y);
textBox1.Text = pointColor.R.ToString();
textBox2.Text = pointColor.G.ToString();
textBox3.Text = pointColor.B.ToString();
LAB_POS.Text = "坐标:" + X.ToString() + "," + Y.ToString();
- 2022-03-16 06:55:49下载
- 积分:1
-
在有限元分析中计算结构整体刚度矩阵、单元刚度矩阵、单元结点位移、应力应变等...
在有限元分析中计算结构整体刚度矩阵、单元刚度矩阵、单元结点位移、应力应变等-In finite element analysis to calculate the structure of the overall stiffness matrix, element stiffness matrix, element node displacement, stress and strain, etc.
- 2022-03-14 12:45:45下载
- 积分:1
-
一个不错的简单实用的公式解析器,使用起来非常方便,容易上手。...
一个不错的简单实用的公式解析器,使用起来非常方便,容易上手。-A good simple and practical formula parser, very convenient to use, easy to use.
- 2022-10-23 12:25:03下载
- 积分:1