-
time-clock
本段程序是介绍关于如何实现数字秒表的程序(This section of the program is to introduce the digital stopwatch on how to program)
- 2011-10-05 17:59:14下载
- 积分:1
-
专用cpu降温c++程序
专用cpu降温c++程序-dedicated cpu cooling c procedures
- 2022-11-03 00:30:03下载
- 积分:1
-
lcd1602C
xl系列单片机实验仪演示程序 LCD1602显示 步进电机控制器速度方向圈数可调 LCD1602显示 步进电机控制器速度方向圈数可调 K1-启动与停止步进电机运行 K2-设定步进电机运行圈数 (1-20圈) K3-设定步进电机转动方向 K4-设定步进电机运行速度 步进电机的转速控制分16档,数字越小,转速越快。 7.5度步进电机;周期7.5×4=30度,电机转动一圈需12个周期 资源:p1.0-p1.3接反向器74ls14,输出后接步进电机 p3.7接小喇叭提供按键音, p1.4-p1.7接端口按键:lcd1602插入实验仪(xl Series Singlechip Experiment LCD1602 demo program shows the direction of stepper motor speed controller circle shows the number of adjustable LCD1602 direction stepper motor controller lap speed of a few adjustable K1-start and stop the stepper motor running K2-setting step motor running a few laps (1-20 laps) K3-set stepper motor rotation direction of K4-setting speed of stepper motor stepper motor speed control minutes 16 stalls, the number of smaller, faster the speed. 7.5 degree stepper motor cycle of 7.5 × 4 = 30 degrees, rotating electric lap 12 cycles required resources: p1.0-p1.3 then reverse browser 74ls14, followed by stepper motor output p3.7 then provide a small speaker key tone, p1.4-p1.7 port access keys: lcd1602 insert Tester)
- 2008-12-19 10:42:22下载
- 积分:1
-
BY2003
说明: 在程序加载时出现,可以点击画面跳过。
2.登录窗口 只有在输入正确的用户名的密码时,点击登录,才能登录。
3.主体窗口 主体窗口中显示的是当天的话费清单。
4.显示窗口 显示窗口中显示的是当前的各路中断线的状态。
5.打印窗口 可以打印当天的话费清单。
6.退出程序 退出程序。
7.当前费用 可以结算出从当天的00:00:00到些时的费用总和,以及通话时第总和。
(in loading procedures there, click on the picture to skip. 2. Login window only in the correct user name password, click on Login can be logged. 3. The main window of the main window shows the list of the day's calls. 4. Show window display window shows the current rostrum were interrupted state. 5. Print window and print the same day the calls list. 6. Exit exit. 7. The current cost of clearing it out of 00:00:00 from the day when some of the costs of the total, and its total telephone conversation.)
- 2006-03-10 17:23:33下载
- 积分:1
-
dsezjc
speex-1,2rc2,tar,gz linphone依赖库源码包(Rc2 speex- 1, 2, tar, gz linphone rely on library source code package)
- 2017-03-13 18:37:52下载
- 积分:1
-
STM32F10Xspeexvocodervoicecode
主要介绍了基于STM32F10X单片机在音频方面speex编解码的C源码(Introduces microcontroller based STM32F10X in audio speex codec C source)
- 2013-06-09 14:00:06下载
- 积分:1
-
media-autobuild_suite-master
ti-nspire mod for ndless
- 2019-04-01 21:30:31下载
- 积分:1
-
MT6572_design_notice_V0.1.pdf
MT6572_design_notice_V0.1
- 2017-12-12 00:10:36下载
- 积分:1
-
实体类互相赋值
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
namespace GPS.Common
{
///
/// BeanUtils提供用于拷贝对象中的具体字段的值的方法
///
public class BeanUtils
{
///
/// 把源对象里的各个字段的内容直接赋值给目标对象(只是字段复制,两个对象的字段名和类型都必须一致)
///
/// 目标对象
/// 源对象
public static void CopyObject( object src,ref object dest)
{
&
- 2022-10-20 05:35:03下载
- 积分:1
-
Tetris
俄罗斯方块:只有一般功能,方便学习。如果想玩,还得自己加点东西哦!(Tetris: Only a general function to facilitate learning. If you want to play, had to add something to their Oh!)
- 2009-12-19 16:29:22下载
- 积分:1