-
FOC无传感器源代码
资源描述GD32F103 FOC无传感器代码,全部开放源代码可以方便移植到其他平台
- 2022-03-21 11:31:24下载
- 积分:1
-
计算飞船相对测站的位置矢量单位矢量在赤道坐标系中的三个分量...
计算飞船相对测站的位置矢量单位矢量在赤道坐标系中的三个分量-Calculation of the spacecraft relative position vector of the station unit vector in the equatorial coordinate system of the three subscales
- 2023-03-12 12:35:03下载
- 积分:1
-
Prolog实现8-puzzle
he 8-puzzle will be represented by a 3x3 list of lists positions where the empty box will be represented by the value 9, as shown below: [[9,1,3],[5,2,6],[4,7,8]]
Possibility Solution: Only half of the initial positions of the 8-puzzle are solvable. There is a formula that allows to know from the beginning if you can solve the puzzle.To determine whether an 8-puzzle is solvable, for each square containing a value N is calculated how many numbers less than N there after the current cell. For example, to the initial status
- 2023-07-26 11:40:02下载
- 积分:1
-
积分
不定积分
输入x1,f(x1),x2,f(x2)...输出F(x1),F(x2)...
用二分法和sinx求π.sinx用泰勒展开逼近。-integral
- 2022-10-16 01:20:03下载
- 积分:1
-
曼彻斯特编解码 Xilinx提供 Verilog代码manchester_verilog
曼彻斯特编解码 Xilinx提供 Verilog代曼曼彻斯特编解码 Xilinx提供 Verilog代码manchester_verilog彻斯特编解码 Xilinx提供 Verilog代码manchester_verilog码manchester_verilog
- 2023-03-26 14:35:03下载
- 积分:1
-
基于wcf服务和rest服务的示例代码
应用背景解决如何编写REST和WCF客户端程序,去获取服务端的各种资源的方式,具有普遍意义。关键技术采用C#实现的基于wcf服务和rest服务的示例代码,提供针对get,post,put,delete的资源获取、序列化和反序列化方法,并采用silverlight实现web服务和数据库的连接.
- 2022-03-14 17:49:08下载
- 积分:1
-
oil commonly used unit conversion of suitable geophysical the people
石油常用单位换算,适合学地球物理方面的人-oil commonly used unit conversion of suitable geophysical the people
- 2023-04-08 03:40:03下载
- 积分:1
-
把CString格式转化为Char
void CRSLAIDoc::CString2Char(CString TempCString,char ch[])
{
int i;
char *tmpch;
int wLen=WideCharToMultiByte(CP_OEMCP,0,TempCString,-1,NULL,0,NULL,NULL);
tmpch=new char[wLen+1];
WideCharToMultiByte(CP_OEMCP,0,TempCString,-1,tmpch,wLen,NULL,NULL);
for(i=0;tmpch[i]!="
- 2023-04-25 23:50:03下载
- 积分:1
-
此程序是关于动态规划算法的描述,可以直接
输入数据就可以直接运行。...
此程序是关于动态规划算法的描述,可以直接
输入数据就可以直接运行。-This procedure is about the description of dynamic programming algorithm can be directly input data can be directly run.
- 2022-10-20 12:30:03下载
- 积分:1
-
part of the numerical algorithm c++, for some netizens should be very useful
部分数值算法的c++实现,对于某些网友应该非常有用-part of the numerical algorithm c++, for some netizens should be very useful
- 2023-03-15 18:50:03下载
- 积分:1