CSE stacks and queues in C

Create a program that reads in a stack trace via text file and prints the output tostdout. When a function call is read in the file, it should be pushed to a stack.When a return is read, it should pop the last item off of the stack (see exampleoutput). The output should be printed such […]

Read More »

Program Design

Write a program to check if an email address read from a file is a UCLA email, an email that contains ucla.edu. The output file should contain all the UCLA email addresses read from the input file. You can assume email addresses in the file are valid email addresses. Example input/output: Enter input file: emails1.txt […]

Read More »

coding by using arrays

Assignment objectives: – Single dimensional arrays and loops- Single dimensional arrays and functions- Two dimensional arrayProblem Description: You should have most of the codes form your previous home works.Write a program that generates a sequence of 18 random numbers between 1 and 99. Assign the 18 numbers first to a single dimensional array and then […]

Read More »

using plp tool project

project details in file attacheds this is the skeleton code in the file: .org 0x10000000 # Initializations li $sp, 0x10fffffc # Starting address of empty stack li $s0, 0xf0000000 # UART base address li $s1, array_ptr # Array head pointer li $s2, array_ptr # Array tail pointer j main nop array_ptr:# Label pointing to 100 […]

Read More »

verilog implementation

design and implement a simple game on NEXYS 4 DDR FPGA boards. The Boards include eight 7-segments, 16 Switches, 16 Leds, and (5 2) push buttons as below. (CPU RESET and PROG are also push buttons) Description: In this game you play the role of a police to arrest a thief. Police’s and the thief’s […]

Read More »

pyspark problem i will provide you the code i have so far.

Given restaurant inspection dataset for 3 consecutive years (dataset2016, dataset2017, and dataset2018 as uploaded on Canvas for bonus assignment #5), please build a model using 3 datasets, to determine which restaurants are likely to have another food safety issue in September 2018. You can train your model using all data in dataset2016 and dataset2017, and […]

Read More »

verilog project

design and implement a simple game on NEXYS 4 DDR FPGA boards. The Boards include eight 7-segments, 16 Switches, 16 Leds, and (5 2) push buttons as below. (CPU RESET and PROG are also push buttons) Description: In this game you play the role of a police to arrest a thief. Police’s and the thief’s […]

Read More »