-
Calculate factorial of large numbers, using an array of methods to calculate a f...
计算大数阶乘,用数组的方法来计算一个大数的阶乘,可以算几万的介乘-Calculate factorial of large numbers, using an array of methods to calculate a factorial of large numbers can be counted by tens of thousands of mediated
- 2022-03-29 07:48:59下载
- 积分:1
-
stm32 MPU6050六轴传感器实验
实验目的:学习MPU6050 六轴传感器(三轴加速度+三轴陀螺仪)的使用.硬件资源:1,DS0(连接在PF9)2,串口1(波特率:115200,PA9/PA10连接在板载USB转串口芯片CH340上面)3,ALIENTEK 2.8/3.5/4.3/7寸TFTLCD模块(通过FSMC驱动,FSMC_NE4接LCD片选/A6接RS)4,KEY0按键(连接在PE4)5,MPU6050传感器(连接在PB8(SCL),PB9(SDA)上面,INT(PC0)未用到).实验现象:本实验开机后,先初始化MPU6050,然后利用DMP库,初始化MPU6050及使能DMP,最后,在死循环里面不停读取:温度传感器、加速度传感器、陀螺仪、DMP姿态解算后的欧拉角等数据,通过串口上报给上位机(温度不上报),利用上位机软件(ANO_Tech匿名四轴上位机_V2.6.exe),可以实时显示MPU6050的传感器状态曲线,并显示3D姿态,可以通过KEY0按键开启/关闭数据上传功能。同时,在LCD模块上面显示温度和欧拉角等信息。DS0来指示程序正在运行。另外,本例程也可以通过USMART调用MPU_Read_Byte/MPU_Write_Byte等函数,来实现对MPU6050寄存器的读写操作(仅在UPLOAD OFF状态下).
- 2022-05-20 19:55:49下载
- 积分:1
-
实现将MOLA数据按照轨道号进行解压缩,并能把这些高程数据以文本形式显示出来。...
实现将MOLA数据按照轨道号进行解压缩,并能把这些高程数据以文本形式显示出来。-Achieve MoLa data in accordance with its decompressed orbit, and can turn the elevation data are displayed in text form.
- 2022-08-05 16:33:47下载
- 积分:1
-
簇树数据结构建设和搜索程序使用编程接口。
聚类树数据结构的构造和检索程序使用Vc编程接口控制台读取文档(对象.txt)钩子和构造输出聚类树(cluster)_树.txt)另外两个搜索功能对象搜索:输入搜索项目坐标值范围搜索:输入搜索范伟回来在object的限制范围内(object不在可除4的行中)
- 2022-03-19 04:38:20下载
- 积分:1
-
一个类似Windiff_Helper的代码
一个类似Windiff_Helper的代码-a similar code Windiff_Helper
- 2023-07-16 21:00:03下载
- 积分:1
-
.net实现的类似于office 2007的robbon风格的控件。
.net实现的类似于office 2007的robbon风格的控件。-. net realized similar to office 2007 the robbon style controls.
- 2022-04-22 05:09:41下载
- 积分:1
-
a game for source code changes
一个游戏修改器源代码-a game for source code changes
- 2022-08-24 20:09:46下载
- 积分:1
-
Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus...
Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus Stop timer when game is minimized and start it when normalized If Me.WindowState = vbMinimized Then If Timer1.Enabled Then bTimerWasOn = True Else bTimerWasOn = False Timer1.Enabled = False Else If bTimerWasOn Then Timer1.Enabled = True End If End Sub-Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus Stop timer when game is minimized and start it when normalized If Me.WindowState = vbMinimized Then If Timer1.Enabled Then bTimerWasOn = True Else bTimerWasOn = False Timer1.Enabled = False Else If bTimerWasOn Then Timer1.Enabled = True End If End Sub
- 2022-06-29 02:05:14下载
- 积分:1
-
the VB6 program is prepared for the major cities throughout the meteorological p...
本程式是用VB6编写的用以全国各地主要城市的气象参数的查询。-the VB6 program is prepared for the major cities throughout the meteorological parameters of the inquiry.
- 2022-01-25 19:48:15下载
- 积分:1
-
模拟网页发送表单,用套接字把表单发送到服务器,模拟51网站登录...
模拟网页发送表单,用套接字把表单发送到服务器,模拟51网站登录-Simulation web form to send with the form sent to the server socket, analog 51 Web Log
- 2022-03-04 01:47:09下载
- 积分:1