-
Verilog
按键消抖控制LED程序.键值变化开始计时 10ms(LED key debounce control program. Keys change start time 10ms)
- 2013-12-02 21:21:10下载
- 积分:1
-
控制世林摄像机,具体操作可以自己摸索,第一次写VB,请多指教。...
控制世林摄像机,具体操作可以自己摸索,第一次写VB,请多指教。-Control of Shilin camera, specific operations can find their own way, the first to write VB, ability, Zhijiao.
- 2022-07-18 09:38:11下载
- 积分:1
-
resolver
TI关于基于DSP的旋转变压器解码原代码(TI DSP-based resolver on decoding the original code)
- 2020-09-19 19:07:52下载
- 积分:1
-
一个用opengl制作的画立方体的小例子,供入门者学习
一个用opengl制作的画立方体的小例子,供入门者学习-use opengl produced a painting cube small examples for beginners learning
- 2022-09-12 15:10:03下载
- 积分:1
-
find
我制作的电火花打孔机档,我制作的电火花打孔机档我制作的电火花打孔机档我制作的电火花打孔机档(find descrtion find descrtionfind descrtionfind descrtionfind descrtionfind descrtionfind descrtion)
- 2013-01-28 10:33:44下载
- 积分:1
-
counting-sheep
前一段时间我有睡眠问题。我曾经躺在床上,盯着天花板,几个小时。后来有一天,我的外婆建议我试着数羊后,我已经上床睡觉。与往常一样,当我的奶奶暗示的东西,我决定尝试一下。唯一的问题是,有没有羊的时候,我就去睡觉各地进行计数。
创意,因为我,这是不会阻止我。我坐下来写,使得字符,其中#代表羊的网格,而计算机程序。草(或任何你喜欢的,只是没有羊)。为了使计算更有趣,我也决定要数绵羊,而不是单一的成群的牛羊。两只羊在同一个群,如果他们都有一个共同的一面(上,下,左或右)。另外,如果羊A是在同一羊群如羊B和羊B处于同一羊群如羊℃,然后羊A和C是在同一个群。
现在,我已经有了一个新的问题。虽然这些计数羊居然帮我睡着了,我觉得这是非常无聊的。为了解决这个问题,我决定我需要做的计数为我另一台计算机上的程序。然后,我就可以只启动这两个程序之前,我去睡觉,我会睡个好觉,直到没有任何干扰的早晨。我需要你给我写的这个程序。(A while ago I had trouble sleeping. I used to lie awake, staring at the ceiling, for hours and hours. Then one day my grandmother suggested I tried counting sheep after I d gone to bed. As always when my grandmother suggests things, I decided to try it out. The only problem was, there were no sheep around to be counted when I went to bed.
Creative as I am, that wasn t going to stop me. I sat down and wrote a computer program that made a grid of characters, where# represents a sheep, while . is grass (or whatever you like, just not sheep). To make the counting a little more interesting, I also decided I wanted to count flocks of sheep instead of single sheep. Two sheep are in the same flock if they share a common side (up, down, right or left). Also, if sheep A is in the same flock as sheep B, and sheep B is in the same flock as sheep C, then sheeps A and C are in the same flock.
Now, I ve got a new problem. Though counting these sheep actually helps me fall asleep, I find)
- 2014-11-20 16:33:12下载
- 积分:1
-
智能交通(1)
说明: stm32驱动速度可调节小车,简单驱动,所有程序均已模块化,可直接调用(Stm32 driving speed adjustable car, simple drive, all procedures have been modular, can be directly called)
- 2020-06-19 17:20:02下载
- 积分:1
-
Tdotnetbuildeh
这是关于MATLAB和CShaarp混合编程的资料,讲解的很清楚
(About the MATLAB and CShaarp hybrid programming information, explain very clearly)
- 2012-08-23 20:32:32下载
- 积分:1
-
2.GSM-ATMBALANCE
gsm sample source code picic
- 2019-04-20 12:53:10下载
- 积分:1
-
TSP遗传算法求解
利用AForge中的遗传算法求解TSP
int iter = 1;
int iterations = 5000;
while (iter < iterations)
{
population.RunEpoch();
iter++;
}
Console.WriteLine("遍历路径是:{0}",((PermutationChromosome)population.BestChromosome).ToString());
Console.WriteLine("总路程是:{0}",fitnessFunction.PathLength(population.BestChromosome));
Console.ReadLine();
}
}
}
- 2022-05-28 04:43:44下载
- 积分:1