代码搜索结果
找到约 10,000 项符合
Clock 的代码
clock.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Clock", "Clock\Clock.csproj", "{2D27DDAF-D7C0-4FC6-A0EF-99481928F295}"
ProjectSection
clock.c
#include
#include
#include // Contains the delay prototype
void main (void)
{
clock_t processor_time;
printf("Processor time consumed %ld\n",
cloc
clock.c
#include
#include
#include
#define pi 3.1415926
#define X(a,b,c)x=a*cos(b*c*pi/180-pi/2)+300;
#define Y(a,b,c)y=a*sin(b*c*pi/180-pi/2)+240;
#define d(a,b,c)X(a,b,c)