Description: Chapter 2: Getting Started Hello World
Hello World Enhanced A simple "Hello World" application that shows the basics of how to use an ActionScript 3.0 class in an application. The Enhanced version adds a name-checking feature. These examples are meant to be built from scratch, tutorial-style. The example files are provided so you can see how they should look when completed.
Chapter 4: Object-Oriented Programming Geometric Shapes Uses the object-oriented concepts of class inheritance and the implementation of interfaces to provide an application that calculates values for simple geometric shapes.
Chapter 5: Display Programming Sprite Arranger Adds graphical Sprite objects to a drawing area and let you manipulate their placement in the display list. Builds upon the classes from the geometric Shapes example.
Chapter 6: Working with Dates and Times Simple Clock Displays a simple analog clock face using methods of the Date and flash.util.Timer classes.
Chapter 7: Working with Strings ASCII Art Loads bitmap images and coverts them into ASCII character equivalents, using a number of the methods in the String class.
Chapter 8: Working with Arrays Play List Demonstrates a number of methods of the Array class while building and presenting a play list of music files.
Chapter 9: Handling Errors Custom Errors Presents a simple framework containing a set of custom ApplicationError classes and shows how to throw, catch, and handle such errors.
Chapter 10: Using Regular Expressions Wiki Editor Uses regular expressions to convert text containing wiki-style codes into formatted HTML text. Also shows how to use regular expressions for other conversions, such as numeric calculations.
Chapter 11: Working With XML RSS Viewer Reads an RSS feed and formats the entries as HTML, including hyperlinks to the stories being referenced. This example shows the powerful new E4X statements and operators in action.
Chapter 13: Event Handling Alarm Clock Demonstrates how to define, dispatch, and handle custom event classes. Extends the Simple Clock application to create an Alarm Clock with specialized AlarmEvents.
Chapter 14: Networking and Communications File I/O Shows how to use the FileReference class to upload files from your local disk to a remote server, and how to download files from a remote server to your local disk.
Note: To run this example you will need to set the UPLOAD_URL and DOWNLOAD_URL variables in the code to the address of a web server that will accept uploads and allow downloads.
Telnet Socket Connects to a Telnet server and shows how to send and read bytes from the socket connection.
Note: To run this example you will need to have access to a running Telnet server.
Chapter 15: Working with Geometry Display Object Transformer Uses methods of the flash.geom.Matrix class to apply multiple geometric transformations to a DisplayObject.
Chapter 16: Client System Environment Capabilities Info Lists the capabilities of your current browser and operating system, by using the SystemCapabilities class and an ExternalInterface call that uses Javascript to retrieve browser properties.
Chapter 19: Using the External API IntrovertIM_CSharp
IntrovertIM_HTML A tiny instant messenger application the uses the flash.external.ExternalInterface class to send messages between a Flex/ActionScript application and an external application. Two versions are provided. One uses HTML and Javascript for the external application, and the other uses C#.
Platform: |
Size: 458790 |
Author:swj_tommy@tom.com |
Hits:
Description: The FatFs/Tiny-FatFs module is opened for education, reserch and development.
fat file.You can use, modify and republish it for personal, non-profit or profit use
without any limitation under your responsibility. Platform: |
Size: 229376 |
Author:陈祝荣 |
Hits:
Description: 嵌入式文件系统FATFS 在AVR单片机上的移植-Embedded File System FATFS in the AVR microcontroller on the transplant Platform: |
Size: 162816 |
Author:王亮 |
Hits:
Description: 轻量级的文件系统,包含所有的文档、代码、例程-Lightweight file system that contains all of the documents, codes, routines Platform: |
Size: 839680 |
Author:魏恪之 |
Hits:
Description: RT-Thread 嵌入式操作系统
Kernel内核部分包括了RT-Thread的核心代码,包括对象管理器,线程管理及调度,线
程间通信等的微小内核实现(最小能够到达4k ROM,1k RAM体积占用)。内核库是为了保证
内核能够独立运作的一套小型类似C库实现(这部分根据编译器自带C库的情况会有些不同,使
用GCC编译器时,携带更多的标准C库实现)。CPU及板级支持包包含了RT-Thread支持的各个平
台移植代码,通常会包含两个汇编文件,一个是系统启动初始化文件,一个是线程进行上下文切
换的文件,其他的都是C源文件。-RT-Thread Kernel kernel part of embedded operating systems including RT-Thread core code, including object management, thread management and scheduling, inter-thread communication tiny kernel implements (4k ROM, 1k RAM minimum can be reached volume occupied). Kernel library in order to ensure that the core is capable of independent operation similar to a small C library that implements (this part of the compiler comes with a C library is somewhat different, using the GCC compiler, to carry more of the standard C library implementation). CPU and board support package includes RT-Thread support platform porting code usually contains two assembly files, a system startup initialization file, a thread context switching files are C source files. Platform: |
Size: 35415040 |
Author:马工 |
Hits:
Description: Petit FatFs is a sub-set of FatFs module for tiny 8-bit microcontrollers. It is written in compliance with ANSI C and completely separated from the disk I/O layer. It can be incorporated into the tiny microcontrollers with a small memory even if the RAM size is less than sector size. Platform: |
Size: 39936 |
Author:WooQ |
Hits:
Description: File: os_support.h This is the (tiny) OS abstraction layer. Aside math.h, this is the only place where system headers are allowed.
-File: os_support.h This is the (tiny) OS abstraction layer. Aside math.h, this is the only place where system headers are allowed.
Platform: |
Size: 2048 |
Author:xwxonviu |
Hits:
Description: 文件系统源码,非常好用,非常好移植,可以移植于51单片机(etit FatFs is a sub-set of FatFs module for tiny 8-bit microcontrollers. It is written in compliance with ANSI C and completely separated from the disk I/O layer. It can be incorporated into the tiny microcontrollers with limited memory even if the RAM size is less than sector size. Also full featured FAT file system module is available here.
Features) Platform: |
Size: 38912 |
Author:麻辣隔壁老王
|
Hits: