-
shumagua
通过数码管和单片机的组合 制作成的数码管时钟程序(Through the combination of digital control and made into a single-chip digital clock program)
- 2013-10-27 12:30:04下载
- 积分:1
-
C# 创建线程实例JoinThread源码
C#创建一个基本简单的线程实例,演示了如何创建线程,面向C#新手的一个例子:
Thread myThread;//声明线程
//用线程起始点的ThreadStart委托创建该线程的实例
myThread = new Thread(new ThreadStart(createThread));
myThread.Start();//启动线程
myThread.Join();//阻止调用该线程,直到该线程终止
Console.ReadLine();
- 2022-11-16 06:35:03下载
- 积分:1
-
aptina_pic
说明: 我要加入這個程式能下再起讓我下載不然我就不能工作(I want to join this program can, or I renewed my downloads will not work)
- 2011-03-11 10:04:16下载
- 积分:1
-
Excel导入导出
说明: C# 导入导出的execl的帮助类,方便学习和使用(Excl Import and Export Help Classes)
- 2020-06-16 22:00:01下载
- 积分:1
-
dmcj
说明: 大漠插件,可以用于大多数的编程语言,国内的比如易语言,TC,按键精灵。等等(Desert plug-in can be used in most programming languages, such as Yi language, TC, and key wizard. wait)
- 2020-06-24 20:41:21下载
- 积分:1
-
EULER1
说明: Euler 回路问题
.问题描述:
对于给定的图G 和G 中的2 个顶点v 和w,连接顶点v 和w 且经过图中每条边恰好1 次
的路径称为顶点v 和w 之间的1 条Euler 路。当v=w 时得到一条首尾相接的Euler 回路。
.编程任务:
对于给定的图G,编程计算图G 的一条Euler 回路。
.数据输入:
由文件input.txt 给出输入数据。第1 行有2 个正整数n 和m,表示给定的图G 有n 个
顶点和m 条边,顶点编号为1,2,…,n。接下来的m 行中,每行有2 个正整数u,v ,表示
图G 的一条边(u,v) 。
.结果输出:
将编程计算出的Euler 回路输出到文件output.txt 。如果不存在Euler 回路,则输出-1。(Euler circuit problem. Problem description : for a given graph G and G of two vertices v, w, connectivity and vertex v w map through which each side precisely the path to a meeting called vertices v, w between a Euler Road. When v = w be an end-to-end circuit Euler. . Programming tasks : for a given graph G, programming terms of a graph G Euler circuit. . Data input : from the document input.txt given input data. Line 1 has two positive integers n and m, to the graph G with n vertices and m edges and vertices numbered 1, 2, ..., n. Next m OK, every trip has two positive integer u, v, said of a graph G edge (u, v). . Results output : Programming will be calculated by Euler circuit output to a file output.txt. If there is no Euler circuit, the output 1.)
- 2006-03-29 21:31:15下载
- 积分:1
-
实时时钟实验报告
实时闹钟.1、STM32的实时时钟(RTC)是一个独立的定时器!
2、RTC模块和时钟配置系统(RCC_BDCR寄存器)是在后备区域,即在系统复位火从待机模式唤醒后RTC的设置和时间维持不变。
RTC这章中,对RTC相关的寄存器的操作特别重要,(RTC Alarm real-time clock
timer; keyer; intervalometer; timing device
clock; timepiece
allocation; configure; collocation; deploy
register; tell-table; temporary storage
reserve; in support
system resetstandby mode
awaken; awakening; arouse; rouse; wake up
stand)
- 2020-12-02 15:39:26下载
- 积分:1
-
数据采集终端程序 0611(2)
机床数据采集后上传至云服务器,通过http的json格式上传。(After data acquisition, the machine tool is uploaded to the cloud server and uploaded in JSON format of http.)
- 2020-06-16 23:00:02下载
- 积分:1
-
jinchengguanli
了解生产者与消费者在实现进程同步过程中的解决方案(Understanding of producers and consumers to realize the process of synchronization in the process of solution)
- 2007-09-23 22:59:21下载
- 积分:1
-
1602直接显示两行温湿度
//功能:显示两行英文字符
/***********************头文件*********************/
#include "regx52.h"
#define uint unsigned int
#define uchar unsigned char
sbit lcdrs=P1^5; //1602:0写指令,1写数据
sbit lcdwr=P1^6; //1602读写信号
- 2023-04-22 18:35:03下载
- 积分:1