-
rmse
本程序可以用来简单求取数据的(rmse)均方根误差(Root Mean Square Error)
- 2020-11-28 22:39:29下载
- 积分: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
-
polyfit-高斯拟合
说明: 多次拟合任意函数曲线,采用高斯曲线拟合算法求解拟合系数。(The fitting coefficient is obtained by fitting any function curve many times.)
- 2021-02-19 12:19:44下载
- 积分:1
-
Aptio_V_AMI_Firmware_Update_Utility
说明: Firmware Update Utility for Ami Bios
- 2019-05-09 22:16:58下载
- 积分:1
-
32*32的精美图表,可用于设置应用程序的图表
32*32的精美图表,可用于设置应用程序的图表-32* 32 The beautiful graphics, can be used to set application chart
- 2023-02-21 04:55:03下载
- 积分:1
-
C语言做的一个内存驻留程序之2
C语言做的一个内存驻留程序之2-C language to the presence of a memory Procedure 2
- 2022-03-23 05:00:18下载
- 积分:1
-
MPC
模型预测控制的相关书籍,地面无人车的应用(Model predictive control related books, ground unmanned vehicle applications)
- 2020-06-25 16:00:02下载
- 积分:1
-
vspsimulation
地球物理专业的数值模拟,大家可以参考,也可以在此基础上拓展.(geophysical professional numerical simulation, we can refer to, they can build on this foundation.)
- 2006-07-30 11:05:58下载
- 积分:1
-
Group-Theory
北大群论讲义,作为老师讲的讲义,还算通俗易懂。(North group theory lectures, as teacher handouts, fairly easy to understand.)
- 2021-03-31 23:59:08下载
- 积分:1
-
MFC-pong-master
A pin pong Game programming in MFC C++
- 2018-11-11 07:40:04下载
- 积分:1