-
使用苹果的可可接触框架,您将学习如何构建应用程序…
Using Apple s Cocoa Touch framework, you ll learn how to build applications that respond in unique ways when users tap, slide, swipe, tilt, shake, or pinch the screen. Programming the iPhone User Experience is a perfect companion to Apple s Human Interface Guidelines, and provides the practical information you need to develop innovative applications for the iPhone and iPod Touch, whether you re a CTO, developer, or UI/UX designer.
1. Understand the basics of the Cocoa Touch framework for building iPhone and iPod Touch applications
2. Learn theory and best practices for using Cocoa Touch to develop applications with engaging and effective user interfaces
3. Apply your knowledge of Objective-C to the iPhone/iPod Touch framework
4. Customize standard UIKit views according to Apple s Human Interface Guidelines and usability principles
5. Learn patterns for handling user experience concerns outside of the interface, such as network- and location-awarene-Using Apple
- 2022-06-22 05:46:29下载
- 积分:1
-
VC源码:北京公交车查询系统/北京公交车查询系统
VC源码:北京公交车查询系统/北京公交车查询系统-source VC : Beijing Bus Inquiry System/Beijing Bus Inquiry System
- 2023-08-04 20:15:03下载
- 积分:1
-
Digital Signature Algorithm (DSA)是Schnorr和ElGamal签名算法的变种,被美国NIST作为DSS(DigitalSig...
Digital Signature Algorithm (DSA)是Schnorr和ElGamal签名算法的变种,被美国NIST作为DSS(DigitalSignature Standard)。算法中应用了下述参数:
p:L bits长的素数。L是64的倍数,范围是512到1024;
q:p - 1的160bits的素因子;-Digital Signature Algorithm (DSA) is the Schnorr and ElGamal signature algorithm variants, by the U.S. NIST as a DSS (DigitalSignature Standard). Algorithm applied the following parameters: p: L bits-long prime. L is a multiple of 64, range 512 to 1024 q: p- 1 of 160bits prime factor
- 2022-05-30 12:51:00下载
- 积分:1
-
Some commonly used C
一些常用的C语言程序,里面包括一些常用的C代码。。希望对大家有所帮助-Some commonly used C-language program, which includes some commonly used C code. . Would like to help everyone
- 2022-05-23 06:33:24下载
- 积分:1
-
ADC0809是广泛使用的模/数转换器,在可不采用外部总线结构的单片机系统中(如
由AT89C51组成的系统)。ASC0809的数据线直接与单片结构的I/0...
ADC0809是广泛使用的模/数转换器,在可不采用外部总线结构的单片机系统中(如
由AT89C51组成的系统)。ASC0809的数据线直接与单片结构的I/0 口相连,并由单片机的I/O
口直接对ADC0809进行控制。-ADC0809 is widely used in analog/digital converters, in not using the external bus architecture in the single-chip microcomputer system (such as the composition of the system by the AT89C51). ASC0809 data lines directly with the monolithic structure of I/0 I connected the MCU I/O port directly to control the ADC0809.
- 2022-08-06 19:12:28下载
- 积分:1
-
随着计算机网络的蔓延,无线局域网(wLAN)成为高速发展的无线通信技术
在计算机网络中的通信移动性、多媒体应用等的实现手段。无线局域网作为有线
网络的延...
随着计算机网络的蔓延,无线局域网(wLAN)成为高速发展的无线通信技术
在计算机网络中的通信移动性、多媒体应用等的实现手段。无线局域网作为有线
网络的延伸及重要补充,其安全问题也是人们关注的焦点 无线网络的射频(RF)
数据传送方式更使其信息及网络安全问题显得尤为突出。
-WiththedeveloPmentofeomPuternetworKwirelessloealareanetwork(WLAN)
inereasesextensivelyintheaPPlieationofnetworkforitseasydePloymenttoaecess
towirednetwork.TheseeurityProblemsofWLANshouldbethefocusofnetwork
too.However,itssafetyissuesareevenmoreseriouswhenwerefertoitsRF(Radio
Frequeney)transmission.
- 2022-05-05 07:11:10下载
- 积分:1
-
C#的一些例子
C#的一些例子-C# some examples
- 2022-02-26 14:08:16下载
- 积分:1
-
Java2 game programming source Chapter XI lot of basic good learning algorithm an...
Java2游戏编程源码 第十一章好多基本的算法 很好的学习Java和简单游戏编程的书籍-Java2 game programming source Chapter XI lot of basic good learning algorithm and a simple Java game programming books
- 2022-04-14 16:38:14下载
- 积分:1
-
cyapi.lib the bcbuilder6.0 versions of the library
cyapi.lib 的bcbuilder6.0版本的库-cyapi.lib the bcbuilder6.0 versions of the library
- 2023-06-17 18:45:03下载
- 积分:1
-
本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初...
本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。本书作为正式教材和自学用书均非常优秀,作为程序设计者的参考用书亦极为合适。-Author of this book to learn C++ based on their personal experience and years of teaching experience, using simple examples and concise narrative explaining C++ programming, distinctive. The book is divided into 18 chapters, covering the evolution of the object, data abstraction, hiding implementation, initialization and clearance, function overloading and default parameters, input and output stream introduced constants, inline functions, named control, reference and copy constructors, operator overloading, dynamic object creation, inheritance and composition, polymorphism and virtual functions, templates, and package container classes, multiple inheritance, exception handling and runtime type identification. The book as a formal teaching and self-learning books are very g
- 2022-04-23 04:53:26下载
- 积分:1