-
FTM
说明: 基于IAR开发环境,野火FTM 配置文件,包含C和H文件(Based on the IAR development environment, wildfire FTM configuration file, including C and H files)
- 2020-06-16 21:20:02下载
- 积分:1
-
ViewBimap
这是一个读取bmp图像的源码,可直接运行,可共初学者使用(This is a source to read bmp images can be directly run a total beginner can use)
- 2008-12-22 00:17:40下载
- 积分:1
-
flash采集摄像头拍照、截图、上传功能,可直接使用
flash采集摄像头拍照、截图、上传功能,可直接使用,网页的。
- 2022-05-17 05:54:33下载
- 积分:1
-
C# 查询订购产品ID为51的客户信息
C# 查询订购产品ID为51的客户信息,需要连接数据库来测试,相关代码分享如下:
//查询订购产品ID为51的客户信息
SqlConnection MyConnection = new SqlConnection(@"Data Source =luobin-PCSQLEXPRESS;Initial Catalog=Northwind;Integrated Security=True");
MyConnection.Open();
DataSet MyDataSet = new DataSet("CustomerOrdersDetails");
SqlDataAdapter MyCustomerAdapter = new SqlDataAdapter("SELECT * FROM Customers", MyConnection);
MyCustomerAdapter.Fill(MyDataSet, "Customers");
DataTable MyTable = new DataTable();
MyCustomerAdapter.Fill(MyTable);
SqlDataAdapter MyOrderAdapter = new SqlDataAdapter("SELECT * FROM Orders", MyConnection);
MyOrderAdapter.Fill(MyDataSet, "Orders");
SqlDataAdapter MyDetailAdapter = new SqlDataAdapter("SELECT * FROM [Order Details]", MyConnection);
MyDetailAdapter.Fill(MyDataSet, "OrderDetails");
MyConnection.Close();
MyDataSet.Relations.Add("CustOrders",MyDataSet.Tables["Customers"].Columns["CustomerID"],MyDataSet.Tables["Orders"].Columns["CustomerID"]).Nested = true;
MyDataSet.Relations.Add(
- 2023-04-28 12:35:03下载
- 积分:1
-
contiki-2.3
contiki是开源的,可移植的,针对存储空间受限的网络化嵌入式系统和无线传感器网络的多任务操作系统。(Contiki is an open source, highly portable, multi-tasking operating system for memory-efficient networked embedded systems and wireless sensor networks. Contiki has been used is a variety of projects, such as road tunnel fire monitoring, intrusion detection, water monitoring in the Baltic Sea, and in surveillance networks. )
- 2009-07-04 17:39:19下载
- 积分:1
-
DLL-of-VCPP-for-windows
这本书详细的讲解了windows 动态链接库编程的方方面面。是学习动态链接库编程的最佳书籍。(This is a best book for programmer to learn how to work on dynamid link library on windows platform.)
- 2015-09-23 09:38:07下载
- 积分:1
-
online-bookstore
这是一个网上书店的源程序,简单的实现了网上售书的功能。(This is the source of an online bookstore, simple implementation of the functionality of online book sales.)
- 2012-03-09 14:56:12下载
- 积分:1
-
Robot Distance Meter (Motor DC)
Robot Distance Meter (Motor DC) / c / protues
- 2019-04-29 19:21:51下载
- 积分:1
-
C++简单五子棋源码
实现五子棋基本功能,采用五子棋经典算法并加以该进,实行人机对战模式AI智能很高。
- 2022-01-28 20:49:32下载
- 积分:1
-
读取并可视化DICOM图像(VTK & OpenCV)
本资源是将DICOM格式的CT图用VTK读取,转给OpenCV处理并可视化。当中的操作比普通的图片显示要更困难(可看我的博文了解)。本程序只要配置好OpenCV和VTK环境即可成功运行,使用简单方便。
- 2022-05-18 15:47:41下载
- 积分:1