-
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
-
Windows mimic the small mine
模仿windows扫雷的小程序。
功能比较齐全。
学习VB的可以参考下。-Windows mimic the small mine-sweeping procedures. Function relatively complete. VB-learning can refer to the next.
- 2022-12-04 03:05:04下载
- 积分:1
-
获得OLE信息。
获得OLE信息。-OLE information access.
- 2022-04-20 20:14:10下载
- 积分:1
-
一个关于RBF的神经网络算法,对学习RBF网络的同志有很大帮助和引导。...
一个关于RBF的神经网络算法,对学习RBF网络的同志有很大帮助和引导。-one of the RBF neural network algorithm, to learn RBF network comrades great help and guidance.
- 2022-02-25 15:26:07下载
- 积分:1
-
JSP+Ajax省市县Select级联菜单
JSP+Ajax省市县Select级联菜单,无刷新调用城市数据并显示。
- 2022-04-23 13:51:37下载
- 积分:1
-
Chap
插分约素的内容,很有用,希望对大家有帮助-Chap-hours about the contents of useful, and I hope to be helpful
- 2022-12-08 18:55:03下载
- 积分:1
-
这部分是用MATLAB产生随机过程的一系列源代码.含产生高斯分布随机变量,多变量高斯过程样本的产生,高斯...
这部分是用MATLAB产生随机过程的一系列源代码.含产生高斯分布随机变量,多变量高斯过程样本的产生,高斯--马尔科夫过程的产生等等..分别运行了这些程序.希望对大家有用-This is partly a random process generated by MATLAB source code of the series. Containing random variables have a Gaussian distribution, multivariate Gaussian process for selecting the sample, Gaussian- Markov process and so on .. have to run the procedure separately . everyone would like to be useful
- 2022-03-21 06:49:27下载
- 积分:1
-
堆栈的基本应用(用于通讯录)适于初学者加深对其理解学习。...
堆栈的基本应用(用于通讯录)适于初学者加深对其理解学习。-The basic application of the stack (for address book) for beginners to learn to deepen their understanding.
- 2022-03-23 22:17:40下载
- 积分:1
-
石器服务端源代码工具集
用于制做石器图像补丁.等陆画面.和登陆列表的工具.地图制作工具,图片修改,补丁追加等工具。研究石器时代、开服必备。
- 2023-04-26 11:20:03下载
- 积分:1
-
距离分辨率
thrt0=1*pi/6 斜视角
angb=0.6*lamda/res_a 合成波束宽度
Rr=5000 目标中心到航迹垂直距离
V...
距离分辨率
thrt0=1*pi/6 斜视角
angb=0.6*lamda/res_a 合成波束宽度
Rr=5000 目标中心到航迹垂直距离
V=100 飞机的航速
Tp=1e-6 脉冲宽度
T=10e-3 脉冲周期
B=0.5*c/res_r 脉冲频宽
Kr=B/Tp 频率调制率
fc=c/lamda 载波频率
Rx=Rr*tan(thrt0) 目标区中心横坐标
R0=Rr*sec(thrt0) 目标区中x心距离
Lc0=1.0*angb*R0 正视有效积累长度
Lc=Lc0*sec(thrt0) 斜视有效积累长度
Tc=Lc/V 相干积累时间
wx=100 场景长度-距离分辨率
thrt0=1*pi/6 斜视角
angb=0.6*lamda/res_a 合成波束宽度
Rr=5000 目标中心到航迹垂直距离
V=100 飞机的航速
Tp=1e-6 脉冲宽度
T=10e-3 脉冲周期
B=0.5*c/res_r 脉冲频宽
Kr=B/Tp 频率调制率
fc=c/lamda 载波频率
Rx=Rr*tan(thrt0) 目标区中心横坐标
R0=Rr*sec(thrt0) 目标区中x心距离
Lc0=1.0*angb*R0 正视有效积累长度
Lc=Lc0*sec(thrt0) 斜视有效积累长度
Tc=Lc/V 相干积累时间
wx=100 场景长度
- 2023-07-28 17:30:03下载
- 积分:1