资源列表
3
- 运用C++编写的通讯管理程序代码,可广泛运用到多个平台-The use of C++ code written communication management can be widely applied to multiple platforms
barn1
- USACO(牛棚): dp[i][j]=min{dp[i-1][j-1]+1,dp[i][j-1]+distance[j]}-USACO (bullpen): dp [i] [j] = min {dp [i-1] [j-1]+1, dp [i] [j-1]+ distance [j]}
1
- 例:用筛选法求2~100之间的所有素数。 解:我们用下面的方法来解这题:先建立一个含有2~100之间所有自然数的数表,在数表中删去2的倍数(不包括2);然后找2后面第一个被保留的数p(是3),再删除p的倍数(不包括p);然后再找下一个被保留的数(是5),继续上述步骤:这样继续下去,直至P大于100为止。这样数表中剩下的数就是所要求的所有素数。这个求素数的方法称为爱拉托散(Eratosthenes)法。 -Example: Method 2 with the screening of al
disanci
- 通信中,产生半圆形频率信号,并进行频率调制-Communication, resulting in semi-circular frequency signal, and the frequency modulation
multicast-program
- multicast program in ns2 software
gettime
- 获取时间源码,实现快速获取时间,简单易用-get the time source code
huanfang
- 基于java语言的数字幻方矩阵算法的设计与实现,对连续的自然数按照给定的规则成方形排列。-Based on the java language of digital magic square matrix algorithm design and implementation of a square arrangement of consecutive natural numbers in accordance with the rules given.
load.for
- PLATE LOADING FORTRAN FILE
ff
- 运用遗传算法工具箱进行一元函数优化,源代码。-Genetic algorithm optimization toolbox functions of one variable, the source code.
Matlab-Code
- use matlab obj detection
rundatamoduleinDLL
- DLL中实现datamodule create的实现方法,运行平台WINDOWS,DELPHI7-DATAMODULE AUTO RUN IN DLL FILES
typhoon_web
- 读取最新的台风路径数据方法(由网页数据获取)-Read the latest typhoon path data method (by web data acquisition)