Browse I
Alphabetical listing with fast deep pagination.
87858 items • Page 390 / 1758
I need to configure a Cisco router to be the DHCP Server for the 10.10.10.0/24 n
I need to configure a Cisco router to be the DHCP Server for the 10.10.10.0/24 network. There are a few addresses that are reserved for servers and gateways. The servers are assig…
I need to configure an ubantu firewall to do this things When firewall is runnin
I need to configure an ubantu firewall to do this things When firewall is running, (20 points) The local computer (the computer where the firewall is running) can (5) Ping othe…
I need to connect to databse. But not sure where can i add my database connected
I need to connect to databse. But not sure where can i add my database connected code on the following code? import java.util.ArrayList; import java.util.Arrays; import javafx.app…
I need to consider an economy with five assets: 1) Cash 2) Checking Accounts 3)
I need to consider an economy with five assets: 1) Cash 2) Checking Accounts 3) Savings and Money-Market Accounts 4) Bonds 5) Stocks. M1 includes asset classes 1 and 2, and M2 is …
I need to convert a PDF file to PDF/A. Which libraries are available? (Preferabl
I need to convert a PDF file to PDF/A. Which libraries are available? (Preferably Delphi but other platforms should be OK, even .NET). My preferred option would have been to use h…
I need to convert a text file into hexadecimal format and display the hex format
I need to convert a text file into hexadecimal format and display the hex format and the data offset. I have gotten the conversion to hex to work, but I have been unable to figure…
I need to convert geographical coordinates( Latitude and longitude) to cartesian
I need to convert geographical coordinates( Latitude and longitude) to cartesian coordiantes in the x and y plane, using a function in Matlab, I been trying using a Mercator proye…
I need to convert my code below into jquery. These were the specifications; crea
I need to convert my code below into jquery. These were the specifications; create a simple checkout form that collects a billing address (name, address, city, state, zip) and shi…
I need to convert the attached code so that it works using the following methods
I need to convert the attached code so that it works using the following methods: public static int roll(); o Generates a random dice roll value and returns it. public static int …
I need to convert the program below from reading integers to reading floating po
I need to convert the program below from reading integers to reading floating point inputs: #include <stdio.h> int main (void) { int number, sum, count; double average; int …
I need to convert these two small program to c++ and provide with print screen f
I need to convert these two small program to c++ and provide with print screen for the out put . void fun(int*p) // pass by refernce { int i; for(i=0;i<=100;i++) { …
I need to convert this C code into MIPS code. It is a shell sort algorithm. Plea
I need to convert this C code into MIPS code. It is a shell sort algorithm. Please comment code for better understanding. Thanks, have 15k coins to use up. =D C Code: int main () …
I need to convert this C code to Java: /* front.c - a lexical analyzer system fo
I need to convert this C code to Java: /* front.c - a lexical analyzer system for simple arithmetic expressions */ #include <stdio.h> #include <ctype.h> /* Global decl…
I need to convert this C code to MIPS, I have the program mostly done I am just
I need to convert this C code to MIPS, I have the program mostly done I am just stuck on the for loop part void main() { int numbers[11] = {6, 4, 2, 7, 5, 22, 7, 2, 5, 2, 7} ? int…
I need to convert this C++ code to C. Chegg experts answered this question twice
I need to convert this C++ code to C. Chegg experts answered this question twice wrong so far and they only copy pasted my code for some reason (I filed a complaint) This is the c…
I need to convert this MATLAB function into C. MATLAB Code function [ Q, R ] = m
I need to convert this MATLAB function into C. MATLAB Code function [ Q, R ] = myqr(A); % QR factorization by the Gram-Schmidt Algorithm Q= zeros(size of(A)); R=zeros(size(A)); n=…
I need to convert this application to a gui application using JFrame /* Rings.ja
I need to convert this application to a gui application using JFrame /* Rings.java Programmer: Aaron Monhollen Date: January 16, 2012 Purpose: To create an application and afterwa…
I need to convert this application to a gui application using JFrame /* Rings.ja
I need to convert this application to a gui application using JFrame /* Rings.java Programmer: Aaron Monhollen Date: January 16, 2012 Purpose: To create an application and afterwa…
I need to convert this assembly code into C. This is for the chip: PIC18f1220, t
I need to convert this assembly code into C. This is for the chip: PIC18f1220, thank you p=18F1220 hex WDT=OFF, LVP=OFF, PORTA PORTE TRISA TRISB ADCONL list radix config ; Set pro…
I need to convert this code into mips assembly. Preferably this exact search alg
I need to convert this code into mips assembly. Preferably this exact search algorithm but if its too complicated i would take any string search algorithm that i could run in a mi…
I need to convert this code to C #include #include #include
I need to convert this code to C #include<stdio.h> #include<fstream> #include<ctime> #include<string> #include<iostream> //Use namespace using namesp…
I need to convert this to C code #include #include #include
I need to convert this to C code #include<iostream> #include<fstream> #include<ctime> using namespace std; char* readableTime(long unsigned int sec){ time_t t = …
I need to correct answer for #16. a) 32 b) 30 d) 35 e) None of the above NAD FAD
I need to correct answer for #16. a) 32 b) 30 d) 35 e) None of the above NAD FADH 16. The reduction of one NADH and one FADH2 molecule from citric acid cycle leads to the formatio…
I need to correct the written part of my midterm for extra credit.THere is a que
I need to correct the written part of my midterm for extra credit.THere is a question that I answered totally wrong. I still can'tfigure out the right answer. Code: int main() { …
I need to correct this To transform this into a study appropriate for the analys
I need to correct this To transform this into a study appropriate for the analysis of variance, you need to have 3 (or more) groups. What could you use instead of coaching and no …
I need to correct this problem, but I am confused as to how I correct it. This i
I need to correct this problem, but I am confused as to how I correct it. This is what I submitted as a solution. I received this response from the professor: "The interest rate i…
I need to count how many lines are in a text file. How do I makethe program reco
I need to count how many lines are in a text file. How do I makethe program recognize the EOLN? This is what I have. Should I have the program read off eachcharacter and then when…
I need to count the number of times a certain number shows up in an array after
I need to count the number of times a certain number shows up in an array after it is sorted. Here is the code: #include<stdio.h> #include<conio.h> main() { int n =0; …
I need to creat (c++) a program to simulate a shoppong cart, that first tha prog
I need to creat (c++) a program to simulate a shoppong cart, that first tha program must ask the user to enter the price of different products that are going to be bought and afte…
I need to creat a graphical output for the Game of Life, which replaces my Syste
I need to creat a graphical output for the Game of Life, which replaces my System.out.println toString from my previous assignment. I posted below my previous code of the class as…
I need to creat a list of interest rates in a listbox for a user to select from.
I need to creat a list of interest rates in a listbox for a user to select from. The list will contain the starting interest rate, and four increasing rates based on a random incr…
I need to create -a sales budget -a productions budget -a raw materials budget -
I need to create -a sales budget -a productions budget -a raw materials budget -a direct labor budget -a manufacturing overhead budget -selling and admin expense budget -cash budg…
I need to create 2 php pages. 1.php This page should recreate the game of “Rock
I need to create 2 php pages. 1.php This page should recreate the game of “Rock Paper Scissors”. It should have three radio buttons on it: “Rock”, “Paper”, and “Scissors” and also…
I need to create HTML/javascript webGL appication that does the following: 1) Cr
I need to create HTML/javascript webGL appication that does the following: 1) Create a bigger canvas to allow users to create cubes and spheres from HTML UIs. 2) Use perspective v…
I need to create HTML/javascript webGL appication that does the following: 1) Cr
I need to create HTML/javascript webGL appication that does the following: 1) Create a bigger canvas to allow users to create cubes and spheres from HTML UIs. 2) Use perspective v…
I need to create SQL coding for Oracle databases 1.list the employee number posi
I need to create SQL coding for Oracle databases 1.list the employee number position and salary of an employee who is an Analyst programmer? 2.name the employee number who joined …
I need to create T-Accounts for these entries using the following headings: Cost
I need to create T-Accounts for these entries using the following headings: Cost of Goods, Depreciation Expense, Salaries and Wages Expense, Sales Revenue, Sales Discounts, Suppli…
I need to create Verilog code for a 4-bit ALU but I am confused about how to imp
I need to create Verilog code for a 4-bit ALU but I am confused about how to implement the ALU portion. It needs to be able to complete the following Opcodes: 0000 - add alut_out …
I need to create a 2 Dimension Array, it needs to do the following. 1, it needs
I need to create a 2 Dimension Array, it needs to do the following. 1, it needs to be a customized array (you create the amount of rows and columns) 2, it needs a method called ge…
I need to create a C program that will print to a file a set of Mandlebrot point
I need to create a C program that will print to a file a set of Mandlebrot points. If the point is in the Mandlebrot set it will print a * to the file if not it will print a space…
I need to create a C++ program that makes the user enter a phone number using st
I need to create a C++ program that makes the user enter a phone number using string and if statements. It needs to check whether the user entered a valid 10 digit phone number an…
I need to create a C++ program that recreates a car dealership, with 3 different
I need to create a C++ program that recreates a car dealership, with 3 different classes: vehicle, showroom, and dealership. I already have main.cpp, I just need the 3 classes. Th…
I need to create a C++ program; It must do the following: In the beginning of th
I need to create a C++ program; It must do the following: In the beginning of the program it should display the credit you have. It should ask you if you want to play. if you type…
I need to create a Circle.h file EXPECTED OUTPUT: Center: (0, 0) Radius: 1 Area:
I need to create a Circle.h file EXPECTED OUTPUT: Center: (0, 0) Radius: 1 Area: 3.14159 Center: (1, 2) Radius: 3 Create a C++ class named Circle, which you should store…
I need to create a CourseGrades application that simulates a grade book for a cl
I need to create a CourseGrades application that simulates a grade book for a class with five students that each has 5 test scores. The CourseGrades application should use a Grade…
I need to create a Dining Philosophers Simulation in C++ using threads, locks, a
I need to create a Dining Philosophers Simulation in C++ using threads, locks, and condition variables. This will also use monitors. I need to create a new CPP file based on the b…
I need to create a JSlider for the message the user entered. You are able to ent
I need to create a JSlider for the message the user entered. You are able to enter a message and the message is displayed and you can edit the colors, italic and bold. I also need…
I need to create a Java application that checks to see if a password meets certa
I need to create a Java application that checks to see if a password meets certain criteria. I need to use the Character, String and/or StringBuilder classes and the application r…
I need to create a Java function that will print a linked list as a string, such
I need to create a Java function that will print a linked list as a string, such that the linked list 1->2->3->4->Null is returned as "1->2->3->4->Null". I…
I need to create a LinkedQueue program that is a simulation of a Dentist. I need
I need to create a LinkedQueue program that is a simulation of a Dentist. I need a patient class declare which has the description of customer and what work needs to be done to th…