资源列表
Star Rat 3.1完整源码
- 继gh0st后又一个功能强大的远程.......(Another powerful remote after gh0st)
Q_Learning
- 实现强化学习交通配时,选取最优的配时方案(To realize the reinforcement learning traffic timing, the optimal timing scheme is selected)
interest caculator
- 在这个任务中,您的任务是使用Visual C开发一个基于GUI的兴趣计算器。你必须设计用户界面。您的计划必须: ?要求用户选择简单利息或复合利息 ?要求用户输入主体 o您可以假设用户的输入已经四舍五入到最接近的美元。例子:1340 ?要求用户输入每年的利率 o例如,如果用户输入3.5,则用户表示每年3.5%。 ?要求用户以年为单位输入贷款期限 o你可以假设贷款期限是一个整数。 例子:15 ?包括三个按钮: o“计算”按钮(热键:c) 当用户点击此按钮或按下相应的热键时,程序
电波钟解码
- 电波钟 BPC解码,采用51单片机内涵原理图(Radio clock BPC decoding, using 51 single chip connotation schematic diagram)
coding txt
- STSK系统仿真,使用BPSK/QPSK调制(STSK system simulation using BPSK/QPSK modulation)
RemoveParticles
- EDEM 用户自定义编译API算例, 源文件,编译代码(EDEM user-defined compiler API example, source file, compiler code)
SpraySimulation
- EDEM 用户自定义编译API喷雾模拟算例, 源文件编译代码(EDEM user-defined compiler API SpraySimulation example, source file, compiler code)
Simple Breakage
- EDEM中简单破碎问题的用户自定义API算例(A User-defined API Example for Simple Fragmentation in EDEM)
HeatConductionForGeometry
- EDEM中热传导(几何)问题的用户自定义API算例(A User-defined API Example for Heat Conduction (Geometry) Problem in EDEM)
BondedParticle
- EDEM中颗粒粘结问题的用户自定义API算例(A User-defined API Example for Particle Bonding Problem in EDEM)
AD9833 STM32 测试程序
- 运用AD9833芯片实现不同频率正弦波、三角波、方波的的产生,误差在0.1%。(Using AD9833 chip to generate sine wave, triangle wave and square wave with different frequencies, the error is 0.1%)
matlab表情识别
- Matlab表情识别,特征脸[1 ]作为面部表情分类的方法。首先,利用训练图像创建低维人脸空间(pca)。这是通过训练图像集主成分分析(PCA)及图片主成分分析(即具有较大特征值的特征向量)获得的。 结果,所有的测试图像以所选择的主成分表示,计算投影图像与所有投影列车图像的欧几里得距离,选择最小值以找出与试验图像最相似的训练图像。(The feature face [1] is used as a facial expression classification method. Firstly,