-
利用ewb实现二倍频的电路
利用ewb实现二倍频的电路-Ewb realize the use of frequency-doubling of the Second Circuit
- 2022-01-27 14:50:38下载
- 积分:1
-
一个VC++串口通讯类调用实例
一个VC++串口通讯类调用实例,我的电脑不知何故为打开串口失败,如果成功的话,会有提示,并将文本框中的一段落发送到串口,进行数据通信,可能是我的电脑有问题,里面的串口操作类可用在其它的VC++应用程序中。
- 2022-03-04 22:47:18下载
- 积分:1
-
蓝宝石,bios,rx560原版bios 6p供电镁光显存颗粒
原版bios 6p供电蓝宝石,bios,rx560
- 2020-11-09下载
- 积分:1
-
direction_dly_half_circle_plot
用于地震方向显示图,显示地下半空间的极坐标图(direction of half circle plot)
- 2016-09-16 16:03:52下载
- 积分:1
-
根据相关数据,预测未来几年的情况 预测分析
说明: 根据相关数据,预测未来几年的情况,有残差,有相关系数(According to the relevant data, forecast the situation in the next few years, with residual and correlation coefficient)
- 2020-06-24 21:17:30下载
- 积分:1
-
phoenix
恶意样本,仅供测试,请不要用于其他不正规路径。仅供测试仅供测试仅供测试(Malicious samples for testing only, please do not use other irregular paths. The test is only for testing only for testing)
- 2017-12-20 19:38:34下载
- 积分:1
-
捷联惯导解算
实现捷联惯性导航运动参数的解算,经过验证程序可用(Calculation of kinematic parameters for Strapdown Inertial Navigation System)
- 2018-11-15 10:29:36下载
- 积分: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
-
jQuery 左右切换的网站焦点图特效
jQuery 左右切换的网站焦点图特效,一款基于jQuery的网站幻灯片左右切换特效代码,与其它幻灯片不同的是,左右两侧增加了背景高亮的效果,获得了更好的操作体验,当你把鼠标放在左右任意一侧的时候,一侧的背景会突出显示,点击后即可切换图片。
- 2022-05-20 07:13:49下载
- 积分:1
-
curve_fitting_ceres_fortest
使用ceres对曲线进行拟合程序,ceres可以从github下载;(Using ceres fitting program, Ceres can be downloaded github )
- 2017-04-22 22:39:27下载
- 积分:1