-
rbfnn
用MATLAB编写的rbfnn程序,共同学习(Rbfnn programs written with MATLAB, learning together)
- 2010-12-14 11:14:58下载
- 积分:1
-
package_emd
需重点研究的关键问题med的快速分解hht的(emd)
- 2010-05-26 12:41:30下载
- 积分:1
-
matlab-6
数学建模基础教程,对于初学者可以参考,很好的基础建模资料(mathematical modeling basic course for beginners can reference, very good base modeling material
)
- 2011-12-03 12:42:52下载
- 积分:1
-
hopfield
this is a matlab implementation for hopfield network
- 2010-11-24 04:11:34下载
- 积分:1
-
Polyroots
Find roots of a polynomial with very high degree and multiplicity by this compact routine.
- 2010-12-14 13:05:05下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
MATLAB7.0--code
matlab 7.0从入门到精通 书中源代码(matlab 7.0 Mastering the book source code)
- 2011-09-22 11:02:37下载
- 积分:1
-
PSO
PSO algorithm matlab code
- 2012-08-07 08:05:48下载
- 积分:1
-
Matalb
一些常用的matlab程序,对于入门学者有很大的帮助,每一个程序均有详细的说明(Some commonly used matlab program for entry scholar of great help, every program has a detailed description)
- 2013-11-17 13:06:30下载
- 积分: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