现在位置 >首页 > 所有关于Design Pattern的文章

Mobile Design Pattern Gallery: UI Patterns for Mobile Ap...

手机开发专题, 英文图书  暂无评论 ⁄ 1,579 次阅读+
Book Description When you’re under pressure to produce a well designed, easy-to-navigate mobile app, there’s no time to reinvent the wheel. This concise book provides a handy reference to 70 mobile app design patterns, illustrated by more than 400 screenshots from current iOS, Android, BlackBerry, WebOS, Windows Mobile, and Symbian apps. User experience professional Theresa Neil (Designing Web Interfaces) walks you through design patterns in 10 separate categories, i...
详细信息

Parallel Programming with Microsoft Visual C++

英文图书, 软件  暂无评论 ⁄ 1,630 次阅读+
Book Description Your CPU meter shows a problem. One core is running at 100 percent, but all the other cores are idle. Your application is CPU-bound, but you are using only a fraction of the computing power of your multicore system. Is there a way to get better performance? The answer, in a nutshell, is parallel programming. Where you once would have written the kind of sequential code that is familiar to all programmers, you now find that this no longer meets your p...
详细信息