-
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
-
AFWA-otsu -dim2
烟花算法,以及优化方法,包含数据,多输入数据等(evaluateArray.m;opt_FWA.m;explosionSparksGenerate.m)
- 2020-06-17 13:40:02下载
- 积分:1
-
TSP_SA
模拟退火算法实现旅行商问题,输入城市数目以及城市距离的邻接矩阵,程序输出最短回路序列以及对应的距离。(Simulated annealing algorithm realizes the traveling salesman problem, inputs the adjacency matrix of the number of cities and the distance between cities, and outputs the shortest loop sequence and the corresponding distance.)
- 2018-11-28 20:07:01下载
- 积分:1
-
cpubbs_simulate_mouse
虚拟鼠标,通过设定鼠标坐标使鼠标移动,不需要实际操控鼠标(A virtual mouse, by setting the mouse coordinates of the mouse movement, mouse does not require actual manipulation of)
- 2009-10-31 18:57:10下载
- 积分:1
-
黑客渗透笔记完整版
比较全的黑客学习资料,什么方面的说明都行,适合新手学习。(Comparing all hacker learning materials, it is suitable for beginners to learn.)
- 2018-04-12 20:57:27下载
- 积分:1
-
test_opcv
说明: a simple project to use opencv
- 2019-09-24 19:50:25下载
- 积分:1
-
摄影测量过程中,进行相片坐标的内定向程序,由框标坐标系转换为像平面坐标系...
摄影测量过程中,进行相片坐标的内定向程序,由框标坐标系转换为像平面坐标系-photogrammetry and remote sensing ,inverse the coordinate
- 2023-05-22 23:55:04下载
- 积分:1
-
此乃一小狗找茬的游戏,用j2me做的,大家可以免费下载哦
此乃一小狗找茬的游戏,用j2me做的,大家可以免费下载哦-This is one finding fault puppy game, using j2me to do, and everyone can be downloaded for free Oh
- 2022-01-26 07:05:46下载
- 积分:1
-
伪距定位
基于matlab编写的GPS数据伪距定位程序,真实有效(Matlab pseudorange positioning)
- 2021-04-26 10:58:46下载
- 积分:1
-
ekf1.mdl
异步电动机扩展卡尔曼滤波无速度传感器MATLAB仿真模型(Speed sensorless MATLAB simulation model of asynchronous motor extended Calman filter)
- 2018-05-17 17:24:56下载
- 积分:1