-
matlab_engine
说明: c++ 中使用 matlab 简单画图 开发为环境为vs2010(use matlab in c++)
- 2011-04-15 16:26:58下载
- 积分:1
-
DistPoint
最近点对。编程之美上面的点对,使用了C++模板,效果还可以(the nearest point diatance)
- 2013-03-20 09:43:20下载
- 积分:1
-
date_search_system
这是一个日期查询系统,它的功能有:判断闰年,查询星期功能。(This is a date inquiry system, its functions are: to determine leap year, query functionality weeks.)
- 2008-07-06 21:16:21下载
- 积分:1
-
manual_routing
Path manually writing code, is to allow the ns2 manual routing is used, this is our experimental multichannel implementation, hoping to share.
- 2014-01-03 10:59:38下载
- 积分:1
-
电机控制专用集成电路.pdf
【实例简介】
- 2021-08-23 00:31:00下载
- 积分:1
-
人脸表情识别
这个代码是人脸表情的识别,是使用C++和opencv相结合编译,对初学者很好的代码,大家可以参考一下,很不错的东西。有问题一起学习了,不错的东西。。。
- 2022-05-20 22:23:07下载
- 积分:1
-
henry
哈夫曼樹的基本使用!實現的普通的編碼!是數據結搆中的基本問題(Huffman tree basic use! To achieve the common coding! Data structure is the basic problem! !)
- 2006-06-07 22:14:30下载
- 积分:1
-
EQ2008_Dll_CSharp
LED显示屏的二次开发,案例例子,有实时显示屏更新数据,动态文本效果。(LED display of the two development, the case, there are real-time display update data, dynamic text effect.)
- 2021-04-14 16:48:55下载
- 积分:1
-
C#结合数据库生成饼形图表
C#结合数据库生成饼形图表,这种图表是常见的数据统计图表,饼形图、柱状图等使用十分广泛,本程序演示了C#从数据库中读取出数据,然后交给饼形图生成模块,加载数据生成饼形图表。
//清空背景色
g.Clear(Color.White);
Pen pen1 = new Pen(Color.Red);
Brush brush1 = new SolidBrush(Color.PowderBlue);
Brush brush2 = new SolidBrush(Color.Blue);
Brush brush3 = new SolidBrush(Color.Wheat);
Brush brush4 = new SolidBrush(Color.Orange);
Font font1 = new Font("Courier New", 16, FontStyle.Bold);
Font font2 = new Font("Courier New", 8);
g.FillRectangle(brush1, 0, 0, width, height); //绘制背景图
g.DrawString("公司员工年龄比例饼形图", font1, brush2, new Point(80, 20)); //书写标题
int piex = 100, piey = 60, piew = 200, pieh = 200;
//20-25岁员工在圆中分配的角度
float angle1 = Convert.ToSingle((360 / Convert.ToSingle(Sum)) * Convert.ToSingle(man20to25));
//26-30岁员工在圆中分配的角度
float angle2 = Convert.ToSingle((360 / Convert.ToSingle(Sum)) * Convert.ToSingle(man26to30));
//31-40岁员工在圆中分配的角度
float angle3 = Convert.ToSingle((360 / Convert.ToSingle(Sum)) * Convert.ToSingle(man31to40));
g.FillPie(brush2
- 2022-04-12 00:35:45下载
- 积分:1
-
FangSong24
windml 字体 ,经试用,好用的。希望对嵌入式开发者有所帮组了。(windml chinese,it is goog.)
- 2009-11-20 11:08:46下载
- 积分:1