Browse I
Alphabetical listing with fast deep pagination.
87858 items • Page 1377 / 1758
In this project, you are asked to re-sample a 2D digital image. The specific req
In this project, you are asked to re-sample a 2D digital image. The specific requirements are: Down-sampling: Given an image, you are asked to down-sample the image by three times…
In this project, you are asked to simulate airplane landing and takeoff at an ai
In this project, you are asked to simulate airplane landing and takeoff at an airport. We will consider a small airport with only one runway. In each unit of time, one plane can l…
In this project, you are asked to simulate airplane landing and takeoff at an ai
In this project, you are asked to simulate airplane landing and takeoff at an airport. We will consider a small airport with only one runway. In each unit of time, one plane can l…
In this project, you are asked to write MIPS code to finish all the functions li
In this project, you are asked to write MIPS code to finish all the functions listed in project2.asm. In project2.asm, an array A of 10 integers are given at the beginning (make s…
In this project, you are asked to write MIPS code to sort a set of input floatin
In this project, you are asked to write MIPS code to sort a set of input floating-point numbers in an ascending order. You can implement any sorting algorithm you select (or inven…
In this project, you are asked to write two independent programs, thr.c and proc
In this project, you are asked to write two independent programs, thr.c and proc.c, which use threads and processes to concurrently compute the sum of squareroot s from 1 to n, wh…
In this project, you are expected to implement a bubble sort algorithm in assemb
In this project, you are expected to implement a bubble sort algorithm in assembly language, evaluate its performance, and compare the performance with that of your C++ implementa…
In this project, you are expected to implement a merge sort algorithm in MIPS as
In this project, you are expected to implement a merge sort algorithm in MIPS assembly language. A C++ implementation for merge sort is as follows. int c[100]; //c[100] is a globa…
In this project, you are given a unimodal array of n integers and your task is t
In this project, you are given a unimodal array of n integers and your task is to find the maximum integer in the array in (logn) time. An unimodal array of integers is an array w…
In this project, you are making a hangman game that the user can play using C++
In this project, you are making a hangman game that the user can play using C++ coding. To represent the hangman character, you can use any symbols you like. Your program will rea…
In this project, you are making a hangman game that the user can play. To repres
In this project, you are making a hangman game that the user can play. To represent the hangman character, you can use any symbols you like. Your program will read in an input fil…
In this project, you are provided a dictionary file named dict.txt . You need to
In this project, you are provided a dictionary file named dict.txt. You need to create a client program Project1.java that use the dictionary file to find all anagram phases that …
In this project, you are required to develop a similar program with project 1 bu
In this project, you are required to develop a similar program with project 1 but using C programming language. This program named "MyWallet.c" is a simple bills manager system. E…
In this project, you are required to develop a similar program with project 1 bu
In this project, you are required to develop a similar program with project 1 but using C programming language. This program named “MyWallet.c” is a simple bills manager system. E…
In this project, you are required to develop a similar program with project 1 bu
In this project, you are required to develop a similar program with project 1 but using C programming language. This program named “MyWallet.c” is a simple bills manager system. E…
In this project, you are required to develop a simple shopping website. You need
In this project, you are required to develop a simple shopping website. You need to fulfill the following functionalities to earn credits. 1. User login function (15%) A json file…
In this project, you are required to develop an application for maintaining a te
In this project, you are required to develop an application for maintaining a telephone directory. Application will provide an interlace to user for letting him perform different …
In this project, you are required to develop an application for maintaining a te
In this project, you are required to develop an application for maintaining a telephone directory. Application will provide an interface to user for letting him perform different …
In this project, you are required to develop an application formaintaining a tel
In this project, you are required to develop an application formaintaining a telephone directory. Application will provide aninterface to user for letting him perform different ta…
In this project, you are required to enhance the ECHO client/server program that
In this project, you are required to enhance the ECHO client/server program that we discussed in the class. You need put up a simple client/server application to accomplish the fo…
In this project, you are required to enhance the ECHO client/server program that
In this project, you are required to enhance the ECHO client/server program that we discussed in the class. You need put up a simple client/server application to accomplish the fo…
In this project, you are required to enhance the ECHO client/server program that
In this project, you are required to enhance the ECHO client/server program that we discussed in the class. You need put up a simple client/server application to accomplish the fo…
In this project, you are required to implement a network application, which cons
In this project, you are required to implement a network application, which consists of a server and one or more clients. The server will provide simple calculation services to th…
In this project, you are to develop the core library for a Geometric modeling pr
In this project, you are to develop the core library for a Geometric modeling project. You will use object-oriented design principles to develop a set of classes that use vi…
In this project, you are to simulate the trajectory of several satellites as the
In this project, you are to simulate the trajectory of several satellites as they maneuver into their new orbits. At initial time, the satellite trajectories are produced by the g…
In this project, you have been asked to write a program that after execution it
In this project, you have been asked to write a program that after execution it does the following: 1-Read its own source file 2-Create another text file which is the same as its …
In this project, you have been asked to write a program that after execution it
In this project, you have been asked to write a program that after execution it does the following: (PROGRAM IN C ONLY) 1-Read its own source file 2-Create another text file which…
In this project, you must read the x - and y -coordinate pairs in from a data fi
In this project, you must read the x- and y-coordinate pairs in from a data file of unknown length. Each line in the file must contain both coordinates, separated by whitespace. I…
In this project, you need to create the following; MovingAnimalInterface : An in
In this project, you need to create the following; MovingAnimalInterface : An interface with move() method. Bird : A bird class…
In this project, you need to learn how to create, execute, and terminate process
In this project, you need to learn how to create, execute, and terminate processes in Unix. You should develop a Unix program for the project that can run several processes at the…
In this project, you need to use HTML/CSS and JavaScript to build a simple websi
In this project, you need to use HTML/CSS and JavaScript to build a simple website and publish it online. You can build a personal website for yourself, or a website of a small bu…
In this project, you need to use HTML/CSS and JavaScript to build a simple websi
In this project, you need to use HTML/CSS and JavaScript to build a simple website and publish it online. You can build a personal website for yourself, or a website of a small bu…
In this project, you will add a new table for home run leaders to the baseball_s
In this project, you will add a new table for home run leaders to the baseball_stats database. Before you create the new table, you will create a text file using data from the tea…
In this project, you will be converting ASCII strings received from the UART int
In this project, you will be converting ASCII strings received from the UART into an integer value that is passed to a provided print function. Strings will be terminated using a …
In this project, you will be designing and implementing a mini search engine. Yo
In this project, you will be designing and implementing a mini search engine. You are probably familiar with Google or Yahoo, which are some of the most popular search engines tha…
In this project, you will be designing and implementing a mini search engine. Yo
In this project, you will be designing and implementing a mini search engine. You are probably familiar with Google or Yahoo, which are some of the most popular search engines tha…
In this project, you will be examining rotational systems such as atmospheric pr
In this project, you will be examining rotational systems such as atmospheric pressure systems and oceanic gyres. Also, I include a discussion so that you can see how some of the …
In this project, you will be examining rotational systems such as atmospheric pr
In this project, you will be examining rotational systems such as atmospheric pressure systems and oceanic gyres. Also, I include a discussion so that you can see how some of the …
In this project, you will be implementing a railroad yard simulation program. Th
In this project, you will be implementing a railroad yard simulation program. The user will provide a set of incoming cars, and then a desired outgoing order. Your program will de…
In this project, you will be implementing a railroad yard simulation program. Th
In this project, you will be implementing a railroad yard simulation program. The user will provide a set of incoming cars, and then a desired outgoing order. Your program will de…
In this project, you will be implementing text file base Bank Management Project
In this project, you will be implementing text file base Bank Management Project (BMP). In this project, when your program starts, you will be reading your customer's information,…
In this project, you will be making a program to maintain a database of items fo
In this project, you will be making a program to maintain a database of items found in a convenience store. Each item has a name (assume a maximum of 50 characters) and price asso…
In this project, you will be providing two different implementations of a generi
In this project, you will be providing two different implementations of a generic List interface, which defines different operations that one should be able to do with a list. A l…
In this project, you will build a program that allows two human players to play
In this project, you will build a program that allows two human players to play backgammon. The program will keep track of the backgammon board and check that each player’s moves …
In this project, you will create a Web page that allows visitors to your site to
In this project, you will create a Web page that allows visitors to your site to sign a guest book that is saved to a text file. Ensure that the Projects directory has read and wr…
In this project, you will create a program that will calculate and display the c
In this project, you will create a program that will calculate and display the career statistics for a hockey player. The program will input the name of the hockey player (the nam…
In this project, you will create a program that will calculate and display the c
In this project, you will create a program that will calculate and display the career statistics for a hockey player. The program will input the name of the hockey player (the nam…
In this project, you will create a program that will calculate and display the c
In this project, you will create a program that will calculate and display the career statistics for a hockey player. The program will input the name of the hockey player (the nam…
In this project, you will create a program that will calculate and display the c
In this project, you will create a program that will calculate and display the career statistics for a hockey player. The program will input the name of the hockey player (the nam…
In this project, you will create a program, using an array, which keeps a list o
In this project, you will create a program, using an array, which keeps a list of the rent rates for an apartment building. The rent rate for an apartment depends on which floor t…