会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
JasonJiang
博客园
首页
新随笔
联系
订阅
管理
2013年5月8日
DataGridView中右键选择单元格
摘要: If e.Button = MouseButtons.Right AndAlso e.RowIndex > -1 AndAlso e.ColumnIndex > -1 Then DGV_Longitudinal.CurrentRow.Selected = False DGV_Longit...
阅读全文
posted @ 2013-05-08 10:07 JasonJiang
阅读(259)
评论(0)
推荐(0)
2013年5月6日
C#中,模拟DataGridView的CellClick事件
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Window...
阅读全文
posted @ 2013-05-06 14:30 JasonJiang
阅读(665)
评论(0)
推荐(0)
2013年5月4日
概率统计Γ(a,b)函数伽马函数
摘要: 关于伽马函数1、函数格式:GammaP(a,b,value)a,b:服从Γ(a,b)分布的函数.value:代表服从Γ(a,b)分布的函数在x≥value时的概率值.函数功能:概率统计的gamma函数在x≥value时的概率值.2、函数格式:Gammln(a)a:Γ(a)当中的值当a≤1的时候,采用多项式逼近的方式来求得Gammln(a)函数功能:函数成功返回ln(Γ(a))的值.3、函数格式:Gamma(a)a:Γ(a)当中的值函数原理:Γ(a+1)=(a+1)*Γ(a)Γ(a)*Γ(1-a)=π/sin(π*a)Γ(a)=Exp(Gammln(a))函数功能:函数成功返回Γ(a)的值.4、
阅读全文
posted @ 2013-05-04 13:10 JasonJiang
阅读(7085)
评论(1)
推荐(0)
公告