Microsoft COM for Complex Variables

Microsoft COM for Complex VariablesShort Description
Our senior mathematics course in Complex Variables uses technology for complex arithmetic and mappings. Microsoft COM technology is used to produce a component in Visual Basic code that can be used in programs or in Excel. The component encapsulates the data structure and operations for complex arithmetic. The component is used in programming projects for complex valued computations and plotting. We show example projects and how to create the COM complex component.

Website: archives.math.utk.edu | Filesize: 87kb
No of Page(s): 13
Read more

Your First iPhone Application

Your First iPhone ApplicationShort Description
This tutorial shows how to create a simple iPhone application. It is not intended to give complete coverage of all the features available, but rather to introduce some of the technologies and give you a grounding in the fundamentals of the development process.

Website: developer.apple.com | Filesize: 1715kb
No of Page(s): 52
Read more

Python Programming An Introduction to Computer Science

Python Programming An Introduction to Computer ScienceShort Description
Almost everyone has used a computer at one time or another. Perhaps you have played computer games or used a computer to write a paper or balance your checkbook. Computers are used to predict the weather, design airplanes, make movies, run businesses, perform financial transactions, and control factories. Have you ever stopped to wonder what exactly a computer is? How can one device perform so many different tasks? These basic questions are the starting point for learning about computers and computer programming.

Website: www.kmutt.ac.th | Filesize: 1229kb
No of Page(s): 261
Read more

The Basics of JavaScripts

The Basics of JavaScriptsShort Description
JavaScript is a scripting language developed by Netscape. With JavaScript you can easily create interactive web pages. JavaScript statements can be embedded directly in an HTML page. Web developer programs such as Dreamweaver can also create JavaScript’s. These statements can recognize and respond to user events such as mouse clicks, popup windows, page navigation, last page update info and MUCH more!

Website: www.ischool.utexas.edu | Filesize: 22kb
No of Page(s): 3
Read more

User Manual C/C++ Precompiler SAP DB

User Manual C/C++ Precompiler SAP DBShort Description
This user manual describes how to embed SAP DB calls in applications written in the programming language C. It is also possible to embed SAP DB calls in C++ programs, provided that the restrictions described in the following sections are taken into consideration for SQL statements, especially for declare sections.

Website: www.sapdb.org | Filesize: 1110kb
No of Page(s): 182
Read more

Active C#

Active C#Short Description
Active C# is a variant of Microsoft’s C# that enhances the basic language with a direct support for concurrency and a new model for object communication. The C# compiler of the Shared Sources Common Language Infrastructure (SSCLI) served as a basis to extend the compiler. Modifications mainly concern the enhancement of C# with an active object concept and a novel communication paradigm based on formal dialogs.

Website: dotnet.zcu.cz | Filesize: 236kb
No of Page(s): 8
Read more

An Introduction to Programming with C# Threads

An Introduction to Programming with C# ThreadsShort Description
This paper provides an introduction to writing concurrent programs with “threads”. A threads facility allows you to write programs with multiple simultaneous points of execution, synchronizing through shared memory. The paper describes the basic thread and synchronization primitives, then for each primitive provides a tutorial on how to use it. The tutorial sections provide advice on the best ways to use the primitives, give warnings about what can go wrong and offer hints about how to avoid these pitfalls. The paper is aimed at experienced programmers who want to acquire practical expertise in writing concurrent programs. The programming language used is C#, but most of the tutorial applies equally well to other languages with thread support, such as Java.

Website: birrell.org | Filesize: 570kb
No of Page(s): 40
Read more

Next Page →