Welcome![Sign In][Sign Up]
Location:
Search - draw clock

Search list

[Windows DevelopClock

Description: VC++ draw clock,The time is identical with the system s time!
Platform: | Size: 48013 | Author: roseamy | Hits:

[Graph DrawingDrawClock

Description: 本程序实现钟表的基本功能,至于表的外观可一自行改动-the program watches the basic functions As for the appearance of tables to be a change
Platform: | Size: 1945600 | Author: 黄巧珍 | Hits:

[Otherclock

Description: 指针式时钟,显示时间与系统时间同步,调用函数画出时钟界面-Analog clock, shows time and time synchronization system, call function to draw the clock interface
Platform: | Size: 38912 | Author: 杨雨情 | Hits:

[Otherclock

Description: 通过绘制一个圆形来实现时钟的表盘,通过绘制直线实现表针,并通过直线的宽度区分时针分针秒针-Draw a circle through to achieve the clock dial, draw a straight line through the realization of hands, and through the width of a straight line to distinguish between the clock minute hand second hand
Platform: | Size: 10240 | Author: zhangshaojia | Hits:

[Windows DevelopClock

Description: VC开发环境下,画出一个时钟图形,根据系统时间,秒钟每秒跳动一次-VC development environment, to draw a clock graphics, according to the system time, seconds, beating second time
Platform: | Size: 1979392 | Author: lifu | Hits:

[Windows DevelopClock

Description: VC++ draw clock,The time is identical with the system s time!
Platform: | Size: 48128 | Author: roseamy | Hits:

[Otherclock

Description: 显示时钟的小程序,在屏幕上画一个时钟,动态的显示当前时间-Show the clock applet, draw on the screen of a clock, dynamic display current time
Platform: | Size: 32768 | Author: xiaoai | Hits:

[CSharpClock

Description: 这是C#画的一时钟,用到了GDI+,想学习C#的GDI+的人特别实用。-This is C# draw a clock used in the GDI+
Platform: | Size: 24576 | Author: xuzhe | Hits:

[J2MEclock

Description: simple clock display clock Dimensions,Draw the circle and numbers,Formats the date ,Font for number ,Color of main hands and dial,Color of second hand and numbers-simple clock Paint is main profram,Set position,Draw the circle and numbers,Get the date to print at the bottom,Erase if necessary,Draw date and hands
Platform: | Size: 7168 | Author: 朱順宇 | Hits:

[JSP/Javaclock

Description: java编写的简单的时钟程序。画出图形并可以重设时间,缺陷是只能设置当天时间-java clock to prepare a simple procedure. Draw graphics and can reset the time, the defect is only set up the day time
Platform: | Size: 6201344 | Author: Amily | Hits:

[Windows DevelopAnalogClock_src

Description: This article describes how you can add a static control to show an alog clock. This control is derived from CStatic. First of all, add Clock.h and Clock.cpp files to your project. Select Resource tab from Workspace window, and select your dialog that you want to add an analog clock. Select Static Control from Control Toolbox and draw it on dialog (Figure 1). Change it s ID from IDC_STATIC to IDC_CLOCK.-This article describes how you can add a static control to show an analog clock. This control is derived from CStatic. First of all, add Clock.h and Clock.cpp files to your project. Select Resource tab from Workspace window, and select your dialog that you want to add an analog clock. Select Static Control from Control Toolbox and draw it on dialog (Figure 1). Change it s ID from IDC_STATIC to IDC_CLOCK.
Platform: | Size: 2048 | Author: pudnuploader | Hits:

[JSP/JavaClock

Description: 时钟程序,要求画出时钟面板,时针,分针,秒针,可设定或解除闹钟时间,并提供闹钟服务相应的文字提示功能与声音提示功能。-Clock procedure that requires the panel to draw the clock, clock, minute, seconds can be set or release the alarm time, and provide alarm services to the corresponding text prompts and voice prompts.
Platform: | Size: 406528 | Author: fei | Hits:

[assembly languageclock

Description: 用图形方式画出图形时钟,钟表显示的时间为本机系统的时间。用按键控制改变钟的颜色,演奏音乐或铃声。按“Q”键退出。-Draw graphics with the graphical clock, watches and clocks show the time-based computer system time. Control with buttons to change the color of the clock, playing music or ring tones. Press Q key to exit.
Platform: | Size: 13312 | Author: 谢非 | Hits:

[GDI-Bitmapclock

Description: 画一个形象的钟,可以随系统时间走动,是一个很好的例子-Draw an image of the clock
Platform: | Size: 1767424 | Author: 谈西 | Hits:

[JSP/JavaClockApplet

Description: A station clock applet.This applet uses the AntiAliasingFilter class to draw a clock.
Platform: | Size: 4096 | Author: sudeep | Hits:

[Graph programClock

Description: 绘制了一个模拟钟表的控件,指针可以根据发出的指令走到相应的位置,还可以修改表盘刻度-Draw an analog clock control, the pointer can come to the directives issued by the appropriate location, you can also modify the dial scale
Platform: | Size: 2023424 | Author: gyf | Hits:

[GDI-BitmapClock

Description: 一个有表盘和指针的时钟程序,可以了解各个指针如何移动和怎样绘制表盘-A clock dial and pointer program, you can understand how the various indicators and how to draw the dial move
Platform: | Size: 1904640 | Author: wan | Hits:

[OtherDraw

Description: 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。-How to modify the MFC AppWizard generates the framework of the program guide the appearance and size, modify icons, cursors, background of three methods. How to add and remove toolbar buttons, how to increase the application toolbar, how to display and hide toolbars. Custom status bar, add a clock display in the status bar, CTime class and its usage. Add a progress bar in the status bar (after the election of the main window progress bar immediate clever ideas, can not be directly addressed in the OnCreate function, use the method to customize the message). Mouse coordinates display, get the status bar in the CView object in several ways. How to add a splash screen for your application.
Platform: | Size: 1947648 | Author: chenyu | Hits:

[uCOSugGUI-draw-clock

Description: ucGUI 绘制钟表函数。适合初学者。仅供参考!-ucgui draw clock function
Platform: | Size: 1024 | Author: 李云 | Hits:

[Graph DrawingCLOCK

Description: 这个程序是用c#的图形接口会绘制的一个时钟表盘,绘制准确,美观实用。-this program is used c# to draw clock
Platform: | Size: 91136 | Author: 秋儿 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net