Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (6)
The implementation of the operating system schedul
4.0
1. Use a "first come, first served (FCFS)" algorithm and the "shortest job first (SJF)" algorithm simulates job scheduling. Requirements: Enter the job according to the order of arrival of each job requires running time, according to the scheduling algorithm outputs the average turnaround time. For example (FCFS), enter: 8 (arrival time 0), 5 (arrival time 2), 7 (arrival time 3), 1 (arrival time 6) Note: The format of any input, as long as the output of the average turnaround time can be. 2. Analog "FIFO (FIFO)" algorithm is FIFO    Analog "least recently used (LRU)" LRU algorithm    Analog "Best replacement (OPT)" algorithm OPT
vivid436929
2016-08-23
0
1
C++ implementation of binary tree
no vote
Data structures in C++ implementation of binary tree, containing a variety of function implementation
vivid436929
2016-08-23
1
1
C++ implementation of linked lists
no vote
Data structure algorithm for linked lists implemented the C++ language. And a variety of implementation functions
vivid436929
2016-08-23
0
1
C++ implementation of linklist
no vote
Data structures in C++ implementation of linklist. Implementation of various functions.
vivid436929
2016-08-23
0
1
Ant Colony optimization algorithms for MATLAB sour
no vote
Ant Colony algorithm MATLAB source code, is very useful.
vivid436929
2016-08-23
3
1
fira 11v11 v
4.0
Chengdu University of fira 11v11 source file Soccer Robot Simulation Group SimuroSot11vs11 of the source.  Contains policy documents and position papers strategy.cpp position.cpp
vivid436929
2016-08-23
15
1
No more~