码迷,mamicode.com
首页 >  
搜索关键字:des    ( 60086个结果
第十章 基本数据结构 练习 10.4-4
package chap10;import static org.junit.Assert.*;import java.util.Stack;import org.junit.Test;public class exec10_4_4 { /** * 将该树打印 * * @param tree */ ...
分类:其他好文   时间:2014-06-16 10:58:06    阅读次数:183
cxGrid 速度
在做AdoHelper实用程序的时候,我用了DevExpress的cxGrid控件.在此之前用的是dbgrid,考虑到不能把所有的数据都拉到本地,我用了动态生成的select top 500的命令.这样很笨.昨天忽然想到,可以看看控件是否支持只拉取一部分数据的,象access那样.GridView....
分类:其他好文   时间:2014-06-16 10:54:59    阅读次数:537
十八、Android引导界面
一、所需素材 很有必要整理一下,里面附带友盟的社会化分享组件,我就不去掉了。二、代码import com.umeng.update.UmengUpdateAgent;import android.app.Activity;import android.content.Intent;import an...
分类:移动开发   时间:2014-06-16 10:52:56    阅读次数:538
Leetcode:Convert Sorted List to Binary Search Tree
Description :Given a singly linked list where elements are sorted in ascending order, convert it to a height balanced BST.分析:这道题目简单版是把一个排序好的数组转成平衡的二叉树...
分类:其他好文   时间:2014-06-16 10:51:54    阅读次数:237
RCP:gef智能寻路算法(A star)
本路由继承自AbstactRouter,参数只有EditPart(编辑器内容控制器),gridLength(寻路用单元格大小),style(FLOYD,FLOYD_FLAT,FOUR_DIR)。字符集编码为GBK,本文只做简单的代码解析,源码戳我如果源码不全,可以联系本人。算法实现主要有三:1、As...
分类:其他好文   时间:2014-06-16 10:48:50    阅读次数:330
1.1.3 Getting Started_Budding Your First App_Building a Simple User Interface
The graphical user interface for an Android app is built using a hierarchy ofViewandViewGroupobjects.Viewobjects are usually UI widgets such asbuttons...
分类:移动开发   时间:2014-06-16 10:43:38    阅读次数:268
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!