
算法设计
hxxjxw
这个作者很懒,什么都没留下…
展开
-
四阶幻方(信息安全算法设计实验)
信息安全算法设计的实验之一//#include"stdafx.h"#include <stdio.h>#include <string.h>#include <algorithm>#include<iostream>#include<math.h>#define temp 34using namespace std...原创 2018-12-13 12:09:00 · 977 阅读 · 0 评论 -
UNO纸牌(信息安全算法设计实验)
信息安全算法设计实验之一,只具有UNO纸牌的部分规则功能//#include "stdafx.h"#include<iostream>#include<vector>#include<cstdio>#include<cstdlib>#include<time.h>#include<string>us原创 2018-12-13 12:12:09 · 1716 阅读 · 0 评论 -
随机行走(信息安全算法设计实验)
信息安全算法设计实验之一//#include "stdafx.h"#include<iostream>#include<time.h>#include<stdlib.h>#include<cstring>using namespace std;int a[10][10];int x, y;int random()//随机产生...原创 2018-12-13 12:18:57 · 1385 阅读 · 3 评论