-
MyClock
比较流行的数字电子钟,完全基于软件实现的效果,不依赖任何位图资源,可以设置背景和前景色,通过本程序你还将学到更多有用的知识点。本程序在Vc++6.0下编译通过(The more popular digital electronic clock, fully software-based effects, does not depend on any bitmap resource, can set the background and foreground colors, through this program you will learn more useful knowledge. The compiler program in Vc++6.0)
- 2016-04-23 09:59:15下载
- 积分:1
-
Metric-to-Imperial-Units-
公英制互转换器,初学VC时的小程序,对平时工程制图有些用处。(Metric to Imperial Units )
- 2013-08-28 07:13:38下载
- 积分:1
-
2downbank0120EmpireCMS
说明: 在建国60周年举国欢庆的日子里,帝国迎来了高性能、高容量的v6.0版网站内容管理系统正式版隆重发布!作为web内容管理解决方案的提供商(The country to celebrate the 60th anniversary of the day, the Empire ushered in a high-performance, high-capacity version of Web Content Management System v6.0 full version grand release! As a web content management solutions provider)
- 2011-03-22 19:28:49下载
- 积分:1
-
STM32_BMS_SOC
STM32f103vet6 _BMS_ SOC CODE
- 2020-08-14 16:38:28下载
- 积分:1
-
C++ hex class
实现十六进制类,包括对四则运算的运算符重载和对输入输出流的重载(Implementation of the sixteen class class
Including the operator overloading of the four operations and the overloading of the input and output stream)
- 2017-12-08 10:17:02下载
- 积分:1
-
Convex-Optimization
信号处理与通信中的凸优化理论,从纯数学的角度介绍了凸优化理论的基本原理和方法(Convex Optimization in Signal Processing and Communication)
- 2016-01-17 20:43:38下载
- 积分:1
-
播放mp3的控件
This module implements the interface and output system for Windows Media Audio. If you use this module with your application, you will need to deploy wmaudioredist.exe (the CORE) with your program. The SDK (and the CORE) are claimed by Microsoft to be BETA. It seems to work correctly, but beware of BETA! Please, notify me, when Microsoft releases the final version of the SDK. Redistribution terms for this module consist of two parts. 1) wmamp.esp redistribution terms are defined by EldoS Sounds license. 2) The CORE redistribution terms are defined by Microsoft. As for now its redistribution is free.
- 2005-01-30 13:05:35下载
- 积分:1
-
ButtonST
带特效的Button控件,可以添加图片、URL、根据事件动态改变显示(ButtonST Ctrl)
- 2015-09-17 09:54:09下载
- 积分:1
-
四路寻迹
#include
#define CAR_SPEED_MAX 10 //最大速度
sfr P4=0xe8;
sbit PWM_R=P1^7; //PWM输出
sbit PWM_L=P1^2;
sbit Moto_RA=P1^6;
sbit Moto_RB=P1^5;
sbit Moto_LA=P1^4;
sbit Moto_LB=P1^3; //左右电机驱动
unsigned char Moto_Speed_R; //右轮速度
unsigned char Moto_Speed_L; //左轮速度
unsigned char Moto_Speed_Num; //PWM调速
sbit INF_R0=P4^3; //循迹 右侧内传感器
sbit INF_R1=P4^2; //循迹 右侧外传感器
sbit INF_L0=P4^1; //循迹 左侧内传感器
sbit INF_L1=P4^0; //循迹 左侧外传感器
unsigned char Car_Sta; //电机启动速度
/***********************************
*函数名称:void Delay(unsigned char num)
*函数功能:延时
*参数说明:num 延时时间 数值最大255
*返回说明:无
*其它说明:不精准延时
***********************************/
//void Delay(unsigned char num)
//{
// unsi
- 2023-04-27 18:20:04下载
- 积分:1
-
关闭指定的应用程序
关闭指定的应用程序-closure specified applications
- 2022-07-16 07:48:40下载
- 积分:1