码迷,mamicode.com
首页 >  
搜索关键字:demo1    ( 1035个结果
c++训练营
// demo1.cpp : 定义控制台应用程序的入口点。//通过此例程了解重载#include "stdafx.h"#include using namespace std;class CMath{public:CMath(float a):m_a(a){}~CMath(){}double Add...
分类:编程语言   时间:2014-05-17 13:24:50    阅读次数:343
java之折半查找
//功能:二分查找import java.util.*;public class Demo1 { public static void main(String[] args) { int arr[]={2,5,7,12,25};//定义arr数组并赋值 System.out.print("请输入你需...
分类:编程语言   时间:2014-05-15 22:11:22    阅读次数:421
数组基本操作(一)
数组的基本操作:最大值,最小值,平均值,反转。 1 package package1; 2 3 /** 4 * 数组操作 5 * 6 * @author yaopan 7 * 8 */ 9 public class Demo1 { 10 11 public...
分类:其他好文   时间:2014-05-06 09:09:50    阅读次数:310
Struts2 Demo
1、web.xml1 2 struts23 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter4 5 6 struts27 /*8 2、struts.xml 1 2 5 6 7 ...
分类:其他好文   时间:2014-05-01 07:30:35    阅读次数:274
ios-表视图-demo1
//// RootViewController.m// uitableview//// Created by liyang on 14-4-27.// Copyright (c) 2014年 liyang. All rights reserved.//#import "RootViewCo...
分类:移动开发   时间:2014-04-28 06:09:42    阅读次数:678
1035条   上一页 1 ... 102 103 104
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!