Posts Classified under: PROGRAMMING
Create Your First Website
The Essential Step-by-Step Guide to Creating Your First Website
Tags: asp.net, domain name server, host space, Java, PHP, PROGRAMMING, Website creation tools
Author: Swati | Added November 26, 2010 | 265 Views | 11 Downloads
3D graphics programming
This chapter contains: 2.1 Learning 3D graphics programming 2.2 Projecting from 3D world coordinates to 2D screen coordinates 2.3 Lighting effects 2.4 Putting it together—MyJava3D
Tags: 3D, GRAPHICS, Java, Lighting effects, MyJava3D, PROGRAMMING
Author: Jyoti | Added November 24, 2010 | 285 Views | 1 Downloads
Getting Started
This chapter is an introduction to MIDP application development using Nokia tools. We assume that you already have basic knowledge of the Java programming language.
Tags: application, development, Java, Language, MIDP, Nokia, PROGRAMMING, tools
Author: Kanak | Added November 24, 2010 | 251 Views | 0 Downloads
Concurrent Programming in Java
Concurrent programming has a long history, and consequently the terminology has evolved over the years. The term process was first introduced to describe a sequence of actions performed by executing a sequence of instructions.
Tags: Concurrency, Concurrent, Java, models, PROCESS, PROGRAMMING, representation, thread
Author: Ajay | Added November 24, 2010 | 271 Views | 0 Downloads
The FPGA as a Computing Platform
In this chapter, we will present a brief overview of FPGAs and FPGA-based platforms and present the general philosophy behind using the C language for FPGA application development.
Tags: computing, FPGA, hardware, Platform, Platforms, Programmable, PROGRAMMING, technologies
Author: Rakhi | Added November 24, 2010 | 409 Views | 1 Downloads
A Programming Model for FPGA-Based Applications
Choosing an appropriate programming model is important because it allows us, as software and hardware programmers, to create applications and their constituent algorithms in an abstract manner, while still remaining congizant ofand able to program efficiently forthe underlying machine.
Tags: applications, BASED, FPGA, model, parallel, Processing Models, PROGRAMMING, SISD
Author: Rakhi | Added November 24, 2010 | 344 Views | 2 Downloads
An Introduction to Impulse C
Impulse C supports the development of highly parallel, mixed hardware/software algorithms and applications using the communicating process programming model.
Tags: C++, Impulse, introduction, model, motivation, PROGRAMMING
Author: Rakhi | Added November 24, 2010 | 1091 Views | 17 Downloads
NetBIOS
Network Basic Input/Output System (NetBIOS) is a standard application programming interface (API) developed for IBM in 1983 by Sytek Corporation
Tags: API, application, BASIC, INPUT, interface, NetBIOS, network, output, PROGRAMMING, standard, SYSTEM
Author: Rakhi | Added November 24, 2010 | 297 Views | 0 Downloads
Recursion
A recursive function is a function that calls itself. Some problems can be easily solved by using recursion, such as when you are dividing a problem into sub- problems with similar natures.
Tags: C++, function, OVERHEADS, PROGRAMMING, Recursion, Stack
Author: Nikhil | Added November 24, 2010 | 259 Views | 1 Downloads
Problems in Arrays, Searching, Sorting, Hashing
This document is all about Problems in Arrays, like Searching, Sorting, Hashing.
Tags: Arrays, C++, Hashing, problems, PROGRAMMING, searching, Sorting
Author: Nikhil | Added November 24, 2010 | 506 Views | 4 Downloads