Results for "Author: divyen patel"
Pack Consist of ... [2 Pass Assembler] , [SCANNER],Based on Deterministic Finite Automation (DFA) for a REAL number with optional Integer and Fractional Part. , [LL Top-Down Parser],[OPERATOR PRECEDENCE PARSER] [ Very Much Helpful to MCA(Master in Computer Application) Students ]
Data and File structure Programs Program Set 1 ------------------------------------------------- 1. Perform the following operations on an array: (a) insert (b) delete (c) merge (D) Delete multiple occurrences of a number ------------------------------------------------- 2. Create a stack using static memory allocation ------------------------------------------------- 3. Create a queue using static memory allocation ------------------------------------------------- 4. Create a circular queue ------------------------------------------------- 5. Create a singly linked list and perform the following operations: (a) insert (b) delete (c) merge (d) sort (e) union (f) intersection (g) reverse ------------------------------------------------- 6. Create a stack using dynamic memory allocation ------------------------------------------------- 7. Create a queue using dynamic memory allocation ------------------------------------------------- 8. Represent a polynomial in terms of a singly linked list, and then add two three variables polynomials ------------------------------------------------- 9. Create a doubly linked list ------------------------------------------------- 10. Create a circular linked list ------------------------------------------------- 12. Create a double-ended queue (Dequeue) with the following operations: (a) insert in the beginning (b) insert in the end (c) delete from beginning (d) delete from end Hint: Use doubly-link list ------------------------------------------------- 13. Create a Priority Queue with the following operations: (a) Insert (b) DeleteMin() / deleteMax---depending on the heap ------------------------------------------------- Program Set 2 ------------------------------------------------- 1.Trace the following set of nos using quick sort and bubble sort. Which of the sorting method is more efficient? 9, 11, 1, 5, 10, 45, 3, 8, 18 ------------------------------------------------- 2. Code for finding a no in a binary search tree and displaying its level where it is found (root is at zero level) ------------------------------------------------- 3. Code for traversing a binary tree in inorder iteratively ------------------------------------------------- 4. Code for interchanging the left and right subtrees of a binary tree ------------------------------------------------- 5. Code for counting the leaves(node having no subtree) of the tree Note: Q-2 to Q-5 are to be implemented practically also. ------------------------------------------------- 6. Heap Sort -------------------------------------------------
This example shows how you can use OleDbSchemaGuid in ADO.NET to fetch Schema information from database. It also shows, how you can use DataGrid control, to fill records from dataset, and also how to update records from DataGrid to database using OleDbDataAdapter and OleDbCommandBuilder. In this example List box is filled with Table names of a Specified Database, and by clicking on the table name, you can fill records in the DataGrid. The wonder of the ADO.NET is that it is total disconnected scenario, and this helps a lot in Web Applications.
This project consists of Data Access Layer, Business Layer and User Interface for Sample "Contact Management System". The purpose of the project is to guide users to do modular coding and to know how to re-use general data access code using business layer. Steps ------------------------------------------------------- 1. Create Database and Table Structure by running script Provided in "\Queries\DataBase Creation Script" folder. Open Contacts.sql file in "Query Analyzer" and Press F5 2. Run Query from TableData_tbl_mst_Contacts.txt file from "\Queries" folder using "Query Analyzer" 3. Run Query from TableData_tbl_mas_Contact_Category.txt file from "\Queries" folder using "Query Analyzer" 4. Change Connection string from Web.config file 5. Open the Project and Run it
Used to view pictures of various types
It can be used in Cyber Cafe for billing calculation. Rates are according to indian market.
To get the output of Shell Commands , Like Dir , NET VIEW ...
Perform All Database Operation Using Object.
This control can be placed in case when we wants to give some sort of selection to the operator and operator has to select one of it and have to perform task. Due to auto selection it’s easy for operator to use than the data grid which does not support auto selection. Please Vote me. If you like this.
Data Provider ActiveX User Control This Control is Data Provider Control Providing Simple Binding with the User Control; this is the best example of Data Binding User Control, and best for beginners of ActiveX Control Designer. Go through the Code and Learn it … Do not forget to Vote me and also keep rating my Award Wining Code which is at 2nd in Hall of Fame.
Inventory Control System - For Retail Store A Complete MIS SYSTEM [With Customer Support System, Financial Management System , Inventory Control System Including Sales, Purchase, Bills Receivable and Payable, Income and Expense maintenance] With 14 Useful Reports created in crystal report. Inventory Control System - For Retail Store A Complete MIS SYSTEM [With Customer Support System, Financial Management System, Inventory Control System Including Sales, Purchase, Bills Receivable and Payable, Income and Expense maintenance] With 14 Useful Reports created in crystal report. [For Beginners / Intermediate and Advanced] Major Feature is that you can run whole application with keyboard only and that gives ease to User. It has developed by considering all real time business transactions. It store Customer Information so that it can be referred later on that helps in Customer Support System. When you perform any purchase or sales transaction it automatically updates inventory and you can have current stock report. You can also issue bills to customer from this software as soon as you issue sales transaction. Moreover it also have reminder that reminds you on Due bills which is available at the bottom of the software. You can also take back up of your database and later on you can restore it also but be careful while you are restoring, select appropriate file for restore. You can also have Consistency with Customer names and Suppliers with of them is assigned on id that is automatically incremented as you add more names in to it. In customer search you can have all entries he/she has bought up to now along with their Sales Invoice Details. You can also add new customer records in case of future reference. You can also manage your day to day miscellaneous incomes and expenses in this application. It also provides feature so that you can sends messages to other Computers in your network [This feature uses net send command – so might not work with win98] This system provides 14 different Reports so that you can have better analysis and also shows you each month’s profit and loss in chart. Security -------- This system basically has two different types of user 1. Administrator 2. Operator Administrator can set security policy for operator through separate security form. Each user can also change their passwords. If operator forgets his password then administrator can change it to default password. i.e. op which is defined in this application. Logs ---- This application also logs Log in time and log out time of operator so that you can administrator can determine when operator has made an entry. From the Tools menu you can also have access to many of inbuilt windows tool like Calc, explorer etc so that need not required to minimize your application. Warning : ========= Lot of Students, are submitting this work as their student Project, in Colleges and i got lot of mails from them, I advice not to do so, if inquiry is done you will be definitely in trouble, so use it for learning purpose only. ========================================== Sale of this product strongly Prohibited.
Scroll Bar in your Image Box
Just pass Connection String and Query String and Get Data in the List View
This networking program set consists of implementation of FTP, TELNET, HTTP SERVER, UDP NEWS SERVER, Multi client parallel chat server, Date server. Knowledge of socket programming, applet, AWT, thread, and IO streams is essential to understand these programs. All Program Tested in JDK 1.4, and Run Successfully. Do not forget to run server program before starting client program. Developed By: Divyen K Patel (divyen_patel@rediffmail.com) Ahmedabad, Gujarat, India
In the database system I have combined both of the advantages of structure and class. In the application I have placed all the links ands nodes in structure part and other information in the class part so that it can be separated from the functions used inside the class as public member and other variables used in the function as private part of the class. Create function used in the program is used to create the new database it will ask user to enter new database name and if it is already exists then it will again ask to enter the name. Then in the same create function it will ask the number of table in the database and the field information in the table. Datatype of each and every field is stored as the number. Each and every Datatype has given a specific number. To make the application simpler I have just divided it in to number of include files that I have placed in the TC\BIN\INCLUDES\ Directory. For the find function I have used find.h file. It can search the record on the base of the primary key. For the delete function I have used delete.h file. It has the same logic as find is first of all search the record on the base of primary key and then delete that record from the file of that table. For the append function I have used append.h file. It will ask you to enter the table name and according to the table name fields of that record is displayed on the screen and data can be appended by inserting records at that place. Display logic is placed in the display.h file. It will ask you to enter table name and records of that table will be displayed on the screen.
List of Computer Graphics Programs --------------------------------------- [ Program Set 01 ] 01. DDA line drawing algorithm 02. Bresenham line drawing algorithm 03. Midpoint Circle Drawing 04. Scanfill 05. Boundary Fill (8 Connected Point) 06. Floodfill [ Program Set 02 ] 01. Rotate About Origin 02. Rotate about Reference Point 03. Scaling about Origin 04. Scaling about Reference Point 05. Translation 06. Reflection in x Axis 07. Reflection in y Axis 08. Reflection on any line. 09. Cohen Sutherland Line clipping Algorithm [ Program Set 03 ] 01. Line clipping by Cohen Sutherland 02. Liang Barsky Algorithm for Line Clipping 03. Nicol Lee Nicol Algorithm for Line Clipping 04. Sutherland Hodgemann Algorithm for Polygon clipping
Pack Consist of ... [2 Pass Assembler] , [SCANNER],Based on Deterministic Finite Automation (DFA) for a REAL number with optional Integer and Fractional Part. , [LL Top-Down Parser],[OPERATOR PRECEDENCE PARSER] [ Very Much Helpful to MCA(Master in Computer Application) Students ]
Data and File structure Programs Program Set 1 ------------------------------------------------- 1. Perform the following operations on an array: (a) insert (b) delete (c) merge (D) Delete multiple occurrences of a number ------------------------------------------------- 2. Create a stack using static memory allocation ------------------------------------------------- 3. Create a queue using static memory allocation ------------------------------------------------- 4. Create a circular queue ------------------------------------------------- 5. Create a singly linked list and perform the following operations: (a) insert (b) delete (c) merge (d) sort (e) union (f) intersection (g) reverse ------------------------------------------------- 6. Create a stack using dynamic memory allocation ------------------------------------------------- 7. Create a queue using dynamic memory allocation ------------------------------------------------- 8. Represent a polynomial in terms of a singly linked list, and then add two three variables polynomials ------------------------------------------------- 9. Create a doubly linked list ------------------------------------------------- 10. Create a circular linked list ------------------------------------------------- 12. Create a double-ended queue (Dequeue) with the following operations: (a) insert in the beginning (b) insert in the end (c) delete from beginning (d) delete from end Hint: Use doubly-link list ------------------------------------------------- 13. Create a Priority Queue with the following operations: (a) Insert (b) DeleteMin() / deleteMax---depending on the heap ------------------------------------------------- Program Set 2 ------------------------------------------------- 1.Trace the following set of nos using quick sort and bubble sort. Which of the sorting method is more efficient? 9, 11, 1, 5, 10, 45, 3, 8, 18 ------------------------------------------------- 2. Code for finding a no in a binary search tree and displaying its level where it is found (root is at zero level) ------------------------------------------------- 3. Code for traversing a binary tree in inorder iteratively ------------------------------------------------- 4. Code for interchanging the left and right subtrees of a binary tree ------------------------------------------------- 5. Code for counting the leaves(node having no subtree) of the tree Note: Q-2 to Q-5 are to be implemented practically also. ------------------------------------------------- 6. Heap Sort -------------------------------------------------
This example shows how you can use OleDbSchemaGuid in ADO.NET to fetch Schema information from database. It also shows, how you can use DataGrid control, to fill records from dataset, and also how to update records from DataGrid to database using OleDbDataAdapter and OleDbCommandBuilder. In this example List box is filled with Table names of a Specified Database, and by clicking on the table name, you can fill records in the DataGrid. The wonder of the ADO.NET is that it is total disconnected scenario, and this helps a lot in Web Applications.
This project consists of Data Access Layer, Business Layer and User Interface for Sample "Contact Management System". The purpose of the project is to guide users to do modular coding and to know how to re-use general data access code using business layer. Steps ------------------------------------------------------- 1. Create Database and Table Structure by running script Provided in "\Queries\DataBase Creation Script" folder. Open Contacts.sql file in "Query Analyzer" and Press F5 2. Run Query from TableData_tbl_mst_Contacts.txt file from "\Queries" folder using "Query Analyzer" 3. Run Query from TableData_tbl_mas_Contact_Category.txt file from "\Queries" folder using "Query Analyzer" 4. Change Connection string from Web.config file 5. Open the Project and Run it