-
2009102816302101
详细讲解了VC++使用ADO对SQL SERVER的操作(Explained in detail the use of ADO in VC++ the operation of SQL SERVER)
- 2009-11-02 17:39:39下载
- 积分:1
-
6
说明: 最优化的C程序课件,希望对大家有帮助,还有matlab 的介绍(Optimized C program courseware, we want to help, as well as introduction to matlab)
- 2009-12-03 16:18:36下载
- 积分:1
-
Encoder2
SourceCode Encoder AVR atmega8
- 2011-01-15 03:39:52下载
- 积分:1
-
TCPIP_Code
在VS2010平台下使用MFC开发的TCP/IP通信应用,里面拥有详细的代码注释,并且支持16进制接受和发送,支持TCP/UCP通信,以及服务器server和客户端client模式选择(TCP/IP communication applications developed using MFC in VS2010 platform, which has a detailed code comments, and support for hexadecimal to receive and send, support TCP/UCP communication, as well as server server and client client mode selection)
- 2013-01-16 14:01:12下载
- 积分:1
-
wpf Prism Modularity + Unity Ioc 用 XML 方式
wpf Prism Modularity + Unity Ioc 用 XML 方式
- 2014-01-18下载
- 积分:1
-
Caffe_Manual-master
AI caff深度源码学习,源码已经过修改可直接使用(AI CAFF source is modify by study direct for use)
- 2020-06-20 19:20:02下载
- 积分:1
-
A11_碰撞检测老师
说明: opengl基于碰撞检测的简单第一人称射击游戏(Opengl Simple First Person Shooting Game Based on Collision Detection)
- 2020-06-25 20:20:02下载
- 积分: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
-
CSpectrumAnalyzer_demo
这个demo是对频谱进行分析的 可以实时的现实频谱曲线(This demo is a spectrum analysis of the realities of real-time spectrum curve)
- 2008-03-20 13:16:51下载
- 积分:1
-
Low-passfilter
低通滤波程序,通过傅里叶变换实现有一定相位差的滤波,滤波截止频率可设。(Low-passfilter program,)
- 2013-07-16 11:19:18下载
- 积分:1