-
UML的重要资料,我看后获益匪浅,大家可以下载来看看,随便下载。...
UML的重要资料,我看后获益匪浅,大家可以下载来看看,随便下载。-UML important information, I look after the benefit, everyone can download to look at, just download.
- 2022-04-07 16:27:35下载
- 积分:1
-
一个有趣的纸牌游戏——抽鬼牌
首先,在扑克牌中加入一只王,即鬼牌,然后将牌平均分给所有玩家,玩家收到牌后,只要有两张同一数字的牌,就可以打出,没有的话就要等待下一次抽牌的机会,最后保留鬼牌的玩家即为输家,要接受一定的惩罚,娱乐性十足。
- 2022-03-03 16:22:22下载
- 积分:1
-
a very common procedure, the database application, prepared by PB
很普通的一个程序,数据库的应用,PB编写的-a very common procedure, the database application, prepared by PB
- 2022-06-18 01:06:57下载
- 积分:1
-
一个打砖块游戏的源码,VC工程可以编译通过
一个打砖块游戏的源码,VC工程可以编译通过-A source打砖块games, VC project can be compiled
- 2022-02-01 00:08:18下载
- 积分:1
-
矩陣相乘
矩陣相乘
#include
#include
int m,n,o,p,i,j,k,l;
int main()
{
printf("輸入矩陣A之列數m、行數n及矩陣B之列數o、行數p");
printf("
m=");scanf("%d",&m);
printf("n=");scanf("%d",&n);
printf("
o=");scanf("%d",&o);
printf("p=");scanf("%d",&p);
float a[m][n],b[o][p],c[m][p];
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-05 11:05:03下载
- 积分:1
-
扫描器程序,读源程序,去除空白和注释,结果写入另一文件。
要求:1.删除空白、回车、以及制表符等等。
2.删除各类注释。
源程序为一文本文件“sc...
扫描器程序,读源程序,去除空白和注释,结果写入另一文件。
要求:1.删除空白、回车、以及制表符等等。
2.删除各类注释。
源程序为一文本文件“scanner.txt”,程序执行后装入另一个文件“result.txt”中。
-scanner procedures, reading source files, and remove blank notes, the results into another document. Requirements : 1. Delete the blank round, and tabs and so on. 2. Notes to delete all. Source code for a text file, "scanner.txt" After loading procedures for the implementation of another document, "result.txt".
- 2022-03-03 03:42:48下载
- 积分:1
-
本源程序提供在AWGN信道下的bpsk调制方式的仿真,并与理论曲线作比较,得到了理想的结果...
本源程序提供在AWGN信道下的bpsk调制方式的仿真,并与理论曲线作比较,得到了理想的结果-This source provides bpsk under the AWGN channel modulation of the simulation, and compared with the theoretical curve obtained satisfactory results
- 2022-09-30 04:15:03下载
- 积分:1
-
djvu格式的电子书阅读器,解压缩后可以直接运行使用。
djvu格式的电子书阅读器,解压缩后可以直接运行使用。-DjVu format e-book reader, unzip it using direct running.
- 2022-03-02 19:17:19下载
- 积分:1
-
购物系统时尚版.强大的后台文章编辑器的功能,可方便地用拖动的方式进行图文混排、图片远程上传、上传图片显示效果处理等操作....
购物系统时尚版.强大的后台文章编辑器的功能,可方便地用拖动的方式进行图文混排、图片远程上传、上传图片显示效果处理等操作.-Fashion Shopping System version. Strong background articles editor function, can be easily used way drag Mixed Map and Text, pictures, remote upload, upload pictures show the effect of processing operations.
- 2023-08-27 08:25:05下载
- 积分:1
-
本游戏的主角是个小球,玩家通过按右键的时间长短来决定小球的初始速度,当按动左键时小球启动,小球在运动过程中将受到磨察力的作用,速度将减慢最终停止,小球停止的位置...
本游戏的主角是个小球,玩家通过按右键的时间长短来决定小球的初始速度,当按动左键时小球启动,小球在运动过程中将受到磨察力的作用,速度将减慢最终停止,小球停止的位置距离右边红色墙壁的距离(距离越近成绩越高)及小球在运行过程中与墙壁碰撞的次数(次数越多成绩越高)将决定玩家的最终成绩,按任意键程序将把当前成绩与存放在mc.txt中的历史成绩比较,给玩家以平价,并将当前成绩保存在mc.txt中。游戏有两个界面第一个界面是游戏场景,其中有三个参数,由左至右依次为“DIS”最终离右边墙的距离,“BUMP”小球在运行过程中碰墙的次数,“SPEED”小球的运行速度。第二个场景是成绩平价界面,根据玩家成绩给以相应的平价 。另外,由于机器配置的不同可能会出现速度上的迥异。-the protagonist of this game is a small ball, players adopted by the right to determine the length of time the ball"s initial velocity, when pressed button at the start of small ball, the ball movement in the process of grinding reviewer will be the role of power, speed will slow down eventually stopped, the ball stopped at a location away from the right side of the red walls of the distance ( the more recent results from the higher) and the ball in the course of operation and the number of collisions walls (the more the number of higher performance) will determine the ultimate success players by arbitrary procedures will bond with the current performance mc
- 2022-02-20 23:59:12下载
- 积分:1