搜索资源列表

  1. xitongshijianClock

    0下载:
  2. 一个用汇编语言编写的显示系统时间程序, 需要的朋友们下载哦。-an assembler language of the time display system procedures, the need to download oh friends.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-15
    • 文件大小:5120
    • 提供者:libilian
  1. vc_jiqiaoshili_part6

    0下载:
  2. Visual.C++程序设计技巧与实例--配套光盘 第6章 文件和系统操作 本章共11个实例: 1. FolderCopy文件夹的选择和拷贝 2. DeleteCertainFile删除指定路径下的某种类型的文件 3. FileModiNotify当文档(文件)被修改时在标题上给出提醒 4. OpenHtm打开Html网页 5. FileMapping使用内存映射文件来传输共享数据 6. ChageTim
  3. 所属分类:书籍源码

    • 发布日期:2024-05-15
    • 文件大小:404480
    • 提供者:xixi
  1. change-time

    0下载:
  2. 利用预设的函数加上自制的函数 达到更换系统时间以及固定系统时间的效果 可用来破解管理软体-use preset function with a function to achieve self-made replacement system time and time fixed system can be used to effect Solving management software
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:aszx87410
  1. vcclock

    0下载:
  2. vc编写的实现圆形时钟的程序,时钟显示系统时间-vc prepared by the round the clock to achieve the procedure, the clock time display system
  3. 所属分类:压缩解压

    • 发布日期:2024-05-15
    • 文件大小:1867776
    • 提供者:tina
  1. SYSTEMTIME

    0下载:
  2. 如何在VC++中获取系统时间以及获得程序运行时间-VC How to get system time and access to procedures for run-time
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:
  1. huibian5

    0下载:
  2. 这是一个关于系统时间的汇编代码,仅供大家参考。-This is a compilation of time on the system code, for your reference.
  3. 所属分类:汇编语言

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:tracy
  1. getSystemTime

    0下载:
  2. 开发环境为VC++6.0 用来获取系统时间的压缩代码-Development environment for VC++ 6.0 used to obtain system time compression code
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:1747968
    • 提供者:冯雪
  1. TimeTest

    0下载:
  2. 获取网络时间标准时间,用来改变本电脑的系统时间-Access to network time standard time used to change the computer s system time
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-15
    • 文件大小:41984
    • 提供者:黄洪
  1. lab7

    0下载:
  2. csharp初级程序,将系统时间显示出来. -CSharp primary procedure, the system time is displayed.
  3. 所属分类:C#编程

    • 发布日期:2024-05-15
    • 文件大小:29696
    • 提供者:chen
  1. time

    0下载:
  2. 这是一个C++程序,它可实现显示系统时间,还可改变时间的显示格式!-This is a C++ Procedures, it can show the system time to achieve, but also to change the time display format!
  3. 所属分类:中间件编程

    • 发布日期:2024-05-15
    • 文件大小:563200
    • 提供者:
  1. clock

    0下载:
  2. 一个时钟源码,用VC++作的,调用的是系统时间,一个很不错的程序.-A clock source, use VC++ Made, call the system time, a very good procedure.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:1966080
    • 提供者:lihaiyan
  1. gettime

    0下载:
  2. 用C语言编程实现的可以获取实时系统时间功能的程序。-With C language programming available to realize the real-time systems function in the procedure time.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:8192
    • 提供者:吕荣男
  1. Clock

    0下载:
  2. VC开发环境下,画出一个时钟图形,根据系统时间,秒钟每秒跳动一次-VC development environment, to draw a clock graphics, according to the system time, seconds, beating second time
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:1979392
    • 提供者:lifu
  1. Clock

    0下载:
  2. vc++6.0编写的时钟程序,椭圆形表盘,具有时针,分针,秒针,与系统时间同步,动态仿真了一个电子石英表-vc++ 6.0 clock to prepare procedures, oval-shaped dial, with the clock, minute hand, second hand, and system time synchronization, dynamic simulation of an electronic
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-15
    • 文件大小:44032
    • 提供者:周鸿
  1. time

    0下载:
  2. 汇编语言程序设计,显示系统时间。 首先在数据段开辟一显示缓冲区,用来存储系统时间。调用BIOS中断,返回系统时间,并将来返回的二进制时间转换成ASCII码,方便时间显示时的调用。分别将来小时数、分钟数、秒数存入显示缓冲区。通过写显存将时间显示出来。由于获取了的系统时间不会自动刷新,所以我们要设计成刷新的方式来不断获取系统的时间,这样就形成了会跳动的电子钟了。-Assembly language programming, displa
  3. 所属分类:汇编语言

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:陈林波
  1. boxAtime

    0下载:
  2. 显示系统时间的同时可以画多种颜色的矩形 汇编语言课程设计可用-Display system time while painting a variety of colors can be rectangular assembly language curriculum design available
  3. 所属分类:汇编语言

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:imdqz
  1. time

    0下载:
  2. 动态显示系统时间的程序,显示格式为:时、分、秒、毫秒(1/100)-Dynamic display system time-consuming procedures, display format as follows: hours, minutes, seconds, milliseconds (1/100)
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:sinjoao
  1. clock

    0下载:
  2. 一个简单的显示/修改系统时间的汇编程序。 极度适合初学者学习!-A simple show/modify the system time of the compilation process. Extremely suitable for beginners to learn!
  3. 所属分类:汇编语言

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:feng
  1. 2008128102918452

    0下载:
  2. 用汇编语言显示系统时间 课程设计报告,里面有源程序 以及较为详细的注释-Using assembly language display system time curriculum design report, there are source code, as well as more detailed notes
  3. 所属分类:汇编语言

    • 发布日期:2024-05-15
    • 文件大小:18432
    • 提供者:肖杨
  1. timedisplaysystem

    0下载:
  2. 显示系统时间,按秒更新。用DateTime.Now实现。-Time display system, according to second update. Implementation using DateTime.Now.
  3. 所属分类:C#编程

    • 发布日期:2024-05-15
    • 文件大小:44032
    • 提供者:honghong
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org