-
20171030xtbs
在线识别系统模型 自适应控制 先进PID控制与matlab仿真(Advanced PID Control and MATLAB Simulation of Online Identification System Model Adaptive Control)
- 2020-06-28 22:20:02下载
- 积分:1
-
src
noc片上系统源代码,noc片上系统源代码,非常好的(noc-chip system source code, noc-chip system source code, very good)
- 2011-05-02 21:06:03下载
- 积分:1
-
deep-learning-turior
一本英文版的深度学习教程,内容全面,值得得初学者学习。(A deep learning in English tutorial, comprehensive, is worth to beginners learning. )
- 2015-03-06 11:54:39下载
- 积分:1
-
消噪
说明: 利用小波包变换可以实现对信号消噪处理,让被噪声覆盖的信号更明显的观察出来。(Wavelet packet transform can be used to denoise the signal and make the signal covered by noise more obvious.)
- 2019-12-07 16:09:48下载
- 积分:1
-
STM32L-PWR_RTC低功耗模式
说明: STM32L系列单片机低功耗相关设置和初始化代码。(STM32L series microcontroller low power consumption related Settings and initialization code.)
- 2020-06-22 21:40:01下载
- 积分:1
-
DQGL
1、客户数据从Excel或Access中导入
2、数据量比较大,约200多万条记录
3、实现分地区查询
4、实现其他条件查询 (关键字)
5、实现分地区查询的用户权限限制,即特定用户只能查找特定地区的客户信息(显示)(1, the customer data from Excel or Access to import 2, larger than the data, about 10,000 more than 200 records of 3, to achieve sub-region query 4, the realization of other conditions query (keyword) 5, to achieve sub-region query user rights restrictions that particular user can only search a specific area of customer information (show))
- 2008-04-08 23:24:38下载
- 积分:1
-
明泰MT3系列读卡器 AIP文档及开发示例源码
说明: 明泰MT3系列读卡器,AIP文档及开发示例源码(vb,vc,pb,c#.net,delphi)(Mingtai MT3 series card reader AIP document and development sample source code(Vb,vc,pb,c#.net,delphi))
- 2020-09-17 21:57:55下载
- 积分:1
-
Continuation-Power-Flow
对9节点的电力网络,进行连续潮流计算,并绘制PV曲线(Continuation Power Flow program)
- 2021-01-09 12:58:51下载
- 积分:1
-
矩陣相乘
矩陣相乘
#include
#include
int m,n,o,p,i,j,k,l;
int main()
{
printf("輸入矩陣A之列數m、行數n及矩陣B之列數o、行數p");
printf("
m=");scanf("%d",&m);
printf("n=");scanf("%d",&n);
printf("
o=");scanf("%d",&o);
printf("p=");scanf("%d",&p);
float a[m][n],b[o][p],c[m][p];
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-05 11:05:03下载
- 积分:1
-
VB托盘图标的显示、隐藏,任务栏操作示例
VB托盘图标的显示、隐藏,任务栏操作示例,可以隐藏任务栏,隐藏“开始菜单”、是否显示任务栏程序、是否显示托盘里的时间,是否不显示整个任务栏等,主要是对任务栏及其各个小功能的操作,若需要此方面编程技巧的,本源码相当有参考性。
- 2022-01-25 22:34:10下载
- 积分:1