Yongheng

不恋过往,不畏挑战


  • 首页

  • 关于

  • 标签

  • 分类

  • 归档

  • 搜索

n皇后问题

发表于 2018-12-13 | 分类于 考研c和数据结构
来源:https://blog.csdn.net/gyhguoge01234/article/details/510391041234567891011121314151617181920212223242526272829303132333435363738394041#include <s ...
阅读全文 »

常用库函数&文件操作函数

发表于 2018-12-12 | 分类于 考研c和数据结构
1234567891011121314151617181920212223242526272829303132333435363738394041424344#include <stdio.h>#include <stdlib.h>int cmp(const void *a, ...
阅读全文 »

快速排序

发表于 2018-11-19 | 分类于 考研c和数据结构
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798 ...
阅读全文 »

839.2011.C.十一.2

发表于 2018-11-16 | 分类于 考研c和数据结构
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798 ...
阅读全文 »

839.2010.C.四.2

发表于 2018-11-16 | 分类于 考研c和数据结构
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051#include <stdio.h>#include <string.h>#define ...
阅读全文 »

839.2009.C.四.2

发表于 2018-11-16 | 分类于 考研c和数据结构
1234567891011121314151617181920212223242526272829#include <stdio.h>#include <string.h>void print(int x){ if(x == 0) return; pri ...
阅读全文 »

839.2009.C.四.1

发表于 2018-11-16 | 分类于 考研c和数据结构
12345678910111213141516171819202122232425262728293031323334353637#include <stdio.h>#include <stdlib.h>#include <ctype.h>#define MAXN ...
阅读全文 »

归并排序

发表于 2018-11-15 | 分类于 考研c和数据结构
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849#include <stdio.h>#define MAXN 50100int num[MAXN];int t ...
阅读全文 »

简化printf

发表于 2018-11-13 | 分类于 考研c和数据结构
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354#define SP 1#if SP#include <stdio.h>#include ...
阅读全文 »

简化scanf

发表于 2018-11-13 | 分类于 考研c和数据结构
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071#define MS 1#if M ...
阅读全文 »
12…6
Yongheng

Yongheng

不恋过往,不畏挑战

58 日志
10 分类
2 标签
RSS
GitHub CSDN
友情链接
  • 千千
  • Lemon-XQ
  • 少数派
© 2018 true
由 Hexo 强力驱动
|
主题 — NexT.Pisces v5.1.4