-
matlab-DEM
二次曲面移动拟合方法生成DEM的matlab的M文件(Quadratic surface fitting method to generate the DEM mobile matlab M-file)
- 2021-01-07 15:18:53下载
- 积分:1
-
sift
这是一个关于SIFT算法介绍的pdf和ppt的合集,可以很好地帮助初学者了解sift算法。(中英文都有)(This is a collection of pdf and ppt about SIFT algorithm. I believe it can greatly help beginners to understand SIFT algorithm.)
- 2012-04-29 21:13:46下载
- 积分:1
-
Filesystem
磁盘文件系统:建立基于磁盘存储设备的UNIX文件系统,在windows系统下模拟UNIX文件管理系统,可用命令行进行基本的文件操作。(Disk file system: the UNIX file system based disk storage devices in the windows system simulation UNIX file management system, basic file operations available command line.)
- 2013-04-25 14:32:48下载
- 积分:1
-
esd_pc104_200
风河编写的用于pc104板can接口的驱动代码(Wind River prepared for pc104 board can interface driver code)
- 2008-02-25 11:53:17下载
- 积分:1
-
68965
很炫的抽屉式侧边栏导航效果,精选ios编程学习源码,很好的参考资料。(Drawer type sidebar navigation effect of cool, selection of learning IOS programming source code, a good reference.)
- 2013-12-06 11:38:11下载
- 积分:1
-
code
基于AT89S52+GPRS实现远程控制系统(Remote control system based on AT89S52+GPRS)
- 2018-06-01 22:40:40下载
- 积分: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
-
使用QWT库实现接收串口数据,并根据串口实时数据画图
使用QWT库实现接收串口数据,并根据串口实时数据画图
- 2021-05-06下载
- 积分:1
-
Dadenkov_DA_Solodkiy_EM_SHachkov_AM_Modelirovanie
Async Motor Vector Control
- 2017-06-02 18:29:31下载
- 积分:1
-
串口调试源码
串口调试源码达到释放第三方多少房顶上光电分割奋斗过后大发光火发的话东方好人法
- 2022-04-21 12:34:46下载
- 积分:1