-
重庆TD邮电学院
重庆邮电学院TD-SCDMA移动终端全部三种算法东南大学G.711 FER补偿定点算法四种南京航空航天大学数字视频/字符增强算法5种南京航空航天大学微光视频降噪算法测量算法六合肥工业大学JPEG七西交通大学AAC编解码器8西39;电子科技大学自动视频跟踪9 NCUST工业CT快速重建算法山东大学巷10最大匹配算法11清华大学(实验室)
- 2022-12-16 22:15:08下载
- 积分:1
-
可以按下和弹起用于代替CheckBox和RadioBox的按钮
可以按下和弹起用于代替CheckBox和RadioBox的按钮-The button which can replace Checkbox and RadioBox using pressed or normal state
- 2023-04-10 21:10:03下载
- 积分:1
-
在c#windows程序中实现图片按钮。
在c#windows程序中实现图片按钮。-windows in the process to achieve Photo button.
- 2022-03-13 16:48:46下载
- 积分:1
-
本文介绍了一种简单的方法
This article introduces a simple approach to in-memory transactions that can be used to implement Undo and Redo. The technique uses SEH and Virtual Memory and requires only STL and Win32.
- 2022-01-26 05:57:10下载
- 积分:1
-
Delphi IPEdit控件
自已一直在用的IPEdit控件,自己添加了IPstring属性,可以直接读取或设置IP。控件使用DelphiXE1缩写,请用户自己修改自己控件,以满足自己的需要
- 2023-01-01 15:50:03下载
- 积分:1
-
各种样式的按扭.自绘,按扭图片等.很具参考价值.
各种样式的按扭.自绘,按扭图片等.很具参考价值.-various styles of buttons. Since the painting, buttons pictures. Very useful.
- 2022-08-07 02:05:52下载
- 积分:1
-
Window GDI+ 实现的PNGButton类。非常好用。
Window GDI+ 实现的PNGButton类。非常好用。-Window GDI+ Realize the PNGButton category. Very easy to use.
- 2022-03-04 20:35:23下载
- 积分:1
-
谷 歌 Chrome进度条
翻译 maninwest@Codeforge 作者:VallarasuS@CodeProject这里展示如何从头开始创建一个 Go ogle Chrome 主题的 进度条。任何进度条控件都依赖于一个值及表示进度值的图形。 Goo gle Chrome 下载程序有个圆圈表示进度。使用代码ChromeProgressBaris 跟 Chrome ProgressBar 的工作原理一样。将进度值转化为一个圆圈图形来表示.private void PaintProgress(PaintEventArgs e)
{ using( SolidBrush progressBrush = new SolidBrush(this.ProgressColor))
{
Rectangle rect = LayoutInternal.ProgressRectangle;
rect.Inflate(-2, -2);
rect.Height -= 2; rect.Width -= 2; float startAngle = -90; float sweepAngle = Progress / 100 * 360;
e.Graphics.FillPie(progressBrush, rect, startAngle, sweepAngle);
}
}这里是如何使用图形路径和4条线绘制圆圈和细分部分。对 Graphics 对象的剪切部分进行调整来剪切圆圈外的线。private void PaintBorder(PaintEventArgs e)
{
GraphicsPath borderPath = new GraphicsPath();
Rectangle progressRect = LayoutInternal.Prog
- 2022-08-08 07:55:37下载
- 积分:1
-
条形码控件,用delphi开发
条形码控件,用delphi开发-barcode control developed by Delphi.
- 2022-12-24 03:05:05下载
- 积分:1
-
使用ndis中间层,用vc编的简单防火墙程序
使用ndis中间层,用vc编的简单防火墙程序 -use NDIS intermediate layer using vc series of simple procedures for the use of firewall NDIS intermediate layer using vc series of simple procedures firewa
- 2022-02-11 21:37:02下载
- 积分:1