- 博客(143)
- 资源 (4)
- 收藏
- 关注
原创 Hash512_384C实现
#include <stdio.h>#include <string.h>#include <stdlib.h>#include <memory.h>#include <stddef.h>typedef unsigned char BYTE;typedef unsigned long long WORD;typedef ...
2019-06-28 17:35:49
571
原创 DES加解密C语言版
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <time.h>int pc1[57]={-1,57,49,41,33,25,17,9,1, 58,50,42,34,26,18,10,2, 59,51,43,35,27,19,11,3, 60,52,4...
2019-06-25 11:28:19
508
原创 hdu 1043
#include //char打表,测试没问题,,但会超内存,测试中至少有30步的。#include#include#include#include#include#include#include#includeusing namespace std;typedef long long LL;const int N=1e6;int _a[5][5];int a[15]={
2017-07-06 17:00:11
396
原创 字符串
#includeusing namespace std;int book[50][50];int book1[50];char c[50][50];char str[2000];int main(){ int cn=1; while(scanf("%s",str+1)!=EOF) { memset(book,0,sizeof(book));
2017-04-19 11:59:33
290
原创 debug
#include//#include#include#include#includeusing namespace std;char str[15][70];int main(){ int t; scanf("%d",&t); while(t--) { int n; scanf("%d",&n);
2017-04-19 11:39:33
245
《具体数学计算机科学基础》 第二版
2018-06-28
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人