-
TesMessage2
遗传算法求解车辆路径问题,采用C#编写,计算结果以及计算结果的可视化显示(The genetic algorithm is used to solve the vehicle routing problem, which is compiled by C#, and the results are visualized.)
- 2020-06-25 20:40:01下载
- 积分:1
-
cc430单片机430MHZ无线通讯接收程序
cc430f51系列单片机430MHZ无线通讯接收程序,可以直接用的
- 2022-02-11 19:57:09下载
- 积分:1
-
GPIO按键输入控制LED流水灯 方向
基于stm32编制的按键控制led 新手可以参考 222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222255555555555555555555555555555555555555555555555555555555555555555555555555
- 2023-01-09 12:50:04下载
- 积分:1
-
STM32H745_Ethernet
Trying to get Ethernet, LWIP and FreeRTOS working on the STM32H745. Testing on the NUCLEO-H745ZI-Q using FW_1.7 and the STM32CubeIDE.
## Instructions on how to get started:
* [LWIP without RTOS](Documentation/lwip_nortos.md)
* [LWIP with RTOS](Dcumentation/lwip_rtos.md)
## Bugs and improvements
* [SysTick not increasing ticks](Documentation/no_systick.md)
* [No DHCP IP when starting without ethernet cable](Documentation/dhcp_nocable.md)
## Current status:
* RTOS works (blinky)
* LWIP works (nucleo board gets IP from DHCP on router)
* HTTP test server works (navigate to http:///index.html for demo)
- 2021-07-25 00:31:02下载
- 积分:1
-
PC 机与单片机通信(RS232 协议)
单片机串口通信的应用,通过串口,我们的个人电脑和单片机系统进行通信。
个人电脑作为上位机,向下位机单片机系统发送十六进制或者ASCLL码,单片机
系统接收后,用LED显示接收到的数据和向上位机发回原样数据。
- 2022-03-02 02:58:46下载
- 积分:1
-
ExcelReadWriter-原始
C# Excel操作类 读取数据 保存数据(C# Excel operation class reads data and saves data)
- 2020-06-20 02:00:02下载
- 积分:1
-
C#串口下载烧写bin文件
C#下载bin文件在下位机上运行!!!!!!!!!!!!!!!!(C# downloads the bin file and runs on the lower computer!)
- 2021-02-03 17:29:58下载
- 积分:1
-
Dicom发送源码
C#Dicom发送源码
C#Dicom发送源码C#Dicom发送源码C#Dicom发送源码
- 2022-03-19 20:07:34下载
- 积分:1
-
C# 填充和格式化DataGridView单元格数据
C# 填充和格式化DataGridView单元格数据,这个例子对C#操作数据来说,是很有必要掌握的,特别是DataGridView控件的使用,很普遍,本示例主要演示了两个dataGrid组件功能,一是格式化DataGridView控件的指定单元格,二是填充DataGridView控件(dataGridView1)数据,下面来看C#填充DataGridView控件数据的代码:
var MyConnectionString ="Data Source=.SQLEXPRESS;Initial Catalog=Northwind;Integrated Security=True";
var MySQL = "Select OrderID,RequiredDate,ShippedDate,ShipVia From Orders";
var MyConnection = new System.Data.SqlClient.SqlConnection(MyConnectionString);
var MyAdapter = new System.Data.SqlClient.SqlDataAdapter(MySQL, MyConnection);
var MyTable = new DataTable();
MyAdapter.Fill(MyTable);
this.dataGridView1.DataSource = MyTable;
运行效果如下图所示,更多代码请下载源码包编译运行吧。
- 2022-05-07 18:45:47下载
- 积分:1
-
bianyiyuanli
一个简单的编译原理实现器,包括词法分析,语法分析,语义分析等.(A simple principle to compile, including lexical analysis, syntax analysis, semantic analysis.)
- 2008-06-25 09:16:31下载
- 积分:1