-
lab1.3
Programm that turns on a led for 500ms and turns it off for 1000ms
- 2013-11-11 06:53:14下载
- 积分:1
-
simulator
Computer network RDT simulation experiment
- 2018-06-07 21:43:22下载
- 积分:1
-
C# 为DataGridView控件设置交替行样式(隔行换色)
C# 为DataGridView控件设置交替行样式,也就是大家熟悉的隔行换色功能,每一行数据的底色都不一样,这样可更清淅的浏览表格,在WEB开发中,这也是一个受欢迎的功能,在C# WinForm编程中,同样是个既实用又美观的功能。
本示例测试需要连接好SQL数据库,否则DataGridView未填充数据,不能看出多行隔行换色效果。其实实现这一功能,最核心的几行代码如下:
为DataGridView控件设置交替行样式
this.customersDataGridView.RowsDefaultCellStyle.BackColor = Color.SeaGreen ;
this.customersDataGridView.AlternatingRowsDefaultCellStyle.BackColor =Color.Cyan;
- 2022-11-20 06:00:03下载
- 积分:1
-
STM32F103C8T6中文资料
STM32F103C8T6中文资料,不用再阅读英文资料,便于进行开发使用。(STM32F103C8T6 Chinese data)
- 2018-09-20 22:13:32下载
- 积分:1
-
VC6 类库参考手册
可称得上中文版的MSDN吧(can be regarded as the Chinese version of the MSDN it)
- 2020-06-26 10:20:02下载
- 积分:1
-
GA
说明: 遗传算法的源代码。MATLAB下支持,省得编代码了(Genetic algorithm source code. MATLAB to support clinics to save compiled code of the)
- 2009-08-25 19:38:44下载
- 积分:1
-
FPW-Set forget pattern profit indicator
指标是FPW系类这是一个震荡指标,运用于外汇30分钟图表上使用(The index is the FPW class, which is a concussion index, used on the 30 minute foreign exchange chart.)
- 2018-03-30 02:12:00下载
- 积分:1
-
lib_pi
使用PISDK和HttpListener组件,用Http的方式发布PI的Tag操作。采用了简单的安全验证,自动添加double类型的Tag。(Use the PISDK and HttpListener component, to release PI Tag operations on Http . With a basic security verification, automatically add the Tag of type double.)
- 2013-05-16 11:47:59下载
- 积分:1
-
ADF4351
里面含有2015年全国大学生电子竞赛的简易频谱分析仪的全部程序,基于STM32的ADF4351以及AD8310对数检波原理图(includeing based on STM32 sADF4351andAD8310)
- 2021-05-14 15:30:02下载
- 积分:1
-
c++酒店信息管理系统源代码
本代码为酒店客人信息管理系统c++源码,适用于大学生课程设计,实验报告,甚至加上一些功能后可用于实际酒店管理,包含客人信息添加,查询,删除,修改,存储,统计等功能,麻雀虽小,五脏俱全。
- 2022-04-28 13:04:23下载
- 积分:1