-
R-K
四阶龙格库塔法,用C++编写,很有参考价值(Fourth-order Runge-Kutta method, written in C, a good reference)
- 2011-12-29 20:44:34下载
- 积分:1
-
SilverLight 3.0 of the things that a good thing
有关silverLight 3.0 的东西 一个比较好看的东西-SilverLight 3.0 of the things that a good thing
- 2022-02-26 09:08:45下载
- 积分:1
-
Example_2833xSci_FFDLB_int
说明: 实现DSP28335内的SCI通信程序,经过测试后可以使用(Implement the SCI communication program in DSP28335, which can be used after testing)
- 2020-05-28 14:34:00下载
- 积分: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
-
STM32L152例程
STM32L151的例程,包括ADC,DAC,DMA,PWM,EXTI等等,很全(STM32L151 routines, including ADC, DAC, DMA, PWM, EXTI, and so forth, very full)
- 2021-04-21 14:58:50下载
- 积分:1
-
C-Interfaces-and-Implementation
本书介绍了C语言接口与实现,讲解了创建可重用软件的技术。(The book describes the C language interface and implementation to explain the technology to create reusable software.)
- 2013-01-06 14:58:41下载
- 积分:1
-
bootloader--2803x
Ti dsp bootload程序,较好的参考价值。(Ti dsp bootload program,good for everyone.)
- 2021-03-27 09:59:12下载
- 积分:1
-
Developed using Visual studio 2005, is a magic to do with the collection of figh...
用Visual studio 2005开发的,是一个用集合做的魔幻战士的RPG小游戏,是我在S2的小项目-Developed using Visual studio 2005, is a magic to do with the collection of fighters RPG game, is my little project S2
- 2022-07-13 16:59:46下载
- 积分:1
-
导入数据,可以实现画k线图和成交量图,是学习股票软件开发的好例子...
导入数据,可以实现画k线图和成交量图,是学习股票软件开发的好例子-Import data, you can achieve the draw k line graph and volume charts to learn the stock a good example of software development
- 2023-08-14 18:25:03下载
- 积分:1
-
shujukuliulan
说明: 基于单文档的数据库浏览,希望能够对大家有所帮助。(based on the single-file database browsing, we hope to be able to help.)
- 2006-05-08 14:09:45下载
- 积分:1