Create two triangle classes, one where the internal properties are stored on the stack and one where the internal properties are stored on the heap. Each triangle should have a base, height, and a function that returns the area. Triangles 1: Create a vector of triangles where everything is stored on the stack. Triangles 2: …
Category: Software Engineering
Assembly program
Perform a program written in ASSEMBLY 486, on Linux, with the requirements indicated below Requirements: The program should ask the user for the name of the file to be read. The program opens a text file and performs one of the following operations: 1- Read the contents of the file, change the lowercase to uppercase …
Linux Project
Objectives: To install and configure a SIP based IP-telephony server. To be introduced on some telephony features an IP-PBX can provide. To gain a basic knowledge on SIP server troubleshooting tools.Tasks:1- Install and configure a SIP based open source PBX.2- Configure, connect and test a SIP based soft phone to the installed PBX.3- Implement the …
Python code
USER – CONTACTUser ContactBrinda has recently joined a company and she is working as a software engineer. She was associated with a project to work on relationships. To get hold of the topic she starts writing a code where she takes the details of her colleagues and displays them in an ordered way. Let’s help …
C programming
I need to have a fully working C program, There are five data (plain text) files, namely, the students.txt, courses.txt, registrations.txt, criteria.txt, and performances.txt that keep information. Student file keeps the information about students such as the student number, name, surname, and department in abbreviated form. Course file keeps the information about courses such as …
Simulating Cache and Virtual Memory Assignment
Tasks: 1. Download the file cache.c from the Assignment8 drop box.2. Implement code at each comment containing TODO: that performs the operation described in the comment. 3. The code includes …
Computer science Project
Every instructions u need to know is going to be in the file I’ll be providing. Also after finishing the code use the example code to check if the code works. Use python the latest version. Use the tester8 file to check if the program works. Thanks!
Logic-based Programming
Via MS Excel, develop a logic-based programming application. Use the data in the Mod_9_10 OUITBloodPressureTableau.xlsx Excel spreadsheet (or corresponding .zip file). Create a dropdown that allows the user to select: State, County Location Hospital Type Use these selections to determine: The total number of patients at the …
Matplotlib,scipy,pandas,svm,linear regression,multiple linear regression,k-means,
ASSESSMENT-1 1.DICTIONARY2.TUPLE3.LIST4.NUMPY5.SCIPY6.PANDAS7.MATPLOTLIB8.SKLEARN PREPROCESSING TECHNIQUES9.ML BASICS(TYPES OF ML)10.K-MEANS11.SVM12.LINEAR REGRESSION13.MULTIPLE LINEAR REGRESSION14.IMAGE CONTRAST15.HISTOGRAM EQUALIZATION *FILENAME FORMAT:* CAMPUS NAME_REGNO (EX:APCAMPUS_171801120058)*DEADLINE:* 4-04-20 BEFORE 6:00 PM …
Generating xml/json file based on the value provided from csv/xls/xlsx
*Read only csv/xls/xlsx(sample file Excel2/xlsx) from src location configured in dl-config file.(5 threads at time)*Rows in a file should be grouped on basis of configured columns mentioned in fileAttributesConfig.properties(grouping scenarios is explained more in fileAttributesConfig.properties)*Once the group is done , check the sizeConfig from dl_config file if the config is ‘Volumne’ and based on the …