码迷,mamicode.com
首页 >  
搜索关键字:using    ( 53562个结果
Sensor Fusion-based Exploration in Home Environments using Information, Driving and Localization Gains(基于传感器融合的使用信息、驾驶和位置增益在家庭环境中的探索)
Authors: Joong-Tae Park, Jae-Bok SongDepartment:Department of Mechanical Engineering, Korea University, Anam-ro 145, Seongbuk-gu, Seoul, South Korea(机...
分类:其他好文   时间:2015-11-05 10:30:41    阅读次数:274
一个自定义的窗体样式MessageBox控件
using System;using System.Collections.Generic;using System.Text;using System.Drawing;using System.Drawing.Drawing2D;using System.Windows.Forms;using S...
分类:Windows程序   时间:2015-11-05 07:35:07    阅读次数:378
HDU2043 密码
解题思路:10分钟AC,不解释,so easy! 1 #include 2 #include 3 #include 4 using namespace std; 5 const int maxn = 55; 6 char str[maxn]; 7 int n; 8 int main() 9 {10 ...
分类:其他好文   时间:2015-11-05 06:08:08    阅读次数:114
HDU2037 今年暑假不AC
解题思路:贪心问题,关键突破口是,先将节目的结束时间 从小到大排个序,然后依次判断后面一个节目的开始时间 是否大于或等于前一个符合条件的节目的结束时间。见代码: 1 #include 2 #include 3 #include 4 using namespace std; 5 const int.....
分类:其他好文   时间:2015-11-04 23:01:35    阅读次数:243
C#异步编程
在异步编程前,先举个没有异步的示例: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 usi...
分类:Windows程序   时间:2015-11-04 22:39:39    阅读次数:263
指针与地址
#include using namespace std;int main() { char s1[] = "Hello World"; //字母10位,空格1位,结尾'\0'占一位 char *s2 = "Hello World"; //一个指针占4位 cout << "size of s1: "...
分类:其他好文   时间:2015-11-04 21:30:31    阅读次数:210
MVC,在视图中直接请求Action?
@{ ViewBag.Title = "Index";}@section scripts{ }Index @{Html.RenderAction("_PartialTest");}using System;using System.Collections.Generic;u...
分类:Web程序   时间:2015-11-04 21:29:54    阅读次数:255
HDU 4433
//先放这里 还没太懂#include #include #include using namespace std;const int INF = 0x3f3f3f3f;const int MAX = 1100;int up[15][15];int down[15][15];char s[MAX],...
分类:其他好文   时间:2015-11-04 21:19:57    阅读次数:170
求命题真值表及主范式
1 #include "iostream" 2 #include "cstring" 3 #include "cstdlib" 4 #include "stack" 5 #include "cmath" 6 #define maxsize 100 7 using namespace ...
分类:其他好文   时间:2015-11-04 21:18:04    阅读次数:213
[HIHO]DIvide Product
Divided Product题解 1 #include 2 3 using namespace std; 4 // f[0][0][1] = 1; 5 // for (i = 0; i 0) 9 // for (l = j + 1; l > N >> M;2...
分类:其他好文   时间:2015-11-04 21:14:14    阅读次数:211
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!