-
Aaform
图像变换,处理图片的变换及反走样处理,包含VB和VC的源文件(Image transformation, to deal with the change of image and anti-aliasing processing, VB and VC contains source files)
- 2007-12-19 13:48:33下载
- 积分:1
-
chebyshevnihe
说明: 数值分析中的chebyshev拟合程序,学习数值分析的同学可以参考参考(Numerical Analysis of chebyshev fit program, students study and numerical analysis can refer to reference)
- 2011-03-24 15:07:01下载
- 积分:1
-
AT91RM9200-BasicUHP-ARM1_2-2_0
AT91RM9200驱动15AT91RM9200驱动15
- 2009-03-12 14:17:44下载
- 积分:1
-
p1-1
简单的c程序,便于c基础薄弱的人学习研究c语言(Simple c program , a weak infrastructure to facilitate people to learn c c language study
)
- 2013-11-22 10:36:20下载
- 积分:1
-
wtl-code-636-trunk
wtl源码查看所有分类 (建议增加分类)(WTL source code view all categories (recommended for additional classification))
- 2018-05-31 23:27:17下载
- 积分:1
-
gps
也是从淘宝花几十买的GPS源代码,c#语言编写,望大家下载参考练习(Also from the taobao spend dozens of buy GPS source code, c# write, hope everyone download reference contact
)
- 2012-10-22 11:26:21下载
- 积分:1
-
network-connective-analysis
电力系统中网络结线的分析程序,分析网络结线的连接状况并对其分类。(Network connectivity analysis procedure. analysis the the network connection status and classify it .
)
- 2011-06-29 09:15:03下载
- 积分:1
-
BQ24195
STM32 BQ24159 源码, 通过I2C连接(STM32 BQ24159 source code , via i2c bus to communicate)
- 2020-06-30 10:00:01下载
- 积分:1
-
dynamic-channel-allocation
GSM网络的动态信道分配,对于初学这方面的同学有很大帮助(GSM network, dynamic channel allocation, for the beginner in this area of great help to students)
- 2011-11-29 09:48:27下载
- 积分: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