资源列表
rar
- simulink仿真基于matlab的simulink实现2ask,2fsk,2psk的数字调制与解调(simulink.matlab.simulink.2ask.2fsk,2psk.)
code
- 在同一条关键路径上,若微服务j和与其直接关联的微服务j-n不在同一边缘计算节点或云中心执行,则存在云-边数据传输时间Ti,j-n,j,微服务j要在数据传输完成以后才能开始执行。其中,n表示同一条关键路径上微服务j与其直接相关联的微服务j-n之间的节点逻辑距离,datai,j-n,j表示微服务j-n与微服务j之间数据传输的大小。(In the same critical path, if microservice J and its directly associated microservice
matlab仿真建模
- 构建风电场并网模型(见图3),模型中额定输出功率为6*1.5MW的风电场
仿真
- 仿真了国防科大陈颍滨的基于投影切片定理的转台成像算法,实现了文章中提出的二重积分法,成像结果十分理想,欢迎下载!(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图像匹配,做影像匹配方面研究的,有需要相关函数的可以下载,选取利用。