资源列表
仿真
- 仿真了国防科大陈颍滨的基于投影切片定理的转台成像算法,实现了文章中提出的二重积分法,成像结果十分理想,欢迎下载!(Simulation of the National Defense University of science and technology Chen Yingbin turntable imaging algorithm based on the projection slice theorem, the realization of the article proposed d
asian_option
- 亚式期权二叉树定价,最经典的算法!!!!!!!!!(Binary tree pricing of Asian Options)
金钥匙-EA
- 此EA为做黄金专门研发的智能交易系统,适合所有MT4平台的黄金交易 加载时间周期:5分钟 加载货币:XAUUSD 注意事项:公测版本的对资金是有要求的建议是5000起跑,先模拟在实盘。(This EA is an intelligent trading system specially developed for gold, which is suitable for gold trading on all MT4 platforms Loading time cycle: 5 minutes
新建文件夹
- 考虑网络约束、天然气节点约束、潮流约束的电-气耦合互补系统的最优出力情况(The optimal output of the electricity-gas coupled complementary system considering network constraints, natural gas node constraints, and power flow constraints)
1D-CNN
- 1D-CNN的模型、训练与预测。用于时间序列的一种信号处理。(the model of 1D-CNN with trainning and prediction)
超级刷单王
- 超级刷单王外部参数详解: extern int Profit = 70;//目标盈利点数,注意该EA按5位数报价的 extern int gi_maxbuy = 6;//买单最大单数, 该EA理论上可以操作的上限为13,但是13单很吓人的! extern int gi_maxsell = 6;//卖单的…… extern int gi_addstep = 50;//1-6单加码间距基数; 加码间距= 基数×系数的单量次方;不过是否加仓还取决于上一根柱子的阴阳,也就是说实际的间距只要超过这个数就行
CohesiveUEL
- cohesive UEL子程序开始范例,一个标准的UEL(cohesive UEL, Abaqus User element subroutine for cohesive)
混沌粒子群寻优算法和各种常见的混沌吸引子程序
- 混沌粒子群寻优算法和各种常见的混沌吸引子程序,适合新手学习。。。。。。(Chaotic particle swarm optimization algorithm and the chaotic attractor of various common procedures, suitable for novice to learn...)
sift匹配算法代码
- 利用matlab来实现sift图像匹配,做影像匹配方面研究的,有需要相关函数的可以下载,选取利用。
初始对准程序
- 初始对准程序,应用于SINS对准的,里面有详细解释,可用于学习和仿真
PCA+mnist
- 基于python,利用主成分分析(PCA)和K近邻算法(KNN)在MNIST手写数据集上进行了分类。 经过PCA降维,最终的KNN在100维的特征空间实现了超过97%的分类精度。(Based on python, it uses principal component analysis (PCA) and K nearest neighbor algorithm (KNN) to classify on the MNIST handwritten data set. After PCA dime
newtonpf (1)
- 牛顿拉弗逊法的修改程序,适用于大多数case系统(The modified program of Newton Raphson method is suitable for most case systems)