-
guass
实现高斯分布 亚高斯分布以及超高斯分布,对比三者的差异(guass Laplace and subguass)
- 2020-07-15 13:28:50下载
- 积分:1
-
C#显示隐藏Windows任务栏
C#显示隐藏Windows任务栏,这个是Windows本身也自带的功能,不过现在用C#模拟一下这个小功能,多学习一些C#与Windows方面相结合的小例子,相信对Winform编程来说,是有益的吧。写这个小程序的时候,我对窗体的按钮作了一些美化,加入了图标,是不是更漂亮了。
- 2022-08-04 08:45:53下载
- 积分:1
-
C# 使用数据库列别名的例子
C# 使用数据库列别名的例子。查询数据库信息,定义了一个方法返回DataTable对象:
private DataTable GetMessage()
{
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
@"SELECT 学生姓名 as 姓名,年龄 as 学生年龄,性别 as 学生性别 from tb_Student");
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表
}
- 2022-07-22 20:05:58下载
- 积分:1
-
Pitest
通过程序通讯协议检测,信号检测,采用文字方式及选项显示检测结果(Through program communication protocol detection, signal detection, using text mode and options to display the test results)
- 2020-06-22 05:00:02下载
- 积分:1
-
复杂网络节点重要度评估及网络脆弱性分析_程光权
说明: 鲁棒性分析,复杂网络节点重要度评估及网络脆弱性分析_程光权(Robustness analysis, complex network node importance evaluation and network vulnerability analysis)
- 2019-11-06 15:11:53下载
- 积分:1
-
基于arm的gprs的无线上网的了论文,里面将了写常用的at指令
基于arm的gprs的无线上网的了论文,里面将了写常用的at指令-Based on the arm of the gprs wireless Internet access a paper, which will be commonly used at the written instruction
- 2023-05-02 05:50:02下载
- 积分:1
-
delered
删除药易通中的红字单据,可删除日期范围内的(Delete the Red Letter Documents of Yaotong)
- 2020-06-17 10:40:02下载
- 积分:1
-
pain clock in dos it very cool
pain clock in dos it very cool
- 2022-01-31 08:23:26下载
- 积分:1
-
procedures used to test the real
本程序用于测试实时时钟模块SD2000系列功能 程序功能如下: 1.在SD2000试验板上显示实时时间的小时和分钟?-procedures used to test the real-time clock module SD2000 series functional procedures following functions : 1. The SD2000 board real-time test of time hours and minutes
- 2022-01-26 03:53:36下载
- 积分:1
-
SoftwareGPSreceiver
gps的软件接收机,包括伪码产生,捕获跟踪(gps)
- 2010-01-28 11:31:42下载
- 积分:1