资源列表
MFC中标签页的源代码
- 该源代码包含了.h和.cpp文件,能够直接添加进MFC工程中,从而替代原本的标签页,更为清晰好用!!!
DVB RDA5815
- DVB RDA5815 的配置代码,用于RDA5815的寄存器详细配置,C语言实现,可读性强
粒子群算法综合线阵低副瓣方向图
- 利用粒子群算法综合微带天线阵列方向图,可以自适应调节副瓣电平和波瓣宽度。(By using particle swarm optimization (PSO) to synthesize the pattern of microstrip antenna array, the sidelobe level and lobe width can be adjusted adaptively.)
GA
- 利用遗传算法优化10元稀疏天线阵列的单位间距,得到低副瓣的结果(Using genetic algorithm to optimize the unit spacing of 10 element sparse antenna array, the result of low sidelobe is obtained)
BlindWatermark
- 基于PYthon的盲水印实现,目前相对成熟,仔细校对过代码,对暴力破坏的图片依旧有良好的水印还原。该技术源码需要一定的PYthon基础才能使用,(The implementation of blind watermark based on Python is relatively mature at present. After carefully proofreading the code, there is still a good watermark restoration for the
Matlab2017b上运行CFAR算法(数据+代码+教程)
- 通过CFAR算法实现船舶目标检测,能够得到很好地效果。(Ship target detection by CFAR algorithm)
相位屏仿真方法
- 利用功率谱反演法得到相位屏,用于模拟在大气中传输时大气湍流造成的相位影响(The phase screen is obtained by power spectrum inversion method, which is used to simulate the phase effect caused by atmospheric turbulence when transmitting in the atmosphere)
母牛递归
- 这个程序用于计算母牛递归的问题,属于c语言基础方面的题目,新手可以看看
c语言练习题
- Exercise 5: ‘for’ and ‘do … while” repetition statements 1. Write a program which uses a do/while loop to print out the first 10 powers of 2 other than 0 (ie. it prints out the values of 21, 22, ..., 210). Use a for loop to do the same. 注意 po
龟兔赛跑
- 计算机图形学ID发激动好好好好哦阿斯顿我类个股(sidho sdaijfp oihfoaos aof whf)
TFM_FMC
- 超声相控阵的TFM全聚焦算法。全聚焦成像技术(TFM)通过特殊的的数据采集方法与成像技术能对缺陷进行非常精确的成像。使得超声检测在缺陷定量及定性上更加的准确。全聚焦技术采用了全矩阵捕捉法(FMC)对检测区域进行数据采集。(TFM full focus algorithm of ultrasonic phased array)
运用极域电子教室控制其他学生端(不需要教师端)
- 学生端要执行某个操作必须收到一些数据包(是不是一定要来自教师端的ip还是未知的,但如果必须我们也可以伪造发信源ip),我们可以用wireshark抓获这些数据包,然后分析,最后用vc代码来发送数据包达到自己想达到的效果