资源列表
AirPort
- 学习数据结构时的课堂实验。利用数据结构中的队列、随机数等模拟一飞机场的飞机起降或等待起降-Data structure learning classroom experiments. Use the queue data structure, such as simulation of a random number of aircraft movements the airport or waiting for take-offs and landings
A-Secret-Sharing-Based-Method-for-Authentication.
- reference paper for cryptography.its very usefu-reference paper for cryptography.its very usefull
Java
- 八数码问题,人工智能,实验问题 -eight
rcwa-1d_4_6_2014
- 一维表面光栅MATLAB 源程序代码,应用耦合波理论分析方法计算模拟(One-dimensional surface grating MATLAB source code, the use of coupled wave theory analysis method of simulation)
tensor_toolbox-master
- matlab中的关于张量的工具包,内容很全,来自官网,亲测有效(toolbox of tensor in matlab)
Hi3516-objects-detection
- 从“我就是我”的开源工程下载的代码,详见压缩包中的读我说明(it is down form kapoo-pai's Git Project, look up the readme.md in zip file)
appendix3-vumat
- VUMAT for Kinematic Hardening Plasticity
PFC5.0随机块体生成算法
- 基于Fish语言编写,可随机生成尺寸可控的块体。(Based on fish language, the block with controllable size can be generated randomly.)
SigmaValue
- 轮廓特征提取,提取图像的边缘,特征码vc++c写的,里面还有论文,是一次作业。-Contour feature extraction,extract the image edges,signature
Fasle3-Soale3
- this code have the solution of a neural network book.
documentation
- 有关非线性滤波程序的说明文档,包括KF,EKF,UKF,GHF等各种方法-The documentation demonstrates the use of software as well as state-space estimation with Kalman filters in general. The purpose is not to give a complete guide to the subject, but to discuss the implementation an
osBank
- 3、银行家算法 设request:是Pi进程的请求向量,当Pi发了资源请求后,系统按下述步骤检查: (1)如果Request[i]<= Need[i],则转向步骤(2); (2)若Request[i] <=Available,则转向步骤(3); (3)系统试探性地把要求的资源分配给进程Pi,并修改以下数据结构的值: Available=Available-Request[i]; Allocation[i]= Allocation[i]+ Request[i];