-
GPSR_6.0
GPSR_6.0 工具器,梯度投影法CS恢复,很有用的(GPSR_6.0)
- 2010-08-12 11:02:04下载
- 积分:1
-
FOC
台达的东东哦。。绝对真实,不过是汇编的,喜欢的筒子可以看看(Delta stuff, oh. . Absolutely true, but a compilation of favorite cheese can look)
- 2014-08-27 10:02:51下载
- 积分:1
-
ssxs
使用hc595驱动双色点阵完整的C语言程序(Using two-color dot matrix driver hc595 complete C language program)
- 2013-10-11 09:57:33下载
- 积分:1
-
xuanmiaoplayer
说明: C#实现本地视频播放,快进,快退,暂停等基本功能(C# realize local video playback)
- 2020-10-20 14:55:06下载
- 积分: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
-
PE_Caculation
matlab计算排列熵的程序,可以定量分析混沌或噪声序列的复杂度(a program that is capable of computing the permatation entropy of a time series noise or chaos waveform.)
- 2017-05-03 07:22:56下载
- 积分:1
-
matlab_dllConversion_CPP
This is consist of converting the matlab code to dll using C++ code
- 2010-09-28 20:59:03下载
- 积分:1
-
skola(low)
opengl的学校环境设计,比较综合地体现了一般操作。(opengl school environment design, a more integrated expression of the general operation.)
- 2020-08-31 17:28:10下载
- 积分:1
-
c# 生成二维码示例源码下载
c# 生成二维码示例源码下载
- 2014-02-07下载
- 积分:1
-
对了解数据结构有很大帮助
各种数据结构都有相应的经典问题的程序...
对了解数据结构有很大帮助
各种数据结构都有相应的经典问题的程序-For understanding the data structure of great help to a variety of data structure has a classic problem of the corresponding procedures for
- 2022-07-23 13:19:24下载
- 积分:1