资源列表
lssvm
- 用于lssvm(最小二乘支持向量机)的单序列拟合预测一个周期(12期)-Used in the LSSVM (least squares support vector machine) fitting to predict a single sequence cycle (12)
BCH-rtl-sourcecode
- BCH RTL 源代码,内容包括解码和编码,适合应用在需要纠错的芯片产品,已经在实际的芯片验证-BCH RTL Source Code, include encode and decode, verified in actual silicon
Phase-shiftcontrolledDC-DCconvertor
- 相移控制的DC-DC变换器与 双向功率流-Phase-shift controlled DC-DC convertor with bi-directional power flow
ICT3K7-3R6940
- 三协读卡器接口文档厂家标准文档 指令的说明-sankyo document
YiDouTangJiaJu
- 一兜糖家具部分源码,对主页的编写,各种嵌套功能-A furniture part pocket carbohydrate source code, write to the home page, a variety of nesting
SP40-Programmer-User-Manual-V1.00
- SP40编程器使用手册,英飞凌全新胎压监测方案-SP40 Programmer User Manual
UnityDownloadAssistant-5.5.0f3
- unity5.5.0f3完整安装包,安装时可以选择unity支持的所有平台-Unity5.5.0f3 complete installation package, the installation can choose unity to support all platforms
Subroutines
- Subroutines for various specific cases of abaqus are given here. USDFLD/DFIL/URDFIL for a composite memeber with a hole
advisor-2002-matlab2016
- advisor在matlab2016下的安装方式-advisor 2002 installation under matlab2016
xuzheng_word
- 徐政MMC柔直高速仿真资料word板,网上只有pdf版,很难得的资料。-Jones MMC soft straight high-speed simulation data word, only PDF version online, very rare.
Matlab44
- Analysis and Modelling of Static Synchronous Compensator (STATCOM): A comparison of Power Injection and Current Injection Models in Power Flow Study
数据结构上机实验——二叉树
- 根据二叉树的抽象数据类型的定义,使用二叉链表实现一个二叉树。 二叉树的基本功能: 1、二叉树的建立 2、前序遍历二叉树 3、中序遍历二叉树 4、后序遍历二叉树 5、按层序遍历二叉树 6、求二叉树的深度 7、求指定结点到根的路径 8、二叉树的销毁 9、其他:自定义操作 编写测试main()函数测试线性表的正确性