资源列表
FA-BP
- 该程序是最新的FA-BP算法,利用该程序可以进行极值的寻优。(The program is the latest FA-BP algorithm, which can be used to optimize the extreme value.)
银行业务模拟
- 设银行有四个服务窗口,一个等待队列, 每个窗口均可以办理存款、取款、挂失、还贷业务,每种业务所需的服务时间不同,客户到达银行后,先到打号机上打号,号票上包括到达时间、编号和需要办理的业务,然后在银行内等候, 当任一服务窗口空闲时,处理等候客户中排在最前面的客户的业务。写一个上述银行业务的模拟系统,通过模拟方法求出客户在银行内逗留的平均时间和每个窗口办理的客户数及办理的每种业务数。(A bank has four service windows, a waiting queue, each win
0189243_Sem1_Workshop1
- From mat to C++ so and modified rucescode.
0189243_Sem1_Workshop2
- Workshop on the matland html
0189243_Sem1_Workshop3
- For advanced learning
0189243_Sem1_Workshop4
- Codes and documents file.
project_FSM
- Finite State Machine in VHDL
FGV-Timer
- Functional Global Variable TImer LabVIEW
lotto
- LabVIEW Lotto SImulator
LV_Semaphore
- Semaphore handshaking in LabVIEW
Number_Plate_Extraction
- Number Plate Extraction in Matlab
快速排序
- 快速排序,主要是代码实现,这是我上算法课的时候自己编写的,有些缺陷请原谅(quicksort,this is a easy test.i ues it to sort a easy array.)