-
CSharp
这是C#入门经典第四版所有章节的源代码,内容包括C#基础知识,windows编程基础,web编程、数据库访问以及其他相关技术。(This is C# Getting Started classic all chapters of the fourth edition of the source code, including the basics of C# ,the windows programming basics, web programming, database access, and other related technologies.)
- 2013-01-16 14:58:32下载
- 积分:1
-
HookMouse001
简单的鼠标钩子,运行时可以使鼠标无法操作(Simple mouse hook, the runtime can not operate the mouse)
- 2012-11-30 00:31:42下载
- 积分:1
-
ra8875 _ spi 4线硬件
说明: STM32F4 SPI 4线驱动RA8875 彩屏方案(stm32f4 driver ra8875 TFT lcd display)
- 2020-11-13 12:10:48下载
- 积分:1
-
C# WPF 使用图像控件显示绘制的文本字符串
C# WPF 使用图像控件显示绘制的文本字符串,这里将文字绘制成渐变色样式,十分漂亮,颜色值和字体样式可在实例源码目录的Window1.xaml.cs文件中修改,代码如下:
用图像控件显示绘制的文本字符串
RadialGradientBrush MyRadialGradientBrush = new RadialGradientBrush();
//对颜色的定义
MyRadialGradientBrush.GradientOrigin = new Point(0.5, 0.5);
MyRadialGradientBrush.Center = new Point(0.5, 0.5);
MyRadialGradientBrush.RadiusX = 0.5;
MyRadialGradientBrush.RadiusY = 0.5;
MyRadialGradientBrush.GradientStops.Add(new GradientStop(Colors.Yellow, 0.0));
MyRadialGradientBrush.GradientStops.Add(new GradientStop(Colors.Red, 0.25));
MyRadialGradientBrush.GradientStops.Add(new GradientStop(Colors.Blue, 0.75));
MyRadialGradientBrush.GradientStops.Add(new GradientStop(Colors.LimeGreen, 1.0));
MyRadialGradientBrush.Freeze();
FontStyle MyStyle = FontStyles.Normal;
FontWeight MyWeight = FontWeights.Medium;
MyWeight = FontWeights.Bold;
MyStyle = FontStyles.Italic;
//要显示字体的定义
string MyText = "开源爱好者";
var MyFont = new FontFamily("宋体");、、字体样式的定义,默认为宋体
FormattedText MyFo
- 2023-04-06 04:45:04下载
- 积分:1
-
c-programming-in-linux
说明: C programming in Linux
- 2019-05-23 21:48:55下载
- 积分:1
-
opencv 人脸检测
opencv库里训练样本不明显,加以改进,准确度更高
- 2022-03-24 17:43:15下载
- 积分:1
-
统计各种字符的个数
这是一个计算一串字符串中的各种字符的个数,句子逆序,以及计算兔子个数的一个程序包,供学习C++的初学者学习。
- 2022-08-13 16:14:00下载
- 积分:1
-
vcText
用VC++编写一个CDC文字处理程序的代码,通过本程序大家可掌握如何产生自定义字体和自定义插入符,熟悉对CString类的使用。讲解定时器的使用和DrawText函数的巧妙运用以及CDC的裁减功能。(Using VC++ to write a word processing program code CDC, through this process we can learn how to create custom fonts and custom insert a symbol, familiar with the use of the CString class. Explain the use of timers and the clever use of DrawText function and the reduction of CDC function.)
- 2010-05-18 18:18:01下载
- 积分:1
-
m_map
将这个安装包加载到MATLAB中,便可以进行地图相关要素绘图的可视化,适合于测绘人员使用(Loading this installation package into MATLAB can visualize the mapping of map-related elements, which is suitable for the use of surveyors and mapping personnel.)
- 2018-12-01 16:22:35下载
- 积分:1
-
abc
数据结构的稀疏矩阵的几部分操作,广工的课程设计(Sparse matrix operations)
- 2013-12-03 15:57:53下载
- 积分:1