Browse I
Alphabetical listing with fast deep pagination.
87858 items • Page 148 / 1758
I have a 3D array with booleans and I need to check if there are \"lines\" that
I have a 3D array with booleans and I need to check if there are "lines" that all contain true or false. With lines I mean horizontally, vertically and diagonally within the array…
I have a 4\' hose that is closed at one end and connected to a Airdata Test Set
I have a 4' hose that is closed at one end and connected to a Airdata Test Set (precise control of pressure) and a high accuracy pressure monitor on the other end with a T and val…
I have a 5000-ft-view understanding of the P=NP problem and I understand that if
I have a 5000-ft-view understanding of the P=NP problem and I understand that if it were absolutely "proven" to be true with a provided solution, it would open the door for solvin…
I have a 5x5 array that was calculated in Excel. It is too large to type into th
I have a 5x5 array that was calculated in Excel. It is too large to type into this note, so here is a description of what it looks like. It has a number 4 in the top left cell, an…
I have a 64X64 matrix that is just filled with 1\'s or 0\'s. Iused the image com
I have a 64X64 matrix that is just filled with 1's or 0's. Iused the image command to put it into plot form. I usedcolormap(gray) to attempt to make the 0's black and the 1's whit…
I have a 9 V battery and 3 10 ohm resistors. If I hook up the three resistors in
I have a 9 V battery and 3 10 ohm resistors. If I hook up the three resistors in series, what is the total current through the circuit? What is the voltage drop across each resist…
I have a 9 V battery and 3 10ohm resistors. If I hook up the three resistors in
I have a 9 V battery and 3 10ohm resistors. If I hook up the three resistors in series, what is the total current through the circuit? What is the voltage drop across each resisto…
I have a Access Database, In visual studio, I have added a connection to the dat
I have a Access Database, In visual studio, I have added a connection to the database (I can see it through server explorer). But I do not know how to use it! What do I need to do…
I have a Adder/Subtractor circuit I\'m doing in my class. The last part wants me
I have a Adder/Subtractor circuit I'm doing in my class. The last part wants me to connect a pin from a chip to a resistor. Then connect the other end of the resistor to the anode…
I have a Adder/Subtractor circuit I\'m doing in my class. The last part wants me
I have a Adder/Subtractor circuit I'm doing in my class. The last part wants me to connect a pin from a chip to a resistor. Then connect the other end of the resistor to the anode…
I have a ArrayList of Person objects. Each object contains fullName, phoneNumber
I have a ArrayList of Person objects. Each object contains fullName, phoneNumber, and email. I have to open a text file, loop over the list of persons writing each one into the f…
I have a BFS Code and the output I\'m getting is: 1 2 5 6 7 3 8 4 The expected O
I have a BFS Code and the output I'm getting is: 1 2 5 6 7 3 8 4 The expected Output is: 1 2 6 8 3 4 5 7 With the input How should I modify my code to achieve the…
I have a BInary Search Tree code and I need to write the test client (not Junit
I have a BInary Search Tree code and I need to write the test client (not Junit and not from ALGORITHMS) for the search tree. I need to test min, max, floor, ceiling, select, rank…
I have a Basys 3 board and I am having the hardest time figuring out how to prog
I have a Basys 3 board and I am having the hardest time figuring out how to program it so that all the LED lights turn on when you turn the switches up. Right now this is the code…
I have a Brother label printer (QL-570) that came with a nice label editor for W
I have a Brother label printer (QL-570) that came with a nice label editor for Windows. Unfortunately, that doesn't work in Linux or Wine. I'm having trouble finding a good Linux …
I have a C file called push.c, how would I Implement the push function for the g
I have a C file called push.c, how would I Implement the push function for the given Stack data type. #include <stdlib.h> #include "Push.h" Stack *createStack(int iSize) { S…
I have a C programming question. I am trying to understand the logic behind the
I have a C programming question. I am trying to understand the logic behind the strcmp function. say you have a piece of code that looks like this string1 = "abcde"; string2 = "AB…
I have a C# This is all one same project. Using classes at least 4 classes, I\'m
I have a C# This is all one same project. Using classes at least 4 classes, I'm not allowed to use anything but System, and I'm also not allowed to use inheritance. 1.) Create a d…
I have a C# project that Im writing in visual studio on a WPF form.. I need some
I have a C# project that Im writing in visual studio on a WPF form.. I need some help setting up the code to insert an item into the database and then delete and item from the dat…
I have a C# project that Im writing in visual studio on a WPF form.. I need some
I have a C# project that Im writing in visual studio on a WPF form.. I need some help setting up the code to insert an item into the database and then delete and item from the dat…
I have a C++ assignment where I have to use inheritance and pointers to create a
I have a C++ assignment where I have to use inheritance and pointers to create a text based adventure game. Most of the game details are up to me. The game must consist of rooms t…
I have a C++ assignment where I have to use inheritance and pointers to create a
I have a C++ assignment where I have to use inheritance and pointers to create a text based adventure game. Most of the game details are up to me. The game must consist of rooms t…
I have a C++ program I wrote and I would like to save it to a .txt file. I would
I have a C++ program I wrote and I would like to save it to a .txt file. I would like it to look like the print out. I know I can do the fstream and save it line by line but I the…
I have a C++ program that I\'m writing. The program so far takes in a .csv file
I have a C++ program that I'm writing. The program so far takes in a .csv file removes duplicates from the file and outputs the contents into a new .csv file. I now need to change…
I have a C++ program which I could use help on, much appreciated, thank you! Wri
I have a C++ program which I could use help on, much appreciated, thank you! Write a complete program to do the following: The main program calls a function to read in a set of pe…
I have a C++ project due tonight and I\'m almost done with program, it just will
I have a C++ project due tonight and I'm almost done with program, it just will not compile. Here is the prompt Write a program that reads sales data from a file. The program out…
I have a C++ question about deleting binary search tree. I am trying to delete t
I have a C++ question about deleting binary search tree. I am trying to delete the whole binary search tree ( every node in the tree), which one of these functions do you think wi…
I have a CHASE Auto loan. Interest rate 22.25%, I know it ishigh, but I have poo
I have a CHASE Auto loan. Interest rate 22.25%, I know it ishigh, but I have poor credit. The term is for 72 months, of which27 payments have been made promtly. Here are just the …
I have a COMPSCI C++ HW and I cant really figuer out how to do it can someone pl
I have a COMPSCI C++ HW and I cant really figuer out how to do it can someone please help. Ask the user for a number between 3 and 9 (inclusive). USING LOOPS, create a tic-tac-toe…
I have a Circle class that is inherited from a Shape class. How can I make a met
I have a Circle class that is inherited from a Shape class. How can I make a method in the RandomShapes class to paint the shapes??? import java.awt.*; public class RandomShapes {…
I have a Computer Archtecture book and notes that describe addressing modes. Spe
I have a Computer Archtecture book and notes that describe addressing modes. Specifically those pertaning to MIPS Assembler. I know there are 5 modes MIPS supports but when I look…
I have a Computer science project that im working on. I need some guidance on it
I have a Computer science project that im working on. I need some guidance on it not someone to write it for me. it includes up to using arrays and openning files. it is basically…
I have a CustomObject class which has the abilities like being Clickable, KeyPre
I have a CustomObject class which has the abilities like being Clickable, KeyPressable and Movable. I created interfaces: IClickable, IKeyPressable and IMovable and make different…
I have a DJ program, I need to Add the ability to save data to a disk in one or
I have a DJ program, I need to Add the ability to save data to a disk in one or more files. The menu(s) should give the user the option to save or retrieve data. I dont know how t…
I have a Database class project that I need help with. I am to create a data dic
I have a Database class project that I need help with. I am to create a data dictionary for this system "COSPrint". This is the background of the problem: The IT Center prints pos…
I have a Digital Signal processing course, it is given a .mat file containing a
I have a Digital Signal processing course, it is given a .mat file containing a touchtone sound array and a time array containing sound data for a series of button presses on a to…
I have a Facebook account which I look at occasionaly and access via the Faceboo
I have a Facebook account which I look at occasionaly and access via the Facebook app. However whilst reading my emails I tried to access it from n email had they had sent me. I c…
I have a File database table with the following columns: Id (PK), Filename And a
I have a File database table with the following columns: Id (PK), Filename And a Document database table with the following columns: Id (PK), Name, Description, FileId (FK) When a…
I have a Final Exam in Heat Transfer tomorrow and am allowed open book and open
I have a Final Exam in Heat Transfer tomorrow and am allowed open book and open notes. This includes homework and solutions, people are even allowed iPads, laptops, etc. I want to…
I have a GOAL problem that I need your help with it: You are working with a comp
I have a GOAL problem that I need your help with it: You are working with a company that has the contract to design a new, 700-foot high, 50-story office building in Minneapolis. …
I have a Github project integrated with Travis. Every time a commit is pushed, T
I have a Github project integrated with Travis. Every time a commit is pushed, Travis tries to compile, and warn if it does not compile. To take it further, I would like to integr…
I have a Graphic Tablet and I am looking for a software which have the following
I have a Graphic Tablet and I am looking for a software which have the following features: Math equation recognition I want to solve math equations in Graphic Tablet and auto reco…
I have a Header file with two classes List class and Node class. I\'m trying to
I have a Header file with two classes List class and Node class. I'm trying to write the .cpp file to the header file, but am having trouble. any help would be appreciated. #ifnde…
I have a Individual project due by midnight tonight for my intro to programming
I have a Individual project due by midnight tonight for my intro to programming class and don't really have time to work on it due to my work schedule if someone could help me out…
I have a JAVA question. You have online flight ticket calculator. Assume that th
I have a JAVA question. You have online flight ticket calculator. Assume that the total price of traveling is 0.10 $/km. First calculate the total price of the flight and apply th…
I have a JPanel/image viewer and I want to insert images into it. The thing is I
I have a JPanel/image viewer and I want to insert images into it. The thing is I want to be able to insert more than one image. There should be no limit to how many pictures I can…
I have a Java Programming question. I am working on an assignment where I need t
I have a Java Programming question. I am working on an assignment where I need to create the following four classes. Person class- has the data fields of first name, last name, st…
I have a Java Programming question. I have the following code and at Scanner.nex
I have a Java Programming question. I have the following code and at Scanner.nextLine(); it is telling me that I "Cannot make a static reference to the nonstatic method nextLine()…
I have a Java applet, which records the whole screen of the user and uploads the
I have a Java applet, which records the whole screen of the user and uploads the images to the server. If one would be able to (and many people could, I know) falsify the screen r…
I have a Java homework question - I have an idea of how this should be solved bu
I have a Java homework question - I have an idea of how this should be solved but it would be nice to have correct code to compare mine with to figure out where I am going wrong. …