猪冰龙

导航

上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页

2017年12月30日 #

c#中委托与事件

摘要: 参考:http://www.tracefact.net/tech/009.html 张子阳:http://www.cnblogs.com/JimmyZhang/archive/2007/09/23/903360.html#3859414 分分钟用上事件和委托:https://www.cnblogs. 阅读全文

posted @ 2017-12-30 17:28 猪冰龙 阅读(127) 评论(0) 推荐(0) 编辑

2017年12月27日 #

c#利用循环将类实例化为对象

摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace array1 7 { 8 public class student 9 { 10 p 阅读全文

posted @ 2017-12-27 22:58 猪冰龙 阅读(783) 评论(0) 推荐(0) 编辑

c# 数组

摘要: 除了for循环,还有以下几种复制: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace array1 7 { 8 class Progr 阅读全文

posted @ 2017-12-27 22:40 猪冰龙 阅读(151) 评论(0) 推荐(0) 编辑

2017年12月26日 #

c# 动态数组-----“动态”数组

摘要: 其实在大多数工作中我们能通过前处理来确定我们的数组有多大,这样我们就可以声明相应大小的数组了。我感觉这种“动态”数组就够我用了。比如我要处理excel中数据,数据有m行*n列,这样我就可以通过读取excel来确定m和n的大小,然后再声明m行n列的二维数组,这样就可以处理了啊。 1 using Sys 阅读全文

posted @ 2017-12-26 23:33 猪冰龙 阅读(3060) 评论(0) 推荐(0) 编辑

c# radiobutton

摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Windows; 6 using System.Windows.Controls; 阅读全文

posted @ 2017-12-26 22:19 猪冰龙 阅读(652) 评论(0) 推荐(0) 编辑

2017年12月25日 #

c# 抽象类和抽象方法

摘要: 参考:http://www.runoob.com/csharp/csharp-polymorphism.html https://zhidao.baidu.com/question/587686949.html?from=commentSubmit#answers1471481219 1 using 阅读全文

posted @ 2017-12-25 11:34 猪冰龙 阅读(327) 评论(0) 推荐(0) 编辑

2017年12月21日 #

matlab2016b和c# .net4.0混合编程

摘要: 参考:https://www.cnblogs.com/eniac12/p/4390845.html 主要想用c#写软件界面,利用matlab绘图,或者用里面的遗传算法。 我的环境是:Win10 64位系统+Microsoft Visual Studio 2013+MATLAB2016b,其中用到的框 阅读全文

posted @ 2017-12-21 11:28 猪冰龙 阅读(682) 评论(0) 推荐(0) 编辑

2017年12月6日 #

有限元入门

摘要: 好的入门资料: 1.朱伯芳的《有限单元法原理与应用》 2.刘尔烈 《有限单元法及程序设计-刘尔烈》 3. 单元刚度矩阵组装及整体分析.doc 4.矿大的ppt :第五章-三角形单元的有限元法 5.下面的例子是刘尔烈书中例子: 读入文件: 1 EXAMPLE 2 6,4,5,3,1 3 1,0,1,0 阅读全文

posted @ 2017-12-06 16:10 猪冰龙 阅读(914) 评论(0) 推荐(0) 编辑

2017年11月27日 #

math.net 拟合

摘要: 参考:http://blog.csdn.net/ztmsimon/article/details/50524392 在论坛中总看到有人在说Math.NET Iridium,查了一下,现在被整合到MathNet.Numerics这个库中来了。 但是好像对于MathNet.Numerics这个库的相关资 阅读全文

posted @ 2017-11-27 17:39 猪冰龙 阅读(4761) 评论(0) 推荐(0) 编辑

2017年11月26日 #

excel 错误提示以及其他基础知识

摘要: http://wenda.tianya.cn/question/05a3d11b0e4f3c34 For i = 1 To ActiveSheet.ChartObjects.Count MsgBox ActiveSheet.ChartObjects(i).Name Next ActiveSheet. 阅读全文

posted @ 2017-11-26 23:49 猪冰龙 阅读(482) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 10 ··· 15 下一页