▍1. yuce
用灰色预测理论实现负荷预测,可以任意取点(Gray prediction theory to achieve load forecasting, you can take an arbitrary point)
用灰色预测理论实现负荷预测,可以任意取点(Gray prediction theory to achieve load forecasting, you can take an arbitrary point)
自己做的小波与神经网络组合方法实现负荷预测程序,与大家交流(Themselves to do the wavelet and neural network combination method to achieve load forecasting procedures, with the U.S. exchange)
SHA-256源代码,三个对外的函数:void SHA256Init (SHA256Context *sc) void SHA256Update (SHA256Context *sc, const void *data, uint32_t len) void SHA256Final (SHA256Context *sc, uint8_t hash[SHA256_HASH_SIZE]) 第一个函数初始化,第二个函数输入要hash的字符串,第三个函数输出结果(SHA-256 source code, three external function: void SHA256Init (SHA256Context* sc) void SHA256Update (SHA256Context* sc, const void* data, uint32_t len) void SHA256Final (SHA256Context* sc, uint8_t hash [SHA256_HASH_SIZE]) The first function is initialized, the second hash function, enter the string, the third function of output)
主要是用于雷达目标跟踪中的数据融合,有很好的作用(It is mainly used for data fusion in radar target tracking.)
对于OPT算法,在有多个页面可选的情况下,先淘汰较早进入的页面)。 3. 计算缺页次数及缺页率。 测试用例格式如下: 输入: 算法(1 OPT,2 FIFO,3 LRU) 内存块数 页面序列(页面1,页面2,页面3,...) 输出: 页面变化时内存块装入页面列表1-是否命中/页面变化时内存块装入页面列表2-是否命中/... 缺页次数 其中: 页面变化时内存块装入页面列表:内存块1装入页面,内存块2装入页面,内存块3装入页面...,未装入任何页面时由 -”表示 是否命中:1-命中,0-缺页">
一个电梯模拟程序。 该程序模拟两个电梯的运作情况。(程序会随机生成电梯选择任务以及超重提示)(An elevator simulation program. The program simulated the operation of the two elevators. (Procedures are randomly generated elevator prompted to choose the task, as well as overweight))
基于LSB的信息隐藏技术——MFC——编译已经通过运行正常(LSB-based Information Hiding- MFC- has been compiled by running the normal)
STM32 DS18B20实验C,用于STM32系列单片机读写DS18B20,已调试通过。(STM32 DS18B20 experiment C, for the STM32 microcontroller to read and write DS18B20, has been through debugging.)
自己编写的C++小程序,十字算法,用到KD树,能够有效进行点云去噪,压缩数据(I have written a small program C++, cross algorithm used in KD tree, the point cloud can be effectively de-noising, compression of data)
学opengl编3D游戏教程的附带所有代码。 包括摄像漫游,开天辟地,显示文字,特殊的平面,显示3D模型,3D动画,射击爆炸,碰撞检测,游戏进度保存……(Learn OpenGL series 3D game tutorial with all the code. The creation of the world, including roaming camera, display text, special plane display, 3D model, 3D animation, fire explosion, collision detection, save game progress......)
迷宫问题,利用随机数自动生成迷宫,并自动进行探索。迷宫起点及终点由用户自己设定。(Maze problem, the use of random number automatically generated maze, and automatically explore. The starting point and end point of the maze is set by the user. 双语对照 )
MIPS五级流水线模拟程序,能执行简单的MIPS指令,模拟流水线状态及寄存器结果,实现cpu流水的概念(MIPS five-level stream-line simulation program, this program can execute simple MIPS instruction, simulat stream-line s status and register result, and it implements stream-line of cpu.)
编辑快捷键(the example of editing fast key)
调用mkl的矩阵求本征值和本征函数,并得到计算时间(Call MKL for caculate the matrix s eigenvalue and eigenfunction,and get the efficiency)
使用fluent模拟MIG焊接过程udf文件,包括热源,动量源,表面张力,粘性,比热(MIG welding process simulation using fluent udf documents, including heat, momentum source, surface tension, viscosity, specific heat)
图像处理的指针式仪表识别,利用OPENCV库,MFC对话框程序(Image processing pointer instrument identification, the OPENCV libraries, MFC dialog program)
用DSP28335实现三电平SVPWM整流器的程序,用到了12路PWM波,60°坐标系的的矢量算法。(DSP28335 achieved using a three-level SVPWM rectifier procedures used 12 PWM wave vector algorithm 60 ° coordinate system.)
基于STM32f103控制HX711和LCD实现的电子秤,软件已调试成功,称重比较准确(Based STM32f103 control the HX711 and LCD electronic scale implementation, the software has debugging success, weighing more accurate)
温敬和所著编译原理实用教程随书原码, 清华大学2005年4月第1版(Wen Jing he practical tutorial with the book source book compiler theory)
双目相机的三维重建程序,包含两个相机的标定,极线校正,图像匹配,三维重建(Binocular camera reconstruction program, including calibration of the two cameras, pole line correction, image matching, 3D reconstruction)