11 2021 档案
代码片段: 大量数据快速排序
摘要:namespace 快速排序 { class Program { static void Main(string[] args) { //利用随机数生产10万个数 Random r = new Random(0); int[] nums = new int[100000]; for (int i = 阅读全文
posted @ 2021-11-21 21:46 中华鲟3670 阅读(117) 评论(0) 推荐(0)
代码片断:GDI绘制带一定角度的椭圆
摘要://先将DXF文件中的Ellipse 解析到elpList 中 foreach (Ellipse ellipse in elpList) { //定义一个矩形 RectangleF rect = new RectangleF(); //长轴 float r1 = Convert.ToSingle(e 阅读全文
posted @ 2021-11-12 22:36 中华鲟3670 阅读(389) 评论(0) 推荐(0)


/* 看板娘 */