Pinned Repositories
AI_SpeechToText
Speech to text is a speech recognition software that enables the recognition and translation of spoken language into text through computational linguistics. It is also known as speech recognition or computer speech recognition.
Android_projects
There are the projects I did for Android application development, using Java on Android Studio
binary_search_tree
This is a program to schedule I/O requests to the head/arm of a hard disk. Each I/O request is for a specific track and sector.
BST_2
A program to schedule I/O requests to a hard disk. Each I/O request is for a specific track and sector, return the n next or previous I/O requests.
CarDealer
This project using Java. IDE: NetBeans Implement: JavaFXswing, MySql.
Career-Match-PRO-Web-Application
A web app built to help Wentworth students and others to find job matches.
countingSort_radixSort
This is a program to sort integers quickly. Complete the program by implementing counting sort and radix sort for a assignment in algorithm class.
Covid-19-Vaccine-Application
This is a final project I made for my Advance C++ class and I came up with the idea for solving the problem with the Covid-19 Vaccine System. IDE: Qt 5 Implement : QSS, MySql.
dp_knapsack
This is a dynamic project for knapsack problem. FindDynamic uses 2D array of m by n size.
restaurant_database_project
This restaurant project was made for the database course final project, it's a group project made for Data modeling and analysis bases on Grinta restaurant data records.
zhangf2atwit's Repositories
zhangf2atwit/Covid-19-Vaccine-Application
This is a final project I made for my Advance C++ class and I came up with the idea for solving the problem with the Covid-19 Vaccine System. IDE: Qt 5 Implement : QSS, MySql.
zhangf2atwit/CarDealer
This project using Java. IDE: NetBeans Implement: JavaFXswing, MySql.
zhangf2atwit/restaurant_database_project
This restaurant project was made for the database course final project, it's a group project made for Data modeling and analysis bases on Grinta restaurant data records.
zhangf2atwit/AI_SpeechToText
Speech to text is a speech recognition software that enables the recognition and translation of spoken language into text through computational linguistics. It is also known as speech recognition or computer speech recognition.
zhangf2atwit/Android_projects
There are the projects I did for Android application development, using Java on Android Studio
zhangf2atwit/binary_search_tree
This is a program to schedule I/O requests to the head/arm of a hard disk. Each I/O request is for a specific track and sector.
zhangf2atwit/BST_2
A program to schedule I/O requests to a hard disk. Each I/O request is for a specific track and sector, return the n next or previous I/O requests.
zhangf2atwit/Career-Match-PRO-Web-Application
A web app built to help Wentworth students and others to find job matches.
zhangf2atwit/countingSort_radixSort
This is a program to sort integers quickly. Complete the program by implementing counting sort and radix sort for a assignment in algorithm class.
zhangf2atwit/dp_knapsack
This is a dynamic project for knapsack problem. FindDynamic uses 2D array of m by n size.
zhangf2atwit/find_LCS
zhangf2atwit/github-slideshows
A robot powered training repository :robot:
zhangf2atwit/heap
This is a program to add floating point numbers in a way that reduces rounding error. Since floats take up a fixed amount of memory, adding two floats with very different magnitudes can lead to an approximate rather than exact solution.
zhangf2atwit/JazzMusic
Individual Project - What's Jazz got to do with IT? IDE: Qt 5 Creator Implement: QSS, drum sounds from https://www.fesliyanstudios.com/royal...
zhangf2atwit/Leetcode
Code practicing and attractive solutions collecting.
zhangf2atwit/Mortgage
This Mortgage program using C++, which determines the monthly payment on a loan.
zhangf2atwit/Paddle_Ball_Game
This is a ball game. Rules: A label or a text that displays the score that is 20 at game start, changes with each point lost until it is zero at game end. For every 10 paddle connections in a row, the ball moves faster and gets smaller if it got larger For every 5 paddle connections in a row, the ball changes color For every 3 paddle misses in a row, the paddle grows in length and the ball gets larger.
zhangf2atwit/PhoneBook
This is group project made for CSC data structure class. Perspective: phone book · Realization function: menu: Please enter the function to be selected: 1. Add a new contact and related information. 2. Sort everyone's phone number or name. 2. Find the specified contact. 3. show up all the contacts. 4. Exit the system
zhangf2atwit/Point-of-Sale-System
A database built for storing and tracking the restaurant’s data.
zhangf2atwit/python-cookbook
Code samples from the "Python Cookbook, 3rd Edition", published by O'Reilly & Associates, May, 2013.
zhangf2atwit/quick_sort
This is a program to sort latitude/longitude coordinates based on distance to a starting point. This project implement two sorting algorithms: quickSort and randQuickSort
zhangf2atwit/trie_suggestions
A program to perform spell checking and suggestion. Given a dictionary, the program constructs the requested data structure to hold the dictionary. This program is given a word to check. The program either reports that the word is in the dictionary or gives a list of possible corrected spellings – words that differ by one or two letter substitutions.
zhangf2atwit/zhangf2atwit