#include <stdlib.h> #include <stdio.h> #include <unistd.h> #include <iostream> #include <string> #include <functional> #include <map> #include <algorithm> using namespace std; class NonCopyable { p...
分类:
其他好文 时间:
2015-10-07 01:13:10
阅读次数:
185
题目链接:http://hihocoder.com/problemset/problem/1014 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 7 const int maxn = 1e6 + 5...
分类:
其他好文 时间:
2015-10-07 00:57:31
阅读次数:
156
需求分析:0到10的整数(随机生成)运算。思路代码:Form1using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using ...
分类:
其他好文 时间:
2015-10-07 00:57:02
阅读次数:
175
using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleAppl...
分类:
其他好文 时间:
2015-10-06 23:49:25
阅读次数:
428
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data; using System.Drawing;using System.Linq;using System.Text;...
分类:
其他好文 时间:
2015-10-06 23:29:28
阅读次数:
163
using System;using System.Collections.Generic;using System.Data;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleAppl...
分类:
其他好文 时间:
2015-10-06 22:12:01
阅读次数:
156
Form1.csusing System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using Syste...
分类:
其他好文 时间:
2015-10-06 22:03:00
阅读次数:
158
2015-10-0619:31:05n个有标号的球围成一个圈。每个球有两种颜色可以选择黑或白染色。问有多少种方案使得没有出现连续白球7个或连续黑球7个。每组包含n,表示球的个数。(1 #include #include #include using namespace std;const int m...
分类:
其他好文 时间:
2015-10-06 20:50:14
阅读次数:
123
实现方式1、引入UGUI自带的事件系统 UnityEngine.EventSystems2、为我们的类添加接口 IBeginDragHandler, IDragHandler, IEndDragHandler 1 using UnityEngine; 2 using System.Collect.....
分类:
其他好文 时间:
2015-10-06 20:44:55
阅读次数:
1029
需求分析:10以内的四则运算适用于1至3年级以内的小学生使用并且能够随机测试。能进行加、减、乘、除四则运算,统计出最终计算正确与计算错误的题目个数。设计思路:要想设计一个能进行四则运算的程序,用控制台或者Windows窗体都可实现。我这图片老是添加不上去.所以我就光复制了代码.using Syste...
分类:
其他好文 时间:
2015-10-06 18:05:48
阅读次数:
97