登录
首页 » Windows核心 » 使用Csharp基于.net framework2.0做的一个时钟程序,供初学者参考。...

使用Csharp基于.net framework2.0做的一个时钟程序,供初学者参考。...

于 2023-05-21 发布 文件大小:45.09 kB
0 30
下载积分: 2 下载次数: 1

代码说明:

使用Csharp基于.net framework2.0做的一个时钟程序,供初学者参考。-The use of C sharp. Net framework2.0 to do a clock program for advanced users.

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

发表评论

0 个回复

  • the Windows clipboard procedures, more practical
    Windows下的剪贴板程序,比较实用-the Windows clipboard procedures, more practical
    2022-04-08 15:05:09下载
    积分:1
  • TCPMP相关编译资料,比较有参考价值,欢迎大家使用。
    TCPMP相关编译资料,比较有参考价值,欢迎大家使用。-TCPMP to compile information relevant to compare a reference value, welcome to use.
    2023-01-11 19:10:04下载
    积分:1
  • WinXP system and it comes with exactly the same functionality and interface are...
    简直和WinXP系统自带的一模一样,功能和界面都一样,只是开发语言不同,系统的是用C写的,这是用DELPHI写的 此程序主要实现取系统的应用程序列表、取系统的所有进程的相关信息(映像名称,PID,CPU时间,内存使用)、实时取CPU的得用率并以波浪线来描绘、实时取内存的使用记录,并以波浪线来描绘。同时也实现了,结束任务,新建任务,及切换至等功能。“选项菜单”只实现了“总是最前”,“查看菜单”只实现了“更新速度”。主要没有实现的功能,是取各个进程的CPU利用率和在系统托盘显示CPU线的效果。 程序中使用了几个网友作品的算法:如画CPU使用率的背景的效果,取CPU利用率的算法等都非本人原创的(作了部分修正)。 -WinXP system and it comes with exactly the same functionality and interface are the same, but different development language, the system is written in C, it is written in DELPHI The main implementation of this process the application check list system, check system for all process-related information (Image Name, PID, CPU time, memory usage), real-time access to use the rate of the CPU and to describe the wave line, real-time memory access the use of records, and to describe the wave line. Implementation at the same time, the end of mission, new mission, and to switch to other functions. "Options menu" only to realize the "always best before", "View menu" only achieve th
    2022-03-16 14:31:44下载
    积分:1
  • computer locked until the correct password
    锁住计算机直到输入正确的口令-computer locked until the correct password
    2022-01-24 15:47:25下载
    积分:1
  • c语言实现的页面调度算法,用三种算法实现调度1.先进先出2.OPT3.LRU 2.页面序列从指定的文本文件(TXT文件)中取出3.输出:第一行:每次淘汰的页面号...
    c语言实现的页面调度算法,用三种算法实现调度1.先进先出2.OPT3.LRU 2.页面序列从指定的文本文件(TXT文件)中取出3.输出:第一行:每次淘汰的页面号 第二行:显示缺页的总次数(上机已经运行通过!!)-pages scheduling algorithm, a three-Scheduling Algorithm 1. FIFO 2.OPT3.LRU 2. Pages from the designated sequence of text files (TXT) out of three. Output : the first line : each of the pages out of the second line : show na the total number of pages (on the plane had run through! !)
    2022-01-25 22:36:25下载
    积分:1
  • Microsoft Windows Internals Fourth Edition
    Microsoft Windows Internals Fourth Edition
    2022-01-31 07:47:19下载
    积分:1
  • 存储管理中页面置换算法性能测试 要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面 置换算法进行性能测试,并对结果进行分析和比较...
    存储管理中页面置换算法性能测试 要求:设系统采用固定分配局部置换的存储分配策略,编写仿真程序对下述页面 置换算法进行性能测试,并对结果进行分析和比较。 (1) 最佳适应(Optimal)页面置换算法; (2) 先进先出(FIFO)页面置换算法; (3) 最近最久未使用(LRU)页面置换算法; (4) 最少使用(LFU)页面置换算法。 要求可适用于键盘输入和自动产生随机页面走向序列两种数据输入方式。-Memory management page replacement algorithm in the performance testing requirements: system for the distribution of partial replacement of fixed storage allocation strategy, the preparation of simulation program on the following page replacement algorithm performance testing, and the results were analyzed and compared. (1) the best adaptation (Optimal) page replacement algorithm (2) First In First Out (FIFO) page replacement algorithm (3) the most recent use of long (LRU) page replacement algorithm (4) use at least (LFU) page replacement algorithm. Requirements applicable to the keyboard input and automatically generated pages to a random sequence of two data entry methods.
    2022-03-10 14:23:25下载
    积分:1
  • 计算用运算符后缀法表示的表达式的值。后缀表达式也称逆波兰表达式,比中缀表达式计算起来更方便简单些,中缀表达式要计算就存在着括号的匹配问题,所以在计算表达式值时一...
    计算用运算符后缀法表示的表达式的值。后缀表达式也称逆波兰表达式,比中缀表达式计算起来更方便简单些,中缀表达式要计算就存在着括号的匹配问题,所以在计算表达式值时一般都是先转换成后缀表达式,再用后缀法计算表达式的值。如:表达式(a+b*c)/d-e用后缀法表示应为abc*+d/e-。只考虑四则算术运算,且假设输入的操作数均为1位十进制数(0―9),并且输入的后缀形式表达式不含语法错误-calculated Operators suffix France said the value of the expression. Suffix expression also called inverse Poland expression, which is made up of formulas can be more convenient for some simple, ordinary expression to calculate the brackets on the existence of the matching problem, in the calculation of expression values are generally first converted into a suffix expression, reuse suffix calculated the value of the expression. Such as : The expression (a, b* c)/d-e suffix method used to be said for abc* d/e-. Consider only four arithmetic operations and the operation of input assumptions are a few decimal (0-9), and enter the suffix-free form expression syntax errors
    2023-07-12 10:50:03下载
    积分:1
  • 好的系统托托盘显示类
    好的系统托托盘显示类-good system Toto-type show
    2022-06-11 12:55:53下载
    积分:1
  • vb打造超酷个性化菜单
    vb打造超酷个性化菜单-menu
    2023-03-25 17:45:03下载
    积分:1
  • 696522资源总数
  • 104046会员总数
  • 29今日下载