-
雷傲极酷超级论坛LeoBBS X 040601 简体正式版
雷傲极酷超级论坛LeoBBS X 040601 简体正式版-mine very proud Super Cool Forum LeoBBS X 040601 English version
- 2022-12-19 12:05:04下载
- 积分:1
-
Visual C# 韩信点兵算法演示源码
韩信点兵是一道古代数学题,内容是:韩信带兵不足百人,三人一行排列多一个,七人一行排列少两个,五人一行排列正好。相关代码:
int a = 0, b = 0, c = 0;//定义变量
for (int i = 1; i < 100; i++)//遍历
{
Math.DivRem(i, 3, out a);//3行一列时取余
Math.DivRem(i, 5, out b);//5行一列时取余
Math.DivRem(i, 7, out c);//7行一列时取余
if (a == 1 && b == 0 && c == 5)//如果3种方式的余数符合要求
{
textBox1.Text = i.ToString();//显示人数
return;
}
- 2022-01-25 14:48:17下载
- 积分:1
-
200807242224_45z
说明: 墨香最新私服(Mexican incense latest私服)
- 2008-10-04 06:33:08下载
- 积分:1
-
关于滤波器的一些源程序,里面有详细的说明
关于滤波器的一些源程序,里面有详细的说明-On a number of source filters, which is described in detail
- 2022-01-26 02:10:46下载
- 积分:1
-
双边滤波函数
说明: 双边滤波函数 双边滤波是一种非线性滤波器,它可以达到保持边缘、降噪平滑的效果(Bilateral filtering. Bilateral filter is a kind of nonlinear filter, which can keep edge and reduce noise and smooth)
- 2020-09-28 19:41:57下载
- 积分:1
-
IT类网站flash焦点图特效
IT类网站flash焦点图特效,3张图片循环播放切换,右侧显示缩略图,左侧显示大图,切换时候,鼠标点击缩略图即可,不点击的时候,会自动轮显切换图片,无使用XML。
- 2022-05-31 09:14:43下载
- 积分:1
-
jQuery焦点图代码 图片渐变切换
jQuery焦点图代码 图片渐变切换,当点击箭头的时候,图片列表中的图片依次渐变切换,也就是一次可以切换多张图片,形式新颖一些,不过在IE8浏览器下,似乎表现不太好,在火狐或Chrome、Opera中表现不错。
- 2022-06-01 02:56:53下载
- 积分:1
-
加减计算器
说明: (1) 加减数和被加减数的输入位数为1-4位;
(2) 相加结果显示要考虑进位的输出显示(即5位输出);
(3) 注意对“0”—“9”、“+”、“=”以外按键输入的处理;
(4) 注意对相加结果进行十进制处理;
(5) 输入加数和被加数时,显示器上显示的数字要像平时用的计算器输入一样,即:每输入一个数字,原来显示的数字要往左移;
(6) 可以完成累加功能。((1) The input digits of the additions and subtractions and the additions and subtractions are 1-4 digits;
(2) The additive result shows that the carry output display (i.e. 5-bit output) should be considered.
(3) Attention should be paid to the processing of keyboard input other than "0"-"9", "+" and "=";
(4) Attention should be paid to decimal processing of the additive results.
(5) When the additive and the additive are input, the number displayed on the display should be the same as that input by the usual calculator, that is, every number input, the original number displayed should move to the left;
(6) Accumulative function can be completed.)
- 2020-12-26 15:09:03下载
- 积分:1
-
卡尔加里地震研究人员自由软件大学
Univ. of Calgary CREWS的免费地震研究软件-Univ. Of Calgary CREWS seismic studies of the free software
- 2022-03-09 14:17:23下载
- 积分:1
-
倒立摆
倒立摆-采用LQR(线性二次型最优控制)方法实现倒立摆控制-inverted pendulum-use LQR (linear quadratic optimal control) method inverted pendulum control
- 2022-03-23 16:25:31下载
- 积分:1