Browse I
Alphabetical listing with fast deep pagination.
87858 items • Page 1341 / 1758
In this assignment, you are going to build a hash table for integers using the f
In this assignment, you are going to build a hash table for integers using the file.dat as input. The input file contains 200,000 integers. You will read in the first 100,000 inte…
In this assignment, you are going to create a recruitment poster that is meant t
In this assignment, you are going to create a recruitment poster that is meant to find the best and brightest geologists in the country. This exercise will also help you learn mor…
In this assignment, you are going to develop simulation of fish in a fish tank.
In this assignment, you are going to develop simulation of fish in a fish tank. The goal is to practice Object Oriented Concepts and Comparable, MouseListener and MouseMotionListe…
In this assignment, you are going to develop simulation of fish in a fish tank.
In this assignment, you are going to develop simulation of fish in a fish tank. The goal is to practice Object Oriented Concepts and Comparable, MouseListener and MouseMotionListe…
In this assignment, you are going to develop simulation of fish in a fish tank.
In this assignment, you are going to develop simulation of fish in a fish tank. The goal is to practice Object Oriented Concepts and Comparable, MouseListener and MouseMotionListe…
In this assignment, you are going to develop simulation of fish in a fish tank.
In this assignment, you are going to develop simulation of fish in a fish tank. The goal is to practice Object Oriented Concepts and Comparable, MouseListener and MouseMotionListe…
In this assignment, you are going to enhance a Date class to add functions to ov
In this assignment, you are going to enhance a Date class to add functions to overload several operators: 1. Increment (++) and decrement (--) operators, to increase the date by o…
In this assignment, you are going to implement GeneralTree, a class similar to t
In this assignment, you are going to implement GeneralTree, a class similar to the tree class I implemented in class but with the following differences: The value of each node is …
In this assignment, you are going to implement the dynamic programming algorithm
In this assignment, you are going to implement the dynamic programming algorithm for finding the edit distance between two strings and also analyze some data using your implementa…
In this assignment, you are going to implement the following design using the in
In this assignment, you are going to implement the following design using the interface files I_twoD.java and I_threeD.java. Shape class is the super abstract class in the hierarc…
In this assignment, you are going to rewrite the program below. Instead of takin
In this assignment, you are going to rewrite the program below. Instead of taking keyboard input, you will use a dialog box to prompt user, take input, and display result. * "This…
In this assignment, you are going to solve the eight-queens problem in C. Eight
In this assignment, you are going to solve the eight-queens problem in C. Eight Queens Problem The problem is how to find a way to place eight queens on a chessboard (8x8 grid) so…
In this assignment, you are going to turn in a single cpp file. Write a function
In this assignment, you are going to turn in a single cpp file. Write a function that takes inputs int a. int b. and int c.. mid double returns the value of ax^2 + bx + c. (Think …
In this assignment, you are going to turn in a single cpp file. You are going to
In this assignment, you are going to turn in a single cpp file. You are going to complete the following two tasks (unrelated). Task 1: In this task, you are going to write a boole…
In this assignment, you are going to turn in a single cpp file. You are going to
In this assignment, you are going to turn in a single cpp file. You are going to complete the following two tasks (unrelated). In this task, you are going to write a boolean funct…
In this assignment, you are going to write Matlab functions, In order for all th
In this assignment, you are going to write Matlab functions, In order for all this to work properly and look nice, you need to do a few things. 1. Please make sure that your funct…
In this assignment, you are going to write Matlab functions, In order for all th
In this assignment, you are going to write Matlab functions, In order for all this to work properly and look nice, you need to do a few things. 1. Please make sure that your funct…
In this assignment, you are going to write a Java program to do the first part o
In this assignment, you are going to write a Java program to do the first part of the coloring algorithm. After you read data, you are going to determine whether the graph is colo…
In this assignment, you are going to write a Java program to do the second part
In this assignment, you are going to write a Java program to do the second part of the coloring algorithm. After you push all the nodes to a stack, you still need to determine whe…
In this assignment, you are going to write a Java program to read a graph data f
In this assignment, you are going to write a Java program to read a graph data file which will be used in subsequent programming assignments. The first row of the file indicates t…
In this assignment, you are going to write a program for the following tasks. Yo
In this assignment, you are going to write a program for the following tasks. You must submit only a single cpp file. Task 1: write a function that takes input a positive integer …
In this assignment, you are required to complete the following questions: 1. Ali
In this assignment, you are required to complete the following questions: 1. Alice can read file X, can append to file Y, and can write to file Z. Bob can append to file X, can wr…
In this assignment, you are required to identify a health care facility where yo
In this assignment, you are required to identify a health care facility where you would consider working in the field of health care informatics. Identify and interview someone wh…
In this assignment, you are required to specify and implement a Java class namde
In this assignment, you are required to specify and implement a Java class namded IntSortedList. The instances of IntSortedList are sorted lists of integers. There should be no li…
In this assignment, you are required to subnet a Class B network address. Comple
In this assignment, you are required to subnet a Class B network address. Complete the steps as follows: Your employer is opening a new location, and the IT director has assigned …
In this assignment, you are required to write about the strategic advantages and
In this assignment, you are required to write about the strategic advantages and disadvantages of different entry modes. Choose 2 modes of entry, and compare them. First, explain …
In this assignment, you are required to write your own generic stack implementat
In this assignment, you are required to write your own generic stack implementation in Java, and use this implementation to convert and evaluate arithmetic expressions. Your code …
In this assignment, you are supposed to process series of input strings and cate
In this assignment, you are supposed to process series of input strings and categorize the elements in them using all knowledge and skills you have learned already. The input stri…
In this assignment, you are to create a PHP file that: is named index.php reads
In this assignment, you are to create a PHP file that: is named index.php reads the content of the "images" directory prints an <img> tag for each of the .jpg, .jpeg, .png, …
In this assignment, you are to create a class named Payroll. In the class, you a
In this assignment, you are to create a class named Payroll. In the class, you are to have the following data members: name: String id: String hours: int rate: double p…
In this assignment, you are to create a matlab function that has the following f
In this assignment, you are to create a matlab function that has the following form: function [K y] = FindMaxJump(x) where the lone input argument x is a vector of real numbers. T…
In this assignment, you are to create a matlab function that has the following f
In this assignment, you are to create a matlab function that has the following form: function [K y] = FindMaxJump(x) where the lone input argument x is a vector of real numbers. T…
In this assignment, you are to create a matlab function that has the following f
In this assignment, you are to create a matlab function that has the following form: function [K y] = FindMaxJump(x) where the lone input argument x is a vector of real numbers. T…
In this assignment, you are to create a matlab function that has the following f
In this assignment, you are to create a matlab function that has the following form: function [K y] = FindMaxJump(x) where the lone input argument x is a vector of real numbers. T…
In this assignment, you are to create a policy framework implementation plan for
In this assignment, you are to create a policy framework implementation plan for the fictional Specialty Medical Clinic. The Specialty Medical Clinic is being acquired by a larger…
In this assignment, you are to create a security management policy that addresse
In this assignment, you are to create a security management policy that addresses the management and the separation of duties throughout the seven domains of a typical IT infrastr…
In this assignment, you are to create a security management policy that addresse
In this assignment, you are to create a security management policy that addresses the management and the separation of duties throughout the seven domains of a typical IT infrastr…
In this assignment, you are to create two solutions in Java for a stack. Data En
In this assignment, you are to create two solutions in Java for a stack. Data Encapsulation In this solution, you will need 3 classes. Place all classes in the StackTest1.java fil…
In this assignment, you are to write a C program – let\'s call it myls.c – that
In this assignment, you are to write a C program – let's call it myls.c – that mimics the ls command. Your program should implement the following ls options: 1. ls with no option:…
In this assignment, you are to write a C program – let\'s call it myls.c – that
In this assignment, you are to write a C program – let's call it myls.c – that mimics the ls command. Your program should implement the following ls options: 1.) ls -i option: lis…
In this assignment, you are to write a C program – let\'s call it myls.c – that
In this assignment, you are to write a C program – let's call it myls.c – that mimics the ls command. Your program should implement the following ls options: 1. ls with no option:…
In this assignment, you are to write a C++ program (using Visual C++ 2015) that
In this assignment, you are to write a C++ program (using Visual C++ 2015) that reads training data in WEKA arff format and generates ID3 decision tree in a format similar to that…
In this assignment, you are to write a program that guesses what you have in you
In this assignment, you are to write a program that guesses what you have in your mind. No, computers can't read your mind, but at least guess a number you have in mind given that…
In this assignment, you are to write a program to play a game of Devil\'s Dice w
In this assignment, you are to write a program to play a game of Devil's Dice with the user. Devil's Dice is a popular IOS game developed by Soft Dorothy, LLC that is based on the…
In this assignment, you further extend Project 5/6 (reading the acars.bin file u
In this assignment, you further extend Project 5/6 (reading the acars.bin file using structs) to replace the array with a singly-linked list. Create a new version of your Project …
In this assignment, you implement a min-heap, use the heap to implement a priori
In this assignment, you implement a min-heap, use the heap to implement a priority queue, and finally use the priority queue to schedule real-time processes. You must also design …
In this assignment, you must create a menu for XYZ Company’s Budgeting System. T
In this assignment, you must create a menu for XYZ Company’s Budgeting System. The system is a stand-alone application that uses a Visual Basic front-end and a SQL Server database…
In this assignment, you must use variables, loops, if statements, your own funct
In this assignment, you must use variables, loops, if statements, your own function definitions and function calls to write the required functions. You may use any of the powerful…
In this assignment, you need to pretend to be ethical hackers who need to protec
In this assignment, you need to pretend to be ethical hackers who need to protect their organization from a computer attack. List the general phases of a computer attack. Thinking…
In this assignment, you need to refer to the following diagram and perform the f
In this assignment, you need to refer to the following diagram and perform the following tasks: Part 1: Create a table listing each of the IT domains. For each domain, list the co…