-
C#制作简单的倒计时程序
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace _01Timer
{
public partial class Form1 : Form
{
System.DateTime TimeNow = new DateTime();
TimeSpan TimeCount = new TimeSpan();
public Form1()
{
InitializeComponent();
}
private void label1_Click(object sender, EventArgs e)
{
}
- 2022-03-01 00:39:36下载
- 积分:1
-
Genesis C Builder introduced some moreover the foundation for a lot of beginners...
创世纪的C++ Builder 介绍一些bcb的基础,对初学者很多错,html格式,图文并茂,很容易学-Genesis C Builder introduced some moreover the foundation for a lot of beginners wrong, html format, illustrated, very easy to learn
- 2022-03-03 09:16:01下载
- 积分:1
-
C6747_spi.c
【实例简介】C6747_spi.c
- 2022-01-10 00:31:40下载
- 积分:1
-
dianziyuanqijianbujukekaoxingfenxi
一份描述电子元器件布局可靠性的文档,对于嵌入式系统的开发有重要意义,特别是EMC方面。(A description of the reliability of the document layout of electronic components for embedded systems development is significant, especially in EMC terms.)
- 2010-07-25 14:56:12下载
- 积分:1
-
suoermario
用c语言编写的超级玛丽源程序,非常具有探讨意义(Using c language source code Super Queen Mary, explore the very meaning of)
- 2008-03-29 12:44:30下载
- 积分:1
-
超声波加四轮
超声波检测距离,实现壁障功能,适合初学者入门超声波小车。(Ultrasound detection distance, wall barrier function, suitable for beginners to enter the ultrasonic car.)
- 2020-06-21 05:40:01下载
- 积分:1
-
iPhone-SDK-Application-Development
苹果手机软件官方的开发手册,总共14个章节(iPhone SDK Application Development)
- 2014-06-30 00:54:43下载
- 积分:1
-
C#+XML入门经典――C#编程人员必备的XML技能
C#+XML入门经典――C#编程人员必备的XML技能-C#+XML Beginning
- 2022-02-25 22:02:13下载
- 积分:1
-
STM32 的4路互补pwm
使用keil5编写的STM32输出四路互补的PWM,适配正点原子的mini版,同样是为电赛逆变系统做的准备。通过定时器的输出比较模式,在PC6~PC9,输出4路PWM,每路PWM频率为500Hz,占空比为50%,每一路PWM相位差为45°(The STM32 output four complementary PWM, which is written in keil5, is suitable for the mini version of the positive point atom, which is also the preparation for the electric match inverter system.Through the output comparison mode of the timer, in PC6~PC9, the output 4 road PWM, the PWM frequency of each road is 500Hz, the duty ratio is 50%, and the PWM phase difference of each road is 45 degrees.)
- 2021-01-27 10:28:35下载
- 积分:1
-
RPG游戏
亲自测试过的RPG游戏源码,非常牛逼。可以供初学者参考 ,有剧情哦!
- 2022-03-15 01:32:55下载
- 积分:1