Description: 这个是由《Visual C++ 6.0实例教程》源代码教材里的一个关于简单处理文字内容(增加删除)的一个程序!都是自己编写,且已调试!-this is the "Visual C 6.0 tutorial examples" source code materials Lane on a simple text processing word content (increase delete) a procedure! they are prepared and have debugging! Platform: |
Size: 1966590 |
Author:litang |
Hits:
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: 这个是由《Visual C++ 6.0实例教程》源代码教材里的一个关于简单处理文字内容(增加删除)的一个程序!都是自己编写,且已调试!-this is the "Visual C 6.0 tutorial examples" source code materials Lane on a simple text processing word content (increase delete) a procedure! they are prepared and have debugging! Platform: |
Size: 1966080 |
Author:litang |
Hits:
Description: 提供C语言程序设计教程的数组部分的练习题,并提供完整的答案。-The provision of C language programming tutorial part of the array of exercises and provide a complete answer. Platform: |
Size: 13312 |
Author:wxf |
Hits:
Description: C++ Language Tutorial中文翻译本教程对C++语言进行了深入浅出的介绍,从基础知识到ANSI-C++标准的最新功能,内容涵盖了从数组,类等基本概念到多态、模板等高级概念。-C++ Language Tutorial Tutorial for the Chinese translation of the C++ Language a simple introduction to the basic knowledge from the ANSI-C++ Standards of the latest features, covering from the array, such as basic concepts to multi-modal , advanced the concept of templates. Platform: |
Size: 2814976 |
Author:薛 |
Hits:
Description: vC语言指针与数组教程C language pointer and array tutorial
-vC language pointer and array tutorial C language pointer and array tutorial Platform: |
Size: 21504 |
Author:qo |
Hits:
Description: C语言教程指针与数组C Language Tutorial Pointer and Array
-C Language Tutorial Pointer and Array C Language Tutorial Pointer and Array Platform: |
Size: 22528 |
Author:ws |
Hits:
Description: C语言教程数组实例经典讲解C language tutorial to explain an array of examples of classic
-C language tutorial to explain an array of classic example of C language tutorial to explain an array of examples of classic Platform: |
Size: 18432 |
Author:dcn |
Hits:
Description: C# programmers: no more translating data structures from C++ or Java to use in your programs! Mike McMillan provides a tutorial on how to use data structures and algorithms plus the first comprehensive reference for C# implementation of data structures and algorithms found in the .NET Framework library, as well as those developed by the programmer. The approach is very practical, using timing tests rather than Big O notation to analyze the efficiency of an approach. Coverage includes arrays and array lists, linked lists, hash tables, dictionaries, trees, graphs, and sorting and searching algorithms, as well as more advanced algorithms such as probabilistic algorithms and dynamic programming. This is the perfect resource for C# professionals and students alike. Platform: |
Size: 2660352 |
Author:JI |
Hits:
Description: 什么是数组,这份是一份c++数组的教程,可以让大家轻松学会数组。-What is an array, the array is a c++ tutorial, you can easily learn to array. Platform: |
Size: 98304 |
Author:郭亮 |
Hits:
Description: Lesson 9: C Strings This lesson will discuss C-style strings, which you may have already seen in the array tutorial. In fact, C-style strings are really arrays of chars with a little bit of special sauce to indicate where the string ends. This tutorial will cover some of the tools available for working with strings--things like copying them, concatenating them, and getting their length. Platform: |
Size: 4096 |
Author:UUU |
Hits:
Description: C语言教程. 一、概述上 下. 二、变量和常量. 三、运算符. 四、表达式和语句. 五、编写第一个C语言程序. 六、条件语句. 七、循环语句和循环控制. 八、数组. 九、多维数组-C language tutorial. I. Overview and down Second, variables and constants. Three operators. Fourth, expressions and statements. V. Write the first C language program six, conditional statements. Seven, Loop and loop control. eight, array nine, multidimensional arrays Platform: |
Size: 136192 |
Author:李想 |
Hits:
Description: c语言array应用程序,共有十几个小实例,初学者必备程序教程。-
c language array applications, a total of a dozen small examples, beginners must tutorial. Platform: |
Size: 13312 |
Author:kitty |
Hits:
Description: 这是一个非常棒的C++教程,适合新手起步,包括:程序设计基础;基本数据及其运算;结构化程序设计;数组;函数;指针和引用;结构和链表;数据文件处理技术。-This is a very good c++ tutorial, suitable for novice to start, including: program design basis The basic data and its operation Structured programming The array Functions Pointers and references Structure and linked list The processing of data files. Platform: |
Size: 5051392 |
Author:飞鹏 |
Hits: