-
windows下的一个小写字板
windows下的一个小写字板-windows of a small tablet
- 2022-11-09 22:05:03下载
- 积分:1
-
题目:某个公司采用公用电话传递数据,数据是四位的整数,在传递过程中是加密的,加密规则如下:
每位数字都加上5,然后用和除以10的余数代替该数字,再将第...
题目:某个公司采用公用电话传递数据,数据是四位的整数,在传递过程中是加密的,加密规则如下:
每位数字都加上5,然后用和除以10的余数代替该数字,再将第一位和第四位交换,第二位和第三位交换。
-Topic: using a public telephone transmission of data, integer data is four, in the transmission process is encrypted, encryption rules are as follows: each number plus 5, and then use and the balance divided by 10 instead of the figures, then the first and fourth exchange, second and third exchange.
- 2022-05-27 16:04:21下载
- 积分:1
-
很久以前从网上找到的咚咚。对于ASP编程者可能有用,一个自动生成目录树的脚本...
很久以前从网上找到的咚咚。对于ASP编程者可能有用,一个自动生成目录树的脚本-long time ago from the Internet to find the behind. For ASP programmers may be useful automatically generate a script tree
- 2022-03-19 14:27:06下载
- 积分:1
-
vc代码通过调用matlab生成的DLL文件实现VC和matlab的混合编程
vc代码通过调用matlab生成的DLL文件实现VC和matlab的混合编程-vc code matlab generated by calling the DLL file to achieve a mixture of VC and matlab programming
- 2023-02-08 18:20:04下载
- 积分:1
-
这是一个在屏幕上用鼠标画图的软件,有兴趣的
这是一个在屏幕上用鼠标画图的软件,有兴趣的-This is a drawing on the screen with the mouse software, interested to see if
- 2023-08-18 05:45:03下载
- 积分:1
-
第二带小波变换源码,用小波实现了提升算法
第二带小波变换源码,用小波实现了提升算法-second source with wavelet transform, using wavelet algorithm to achieve the upgrade
- 2022-05-30 12:22:02下载
- 积分:1
-
获取word每页缩略图
private void ConvertToImage(string wordInputPath, int resolution)
{
try
{
Aspose.Words.Document doc = new Aspose.Words.Document(wordInputPath);
if (doc == null)
{
return;
}
- 2022-07-13 14:38:36下载
- 积分:1
-
used as background dialog
用BMP 作为对话框背景-used as background dialog
- 2022-03-30 17:04:40下载
- 积分:1
-
development of the system designed to enable banks to handle customers access bu...
开发本系统的目的在于方便银行处理储户的存取款业务-development of the system designed to enable banks to handle customers access business
- 2022-12-07 22:20:03下载
- 积分: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