资源列表
hate
- 线段树模版,可供线段树初学者参考,程序简介易懂-Templates of Segment tree
test
- 用贪心法解决加油站问题(c语言编写),希望能给大家带来帮助-Greedy method gas station problem
PID_objfun_MSE
- this a objective function for optimization of PUD controller using Ali_PID_ga m file-this is a objective function for optimization of PUD controller using Ali_PID_ga m file
shuiyinjishu
- 基于matlab的水印技术,做好的文件,直接加载图片就可以使用,函数命名规范-Watermarking technology based on MATLAB, the file, loading the image to be used, the called function specification
music
- 这是一个music算法matlab编程的实例,matlab编程实现超分辨-This is a music algorithm matlab programming examples, Matlab programming to achieve super-resolution
cr
- 克鲁斯卡尔算法,用c++实现,适用于本科数据结构教学。- Kruskal,implemented by C++, can be used in the course of DS of college students
xss_test
- 使用python做跨站漏洞的简单实现,菜鸟适合,大神笑过-Python cross-site vulnerability simple to achieve, the rookie fit, great God laugh
ParityBitAdder
- 二进制算法的java程序,不超过7位。The binary algorithm java program, no more than 7.-The binary algorithm java program, no more than 7.
mixed-noise-power-spectrum
- 计算洛伦兹混沌系统的自相关,叠加谐波小信号和高斯报噪声后,计算混合噪声的功率谱-Calculation of autocorrelation of lorenz chaotic system, the superposition of harmonic signal and gaussian noise, the mixed noise power spectrum is calculated
System-cleanup
- 此bat文件主要是针对系统盘的瘦身、清理临时文件而制作,请放心使用,不会误删系统文件。-This bat file system disk is mainly for thin, clean up temporary files and the production, ease of use, will not be accidentally deleted system files.
LCS
- lcs ,最长公共子序列,去两组字符中 LCS 最长公共子序列-lcs, longest common subsequence, to two characters in the longest common subsequence LCS
dynamacBindingDemo
- 演示虚函数的动态绑定,动态绑定是指在执行期间(非编译期)判断所引用对象的实际类型,根据其实际的类型调用其相应的方法。 程序运行过程中,把函数(或过程)调用与响应调用所需要的代码相结合的过程称为动态绑定。-//Function: demonstration of dynamic binding of virtual functions //Function: demonstration of dynamic binding of virtual functions