-
CSAPP_swap
说明: CSAPP书中的原地交换算法,用C语言写的。(in place swap code which is from CSAPP.)
- 2020-06-22 01:20:02下载
- 积分:1
-
电鼓模拟器
通调用波表合成器,发出midi声音,模拟架子鼓演秦(Call the wave table synthesizer to issue MIDI sound.)
- 2018-10-15 08:40:18下载
- 积分:1
-
幽灵按钮(源代码)
这是一段开发者代码,适合所有新手来学习视频,请大家好好学习;(this is a very nice file,please work hard with it,all of you;)
- 2018-04-27 22:13:55下载
- 积分:1
-
pmsg-zhengliu
永磁同步发电机三相变流器整流控制仿真模型,双闭环控制。(The rectifier control simulation model of permanent magnet synchronous generator three-phase converter and double closed loop control.)
- 2017-12-12 15:05:33下载
- 积分:1
-
作业
本题编写程序模拟人进行连连看游戏,电脑模拟人玩连连看的过程如下:
1、分析本局游戏,将本局游戏转化成一个二位数组。0表示空白区域,数字表示该游戏牌为出现在游戏中的第几类游戏牌。
2、利用广度优先搜索算法,判断两个游戏牌是否可以消除。
3、程序模拟人点击可以消除的一对游戏牌进行消除。
对某局游戏转化成二维数组如下:
0 0 0 0 0
0 1 2 0 0
0 0 3 4 0
0 0 0 1 0
输入二位数组的行、列,二位数组、起始元素的的坐标、终止元素的坐标,判断起始游戏牌和终止游戏牌是否可以消除。
对上例输入
4 5
0 0 0 0 0 0 1 2 0 0 0 0 3 4 0 0 0 0 1 0
1 1
3 3
输出 TRUE(The writing program simulates the game, and the computer simulates the process of watching the game as follows:
1. Analyze the game and convert the game into a two - bit array. 0 is the blank area, the number indicates that the game card is the number of game cards that appear in the game.
2. Use the breadth first search algorithm to judge whether the two game cards can be eliminated.
3, the program simulates a pair of game cards that can be eliminated by clicking.
A game of a game is transformed into a two-dimensional array as follows:
00000
01200
00340
00010
Input the row and column of the two bit array, the coordinates of two bit array, the initial element, and the coordinates of the termination elements, so as to determine whether the initial game card and the ending game card can be eliminated.
For example input
45
0000001200 0034000010
11
33
Output TRUE)
- 2017-12-17 16:01:15下载
- 积分:1
-
实现VC和ANSYS的调用,可以方便地实现两个软件之间的连接,同时可以实现图形用户界面的操作....
实现VC和ANSYS的调用,可以方便地实现两个软件之间的连接,同时可以实现图形用户界面的操作.-REALIZE THE CONNECTION OF THE ANSYS AND VC.SO IT IS VERY CONVINIENT FOR US TO USE THE SOFT AND MAKE GOOD USE OF THE RESOURCE........................................
- 2022-01-23 10:46:12下载
- 积分:1
-
test
need code for network coding
- 2010-02-10 15:25:13下载
- 积分:1
-
iperf 带宽测试工具
iperf的是一种常用的网络测试工具,可以创建传输控制协议(TCP)和用户数据报协议(UDP)数据流,并测量承载它们的网络的吞吐量。iperf的是网络性能测量工具用C写的这是TTCP程序的重新实现兼容,是由分布式应用支持团队开发 (DAST)的国家实验室应用网络研究(NLANR),一个研究实验室,与大学合并 加州大学圣地亚哥分校的合作协会互联网数据分析(CAIDA)组,但其中被关闭的 2006年12月31日,由于受美国国家科学基金会的终止资助。iperf的允许用户设置可用于测试网络的各种参数,或者用于优化或调整 一个网络。 iperf的具有客户机和服务器的功能,并且可以单向地测量两个端部之间的通过量,或者 或双向。它是开放源代码软件,并运行于各种平台,包括Linux,Unix和Windows(无论是本地或内部的Cygwin[1])。UDP:当用于测试的UDP容量的Iperf允许用户指定数据报的大小,并提供结果的数据报吞吐量和包丢失。TCP:当用于检测的TCP容量的Iperf测量有效载荷的吞吐量。 iperf的使用1024×1024兆字节,1000×1000兆。
- 2022-05-12 20:20:29下载
- 积分:1
-
USMC_Conventional_20190923
说明: simulink 实现矩阵变换器空间矢量调制(Space vector modulation of matrix converter based on Simulink)
- 2020-03-13 21:25:22下载
- 积分:1
-
简单潜艇大战是一个很有意思的游戏,简单好玩。
简单潜艇大战是一个很有意思的游戏,简单好玩。-Simple World War II submarine is a very interesting game, simple fun.
- 2022-08-06 10:59:27下载
- 积分:1