登录
首页 » C# » C# basic knowledge, develop skills, general class, suitable for beginners to lea...

C# basic knowledge, develop skills, general class, suitable for beginners to lea...

于 2022-02-01 发布 文件大小:1.85 MB
0 174
下载积分: 2 下载次数: 1

代码说明:

C#基本知识,开发技巧,通用类,适合初学者学习,也适合熟手作为参考手册使用。-C# basic knowledge, develop skills, general class, suitable for beginners to learn, but also skilled as a reference manual for use.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Savitzky-GolayPFilter
    Savitzky-Golay 滤波算法的资源汇总,原理阐述(Savitzky-Golay filtering algorithm resource summary, the principle expounded)
    2013-01-20 10:40:39下载
    积分:1
  • pitbull_v8
    说明:  Program trading necessary source code
    2020-06-20 03:00:02下载
    积分:1
  • 图像锐化
    图像锐化(image sharpening)是补偿图像的轮廓,增强图像的边缘及灰度跳变的部分,使图像变得清晰,分为空域处理和频域处理两类。
    2022-07-20 07:43:24下载
    积分:1
  • HexEdit - Window 二进制文件编辑器
    翻译 maninwest@Codeforge 作者:Andrew Phillips@CodeProject HexEdit是使用 C++ 编写的,此版本需要 VS2008 (带有功能包)/VS2010或者以上版本提供的最新的 MFC。现在也有个适用于 VS2012 (Visual Studio 11)的项目文件。功能HexEdit 有很多有用功能,详情见 http://www.hexedit.com/hex-edit-features.htm 或在帮助中概览功能。
    2022-03-01 10:08: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
  • UCGUI3.24_for_44B0+16gray
    ucgui在ARM44B0目标板上的移植代码支持16级灰度(ucgui ARM44B0 target boards in the transplant support code gray 16)
    2007-03-03 12:14:38下载
    积分:1
  • TestLocalHeap
    Windows Local heap class
    2014-11-30 22:26:27下载
    积分:1
  • ACR122U NFC 的示例源代码
    2022-07-17 18:39:34下载
    积分:1
  • profibus主从站
    文件内容为基于profibus-dp通讯协议的源代码,里面包括主站通讯源代码,从站通讯源代码,有利于新手接触profibus总线编程,可移植性强。
    2022-11-28 22:10:03下载
    积分:1
  • .net 2.0 List 去重 类似 distinct()函数
    .net 2.0 List 去重 类似 distinct()函数
    2013-12-13下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载