-
flash 算法游戏
利用计算器的原理开发的的flash小游戏,界面精美,代码简单清晰,有详细的注释,适合刚as3入门的同学学习。在下才疏学浅,有什么不对的请多多指教
- 2022-01-21 02:31:43下载
- 积分:1
-
多种计算方法
本源码包括各种计算方法中的各种基本计算,包括行列式,矩阵,lu分解等。
- 2022-01-25 19:01:08下载
- 积分:1
-
用fortran语言编写的程序,这样可以在fortran系统中直接运行,为大家提供点方便。...
用fortran语言编写的程序,这样可以在fortran系统中直接运行,为大家提供点方便。-using FORTRAN language of the procedure so in FORTRAN operating system directly, to provide a convenient point.
- 2022-02-11 11:45:24下载
- 积分:1
-
GeneralizedMIMO
应用背景In this context, mobile communications may be allowed to be an indispensable commodity by most, and mobile data, video as well as television services are also becoming an essential part of everyday life. With the introduction of the Android operating system and the iPhone, the use of ebook readers such as the iPad, and the success of social networking using Facebook, the demand for cellular data traffic has grown significantly in recent years. Thus, communications on the move has proven to be transformational, and mobile operators struggle to satisfy the data traffic demands in wireless cellular networks,while keeping their costs at minimum to maintain profitability.关键技术The need for power-efficient MIMO-aided cellular networks requires a paradigm shift in the wireless system design. This trend is irreversible and will have a profound impact on both the theory and p
- 2022-02-20 12:30:00下载
- 积分:1
-
鼹鼠闯迷宫
资源描述void creatWay(int (*mg)[N],int x, int y)//在迷宫中产生一条路,使用图的深度遍历思想来实现,
{
static int dir[4][2] = {0, 1, 1, 0, 0, -1, -1, 0};////将要走的4个方向保存在二维数组中
int zx = x*2;
int zy = y*2;
int next, turn, i;
mg[zx][zy] = 0;
if(rand()%2)
turn = 1;
else
turn = 3;
for(i=0,next=rand()%4;i
- 2022-01-26 05:46:58下载
- 积分:1
-
beefarming
对IPAD平台上的游戏BEEFARMING的小实现,包括蜜蜂和黄蜂,蜜蜂采蜜,黄蜂吃蜜蜂,最后看谁得分高,主要考察的是对算法的设计,影响到能否否胜利 &n
- 2022-05-29 00:17:42下载
- 积分:1
-
四人过河求时间最短问题
四人过河求时间最短问题-four for the shortest river issues
- 2022-02-25 19:45:22下载
- 积分:1
-
遗传算法求解TSP问题
资源描述该程序详细的列出了算法执行的具体步骤,很好地解决了TSP问题,经仿真实验,所编程序可行、有效,文件附有程序运行结果图
- 2023-06-23 06:00:03下载
- 积分:1
-
实数编码模拟退火算法
MATLAB中的模拟退火算法
- 2022-08-13 19:36:43下载
- 积分:1
-
已知电压信号序列,利用FFT计算该电压信号的各次谐波及其RMS值。...
已知电压信号序列,利用FFT计算该电压信号的各次谐波及其RMS值。-As the voltage signal sequence is known, FFT is used to calculate the value of harmonics and the voltage RMS value.
- 2022-11-29 14:10:03下载
- 积分:1