登录
首页 » 界面开发 » vc++时钟程序设计 如有不足之处 望大家多多指教

vc++时钟程序设计 如有不足之处 望大家多多指教

于 2022-03-01 发布 文件大小:78.10 kB
0 54
下载积分: 2 下载次数: 1

代码说明:

vc++时钟程序设计 如有不足之处 望大家多多指教 -vc clock program design deficiencies Department if you look exhibitions

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 利用VC编写的网格数据输入程序
    利用VC编写的网格数据输入程序-VC prepared by the grid data entry procedures
    2022-09-26 23:55:02下载
    积分:1
  • 世纪飞扬的网站现好些个仪表控件,可惜都要付费,这对于很多用户来说不得不说是一件憾事这里有一个仪表控件,是对照别人的仪表外观做的,在此公布出来大家讨论讨论...
    世纪飞扬的网站发现好些个仪表控件,可惜都要付费,这对于很多用户来说不得不说是一件憾事这里有一个仪表控件,是对照别人的仪表外观做的,在此公布出来大家讨论讨论-Century Music website found some 000 meters controls, but must pay, which many users have to say here is a sad day for a Instrumentation Controls, the instrumentation control other people do look at this announcement because we discussing
    2023-03-30 02:45:03下载
    积分:1
  • 一个用VB做的例子activebar2
    用ACtivebar2做的一个vb例子-ACtivebar2 do with the example of a vb
    2022-05-13 12:10:51下载
    积分:1
  • 主要功能: 1、xpGrid数据控件:根据数据库数据字典定义自动生成DataGrid,可不用写代码即可实现数据的增删改 2、集成的权限控制功能,权限按字段分配,...
    主要功能: 1、xpGrid数据控件:根据数据库数据字典定义自动生成DataGrid,可不用写代码即可实现数据的增删改 2、集成的权限控制功能,权限按字段分配,可精确控制字段的读写属性 3、丰富的数据编辑方式:提供按Form方式编辑和按Grid方式编辑两种方式数据编辑界面,对字段的输入方式提供:普通文本框、复选框、密码框、多行文本、下拉列表、引用其它表等多种输入方式 4、数据重构:动态的修改数据字典,通过对数据字典的修改可动态的控制前台界面的显示及输入 5、代码维护:维护下拉列表编辑模式对应的下拉列表内容 6、权限控制:控制用户及角色的功能权限及字段权限 7、简单的应用系统框架-main functions : 1, xpGrid Data Control : According to the database data dictionary definition DataGrid automatically generated, would not have to write code data can be changed to delete the two, the competence of integrated control functions and powers according to the distribution field, the field of precision control read and write attributes 3, rich data editing : Form provided by the editors and by the way Grid two ways to edit data editing interface to the field to provide input : ordinary text box, check box, the password box, and more lines of text, drop-down list, to use other forms of input, such as Mode 4, data reconstruction : Dynamic the revised data dictionary, data dictionaries can
    2022-03-25 09:51:12下载
    积分:1
  • 热监测用来显示温度
    要受保护,不会出现故障的服务。EAP 与增强可扩展身份验证协议基于预身份验证 (EEP) 方法征服了很多较小金额用品上的计算和消息的属性具有的上述方案的弱点。移动 WiMAX 系统支持放弃进程创建一个移动站发现另一个基站从相同或不同的访问权限的服务网络建立连接时将移出本服务基站的覆盖范围。当移动用户将在基站之间扩展中的旷日持久的确认过程持率是知名的投降方法限制的访问的导致检修麻烦。灵活性,使得基于 EAP 身份验证移动 WiMAX 系统一种流行的身份验证方法。每个访问服务网络 (ASN) 有唯一的组 id,共享的所有移动台 (MS) 和基站 (BS)
    2022-01-23 10:26:43下载
    积分:1
  • 可是现在运行时动态创建Delphi组件,增加灵活性。
    可是现在运行时动态创建Delphi组件,增加灵活性。
    2022-02-12 08:45:22下载
    积分:1
  • 医院管理系统
    使用 mysql 数据库和 Java GUI, 使用 netbeans 8.0与医院现有设施一起, 构建医院管理医院客户记录和员工记录
    2022-07-09 18:00:46下载
    积分:1
  • 选择排序是一种比较优化的排序,它定义的k意义在于表示一次循环后找到的最小(大)值的位置,然后让第i个(第几次循环就是第几个)植交换,这样在第一轮循环中就把最小(...
    选择排序是一种比较优化的排序,它定义的k意义在于表示一次循环后找到的最小(大)值的位置,然后让第i个(第几次循环就是第几个)植交换,这样在第一轮循环中就把最小(大)的值换到了最前面,如果只用i,j 的话,就没有办法找出待排序数据中的最值了 比较排序也叫冒泡排序,就是把相邻的数据比较交换,因为其把小的数字从后面往前慢慢移动,感觉象水泡上升一样,所以叫冒泡排序法. 如过你还没理解,留言~-SELECTION SORT is a more optimal sequencing, its definition of k significance lies in a circle said they find the smallest (large) value of the location, i then allow the first (the first cycle was the first several several) plant exchange, this cycle in the first round put the smallest (CUHK) for the value of the front, if only i, j, then there is no way to identify sequencing data to be the most value compared sequencing is also called Bubble Sort. adjacent is to the comparison of data exchange, because of their small numbers from the back slowly moving forward, Soak up feeling like the same, so called Bubble Sort law. No off if you understand that message ~
    2022-12-28 03:55:04下载
    积分:1
  • Delphi7网络应用
    Delphi7网络应用开发,详细的delphi网络开发介绍,并附属相关sample。帮助刚学delphi的同学更好滴学习delphi网络编程
    2022-05-05 11:26:56下载
    积分:1
  • 根据图像工具
    java下的图像工具-under the Image Tools
    2023-05-02 01:55:04下载
    积分:1
  • 696518资源总数
  • 104298会员总数
  • 46今日下载