-
24C02
写满24C02A内部整个4K bit串行E2PROM,然后检验写入数据是否正确并显示结果。正确:点亮8个红色发光管(F5区);错误:熄灭8个红色发光管(Write full 24C02A internal 4K bit serial E2PROM, and then check whether the data is correct and di)
- 2017-04-12 11:19:39下载
- 积分:1
-
The-CPP-Programming-Language
《C++程序设计语言》英文版,第3版,C++之父Bjarne Stroustrup著,经典推荐(The C++ Programming Language, Special 3rd Edition, by Bjarne Stroustrup)
- 2013-07-19 17:51:01下载
- 积分:1
-
Writing-clean-C-Code
姜静波译中文文字版《编写无错C程序》。电子工业出版社(Jiang Jingbo translated Chinese text version of " write a no wrong C program. Publishing House of Electronics Industry)
- 2012-12-11 17:52:26下载
- 积分:1
-
WPF 自定义标题的winform窗体实现源码
两个属性一个事件 WindowStyle="None" 去标题 AllowsTransparency="True" 去边框 MouseMove="TitleBar_MouseMove" 鼠标拖动标题栏 // 支持标题栏拖动 protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e) { base.OnMouseLeftButtonDown(e); // 获取鼠标相对标题栏位置 Point position = e.GetPosition(TitleBar); // 如果鼠标位置在标题栏内,允许拖动 if (e.LeftButton == MouseButtonState.Pressed) { if (position.X >= 0 && position.X < TitleBar.ActualWidth && position.Y >= 0 && position.Y < TitleBar.ActualHeight) { this.DragMove(); } } }
- 2013-10-06下载
- 积分:1
-
Delaunay三角网代码
Delaunay三角网是空间表达很好的一种形式,构建好的Delaunay三角网对解决空间问题有很大的用处,希望通过分享能启发大家的思维。
- 2023-06-10 16:20:07下载
- 积分:1
-
MatrixInverse
说明: c语言编写的高效用LU分解法求任意维数的矩阵的逆,它是经典书籍《算法导论》(第二版)中矩阵求逆的c语言实现。 (The algorithm of matrix inverse is based on LU decomposition which is proposed by the book of introduction to algorithm (second edition).)
- 2009-08-03 08:34:24下载
- 积分:1
-
tuxiangzengqiang
这里的图像增强包括灰度修正、平滑、滤波、锐化等,是图像处理的基本操作,本代码调试通过(Here, including gray-level correction image enhancement, smoothing, filtering, sharpening, etc., is the basic image processing operations, the code debugging by)
- 2010-09-04 15:16:24下载
- 积分:1
-
cBarCodeTest
条形码程序测试,对条马的打印测试程序,用户可以下载自已测试使用。(barcode testing procedures, the right of the horse's Print testing procedures, users can download their own test to use.)
- 2007-03-25 09:34:30下载
- 积分:1
-
MCU_Digital_Clock
说明: <基于单片机的数字钟设计>
个人做的毕业设计,带Protel图,源代码用proteus软件仿真通过,附有毕设论文(<Based on single-chip digital clock design> individuals do graduate design, with Protel map, the source code through the use of Proteus software simulation, complete with paper-based)
- 2008-12-05 21:26:31下载
- 积分:1
-
test
寄存器版读正交编码器的值,测试成功 。。。。。。。。。。(encoder.c test)
- 2019-04-25 10:57:47下载
- 积分:1