Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 968 / 1333
Write a ThreeWayLamp class that models the behavior of a lamp that uses a three-
Write a ThreeWayLamp class that models the behavior of a lamp that uses a three-way bulb. These bulbs have actually four possible states: off, low light, medium light, and high li…
Write a TicTacToe.java program that let 1 or 2 players to play tic-tac-toe game.
Write a TicTacToe.java program that let 1 or 2 players to play tic-tac-toe game. In one player mode, user plays against computer. In two players mode, 2 users play against each ot…
Write a Two-page paper double-spaced to answer the question cited below. Make su
Write a Two-page paper double-spaced to answer the question cited below. Make sure to include all the references used at the end of your paper. Do not include any footnotes. Your …
Write a Two-page paper double-spaced to answer the question cited below. Make su
Write a Two-page paper double-spaced to answer the question cited below. Make sure to include all the references used at the end of your paper. Do not include any footnotes. Your …
Write a UDP client c program that uses threads or non blocking I/O. It should be
Write a UDP client c program that uses threads or non blocking I/O. It should be able to receive and send messages. It should measure the interval between sending a segment and re…
Write a UDP client program that sends and receives datagrams. It will have to se
Write a UDP client program that sends and receives datagrams. It will have to send and receive, with these actions being asynchronous. This can be done with threads or with non-bl…
Write a UDP client program that sends and receives datagrams. It will have to se
Write a UDP client program that sends and receives datagrams. It will have to send and receive, with these actions being asynchronous. This can be done with threads or with non-bl…
Write a UNIX command compsize that takes two files as input, compares their size
Write a UNIX command compsize that takes two files as input, compares their sizes and determines which fie has bigger size than the other by printing out a message: “file1 is grea…
Write a Unix shell script to test all ports connections from one server(gateway
Write a Unix shell script to test all ports connections from one server(gateway or client) to multiple servers. Client server has password less connection to other host. Write tha…
Write a VBA Sub Program to create the snakes and ladders game for two players us
Write a VBA Sub Program to create the snakes and ladders game for two players using one die. The player who reaches the 100th square first wins the game. Below are the rules that …
Write a VBA code that will calculate and display the values of the given functio
Write a VBA code that will calculate and display the values of the given function f(x) and the first derivative f'(x) the user should be able to: Enter the function into a cell…
Write a VBA code that will calculate and display the values of the given functio
Write a VBA code that will calculate and display the values of the given function f(x) = sin(x)/x for x where -5 x 5 with the increment of 0 1,i. E,Deltax=0.1. The VBA code should…
Write a VBA code to convert an arbitrary binary INTEGER number to equivalent dec
Write a VBA code to convert an arbitrary binary INTEGER number to equivalent decimal number. Specific requirements: Use Input Box function to request the input for an arbitrary bi…
Write a VBA code to convert an arbitrary decimal integer number to equivalent bi
Write a VBA code to convert an arbitrary decimal integer number to equivalent binary number. Specific requirements: 1. Use InputBox function to request the input for an arbitrary …
Write a VBA function (named “MultMatrix”, of type “Variant”) to calculate the pr
Write a VBA function (named “MultMatrix”, of type “Variant”) to calculate the product of two arbitrary matrices in an Excel spreadsheet. Your function should flag incompatible mat…
Write a VBA module that has your program read 3 numbers from an excel spread she
Write a VBA module that has your program read 3 numbers from an excel spread sheet, etc. Can someone please show me in detail what to do. Write out on Paper, then type code into V…
Write a VBA program that reads the coordinates of three data points from \"Sheet
Write a VBA program that reads the coordinates of three data points from "Sheet2": cell "A1" and "B1"(the x and y coordinates of the first data point); cell "A2", "B2"(the x and y…
Write a VBA program that will query the user for a loan amount (dollars) and a l
Write a VBA program that will query the user for a loan amount (dollars) and a loan period (years), and will then create a 2-d array containing an amoritization table (monthly), w…
Write a VBA subroutine to compute the average molecular weight of a gas mixture
Write a VBA subroutine to compute the average molecular weight of a gas mixture (MW_average) with the following composition by mass (mass of component/total mass). Recall: MW_aver…
Write a VHDL code for ALU 32 bit. ALU must do addition and subtraction. You are
Write a VHDL code for ALU 32 bit. ALU must do addition and subtraction. You are not allowed to use other libraries only this is allowed library ieee; use ieee.std_logic_1164.all; …
Write a VHDL code for the register module which has the following features: Para
Write a VHDL code for the register module which has the following features: Parameters: - the size of the word to store, in bits. To be called n. - the value to which the register…
Write a VHDL code of digital safe lock. 4 bits digit code and green light indica
Write a VHDL code of digital safe lock. 4 bits digit code and green light indicate safe is open and red light indicate safe is locked After three wrong trials alarm rings and clos…
Write a VHDL code of digital safe lock. 4 bits digit code and green light indica
Write a VHDL code of digital safe lock. 4 bits digit code and green light indicate safe is open and red light indicate safe is locked After three wrong trials alarm rings and clos…
Write a VHDL file to implement a binary coded decimal decoder from 4 to 10 with
Write a VHDL file to implement a binary coded decimal decoder from 4 to 10 with active high outputs. The truth table for the decoder is Inputs Outputs D C B A D9 D8 D7 D6 D5 D4 D3…
Write a VHDL model and simulate an 8-bit adder/subtractor unit with overflow det
Write a VHDL model and simulate an 8-bit adder/subtractor unit with overflow detection using three 4-bit carry select adders. Each carry select adder stage must be designed using …
Write a VHDL module to design an 8 bit shift is described as follows: It has 8-
Write a VHDL module to design an 8 bit shift is described as follows: It has 8- bit input 8- bit output Q, an active low asynchronous reset, a clock and two control bits S1S2. It …
Write a VHDL module to design an 8 bit shift is described as follows: It has 8-
Write a VHDL module to design an 8 bit shift is described as follows: It has 8- bit input 8- bit output Q, an active low asynchronous reset, a clock and two control bits S1S2. It …
Write a VHDL or verilog program for an 8 bit LFSR structure which generates all
Write a VHDL or verilog program for an 8 bit LFSR structure which generates all values in a range from 1 to 255 in a pseudo random way. To avoid the LFSR being stalled at 0, the i…
Write a VHDL program to create an n-bit register with the following specificatio
Write a VHDL program to create an n-bit register with the following specifications. The input signals must be... 1) select 2) clock 3) enable_out 3) date_in The output signal is d…
Write a VHDL program to create an n-bit register with the following specificatio
Write a VHDL program to create an n-bit register with the following specifications. Please answer the question in exactly the manner it is stated, otherwise the solution is not he…
Write a VehicleDemo.java class that does the following: 1- Creates an instance o
Write a VehicleDemo.java class that does the following: 1- Creates an instance of a Car and an instance of an Airplane class. 2- Assigns values to the name, max_speed and number_o…
Write a Verilog code for subtracting two 12-bit numbers in 2’s complement. Subtr
Write a Verilog code for subtracting two 12-bit numbers in 2’s complement. Subtract 6 bits at a time to pipeline your design. Compete the following Verilog code and write a test b…
Write a Verilog code for subtracting two 12-bit numbers in 2’s complement. Subtr
Write a Verilog code for subtracting two 12-bit numbers in 2’s complement. Subtract 6 bits at a time to pipeline your design. Compete the following Verilog code and write a test b…
Write a Verilog code that implements function f(A, B, C) = A\'.B.C + A.B.C. Solu
Write a Verilog code that implements function f(A, B, C) = A'.B.C + A.B.C. Solution: //Problem 1S. f(A, B, C) = A'.B.C + A.B.C. //-------------------------------------------------…
Write a Verilog module which accepts the clock, a reset, the immediate value fro
Write a Verilog module which accepts the clock, a reset, the immediate value from the instruction word (least significant byte), and the zero output from the ALU as inputs and gen…
Write a Verilog/VHDL program to model the hardware functionality of a n-bit wide
Write a Verilog/VHDL program to model the hardware functionality of a n-bit wide Booth’s multiplier, where n = 4. Label the multiplicand and multiplier as A and B respectively. Ea…
Write a Video Rental and Sale Store Management Program. Each video record will m
Write a Video Rental and Sale Store Management Program. Each video record will manage a name, a code number (unique), a quantity owned by the store, a quantity that are currently …
Write a Video Rental and Sale Store Management Program. Each video record will m
Write a Video Rental and Sale Store Management Program. Each video record will manage a name, a code number (unique), a quantity owned by the store, a quantity that are currently …
Write a Visual Basic program which: Prints out the Multiplication Table for a ra
Write a Visual Basic program which: Prints out the Multiplication Table for a range of numbers (positive integers). Using an input box, prompts the user for a starting number: say…
Write a Web Proxy that can receive malformed (all lowercase) HTTP requests from
Write a Web Proxy that can receive malformed (all lowercase) HTTP requests from muliple clients, re-format them correctly, send them to the indended destination webserver, and the…
Write a WebGL program that displays a rotating pendulum. The pendulum bob is fre
Write a WebGL program that displays a rotating pendulum. The pendulum bob is free to rotate through 360 degrees about an anchor point at the center of the canvas. The pendulum has…
Write a WebGL program that implements Michael Barnsley\'s \'chaos game\'. Store
Write a WebGL program that implements Michael Barnsley's 'chaos game'. Store the coordinates of three vertices v1 = (x1,y1), v2 = (x2,y2), and v3 = (x3,y3) and an initial point p0…
Write a WinMIPS64 code to determine whether a given number is an Armstrong numbe
Write a WinMIPS64 code to determine whether a given number is an Armstrong number. The n-digit numbers equal to sum of nth powers of their digits (a finite sequence), called Armst…
Write a WinMIPS64 code to determine whether a given number is an Armstrong numbe
Write a WinMIPS64 code to determine whether a given number is an Armstrong number. The n-digit numbers equal to sum of/*h powers of their digits (a finite sequence), called Armstr…
Write a WinMIPS64 code to determine whether a given number is an Armstrong numbe
Write a WinMIPS64 code to determine whether a given number is an Armstrong number. The n-digit numbers equal to sum of nth powers of their digits (a finite sequence), called Armst…
Write a Window application in C# that read employee recordfrom Microsoft access
Write a Window application in C# that read employee recordfrom Microsoft access database using odbc (Open DatabaseConnectivity). Your application would retrieve the employeerecord…
Write a Window application in C# that read employee recordfrom Microsoft access
Write a Window application in C# that read employee recordfrom Microsoft access database using odbc (Open DatabaseConnectivity). Your application would retrieve the employeerecord…
Write a Windows Form-based application IN C# to manipulate the Westeros database
Write a Windows Form-based application IN C# to manipulate the Westeros database (see end-notes). The app’s GUI consists of (a) an OptionGroup container holding radio buttons for …
Write a Windows PowerShell script that will perform the following functions: Sea
Write a Windows PowerShell script that will perform the following functions: Search your computer for files ending with a .doc, .docx, .xls, or .xlsx file extension. Output the fi…
Write a Windows PowerShell script that will perform the following functions: Sea
Write a Windows PowerShell script that will perform the following functions: Search your computer for files ending with a .doc, .docx, .xls, or .xlsx file extension. Output the fi…