Pinned Repositories
Dijkstra-Algorithm_EE450
Using C++ to write the Dijkstra Algorithm with costs and next hop
EE354
friend-contacts-network-system
C++ code to construct a friend contacts network system
Friend-Recommendatio-System
friend recommendation based on cell phone, city and school
image-processing
Using C++ code to flip, fold, change color, and add waterprint to a picture
Password-Cracking
Brute force Cracking with multithreaded
spatial-separable-convolutional-neural-networks
UDP_servers_information_transfer
the main server gets input(link ID and file size) from keyboard. Then it sends the search request to the database server through UDP. When the database server gets the request, it will search through the database(database.txt). After searching it will send back the link capacity, link length and propagation velocity to main server through UDP. If no such link ID is found, it should send proper message back. After receiving this information from database server, the main server sends the information to the calculation server through UDP. When the calculation server gets the information, it calculates the transmission delay propagation delay and total delay(ignore other delay issues). After calculation, the calculation server sends back the results to the main server. If no such link ID is found, the main server doesn’t need to send request to calculation server.
USC-EE209
Using FPGA to implement the VHDL code to do the hardware programing
Zhiyuan-Ning-TCP
TCP Socket Connection
ThomasNing's Repositories
ThomasNing/spatial-separable-convolutional-neural-networks
ThomasNing/Dijkstra-Algorithm_EE450
Using C++ to write the Dijkstra Algorithm with costs and next hop
ThomasNing/EE354
ThomasNing/Friend-Recommendatio-System
friend recommendation based on cell phone, city and school
ThomasNing/image-processing
Using C++ code to flip, fold, change color, and add waterprint to a picture
ThomasNing/Password-Cracking
Brute force Cracking with multithreaded
ThomasNing/UDP_servers_information_transfer
the main server gets input(link ID and file size) from keyboard. Then it sends the search request to the database server through UDP. When the database server gets the request, it will search through the database(database.txt). After searching it will send back the link capacity, link length and propagation velocity to main server through UDP. If no such link ID is found, it should send proper message back. After receiving this information from database server, the main server sends the information to the calculation server through UDP. When the calculation server gets the information, it calculates the transmission delay propagation delay and total delay(ignore other delay issues). After calculation, the calculation server sends back the results to the main server. If no such link ID is found, the main server doesn’t need to send request to calculation server.
ThomasNing/USC-EE209
Using FPGA to implement the VHDL code to do the hardware programing
ThomasNing/Zhiyuan-Ning-TCP
TCP Socket Connection
ThomasNing/friend-contacts-network-system
C++ code to construct a friend contacts network system
ThomasNing/crawler
ThomasNing/scraper
test of a code
ThomasNing/Spam_Ham_Email_Recognization
Using the Bayes do the Spam Ham Email split recognization. Using the natural language package in python.