Blogroll

This blog is created for education about engineering students.All the engineering students are get free downloadable books here. not only books and also different software also available here

Principles of Programming Languges by Sebesta


Principles of Programming Languages 
by
Robert W. Sebesta

Thanks to watch my blog and give your Comlements


Computer Graphics Lectures Notes


Computer Graphics Lectures Notes

Computer Graphics Lectures Notes








-

[   ]
19-Jan-2007 13:08
4.8M

[   ]

19-Jan-2007 13:03
23M

[   ]
19-Jan-2007 13:16
4.2M

[   ]

24-Jan-2007 15:40
8.1M

[   ]

26-Jan-2007 12:21
8.7M

[   ]

26-Jan-2007 12:03
5.8M

[   ]

26-Jan-2007 12:04
1.4M

[   ]

26-Jan-2007 12:06
2.0M

[   ]

02-Feb-2007 18:03
2.4M

[   ]

02-Feb-2007 18:03
3.8M

[   ]

10-Feb-2007 21:22
1.9M

[   ]

10-Feb-2007 21:33
3.4M

[   ]

09-Mar-2007 17:34
1.8M

[   ]

09-Mar-2007 17:34
5.9M

[   ]

28-Feb-2007 14:36
2.5M

[   ]

28-Feb-2007 14:37
3.7M

[   ]

28-Feb-2007 15:24
2.2M

[   ]

28-Feb-2007 15:24
6.9M

[   ]

28-Feb-2007 15:38
99K

[   ]

28-Feb-2007 15:28
711K

[   ]

10-Feb-2007 21:27
85K

[   ]

10-Feb-2007 21:30
421K

[   ]

26-Jan-2007 11:21
44K

[   ]

26-Jan-2007 11:22
251K

[   ]

02-Feb-2007 18:05
128K

[   ]

02-Feb-2007 18:09
227K

[   ]

01-Mar-2007 18:44
351K

[   ]

01-Mar-2007 18:43
672K

[   ]

09-Mar-2007 17:41
4.9M

[   ]

08-Mar-2007 18:58
6.7M

Data Structures, Algorithms, and Applications in Java


Data Structures, Algorithms, and Applications in Java

by

Sartaj Sahni

Powerpoint Presentations

 Powerpoint presentationsused in the lectures are available from this page. These presentations were prepared using Powerpoint 2000. You may download a zip filethat contains all 41 presentations by clicking here. Alternatively, you maydownload individual presentations from the table given below.

To download separately click here :
LectureContentReadingSlides
1Course overview and insertion sort.Chapters1 through 3.Powerpoint
2Insertion sort and practical complexities.Section 3.5.Powerpoint
3Run-time measurement.Chapter4.Powerpoint
4Linear lists.Sections 5.1-5.2.Powerpoint
5Array representation and array resizing.Section 5.3.Powerpoint
6Walk through of code for ArrayLinearList.Section 5.3.Powerpoint
7Iterators. Linked representation of a linear list.Sections 5.3 and 6.1.Powerpoint
8Walk through of code for Chain. Head nodes, circular lists, doubly linked lists.Sections 6.2 and 6.3.Powerpoint
9Simulated pointers and available-space lists.Sections 7.1 and 7.2.Powerpoint
10Row-major and column-major indexing, and special matrices.Sections 8.1, 8.2, and 8.3.Powerpoint
11Sparse matrices.Section 8.4.Powerpoint
12Stacks--application to parentheses matching, towers-of-hanoi, railroad car rearrangement, and switchbox routing; array stacks.Sections 9.1, 9.2, 9.5.Powerpoint
13Array and linked stacks.Section 9.3 and 9.4.Powerpoint
14Nonapplicability of queues for parantheses matching, towers-of-hanoi, railroad problem with LIFO tracks, and switchbox routing. Application of queues to railroad problem with FIFO tracks, wire routing, and component labeling. Array and linked queues.Sections 10.1-10.4, 10.5.1-10.5.3.Powerpoint
15Exam.--
16Dictionaries, linear list representation, and hashing.Sections 11.1, 11.2, 11.3, and 11.5.Powerpoint
17Hashing and hash table design.Section 11.5.Powerpoint
18LZW compression.Section 11.6.Powerpoint
19Trees, binary trees, and properties.Sections 12.1-12.3.Powerpoint
20Binary tree representation and operations.Sections 12.4 and 12.5.Powerpoint
21Binary tree traversal methods-- preorder, inorder, postorder, level order. Reconstruction from two ordersSections 12.6-12.8.Powerpoint
22Online equivalence classes.Section 12.9.2.Powerpoint
23Application of priority queues to heap sort and machine scheduling. Min and max heaps.Sections 13.1-13.3, 13.6.1, and 13.6.2.Powerpoint
24Initialization of min and max heaps. Height- and weight-biased leftist trees.Sections 13.4.4 and 13.5.Powerpoint
25Winner and loser trees and application to k-way merging, run generation, and first-fit bin packing.Chapter14.Powerpoint
26Binary search trees and indexed binary search trees.Sections 15.1-15.5.Powerpoint
27Definition of AVL trees. Graph applications and properties.Sections 16.1, 17.1-17.3.Powerpoint
28Graph operations and representation.Sections 17.4-17.7.Powerpoint
29Breadth-first and depth-first search. Application to path finding, connected components, and spanning trees.Sections 17.8 and 17.9.Powerpoint
30Greedy method and application to bin packing, loading, and knapsack problems.Sections 18.1, 18.2, 18.3.1, and 18.3.2.Powerpoint
31Exam.--
32Single source all destinations shortest paths algorithm.Section 18.3.5.Powerpoint
33Kruskal's and Prim's minimum-cost spanning tree algorithms.Section 18.3.6.Powerpoint
34Divide and conquer, and application to defective chessboard and min-max problem. Iterative min-max implementation.Sections 19.1 and 19.2.1.Powerpoint
35Merge sort, natural merge sort, and quick sort.Sections 19.2.2 and 19.2.3.Powerpoint
36Selection and closest pair of points.Sections 19.2.4 and 19.2.5.Powerpoint
37Dynamic programming, 0/1 knapsackproblem, recursive and iterative solutions.Sections 20.1 and 20.2.1.Powerpoint
38Matrix multiplication chains, dynamic programming recurrence, recursive solution.Section 20.2.2.Powerpoint
39Iterative solution to matrix multiplication chains.Section 20.2.2.Powerpoint
40All pairs shortest paths.Section 20.2.3.Powerpoint
41Single source shortest paths with negative edge weights.Section 20.2.4.Powerpoint
42Solution space trees and backtracking.Section 21.1.Powerpoint
43Branch and bound.Section 22.1.Powerpoint
  

23. Creating a Password Field

Creating a Password Field
Procedure:
step 1: Open flash 8
step 2: Select flash document

step 3: Create a Button from window->Components tool
step 4: Write the source code under the control of Button
step 5: To check output press ctrl+enter(test movie)

Source code:



on(click)
{

this.createTextField("t1",1,100,100,200,100);
t1.bordercolor=0xff0000;
t1.border=true;
t1.size=16;
t1.text="chiru kumar";
t1.password=true;
}


Total Pageviews