-
route_issue
航线问题的解决,这个航线问题是c++学习中必须掌握的算法问题里的最为常见的算法问题,从而解决最短距离算法。(
Solve these problems, this route issue is c++ learning algorithm must master the most common problems in algorithmic problems, so as to solve the shortest distance algorithm.)
- 2016-06-02 00:00:46下载
- 积分:1
-
基于stm32的飞控源码
是买了圆点博士的2015+新版的飞行器后得到的资料,有一定的注解看起来更加清楚,且我试飞过该飞行器,飞行非常平稳,效果很好,适合用来学习四轴飞行器。
- 2022-02-06 16:17:51下载
- 积分:1
-
VCdetuxingchuli
VC的图形处理以及简单的程序设计,简单易懂(VC graphics processing and simple program design, simple and understandable
)
- 2011-12-13 16:41:34下载
- 积分:1
-
MATLAB
matlab入门书籍,好好学习,将来一定会有用处的。(Matlab entry books, study well, in the future will be useful.
)
- 2012-10-01 14:24:45下载
- 积分:1
-
RC500
RC500的中文资料,包括使用方法,指令的解释,以及硬件结构(RC500 Chinese information, including the use of methods, interpretation of commands, as well as the hardware structure)
- 2009-01-13 10:29:28下载
- 积分:1
-
OpenTSTOOL-1.2_windows
说明: matlab的时间序列分析工具,可以计算最大lyapunov指数、相关维数等,还可以进行相空间重构(matlab time series analysis tools, you can calculate the maximum lyapunov index, correlation dimension, phase space reconstruction can also)
- 2010-04-14 11:20:56下载
- 积分:1
-
1.60全功能免费辅助
刷帮清包宠物法宝挖宝切糕元宝荣丹改造一切俱全(Brushing and cleaning up pet magic treasures, digging and cutting cakes, Yuanbao Rongdan, renovating everything)
- 2021-02-10 00:09:53下载
- 积分: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
-
socket
SOCKET通信,一个服务端,一个客户端的通信。(SOCKET communications, a server, a client communication.)
- 2013-11-04 16:50:40下载
- 积分:1
-
mootools.js
网页上的mootools滑动菜单,向上滑出带缩略图的文字滑动菜单,菜单在图片的下方,鼠标移上后,菜单包括的二级子菜单向上滑出,滑出菜单中允许添加缩略图,所以说这是一款图文结合的滑动菜单,整体效果可看截图。(Mootools sliding menu on a Web page, up and out of text with thumbnail sliding menu, the menu at the bottom of the picture, the mouse moved on, the menu includes two sub-menus up and out of the slide-out menu allows you to add thumbnails, so This is a combination of graphic sliding menu, the overall effect can look at the screenshot.)
- 2013-04-19 20:42:44下载
- 积分:1