码迷,mamicode.com
首页 >  
搜索关键字:twaver mono design    ( 6698个结果
微软职位内部推荐-Sr SDE for Win Apps Ecosystem
微软近期Open的职位:Job posting title: Senior Software Design EngineerLocation: China, BeijingLevel: 63Division: Operations System Group Engineering Group Ove...
分类:移动开发   时间:2014-07-21 11:27:09    阅读次数:255
C/C++第三方类库
1、libconfig ? (官网:http://www.hyperrealm.com/libconfig/) 2、GNU C Library (ANSI C的函数库glibc:?http://www.gnu.org/software/libc/manual/html_mono/libc.html) 3、GDB (http://fossies.org/dox/gd...
分类:编程语言   时间:2014-07-21 10:06:20    阅读次数:258
C语言基础学习9:指向指针的指针
一般形式:基类型 **变量名;例如:char **p;void main(){ char *name[] = {"Follow me","Basic","Great Wall","FORTRAN","Computer design"}; char **p; int i; fo...
分类:编程语言   时间:2014-07-21 09:33:30    阅读次数:235
【LeetCode】【Python题解】Reverse Integer
Reverse digits of an integer. Example1: x = 123, return 321 Example2: x = -123, return -321 click to show spoilers. Have you thought about this? Here are some good questions to ask before c...
分类:编程语言   时间:2014-07-20 22:12:03    阅读次数:251
【leetcode刷题笔记】Best Time to Buy and Sell Stock III
Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
分类:其他好文   时间:2014-07-20 21:33:36    阅读次数:204
POJ 1287:Networking(最小生成树Kruskal)
Networking Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 5976   Accepted: 3231 Description You are assigned to design network connections bet...
分类:Web程序   时间:2014-07-19 23:35:59    阅读次数:300
Software Engineering
OOA Object-Oriented Analysis:面向对象分析OOD Object-Oriented Design :面向对象设计OOP Object Oriented Programming:面向对象编程UML Unified Modeling Language:统一建模语言Softwar...
分类:其他好文   时间:2014-07-19 23:26:17    阅读次数:227
高屋建瓴 cocos2d-x-3.0架构设计 Cocos2d (v.3.0) rendering pipeline roadmap(原文)
Cocos2d (v.3.0) rendering pipeline roadmap   Why (the vision) The way currently Cocos2d does rendering is good but it is beginning to feel somehow antiquate and moreover it doesn’t actually leverag...
分类:其他好文   时间:2014-07-19 23:14:08    阅读次数:449
unity3d怎么连接sql server数据库?
1、找到System.Data.dll文件,默认的地址是在C:\Program Files\Unity\Editor\Data\Mono\lib\mono\unity,这个根据你所安装的路径有关。 2、将该文件复制到你的工作空间下的Asset文件夹内 3、在你的编辑器中添加引用,我用的是VS4、在命...
分类:数据库   时间:2014-07-19 17:21:36    阅读次数:310
About custom Theme and Style
For android system, of course you can custom your own style and theme, but you can't break compatibility with AOSP.We should follow AOSP design, and d...
分类:其他好文   时间:2014-07-19 16:22:00    阅读次数:231
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!