Mang's Website

Always open to new world!

Home
Twitter Github Facebook Linkedin
Pay Together

Pay Together

1. Website and Applications Pay Together You can try it with account Username: demo1 Password: demo1 Applications are not uploaded yet. 2. Purpose This application aims to build a system with client and server that can turn the tedious and fallible after-activity bill calculation into a quick and reliable auto-calculate

paytogether nodejs
6 years ago 0 comments
0 Share 0 Share 0 Share 0 Pin 0 Tweet QZone
0 Share
Get Closest Pair of Points (2D)

Get Closest Pair of Points (2D)

The closest pair of points problem is defined as follows: Given n points on the two-dimensional plane, find the pair of points such that the distance between them is smaller than any other pair of points. The following divide and conquer algorithm finds the closest pair in O(n log

6 years ago 0 comments
0 Share 0 Share 0 Share 0 Pin 0 Tweet QZone
0 Share

CPU-Simulator Design

See Introduction Instruction### Design###### Code Format Text Code //OPCODE r,x,address[,i] public static final int INSTR_FORMAT_R_X_ADD = 1; //OPCODE x,address[,i] public static final int INSTR_FORMAT_X_ADD = 2; //OPCODE cc,x,address[,i] public static final int INSTR_FORMAT_CC_X_ADD

6 years ago 0 comments
0 Share 0 Share 0 Share 0 Tweet QZone
0 Share

CPU-Simulator

This is a project required by Prof. Stephen Kaisler in Course: Computer System Architecture. Purpose To simulate a small classical CISC computer. It has the following characteristics Registers: General Purose Registers (GPRs), Index Registers, Program Counter, etc. 18-bit words Memory of 2048 words. (Size can be set in config file)

java course-project
6 years ago 0 comments
0 Share 0 Share 0 Share 0 Tweet QZone
0 Share
Page 3 of 3
Previous