-
Hui-Zhi-2D-3D-Tu-Xing
利用VC和Matlab混合编程,Release文件夹下可直接运行,绘出2D和3D图形。并且可以在VC 6.0环境下调试,注意文件夹中的readme文档说明。(Using VC and Matlab to program, Release folder can be run directly, draw 2D and 3D graphics. And it can debugging in VC 6.0 environment, pay attention to the folder readme documentation.)
- 2014-02-08 19:13:53下载
- 积分:1
-
elecfans.com-verilog教程书
从入门到精通,从简单到难,带你轻轻松松玩转FPGA(It is used to measure noise and detect road noise pollution. It is accurate and has good effect.)
- 2018-03-10 20:48:26下载
- 积分:1
-
AllTime_EA_v3.2
说明: 这款EA本身准确率高,并且操作手法很科学,包含海龟交易,布林线等八种交易策略。(This EA has high accuracy and scientific operation, including eight trading strategies, such as Turtle trading and Brin Line.)
- 2020-06-24 05:00:01下载
- 积分: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
-
Learning OpenCV 3 Computer Visi - Joe Minichino
opencv人脸识别c语言源代码:在树莓派的环境下,使用opencv平台利用c语言编程,启用摄像头来识别人脸,用圈或者框画出人脸的范围,程序改编后也可以同于眼睛,嘴巴等脸部表情的识别。应用范围比较广泛。
an open source framework for building computer vision applications.
With it, you get access to several high-powered computer vision libraries
- 2022-05-17 13:29:13下载
- 积分:1
-
Principal
Comm use for hardware manipulation
- 2015-05-07 08:58:36下载
- 积分:1
-
shuangseqiu
随机双色球,用随机函数实现对双色球的机选预测。并按顺序显示出来,可进行扩展(random function)
- 2013-11-10 23:14:25下载
- 积分:1
-
426754CTreeDemo
说明: 数据库的递归查找程序,可以快速的实现数据库的查找(Recursive Finder database, you can quickly find the realization of the database)
- 2008-10-22 12:34:57下载
- 积分:1
-
网页采集 快速仿站源码
采集 ,模板,仿站
- 2014-07-24下载
- 积分:1
-
4带返回的步进综合程序
控制步进电机,扫描后进行数据处理,自动返回光强最大值点
- 2022-04-29 14:02:56下载
- 积分:1