码迷,mamicode.com
首页 >  
搜索关键字:simple    ( 6450个结果
MonkeyRunner (二)
A Simple monkeyrunner ProgramHere is a simple monkeyrunner program that connects to a device, creating aMonkeyDeviceobject. Using theMonkeyDeviceobjec...
分类:其他好文   时间:2014-05-26 23:18:26    阅读次数:364
数独问题(DFS回溯)
Sudoku is a very simple task. A square table with 9 rows and 9 columns is divided to 9 smaller squares 3x3 as shown on the Figure. In some of the cell...
分类:其他好文   时间:2014-05-26 21:55:25    阅读次数:299
[翻译] DBCamera 轻量级定制摄像头
DBCamera轻量级定制摄像头https://github.com/danielebogo/DBCameraDBCamera is a simple custom camera with AVFoundation.DBCamera使用了AVFoundation框架并简单的定制了摄像头.Gettin...
分类:数据库   时间:2014-05-26 11:58:35    阅读次数:447
【大话设计模式】——简单工厂模式
简单工厂模式(Simple Factory Pattern)属于创建型模式,又叫做静态工厂方法模式(Static FactoryMethod Pattern),但是不属于23GOF设计模式之一。简单工厂模式是由一个工厂对象决定创建出哪一种产品类的实例。 走别人的的路,不如自己 to do (不如的意思是更)。先敲书上的例子,第一遍也许不懂,第二遍就清晰很多,第三遍就觉得自己能写点东西出来。不要总是觉得自己看不懂,学不好,只有先学了才能更好。没有之前的8个馒头,就没有第9个馒头的饱(好撑啊~~)...
分类:其他好文   时间:2014-05-26 05:51:44    阅读次数:224
uva 103 Stacking Boxes
Background Some concepts in Mathematics and Computer Science are simple in one or two dimensions but become more complex when extended to arbitrary dimensions. Consider solving differential equations...
分类:其他好文   时间:2014-05-26 04:31:34    阅读次数:234
我的原创软件(持续更新) My Original Software[Continuously updated]
-好软件的定义就是它的体积不大不小,功能不多不少,一切都是那么的恰到好处。 -Good software is neither too big nor too small,neither too Complex nor too Simple,everything is so right. +点击.....
分类:其他好文   时间:2014-05-26 00:54:15    阅读次数:254
UVA Problem D: Hartals
题目如下: Problem D: Hartals  A social research organization has determined a simple set of parameters to simulate the behavior of the political parties of our country. One of the ...
分类:其他好文   时间:2014-05-24 23:10:01    阅读次数:317
SDL库的安装
SDL的介绍    SDL是Simple DirectMedia Layer(简易直控媒体层)的缩写。它是一个跨平台的多媒体库,以用于直接控制底层的多媒体硬件的接口。这些多媒体功能包括了音频、键盘和鼠标(事件)、游戏摇杆等。当然,最为重要的是提供了 2D图形帧缓冲(framebuffer)的接口,以及为 OpenGL 与各种操作系统之间提供了统一的标准接口以实现 3D图形。从这些属性我们可以...
分类:其他好文   时间:2014-05-22 12:21:15    阅读次数:718
C# Community Projects
Community Supported C# Drivers See the officially supported MongoDB C# driver mongodb-csharp driver simple-mongodb driver NoRM Tools MongoDB.Emitter D...
分类:其他好文   时间:2014-05-21 20:30:58    阅读次数:289
Simple XML
官网:http://simple.sourceforge.net/home.php截止目前最新版本:simple-xml-2.7.1.jar特点:jar lib文件只有360K左右的大小它的使用不需要依赖于其他 JAR 文件通过注解的方式,灵活方便下面将分节详细介绍Simple的特点和使用方法:[一...
分类:其他好文   时间:2014-05-21 04:35:48    阅读次数:376
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!