-
libsvm-mat-2.91-1
说明: 支持向量机的C++源代码包,用机器学习的方法处理优化问题,可以作为matlab的工具箱。(C++ code for proceeding SVM problems!)
- 2011-04-07 11:54:48下载
- 积分: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
-
array_processing.cpp
c++ array processing example source code
- 2014-01-01 23:12:55下载
- 积分:1
-
UBLOx7270
UBX-G7020在mtk平台上的驱动资料(UBX-G7020 use in mtk platform)
- 2014-02-12 18:45:32下载
- 积分:1
-
写的原始文件监控操作代码。
C#写的文件操作监视原代码.-wrote the original document surveillance operation code.
- 2022-08-06 08:14:41下载
- 积分:1
-
kf
卡尔曼滤波在MATLAB上的实现,本例子是常数型卡尔曼(Kalman filter implemented in MATLAB, and this example is the constant Kalman)
- 2014-10-19 21:50:28下载
- 积分:1
-
A-letter-home
一封家书。实现类的集成以及多态性,很好的练习题目。实现家书书写版本(A letter home. Achieve integration and polymorphism, practice questions. Letter writing version)
- 2016-02-14 18:57:36下载
- 积分:1
-
RCW-0660(带天线串口输出GPS模块)
Alibaba RCW-0660 new satellite positioning GPS module with EEPROM MWCAPM2.5 flight control with antenna, integrated circuit (IC), here is a collection of suppliers, buyers, manufacturers. This is the detailed page of the RCW-0660 new satellite positioning GPS module with EEPROM MWCAPM2.5 flight control antenna. Brand: Shang Pinxuan, model: GPS module, type: voltage regulator IC, power: 100, use: TV, package: (RCW-0660 with antenna), batch number: 2018, special service: none, main downstream platform: wish , Amazon, AliExpress,
- 2020-06-21 13:20:06下载
- 积分:1
-
28335采样程序
TMS320F28335的ADC模块采样程序,用于对外部模拟信号的采样(ADC module sampling program of TMS320F28335 for sampling external analog signals)
- 2020-06-17 20:00:02下载
- 积分:1
-
032116
系统根据进程给出的标识符,找到相应的套接口结构,可以(According to the identifier given by the process, the system finds the corresponding socket structure, and can)
- 2019-04-23 19:26:20下载
- 积分:1