码迷,mamicode.com
首页 >  
搜索关键字:using    ( 53562个结果
MVC,jquery异步
创建一个Ajax控制器 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Web; 5 using System.Web.Mvc; 6 7 namespace MvcV...
分类:Web程序   时间:2015-11-15 18:57:37    阅读次数:117
winfrom文本文档打开
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:Windows程序   时间:2015-11-15 17:30:38    阅读次数:181
RubyMotion
Write cross-platform native apps in RubyRubyMotion lets you quickly develop cross-platform native apps for iOS, Android and OS X, all using your favor...
分类:其他好文   时间:2015-11-15 13:24:17    阅读次数:215
算法笔记
给定n个数,以及数k,判断是否能够从n个数中找出任意个数,使其和等于k 1 #include 2 #include 3 using namespace std; 4 int sum_out; 5 int *a; 6 int max; 7 bool dfs(int i,int sum){ 8 ...
分类:编程语言   时间:2015-11-14 23:33:02    阅读次数:279
关于指针
1 #include 2 using namespace std; 3 4 struct Test 5 { 6 int Num; 7 char *pcName; 8 short sDate; 9 char ch[2];10 short str[4];11...
分类:其他好文   时间:2015-11-14 20:29:51    阅读次数:193
C#调用本机摄像头
这段时间一个小项目中需要调用本机的摄像头进行拍照,网上搜集了一些资料以及解决的一些小问题,在此记录以便后续使用。硬件环境:联想C360一体机,自带摄像头编写环境:vs2010语言:C# WPF下载AForge类库,并添加引用:using AForge;using AForge.Controls;us...
分类:Windows程序   时间:2015-11-14 19:10:04    阅读次数:354
LeetCode OJ:Decode Ways(解码方法)
A message containing letters fromA-Zis being encoded to numbers using the following mapping:'A' -> 1'B' -> 2...'Z' -> 26Given an encoded message conta...
分类:其他好文   时间:2015-11-14 18:02:29    阅读次数:247
导出数据库数据制成Excel和txt
引用ICSharpCode.SharpZipLib.dll1、编写压缩和解压代码using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks...
分类:数据库   时间:2015-11-14 17:45:26    阅读次数:385
用MVC4练习,后台用aspx《MvcUserDemo》
将ado.net的cs文件SqlHelper.cs放入解决方案 1 1 using System; 2 2 using System.Collections.Generic; 3 3 using System.Linq; 4 4 using System.Text; 5 5...
分类:Web程序   时间:2015-11-14 16:33:43    阅读次数:373
UVA 714 Copying Books
题意: 要抄N本书,编号为1,2,3...N, 每本书有1#include #include #include using namespace std;const int maxn=505;int m,k;long long maxans;int num[maxn],ans[maxn];bool ....
分类:其他好文   时间:2015-11-14 16:32:03    阅读次数:274
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!