+1(316)4441378

+44-141-628-6690

Archive for the ‘Undergraduate’ Category

Problem

Model a C ++ class that manages a collection of complex numbers defined by the attributes: length of type int, a pointer of numeric type (int, float, double) for an array with the real part of the complex numbers and a similar one for the imaginary part.
The class will contain a constructor no parameter that will define length with a globally defined constant value = 10, allocating space for the two real / image arrays to this dimension, a constructor with an int parameter that defines length with this value and allocate the space related to the two arrays, and a copy constructor.
The class will contain set / get methods for length, a set type method for the two arrays type attributes of the current object that will have as parameters the addresses of two arrays in which the real / imaginary parts of the complex collection type number will be taken beforehand, and a method for displaying the real and imaginary part of a class object using the class attributes of the class.
The

Open Mp C++

In this assignment you are to develop an efficient large matrix multiplication algorithm in OpenMP. A prime criterion in the assessment of your assignment will be the efficiency of your implementation and the evidence you present to substantiate your claim that your implementations are efficient.

Submission
Deadline: 10 am on Sunday 19th April 2020.

The source code for the OpenMP program written in C++.
Report includes:
A description of the design of your program.
Evidence as to the efficiency of your implementation.
In Report we need a complete description of the program written in C++ Language and Evidence of efficiency of the program which measures in a time of execution takes both sequentially and parallelly.
Please find the link to get better understanding of the efficiency although the program mentioned in the link is on C language we need in C++ and we need the same kind of output table mentioned in the link for efficiency.
https://medium.com/t

issac physics questions

this is the 4 hyperlinks to questions
https://isaacphysics.org/questions/bulbs_and_power?board=electrical_power
https://isaacphysics.org/questions/drift_velocity?board=resistivity
https://isaacphysics.org/questions/finding_the_internal_resistance_sym?board=internal_resistance
https://isaacphysics.org/questions/resistance_and_power?board=internal_resistance
I would really appreciate if you could send working out

Pascal

Must use Pascal programming language to code the algorithm
Provide a separate PDF file explaining the following:
1.The format of the input data
2 The format of the output data
3 Data structures used for the internal and external data of the algorithm
4 Any other detail/comment that it is specific to language implementation of various
operations, including compiling and execution instructions

Java Quiz university

in 25 april will be quiz i need help. and in may will be final test and 1 project. to this help too. i need expert to help me to solve problems. price is negotiable


This is Exam Info about Quiz 2

1 Coding
25
Topic: Generics & OOP
Note: This question tests your knowledge on Generics and main OOP principles such as Inheritance, Polymorphism, Abstract Classes, and Interfaces.
Similar problems: 19.2, 19.11, 13.9 (with an element of Generics)
Related reading: Chapters 19, 11, 13

1 Coding
25
Topic: Collections (Lists, Stacks, Queues, Pr.Queues)
Note: This question checks your knowledge on data structures and Comparator interface.
Similar problems: LISTING 20.8 PriorityQueueDemo.java (p.785), 20.21.
Related reading: Chapter 20

1 Find the Error
15
Topic: Sets and Maps
Note: In this question, you will be given a program with errors. You will need to run the program and fix the errors. This is a coding question, and it t

C,C++, C#

Solve the algorithm using C, C# and C++ Language

In every program, the following MUST be mentioned
1. The format of the input data
2. The format of the output data
3. Data structures used for the internal and external data of the algorithm
4. Any other detail/comment that is specific to the language implementation.

THESE 4 POINTS MUST BE MENTIONED IN A SEPARATE PDF

Coding assignment in C

Fill up the codes according to the instructions given. I need the whole codes filled up listed on the instructions. Follow exact number of lines of codes given in the list of instructions and test with cases. It is a C programming assignment related to graphics. There are instructions given where to fill out the code. The number of lines of codes need to match exactly is possible with the given instructions. Please run the test cases as well.

Investment Recursion

An investment company guarantees a 2% monthly compounded return on your investment.  You want to see how long it takes to reach a total of $500,000 dollars in investment plus return.  Write a program that allows the user to enter a continuous monthly investment (Example - $200 every month) or ($600 every month).  The program should call a recursive method that returns and displays the total months needed to reach the $500,000 dollar goal.

Example - At the 2% compounded monthly rate, and a $400 continuous monthly investment, the first month the user makes $8 interest and has $408.00 dollars, the second month the user adds $400 and makes $16.16 interest and now has $824.16, the third month the user adds $400 and makes $24.48 in interest and now has $1,248.64 dollars, etc.

Display how many total months it takes the user to reach the $500,000 dollar goal.  Remember, the user should be able to input the continuous monthly investment.  The rate is alwa

Mechanics of Deformable Bodies

I need my assignment solved. The course is Mechanics of Deformable Bodies. It is a second-year engineering course. I will be receiving the exam tomorrow at 7:00 pm and will be having a whole day to complete it. To stay on the safe side I will be needing the assignment earlier than that which is preferred on April 17 at 4;00 pm. Please let me know if you can do this and how much it will cost. I have attached a similar exam below to give you an idea of how it will look. Thank you for your time.

Creating stored procedure in sql

I need help with following questions:
Design the stored procedure to answer the following question:  What is the utilization of the room for a one week period. The procedure will return a list of the rooms showing how many of each service (procedure or consultation) with the total time used for each plus a grand total for the room starting at the specified search_start_date for 7 days.
Be sure to handle errors gracefully.  Errors may include invalid room or date range.

Specification for the stored procedure:

Room_utilization (search_start_date)

Submit the solution that you have designed and discuss its merits as part of the submission. This means that there will be two files, the sql code and a document discussing it.


I will attach the sql file

Thank you