码迷,mamicode.com
首页 >  
搜索关键字:using password: yes    ( 53562个结果
cocos2dx 的基本框架
AppDelegate.h#ifndef _APP_DELEGATE_H_#define _APP_DELEGATE_H_#include "cocos2d.h"USING_NS_CC;/**@brief The cocos2d Application.The reason for imp...
分类:其他好文   时间:2014-06-10 22:15:51    阅读次数:245
gzip优化网络传输量提高传输效率[转]
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using System.IO.Compression;using System.Data;namesp...
分类:其他好文   时间:2014-06-10 21:53:25    阅读次数:160
C# params object[] args 可以传多个参数,可以不限制类型(转)
C# params object[] args 可以传多个参数,可以不限制类型using System;using System.Collections.Generic;using System.Text;namespace ConsoleApplication2{ class Program .....
分类:其他好文   时间:2014-06-10 21:49:32    阅读次数:272
[leetcode]Divide Two Integers @ Python
原题地址:https://oj.leetcode.com/problems/divide-two-integers/题意:Divide two integers without using multiplication, division and mod operator.解题思路:不许用乘、除和求...
分类:编程语言   时间:2014-06-10 21:43:00    阅读次数:267
Codeforces Round #250 (Div. 2) A. The Child and Homework
注意题目长度不能考虑前缀,而且如果即存在一个选项的长度的两倍小于其他所有选项的长度,也存在一个选项的长度大于其他选项长度的两倍,则答案不是一个好的选择,只能选择C。#include #include #include #include using namespace std;struct Answe...
分类:其他好文   时间:2014-06-10 19:30:17    阅读次数:208
MVC使用jQuery从视图向控制器传递Model的2种方法
有这样的一个Model: using System.ComponentModel.DataAnnotations;namespace MvcApplication1.Models{ public class Movie { public int Id { get; set; } [Required(...
分类:Web程序   时间:2014-06-10 12:04:43    阅读次数:285
boost::asio 使用实例
1 #include 2 #include 3 4 using namespace std; 5 using namespace boost::asio; 6 7 int main() 8 { 9 try10 {11 cout 2 #include 3 ...
分类:其他好文   时间:2014-06-10 11:55:32    阅读次数:433
C#邮件接收系统核心代码(接收POP3邮件IMAP邮件)
/* * Created by SharpDevelop. * User: Administrator * Date: 2013/11/18 * Time: 20:55 * * To change this template use Tools | Options | Coding | Edit Standard Headers. */ using System; using Sy...
分类:其他好文   时间:2014-06-10 11:19:19    阅读次数:1209
*zoj1483
【题解】:【代码】: 1 #include 2 #include 3 #include 4 #define LL long long 5 using namespace std; 6 7 bool dp[505][505];//已经用了i个人,已分配出j个任务 8 LL S[505]; 9 ...
分类:其他好文   时间:2014-06-10 10:39:06    阅读次数:159
cocos2dx 的基本框架
AppDelegate.h#ifndef _APP_DELEGATE_H_#define _APP_DELEGATE_H_#include "cocos2d.h"USING_NS_CC;/**@brief The cocos2d Application.The reason for imp...
分类:其他好文   时间:2014-06-10 10:28:07    阅读次数:260
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!