码迷,mamicode.com
首页 >  
搜索关键字:data import    ( 128077个结果
实现淡入淡出效果的组件,继承自JComponent
由于仅贴出代码,供有缘人参考。import java.awt.AlphaComposite;import java.awt.Graphics;import java.awt.Graphics2D;import java.awt.event.ActionEvent;import java.awt.ev...
分类:其他好文   时间:2014-04-28 18:32:56    阅读次数:394
ios-表视图-demo4-内容自己适应高度
#import "RootViewController.h"@interface RootViewController ()@end@implementation RootViewController- (id)initWithNibName:(NSString *)nibNameOrNil bun...
分类:移动开发   时间:2014-04-28 17:25:33    阅读次数:629
Csharp: speech to text, text to speech in win
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:Windows程序   时间:2014-04-28 04:36:58    阅读次数:1052
oracle object_id和data_object_id的区别
Oracle的数据字典表dba_objects包含了两个字段,object_id, data_object_id,官方文档上的解释是:object_id: Dictionary object number of the object.Data_object_id: Dictionary object...
分类:数据库   时间:2014-04-28 04:23:13    阅读次数:725
ios-表视图-demo2
//// RootViewController.m// uitableview//// Created by liyang on 14-4-27.// Copyright (c) 2014年 liyang. All rights reserved.//#import "RootViewCo...
分类:移动开发   时间:2014-04-28 03:28:08    阅读次数:606
mysql常用命令用法
1.创建数据库:create database database_name;2.选择数据库:use database_name;3.创建表:create table tablename(column1 data_type1, column2 data_type2,...,columnn dataty...
分类:数据库   时间:2014-04-28 02:34:53    阅读次数:560
csharp:Google TTS API text to speech
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:Windows程序   时间:2014-04-27 23:51:43    阅读次数:1188
Cellular Traffic Offloading
Reference:[1] Mobile Data Offload for 3G Networks[2] Mobile Data Offloading through Opportunistic Communications and Social Participation[3] Femtocell...
分类:其他好文   时间:2014-04-27 23:49:41    阅读次数:649
机器学习的相关书籍
《Introduction to Data Mining》 《Data Mining : Concepts and Techniques》 《Introduction to Machine Learning》 《机器学习:实用案例解析》 《Pattern Recognition and Machin...
分类:其他好文   时间:2014-04-27 23:32:07    阅读次数:526
Java学习作业(14.4.21)
前三次作业都是基础语法。真的好水啊。从这次开始记录。1.编写Java程序,把当前目录下扩展名为txt的文件的扩展名全部更名为back。 1 import java.io.*; 2 import java.lang.*; 3 4 5 public class Home { 6 7 ...
分类:编程语言   时间:2014-04-27 23:00:20    阅读次数:856
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!