-
zuma
祖玛小游戏 实现基本功能 基本算法 给大家参考一下 地图两种圆形 和 直线(Zuma game to achieve the basic functions basic algorithm to refer to two kinds of circular and linear maps)
- 2013-09-02 22:50:26下载
- 积分:1
-
51单片机电子称程序
51单片机电子称程序,基于51单片机与hx711的电子秤程序,使用LCD1602液晶显示,最大设置值为5kg,调试成功,完全可以直接使用.
- 2022-02-27 00:05:07下载
- 积分:1
-
四旋翼无人机stm32F4的代码
此压缩包包含电路原理图,pcb原理图,飞控源代码等等资料一下为主函数代码:#include "led.h"
#include "PWM_8CH.h"
#include "capture.h"
#include "5110.h"
#include "ioi2c.h"
#include "inv_mpu_dmp_motion_driver.h"
#include "inv_mpu.h"
#include "timer.h"
#include "IIC.h"
#include "HMC.h"
#include "IMU.h"
#include "ms5611.h"
#include "gps.h"
#include "usart3.h"
#include "control.h"
#include "24l01.h"
//PWM_CH
- 2022-11-25 10:05:09下载
- 积分:1
-
SakerFrame
SakerFrame demo saker框架saker框架saker框架saker框架
- 2023-01-03 23:55:04下载
- 积分:1
-
polymirphism
c#文件处理类库 C # file handling class library(C # File processing Class Library C # file handling class library)
- 2019-05-09 16:34:10下载
- 积分:1
-
hex转bin的程序
hex转bin的程序, 支持大于64K的hex, 网上下载的Hex2Bin不支持64k. 包含工程文件, 简单包装即可生成一个Hex2Bin的小程序【核心代码】 String szLine = ""; String szHex = ""; if (szHexPath == "") { MessageBox.Show("请选择需要转换的目标文件! ", "错误"); return; } StreamReader HexReader = new StreamReader(szHexPath); while (true) { szLine = HexReader.ReadLine(); //读取一行数据 if (szLine == null) //读完所有行 { break; } if (szLine.Substring(0, 1) == ":") //判断第1字符是否是: { if (szLine.Substring(1, 8) == "00000001")//数据结束 { break; } szHex = szLine.Substring(9, szLine.Length - 11); //读取有效字符 } } HexReader.Close(); //关闭目标文件 Int32 i; Int32 j = 0; Int32 Length = szHex.Length; byte[] szBin = new byte[Length]; pbConvert.Maximum = Length / 2; for (i = 0; i < Length; i = 2) //两字符合并成一个16进制字节 { szBin[j] = (byte)Int16.Parse(szHex.Substring(i, 2), NumberStyles.HexNumber); j ; pbConvert.Increment(i); } if (szBinPath == "") { szBinPath = Path.ChangeExtension(szHexPath, "bin"); tbBinPath.Text = szBinPath; } FileStream fBin = new FileStream(szBinPath, FileMode.Create); //创建文件BIN文件 BinaryWriter BinWrite = new BinaryWriter(fBin); //二进制方式打开文件 BinWrite.Write(szBin, 0, Length); //写入数据 BinWrite.Flush();//释放缓存 BinWrite.Close();//关闭文件 MessageBox.Show("文件转换完成! ", "提示"); } catch (Exception ex) { MessageBox.Show(ex.ToString()); }
- 2020-12-05下载
- 积分:1
-
Hotel
ios app 点餐系统的代码示例 The code sample ordering system
- 2011-09-06 01:19:09下载
- 积分:1
-
文件在线管理系统0.30源码
一个简单的在线文件管理网页程序
功能:
1. 新建目录
2. 上传文件
3. 重命名(移动) 文件, 目录
4. 删除 文件, 目录
5. 压缩目录 (zip 格式)
6. 解压文件 (zip 格式)
7. 可对文件名, 扩展名, 大小, 修改日期进行排序
- 2022-01-21 20:30:04下载
- 积分:1
-
BlueTooth
蓝牙连接实例,实现蓝牙连接。。。。。。。(Bluetooth connection instance, to achieve a Bluetooth connection. . . . . . .)
- 2010-11-10 11:14:22下载
- 积分:1
-
ams_017
Arduino mega server v2.5.4
- 2018-09-22 07:33:24下载
- 积分:1