| 點擊/回復 | 標題 | 最後回復 | 發表時間/侃吧 |
| 836/1 |
【代码】用C++标准库实现explode函数和join函数
#include <iostream> #include <string> #include <vector> using namespace s... |
3-22 | 3-22 |
| 965/4 |
近期的任务
开发部分Arslanbar 2.0的API |
3-27 | 3-22 |
| 995/2 |
今天我开始阅读维基百科源代码
看了一下午,还算基本看懂了。 |
3-21 | 3-21 |
| 1052/2 |
今天蓝桥杯考完了
前五个是对的 后面几个暂不知道答案 |
3-28 | 3-20 |
| 1519/9 |
【试题】剪格子
// 参考资料: http://blog.csdn.net/xushao_movens/article/details/50637251 #include <iostream>... |
5-23 | 3-19 |
| 1055/3 |
【试题】逆波兰表达式
对于:-+3*5+261 其计算过程如下: ev: {0, 0} -> {42, 9} x: -+3*5+261 v1: {43, 7} {... |
3-19 | 3-19 |
| 1148/1 |
【试题】颠倒的价牌
#include <stdio.h> bool invert_digit(int *n) { switch (*n)... |
3-19 | 3-19 |
| 1033/0 |
【试题】振兴中华
#include <stdio.h> #include <string.h> char *str[] = {"从我做起振", "我做起振兴", "做起振兴中", "... |
3-19 | 3-19 |
| 1055/1 |
【试题】排它平方数
#include <stdio.h> #include <Windows.h> bool diff(char *str) {... |
3-19 | 3-19 |
| 898/4 |
【试题】连号区间数
#include <stdio.h> #include <stdlib.h> #include <string.h> int sort(int *... |
3-18 | 3-18 |
| 843/1 |
【试题】第39级台阶
#include <stdio.h> int count = 0; char str[100]; void search(int nStaircases, int nSt... |
3-18 | 3-18 |
| 1971/11 |
2014-第五题 打印图形 递归调用情况
f(a, 5, 0, 16); f(a, 4, 0, 24); f(a,... |
3-18 | 3-18 |
| 979/3 |
TMD,现在不翻墙就上不了Arslanbar
囧! |
3-18 | 3-18 |
| 1040/1 |
蓝桥杯还有四天了
rt |
3-18 | 3-16 |
| 1006/0 |
【试题】翻硬币
#include <stdio.h> #include <string.h> #define sw(a) a=((a=='o')?'*':'o') #defi... |
3-16 | 3-16 |
| 1338/2 |
做了一个显示侃吧信息的Windows程序
![]() |
3-15 | 3-15 |
| 1077/3 |
【试题】打印十字图
#include <stdio.h> #include <stdlib.h> #include <string.h> char *arr;... |
3-16 | 3-15 |
| 925/0 |
【试题】错误票据
#include <stdio.h> int main(void) { int a[100001];... |
3-15 | 3-15 |
| 708/0 |
今天是圆周率节
rt |
3-14 | 3-14 |
| 870/1 |
【试题】分糖果
#include <stdio.h> #include <stdlib.h> // 执行一轮分发 void distribute(int *a, int n)... |
3-14 | 3-14 |
| 906/0 |
【试题】买不到的数目
#include <stdio.h> int main(void) { int a, b;... |
3-14 | 3-14 |
| 955/1 |
【试题】回文数字
#include <stdio.h> int main(void) { int n, i;... |
3-13 | 3-13 |
| 1213/9 |
【试题】小朋友排队
![]() |
3-14 | 3-13 |
| 1106/2 |
【试题】核桃的数量(三个数的最小公倍数的求法)
#include <stdio.h> //#define gcd3(a, b, c) gcd(gcd((a), (b)), (c)) #define lcm(a, b) ((a... |
3-13 | 3-13 |
| 1041/6 |
【试题】带分数
#include <stdio.h> #include <string.h> int number, count = 0; int getn(char *st... |
3-13 | 3-13 |
| 858/0 |
全排列算法
#include <stdio.h> void swap(int *a, int *b) { int t = *a;... |
3-13 | 3-13 |
| 961/4 |
我的《蚂蚁感冒》的代码
#include <stdio.h> #include <stdlib.h> typedef struct _ANT {... |
3-13 | 3-13 |
| 1426/6 |
今天由于去听英语课程起床太早
导致我头疼了一下午,还甚至喉咙发炎了 |
3-13 | 3-12 |
| 1481/5 |
【程序】在对话框的图像控件中显示网络图片
【运行效果】 ![]() |
1-7 | 3-11 |
| 1583/8 |
【窗口程序】Win32全透明Aero窗口
![]() |
4-3 | 3-9 |





