-
蓝桥杯参赛
说明: 蓝桥杯官方指定参赛开发板矩阵键盘、流水灯、频率测量模块应用(Blue Bridge Cup official designated development board matrix keyboard, water light, frequency measurement module application)
- 2020-09-16 23:04:12下载
- 积分:1
-
C# rotating source stopwatch clear, clear interface, learning good
C#旋转的秒表 源码清晰,界面清楚,学习很好-C# rotating source stopwatch clear, clear interface, learning good
- 2022-02-11 13:16:55下载
- 积分:1
-
温度转换器
温度转换器 vb.net
允许用户将在摄氏温度转换为开尔文
- 2023-05-05 11:15:03下载
- 积分:1
-
C# 在LINQ to DataSet中对分组操作执行子查询
C# 在LINQ to DataSet中对分组操作执行子查询,相关代码:
private void button1_Click(object sender, EventArgs e)
{//在LINQ to DataSet中对分组操作执行子查询
SqlConnection MyConnection = new SqlConnection();
MyConnection.ConnectionString = @"Data Source =.SQLEXPRESS;Initial Catalog=Northwind;Integrated Security=True";
MyConnection.Open();
SqlCommand MyCommand = new SqlCommand("Select * From Orders ", MyConnection);
DataSet MySet = new DataSet();
SqlDataAdapter MyAdapter = new SqlDataAdapter(MyCommand);
MyAdapter.Fill(MySet);
DataTable MyQueryTable = MySet.Tables[0];
var MyQuery = from MyOrder in MyQueryTable.AsEnumerable()
orderby MyOrder.Field("ShipCity")
group MyOrder by MyOrder.Field("ShipCity") into g
select new
{
MyCity = g.Key,
MyMaxFreight = (from MyData in g select MyData.Field("Freight")).Max()
- 2022-01-27 20:20:32下载
- 积分:1
-
qiuni
C语言矩阵求逆模块,输入矩阵调用此模块即可求出对应的逆矩阵(C language matrix inversion module)
- 2013-12-16 21:18:18下载
- 积分:1
-
C# 日志DLL
使用C#语言,编写的日志记录的DLL
调用方法:LogHelper.WriteLogAndInfo("填写内容!")
LogHelper.logerror--错误信息
LogHelper.loginfo--日志信息
LogHelper.SetConfig--日志的配置设置
LogHelper.WriteLog()--编写日志信息
LogHelper.WriteTodayLog()--编写日志信息
- 2022-09-23 23:35:02下载
- 积分:1
-
ava-kuangjia
ava 框架,以前找的,不知道现在能用不,需要的自己下载(ava kuangjia )
- 2013-12-21 21:33:50下载
- 积分:1
-
北斗2.1协议
北斗通信设备通用的协议,串口通信与北斗卫星的通信协议,(The general protocol of Beidou communication equipment, serial communication protocol with Beidou satellite)
- 2020-09-23 12:17:49下载
- 积分:1
-
CSharp-emreditor-20145416425781
C#源码-电子病历编辑器,完全可以购入到HIS系统中进行二次开发!(C# source code editor- electronic medical records, can buy to HIS system of secondary development!)
- 2016-01-12 12:02:13下载
- 积分:1
-
svm_demo
svm for Supervised classification
- 2017-06-19 14:01:25下载
- 积分:1