代码搜索:时钟提取
找到约 10,000 项符合「时钟提取」的源代码
代码结果 10,000
www.eeworm.com/read/139035/13191510
ncb 时钟夹角.ncb
www.eeworm.com/read/139035/13191512
dsp 时钟夹角.dsp
# Microsoft Developer Studio Project File - Name="时钟夹角" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/139035/13191514
cpp 时钟夹角.cpp
#include
#include
void main()
{
int h,m;
float a;
while(1)
{
scanf("%d %d",&h,&m);
if(h==0&&m==0)
break;
else
{
a=(float)m/60*360-((float)m/6
www.eeworm.com/read/139035/13191516
opt 时钟夹角.opt
www.eeworm.com/read/139035/13191518
plg 时钟夹角.plg
Build Log
--------------------Configuration: 时钟夹角 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\zhaozhuo
www.eeworm.com/read/139035/13191520
dsw 时钟夹角.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/138879/13206163
c 时钟程序.c
/*************************LED 显示程序******************************************/
/* 此程序是针对于msp447学习班编写,对led显示进行测试, 程序中有一个测试测试led数码管*/
/* 是否正常的test()函数。本程序根据电路板上led的设置,可显示6位数字和小数点,显示范围*/
/*推荐为0.0 ~ 9
www.eeworm.com/read/322997/13359127
c 可调时钟.c
//******DS1302驱动程序*************
#include"REGX52.H"
#include "stdio.h"
#include
#define delayNOP(); {_nop_();_nop_();_nop_();_nop_();};
#define AM(X) X
#define PM(X) (X+12)
www.eeworm.com/read/136505/13373710
txt 电脑时钟.txt
#include
#include
#include
#pragma interrupt_handler timer1:7
#pragma data:code
/* 七段译码字形表 */
const unsigned char tabel[]={0x3f,0x06,0x5b,
www.eeworm.com/read/319821/13441550