- 博客(3)
- 资源 (6)
- 收藏
- 关注
原创 一个简单的贪吃蛇游戏 c
一个简单的贪吃蛇游戏#include "pch.h"#include <iostream>#include<stdio.h>#include<graphics.h>#include<conio.h>#include<time.h>#include<mmsystem.h>#pragma comment(lib,"winmm.lib")void tuxing();void jianwei();void chang(
2021-03-27 15:17:09
142
原创 香农编码C++\C实现
#include<iostream>#include<conio.h>using namespace std;#define MAX 100struct sh { float x;//字符概率 float y;//字符概率累加 int k;//码字长度// int code;//第i个消息符号的码字}x[MAX];void dis(float a[], int m){ int max; float I = 0, t,...
2020-06-22 15:04:54
1406
2
原创 蛇形矩阵C++/C实现
#include<iostream>#include<conio.h>using namespace std;int juz(int n,int x[100][100]){ int a, b; if (n % 2 != 0) { a = (n - 1) / 2; b = a; x[a][b] = 1; int w = 2; while (1) { for (...
2020-06-22 15:00:08
1015
费诺编码C++实现!!!!
2020-06-22
哈夫曼编码C++实现 源文件
2020-06-21
BaiduYunGuanjia_6.0.2_XiaZaiBa.zip
2018-04-06
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人