-
重庆TD邮电学院
重庆邮电学院TD-SCDMA移动终端全部三种算法东南大学G.711 FER补偿定点算法四种南京航空航天大学数字视频/字符增强算法5种南京航空航天大学微光视频降噪算法测量算法六合肥工业大学JPEG七西交通大学AAC编解码器8西39;电子科技大学自动视频跟踪9 NCUST工业CT快速重建算法山东大学巷10最大匹配算法11清华大学(实验室)
- 2022-12-16 22:15:08下载
- 积分:1
-
带文字与位图的按钮.rar 这个源代码是关于文字和位图关系的N控件程序。...
带文字与位图的按钮.rar 这个源代码是关于文字和位图关系的N控件程序。-with language and bitmap button. Rar the source code is on the letter and the Bitmap N control procedures.
- 2022-03-15 18:33:49下载
- 积分:1
-
学生信息系统,学生入学信息,选课信息,学籍信息等
学生信息系统,学生入学信息,选课信息,学籍信息等-student information system, student enrollment information, classes of information, student information
- 2022-07-22 07:07:55下载
- 积分: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
-
17 classic control source package, the system is useful landscaping
17个经典控件的源码包,对系统美化很有用-17 classic control source package, the system is useful landscaping
- 2022-03-17 02:33:48下载
- 积分:1
-
实现网络端口的打开与连接,可以把一个程序实现网络共享
实现网络端口的打开与连接,可以把一个程序实现网络共享-network with the opening of port connections, a process can achieve a network share
- 2022-05-27 18:17:53下载
- 积分:1
-
此程序是关于对话框中各个按钮的使用以及消息框的使用的比较全面的试验,并且带有文字说明,是很好的程序!该程序来自免费下载,版权非本人所有!...
此程序是关于对话框中各个按钮的使用以及消息框的使用的比较全面的试验,并且带有文字说明,是很好的程序!该程序来自免费下载,版权非本人所有!-dialog on the various buttons and use the information box compared the use of the comprehensive test, and with a textual description, the procedure is a very good! Proceedings from the free downloading copyright- I all!
- 2022-01-31 20:41:06下载
- 积分:1
-
EVC源码,生成按钮的源代码,在wince环境下开发
EVC源码,生成按钮的源代码,在wince环境下开发-EVC source to generate the source code button in wince development environment
- 2022-02-14 13:27:35下载
- 积分:1
-
XP style button variable color programming source code
XP风格可变颜色的按钮编程源代码-XP style button variable color programming source code
- 2022-01-26 04:47:51下载
- 积分:1
-
可以实现任意形状的按钮,贡献出源代码,大出血,大奉献,大家随便下载...
可以实现任意形状的按钮,贡献出源代码,大出血,大奉献,大家随便下载-Can realize arbitrary-shaped button, the contribution of source code, massive, big dedication, everyone just download
- 2023-03-16 17:15:04下载
- 积分:1