上一页 1 ··· 7 8 9 10 11 12 下一页
  2014年8月20日
摘要: package com.example.domain;public class Person { private int id; private String name; public Person() { super(); } public Person(int personid, Stri... 阅读全文
posted @ 2014-08-20 21:30 _noname 阅读(159) 评论(0) 推荐(0) 编辑
摘要: package com.example.service;import java.io.FileOutputStream;import android.content.Context;public class FileService { private... 阅读全文
posted @ 2014-08-20 21:26 _noname 阅读(155) 评论(0) 推荐(0) 编辑
摘要: package com.example.contact;import android.content.ContentResolver;import android.database.Cursor;import android.net.Uri;import android.provider.Con... 阅读全文
posted @ 2014-08-20 21:22 _noname 阅读(141) 评论(0) 推荐(0) 编辑
摘要: Liri 30 Liyue 25 package org.fun.domain;public class Person { private Integer id; private String name; private Short age; public Integer ... 阅读全文
posted @ 2014-08-20 21:19 _noname 阅读(104) 评论(0) 推荐(0) 编辑
摘要: package com.example.sms;import java.util.List;import android.app.Activity;import android.os.Bundle;import android.telephony.S... 阅读全文
posted @ 2014-08-20 21:17 _noname 阅读(123) 评论(0) 推荐(0) 编辑
摘要: #include#include#includeusing namespace std;int main(){ vector A(10); int n; int primecount = 0, i, j; cout =2 as upper limit for prime numbers;"; c... 阅读全文
posted @ 2014-08-20 21:07 _noname 阅读(126) 评论(0) 推荐(0) 编辑
摘要: #ifndef STACK_CLASS#define STACK_CLASS#include#includeusing namespace std;const int MaxStackSize = 50;templateclass Stack{private: T stacklist[MaxS... 阅读全文
posted @ 2014-08-20 21:05 _noname 阅读(129) 评论(0) 推荐(0) 编辑
摘要: #ifndef ARRAY_CLASS#define ARRAY_CLASS#include#includeusing namespace std;#ifndef NULL#define NULL 0#endifconst enum ErrorType{invalidArraySize, mem... 阅读全文
posted @ 2014-08-20 21:03 _noname 阅读(136) 评论(0) 推荐(0) 编辑
  2014年8月18日
摘要: #include#includeusing namespace std;struct Student{ int id; float gpa;};templateclass Store{private: T item; int haveValue;public: Store(void); T ge... 阅读全文
posted @ 2014-08-18 20:52 _noname 阅读(95) 评论(0) 推荐(0) 编辑
摘要: #includeusing namespace std;templatevoid outputArray(const T *P_array, const int count){ for (int i = 0; i < count; i++) cout << P_array[i] << " ";... 阅读全文
posted @ 2014-08-18 20:12 _noname 阅读(128) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 下一页