-
crkcd
自动搜索光盘,查找多媒体文件,生成播放列表,并自动播放,特别是支持大多数加密光盘
密码光盘(automatically search CD-ROM search multimedia files, generate a playlist and played automatically. particularly in support of the majority of password encryption CD discs)
- 2007-02-01 17:46:34下载
- 积分:1
-
Minttegdiff-ma
matlab微积分讲义ppt,包含算法,程序源码等非非常多不错的咚咚,能学习一下 可直接使用。 已通过测试。
(matlab calculus lecture notes ppt, including algorithms, program source code and other non-very good pound, and can learn can be used directly. Has been tested.)
- 2012-07-25 22:57:21下载
- 积分:1
-
fine_1
This file can use for loading ini file.
- 2009-06-02 12:42:18下载
- 积分:1
-
C#二进制存取图片实例源码下载
C#二进制存取图片实例源码
- 2013-01-25下载
- 积分:1
-
Avr 单片机 DHT22 中断驱动库
/*
* DHT22int.c
*。
* 第 1 版
*。
* AVR 的中断驱动 DHT22 图书馆主文件。
* 创建︰ 2014/12/1 22:26:03
* 作者︰ 米格尔 · Moreto
- 2022-07-27 21:18:50下载
- 积分:1
-
kda
linux内核开发中文版电子书好东东大家分享不可多得(linux kernel development of the Chinese version of e-books to share a rare good Dongdong)
- 2009-01-09 13:50:52下载
- 积分:1
-
DS-TM52F5284_84C_88_88C_EV20
c8051 datasheet test DS-TM52F5284_84C_88_88C_EV20.zip
- 2019-06-03 13:38:12下载
- 积分: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
-
AT89S52驱动SO12864液晶(ST7565P驱动芯片)显示图片
AT89S52驱动SO12864液晶(ST7565P驱动芯片)显示图片
- 2022-02-12 17:05:01下载
- 积分:1
-
powertossimz-May-19-2010
powertossim zip file containg sample, class, library file for developlment
- 2012-04-15 15:15:55下载
- 积分:1