-
series_active_filter
for PSCAD softwear it can be very easy and coming soon challenger in this soft
- 2013-10-17 22:51:52下载
- 积分:1
-
26精心编写程序模块
说明: 精心编写程序模块,关于全国电子设计大赛的资料(Elaborate Programming Module, Information about National Electronic Design Competition)
- 2020-06-23 01:00:01下载
- 积分:1
-
shidu
说明: 基于单片机对湿度的测量 AD转换用串口调试助手显示湿度(The measurement of humidity based on single chip AD converter with serial debugging Assistant displays humidity)
- 2011-04-18 18:44:47下载
- 积分:1
-
均值方差与协方差 helloword5353
均值方差与协方差 协方差矩阵、特征值与特征向量的提取、PCA原理
人脸识别算法之EigenFace、LBPH
人脸识别应用开发案例(Mean Variance and Covariance Covariance Matrix, Extraction of Eigenvalues and Eigenvectors, PCA Principle
EigenFace and LBPH of Face Recognition Algorithms
Case Study of Face Recognition Application Development)
- 2020-06-23 08:40:02下载
- 积分:1
-
步进电机梯形曲线加减速
资源是来自硬石科技,在这里感谢硬石科技,如果有朋友使用记得注明出处。
- 2022-12-25 14:40:03下载
- 积分:1
-
question2
Q1 Create a program that will initialise Port2 bits 0 - 7 to outputs. Then in an endless loop perform the sequence of bit manipulations shown below. Your program should use bit masking operations. Here is an outline of the program in pseudo-code and with the first two bit manipulations done for you.
//initialise port 2 for output
//set all outputs to 0
while(1)
{
FIO2PIN |= 0x04 // set bit 2 on (0x04 = 00000100)
FIO2PIN &= ~0x04 // set bit 2 off
//set port2 bit 1 on
//set port2 bit 1 off
//set port2 bit 4 on
//set port2 bit 6 and bit 7 on
//set port2 bit 4 off
//set port2 bit 6 and bit 7 off
- 2010-03-09 01:40:03下载
- 积分:1
-
DMC2210-hardware
DMC2210硬件手册。该手册是DMC2210控制卡的硬件参数说明以及硬件编程所应注意的问题等。(DMC2210 hardware manual. The manual is a hardware parameter descriptions and hardware programming DMC2210 control card should pay attention to the issues.)
- 2014-01-15 12:26:40下载
- 积分:1
-
HEVC流
H.265/HEVC解码器支持良好的流的努力。它支持QoS性能好的流媒体系统。这是一个流媒体系统源码采用H.265/HEVC。
- 2022-04-19 01:47:15下载
- 积分:1
-
FDTD_microstrip
分享一个外国人编写的FDTD程序,可以用来计算微带线和微带贴片天线,程序中采用的是均匀网格划分,但也可以在容易地在它基础上改写成非均匀网格.其边界条件与Sheen的程序不同,这里采用二阶技术.(Prepared to share a foreigner FDTD procedures, can be used to calculate the microstrip lines and microstrip patch antenna, the procedure used is uniform mesh, but can also easily rewrite it into the basis of non-uniform grid. its boundary conditions with different processes and Sheen, where second-order technology.)
- 2020-12-07 16:39:22下载
- 积分:1
-
warehouse-management-system
基于VC++的仓库管理系统中的产品信息管理
1、产品类目管理:产品类别的添加、删除和修改
2、产品信息管理:产品信息的添加、删除和修改
基于VC++的仓库管理系统中的库存操作管理
1、入库操作管理:入库操作的添加、修改和删除
2、出库操作管理:出库操作的添加、修改和删除
3、库存盘点管理:库存盘点的添加、修改和删除(Based on VC++ warehouse management system product information management 1, the product category management: product categories to add, delete, and modify 2, product information management: product information to add, delete and modify based on VC++ warehouse management system inventory operations Management 1, warehouse operations management: warehousing operations to add, modify, and delete 2, a database operation and management: a library operations to add, modify and delete 3, Inventory management: inventory to add, modify and delete)
- 2011-10-16 11:04:56下载
- 积分:1