Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 960 / 1333
Write a Matlab script to choose from the rand), round), fix(), ceil), floor), an
Write a Matlab script to choose from the rand), round), fix(), ceil), floor), and hist) functions (no other functions are allowed) to generate (a) a vector of 100000 random real n…
Write a Matlab script to do the following. (a) Generate consecutive random numbe
Write a Matlab script to do the following. (a) Generate consecutive random numbers on the interval [0, 1] until the sum of their squares exceeds 1000 and report the number of rand…
Write a Matlab script to investigate the distribution of n numbers generated by
Write a Matlab script to investigate the distribution of n numbers generated by Matlabs random number generator rand. Test your code for: n = 10^1,10^2, 10^3, 10^4 10^5. Use a (e.…
Write a Matlab script using the trapezoidal method to calculate the area under t
Write a Matlab script using the trapezoidal method to calculate the area under the curve given by the enclosed velocity profile data in the attached matlab file Prob2-3.mat. The v…
Write a Maze Explorer program, MazeExplorer.cpp, that uses stacks and queues to
Write a Maze Explorer program, MazeExplorer.cpp, that uses stacks and queues to implement an algorithm to escape from a maze. The overall pseudocode of the algorithm is the follow…
Write a Merkle-Hellman cryptosystem in C++ **Don\'t just copy/paste some code, i
Write a Merkle-Hellman cryptosystem in C++ **Don't just copy/paste some code, if you don't know, then don't answer** Information on cipher can be found here: https://en.wikipedia.…
Write a Merkle-Hellman cryptosystem in C++ **Please don\'t just copy/paste some
Write a Merkle-Hellman cryptosystem in C++ **Please don't just copy/paste some code, if you don't know, then don't answer** Information on cipher can be found here: https://en.wik…
Write a Merkle-Hellman cryptosystem in C++ **Please don\'t just copy/paste some
Write a Merkle-Hellman cryptosystem in C++ **Please don't just copy/paste some code, if you don't know, then don't answer** Information on cipher can be found here: https://en.wik…
Write a Method in Java that will return a Queue containing only the even numbers
Write a Method in Java that will return a Queue containing only the even numbers of a given queue. For example if the given queue is {2, 5, 8, 20, 27} then the returned queue must…
Write a Mircrosoft Excel VBA code to solve the deflection in the beam numericall
Write a Mircrosoft Excel VBA code to solve the deflection in the beam numerically. The beam is supported at both ends (deflection zero at both ends) Use delx= 24 inches (11nodes) …
Write a Mission Statement 1. What are your most important values (e.g., comfort,
Write a Mission Statement 1. What are your most important values (e.g., comfort, environmental awareness, kindness to others, inner harmony, challenge, etc.)? 2. What are your mot…
Write a Monte Carlo simulation using Matlab to evaluate the bit error rate (BER)
Write a Monte Carlo simulation using Matlab to evaluate the bit error rate (BER) for a baseband binary unipolar PAM signal transmitted over an AWGN channel. The unipolar signal sy…
Write a MplabX IDE PIC10f200 code that work with three LEDs red, blue and green
Write a MplabX IDE PIC10f200 code that work with three LEDs red, blue and green as a mood light.( mood light has 7 colors. When all the leds terns on we will get white color, gree…
Write a Multiplexer Function with Simple C Programming In a project I am working
Write a Multiplexer Function with Simple C Programming In a project I am working on, I have to read an input file with various logic gate commands and perform them on some given i…
Write a My Grep utility based on C. This MyGrep utility is similar to grep utili
Write a MyGrep utility based on C. This MyGrep utility is similar to grep utility provided by Unix. MyGrep utility takes some options, words and text file as arguments. •$ MyGrep …
Write a My Grep utility based on C. This MyGrep utility is similar to grep utili
Write a MyGrep utility based on C. This MyGrep utility is similar to grep utility provided by Unix. MyGrep utility takes some options, words and text file as arguments. •$ MyGrep …
Write a MySQL query to do the following: ****Answers must be typed! Not written!
Write a MySQL query to do the following: ****Answers must be typed! Not written! Join CUSTOMER and INVOICE table, and find the info about the customers who recently made some purc…
Write a NASM program that does the following: (a) prompts the user to input an o
Write a NASM program that does the following: (a) prompts the user to input an octal number with exactly 6 digits. (b) echo the input back to the output. (c) output its equivalent…
Write a NASM program that does the following: (a) prompts the user to input an o
Write a NASM program that does the following: (a) prompts the user to input an octal number with exactly 6 digits. (b) echo the input back to the output. (c) output its equivalent…
Write a NASM program that reads a set of integers from a fi le into an array. Th
Write a NASM program that reads a set of integers from a file into an array. The data file name is to be read from the command line. Format of the data file: Assume the file gives…
Write a NASM program that reads a set of integers from a fi le into an array. Th
Write a NASM program that reads a set of integers from a file into an array. The data file name is to be read from the command line. Format of the data file: Assume the file gives…
Write a NetBeans solution that creates two points from the Point class, and calc
Write a NetBeans solution that creates two points from the Point class, and calculates the diagonal of the rectangle (the formula is diagonal = length2 + width2), the perim…
Write a O(n) method PrintLevelOrder that prints the nodes of a binary tree in le
Write a O(n) method PrintLevelOrder that prints the nodes of a binary tree in level-order. That is, the method should print the root, then the nodes at depth 1, followed by the no…
Write a O(n)-time Non-recursive procedure for the preorder traversal of a binary
Write a O(n)-time Non-recursive procedure for the preorder traversal of a binary tree. (a) Write an O(n)-time non-recursive procedure that, given an n-node binary tree, prints out…
Write a ONE java program to implement the following requirements: Design 3 class
Write a ONE java program to implement the following requirements: Design 3 classes: Shape8, Circle8, Square8 as below. Shape8 is an abstract class ComputeData is an interface Ital…
Write a PERL program that generates a random DNA sequence (DNAR) of 400 nucleoti
Write a PERL program that generates a random DNA sequence (DNAR) of 400 nucleotides. A.) Using BLAST, explore how well DNAR aligns with DNA sequences of known organisms. As DNAR i…
Write a PERL program that generates a random DNA sequence (DNAR) of 400 nucleoti
Write a PERL program that generates a random DNA sequence (DNAR) of 400 nucleotides. A.) Using BLAST, explore how well DNAR aligns with DNA sequences of known organisms. As DNAR i…
Write a PERL script to help users calculate compressed file size. NEED SCREENSHO
Write a PERL script to help users calculate compressed file size. NEED SCREENSHOTS Prompt the user to enter the original size of a file (in bytes) from the keyboard. Then use the …
Write a PHP code that read the data from the \"tblActor\" table, and generate a
Write a PHP code that read the data from the "tblActor" table, and generate a JSON response similar to the following format. Name the PHP file "ViewAllActors.php". {"actors": [{"n…
Write a PHP file that will display the contents of a two-dimensional array in an
Write a PHP file that will display the contents of a two-dimensional array in an HTML table. Your program should define an array that contains the state name, capital city, larges…
Write a PHP function \"checkPass\" that takes two arguments: $user and $password
Write a PHP function "checkPass" that takes two arguments: $user and $password and returns the UserID if the password matches the MD5 encoding of the appropriate password in the i…
Write a PHP function increase () that has two parameters, the first by-reference
Write a PHP function increase () that has two parameters, the first by-reference. and the second by-value. It adds the value of the second on to the first. For example, $u = 2; in…
Write a PHP program that displays an order form. The order form should list six
Write a PHP program that displays an order form. The order form should list six products. Next to each product name there should be a text box into which a user can enter how many…
Write a PHP program that will: Obtain the current date and time. Determine if we
Write a PHP program that will: Obtain the current date and time. Determine if we are Daylight Savings Time or not If we are not, display message “It is not daylight savings time”“…
Write a PHP script that obtains a URL and its description from a user and stores
Write a PHP script that obtains a URL and its description from a user and stores the information into a database using MySQL. Create and run a SQL script with a database named URL…
Write a PHP script that obtains a URL and its description from a user and stores
Write a PHP script that obtains a URL and its description from a user and stores the information into a database using MySQL. create and run a SQL script with a database named URL…
Write a PHP script that obtains a URL and its description from a user and stores
Write a PHP script that obtains a URL and its description from a user and stores the information into a database using MySQL. create and run a SQL script with a database named URL…
Write a PHP script that obtains a URL and its description from a user and stores
Write a PHP script that obtains a URL and its description from a user and stores the information into a database using MySQL. Create and run a SQL script with a database named URL…
Write a PHP script that obtains a URL and its description from user and stores t
Write a PHP script that obtains a URL and its description from user and stores the information into a database using MySQL. Create and run a SQL script with database named URL a…
Write a PHP script that obtains a URL and its description from user and stores t
Write a PHP script that obtains a URL and its description from user and stores the information into a database using MySQL. Create and run a SQL script with database named URL and…
Write a PHP script to display array elements as follows. Create an array that co
Write a PHP script to display array elements as follows. Create an array that contains the names of the days of the week; i.e., Monday, Tuesday, etc. Display the entire content of…
Write a PHP script to implement a function which will display the current date.
Write a PHP script to implement a function which will display the current date. Also, have the script print out a message stating how many days it is until your birthday. You can …
Write a PHP script to implement a function which will display the current date.
Write a PHP script to implement a function which will display the current date. Also, have the script print out a message stating how many days it is until your birthday. You can …
Write a PIC 16F684 microcontroller assembly language program to control the Pres
Write a PIC 16F684 microcontroller assembly language program to control the President’s “nuclear football”. The program must monitor four push-button switches to determine which b…
Write a PIC16F877A assembler subroutine called “Mul_8x8” to multiply register Nu
Write a PIC16F877A assembler subroutine called “Mul_8x8” to multiply register Numb1 in memory location 20h, with register Numb2 in memory location 21h. The least significant byte …
Write a PIC18 program in C language to measure the frequency of a square wave an
Write a PIC18 program in C language to measure the frequency of a square wave and display it on the LCD. See the picture for more details. Thank you. LAB 9 TIMER/COUNTER PROGRAMMI…
Write a PIC18Fxx2 assembly program that takes the variable A and save into B in
Write a PIC18Fxx2 assembly program that takes the variable A and save into B in inverted the bit order. For example, if A 110010102, then the program finishes with B 010100112. Th…
Write a PICmicro Assembly code that does the following: Accepts temperature in C
Write a PICmicro Assembly code that does the following: Accepts temperature in Centigrade ranging from 0 to 127 oC on Port A. Output the temperature in Fahrenheit ranging from 1 t…
Write a PL/SQL anonymous block that will process records stored in the \"emp\" t
Write a PL/SQL anonymous block that will process records stored in the "emp" table (table that is created as part of the starter database which was created during the Oracle 11G d…
Write a PL/SQL block that includes declarations for the following variables: A v
Write a PL/SQL block that includes declarations for the following variables: A varchar2 datatype that can contain "ITM108 Intro to Databases and PLSQL" a number that can be assign…