-
at89c52_3key_Digitaltube
基于At89c52和数码管实现的秒表,具有正向计时、倒计时和清零功能,三个按键分别对应k1(开始计时、暂停、继续)、k2(倒计时、暂停、继续)、k3(停止、归零)。文件包括源码、工程文件、仿真原理图和工程文件。(Based At89c52 and implement digital stopwatch, has a positive time, countdown and clear function, three buttons corresponding to k1 (start time, pause, resume), k2 (countdown, pause, resume), k3 (stop, zero ). File contains the source code and schematics.)
- 2015-05-25 22:53:49下载
- 积分:1
-
test1
TCP SYN扫描。采用多线程扫描任意端口(TCP SYN scan. Using multithreading scan any port)
- 2013-04-13 23:10:27下载
- 积分:1
-
C/C++指针与数组基本知识演示
本源码包主要包含以下代码:
1、Array1.cpp:主要实现数组的遍历、赋值等基本操作
2、Array2.cpp:主要演示数组与内存的关系
3、Pointer1.cpp:主要演示指针声明、赋值、初始化等基本操作
4、Pointer2.cpp:主要演示指针在堆和栈中操作的区别
5、函数指针1.cpp:主要演示函数指针的基本用法
- 2022-05-07 00:03:28下载
- 积分:1
-
C# 合并DataGridView控件单元格数据
C# 合并DataGridView控件单元格,合并列相同的内容,结合数据库来实现:
if (conn.State == ConnectionState.Closed)//判断数据库是否关闭
conn.Open();//打开数据库
string selectString = "select * from tb_emp";//定义查询字符串
Adapter = new SqlDataAdapter(selectString, conn);//实例化填充数据集和更新数据库的对象
Adapter.Fill(dataSet);//填充dataSet数据集
dataGridView1.DataSource =dataSet.Tables[0];//为dataGridView1设置数据源
conn.Close();//关闭数据库
填写单元格内容,相同的内容的单元格只填写第一个,对每一列相同单元格进行合并
- 2023-08-28 20:40:03下载
- 积分:1
-
biyeshejidzsc
自己做的毕业设计还有个模版,大家不要见怪哈(own graduates also have a template design, we do not mind Kazakhstan)
- 2006-12-23 22:01:53下载
- 积分:1
-
Starting_point
C5515 Audio DSP
- 2019-04-17 17:42:28下载
- 积分:1
-
multi_thread_udp
多线程UDP通讯例子( Multi-thread UDP communication example )
- 2020-06-26 11:40:01下载
- 积分:1
-
Heart_Rate_Display_Arduino
说明: 显示心率波形,基于arduino串口显示,非常方便。硬件支持 ad8232(Display heart rate waveform)
- 2020-04-08 14:55:52下载
- 积分:1
-
VC 对Word文档的各种操作
说明: 利用VC++语言编程,在MFC中对Word文档的各种操作,可供参考。(Using VC++ language programming, various operations of Word documents in MFC can be referred to.)
- 2019-03-04 14:13:21下载
- 积分:1
-
20180713
说明: 拍拍灯的源码程序,值得参考.可以放在床头,晚上起来时轻拍一下就亮,很方便实用。
在黑暗的夜里,留一盏灯给回家的人,温馨的氛围让屋子里每一个角落都充满幸福的光辉。
不管自己是不是一个人,心里都希望黑黑的地方有着柔和的光,特别在晚上拥有让人安心的理由。在因为太过疲倦而不容易入眠的痛苦时候,其实温柔光线能够抚慰人心,让人放心入睡。(Patting lamp source code procedures, is worth reference. Can be put on the head of a bed, at night when the light tap, very convenient and practical.
In the dark night, leave a lamp to go home, warm atmosphere makes every corner of the room is full of happiness.
Whether you are a person or not, you want a soft light in a dark place, especially at night for a reassuring reason.In the pain of being too tired to fall asleep easily, actually gentle light can be soothing and make people rest assured to sleep.)
- 2020-06-17 17:20:02下载
- 积分:1