码迷,mamicode.com
首页 >  
搜索关键字:java 编程导论    ( 298089个结果
POJ 3107 - Godfather
本题与POJ 1655的区别是要把所有重心的点按顺序输出出来。// poj3107 Godfather#include #include #define NDEBUG#define MAXN 50005using namespace std;int N;int edgefw[MAXN*2], ...
分类:其他好文   时间:2014-05-01 08:53:09    阅读次数:284
console.read()读入的内容
今天写的特别简单的代码,大体是一个模式选择,从控制台读入一个数,然后做出相应的选择. 代码如下:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Thre...
分类:其他好文   时间:2014-05-01 08:41:35    阅读次数:340
Two Sum
Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the two nu...
分类:其他好文   时间:2014-05-01 08:35:40    阅读次数:443
js进阶
上篇博客提到js是纯oop思想的语言 也就是在使用js编程的时候注重的是:什么时候 什么东西 做什么。 之前提到Js一经加载会马上执行,如果我们要控制的对象在js代码的下面那么网页被打开时js会先被执行然后加载下面的html代码,当js被执行的时候,下面的html代码还没加载到,js控制的对象...
分类:Web程序   时间:2014-05-01 08:33:03    阅读次数:488
java5核心基础泛型(2):泛型在反射中的应用
如何通过反射获取指定参数类型的构造函数。...
分类:编程语言   时间:2014-04-29 13:43:23    阅读次数:319
黑马程序员 IO流 文件的分割与合并
---------------------- ASP.Net+Unity开发、.Net培训、期待与您交流! ---------------------- package cn.itcast.IO; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import j...
分类:其他好文   时间:2014-04-29 13:41:22    阅读次数:407
对cookie的深入学习
1、什么事cookie 2/...
分类:其他好文   时间:2014-04-29 13:38:22    阅读次数:300
java5核心基础之泛型(3)-泛型作用于编译阶段-如何将String对象传入Integer类型的泛型对象中?
泛型作用于编译阶段: 泛型是作用于编译阶段,在编译阶段控制类型,以确保在编写代码的时候只能传入指定类型数据到泛型集合对象中去。如何验证呢,贴代码如下: package highBasic.generic;import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import ja...
分类:编程语言   时间:2014-04-29 13:34:22    阅读次数:277
APK 代码混淆
# To enable ProGuard in your project, edit project.properties # to define the proguard.config property as described in that file. # # Add project specific ProGuard rules here. # By default, the flags ...
分类:其他好文   时间:2014-04-29 13:24:23    阅读次数:443
黑马程序员 IO流 ByteArrayInputStream与ByteArrayOutputStream
---------------------- ASP.Net+Unity开发、.Net培训、期待与您交流! ---------------------- package cn.itcast.IO; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.File; imp...
分类:其他好文   时间:2014-04-29 13:12:22    阅读次数:279
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!