登录
首页 » C# » Windows 2000/XP下的关机控件

Windows 2000/XP下的关机控件

于 2022-02-10 发布 文件大小:4.24 kB
0 102
下载积分: 2 下载次数: 1

代码说明:

Windows 2000/XP下的关机控件-under Windows 2000/XP shutdown controls

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

发表评论

0 个回复

  • sinewave inverter
    DC Motor Control using PWM with ADC
    2017-08-11 01:26:44下载
    积分:1
  • CMAC
    在实现AES基础上,用C编写CMAC算法并调试通过。输入数据进行CMAC验证。(In the realization of AES based on the CMAC algorithm written in C and debugging. CMAC input data validation)
    2014-01-10 16:12:49下载
    积分:1
  • Electronic-locks
    电子密码锁,内有汇编程序及Protues仿真,已设计调试成功,供大家参考。(Electronic locks)
    2015-09-12 08:21:16下载
    积分:1
  • 2016.11.07HGWO(DE-GWO)
    灰狼算法用于多目标寻优问题,以阴影遮挡下的光伏电池最大功率点寻优为例编程。(Grey Wolf algorithm is used for multi-objective optimization problem, and the maximum power point optimization of photovoltaic cells under shading is taken as an example.)
    2020-10-04 17:07:39下载
    积分:1
  • QWidget嵌入qml进行绘图
    qml实现绘图功能,qml嵌入qwidget中实现在widget中调用qml进行绘图,,,,绘图颜色可选
    2022-04-16 20:07:25下载
    积分:1
  • C# 实现模拟按键,协助开发
    C# 实现模拟按键,协助开发,串口多线程操作, WINDOWS WIN32,有多个按键功能,生成文件, 提取log
    2022-06-02 21:47:06下载
    积分:1
  • 堆栈四则运算
    /* 在BC31下编译 或VC6.0*/ /* compile under Borland C++ 3.1 or Visual C++ 6.0*/ /*#include "stdafx.h"*/ #include "stdio.h" #include "string.h" #include "stdlib.h" #include "conio.h" #define TRUE 1 #define FALSE 0 #define STACK_INIT_SIZE 100/*存储空间初始分配量*/ #define STACKINCREMENT 20/*存储空间分配增量*/ typedef struct { int *pBase;/*在构造之前和销毁之后,base的值为NULL*/ int *pTop;/*栈顶指针*/ int StackSize;/*当前已分配的存储空间,以元素为单位*/ }Stack; typedef int BOOLEAN;   char Operator[8]="+-*/()#";/*合法的操作符存储在字符串中*/ char Optr;/*操作符*/ int Opnd=-1;/*操作符*/ int Result;/*操作结果*/ /
    2022-07-17 12:33:54下载
    积分:1
  • svm
    基于支持向量机传感器故障诊断Matlab原程序( Fault Diagnosis Based on the SVM)
    2021-05-14 15:30:03下载
    积分:1
  • cJSON-test
    JSON脚本C语言使用的案例,包括C语言对JSON脚本的输入和输出。(JSON scripting language used C cases, including the C language for JSON script input and output.)
    2015-03-31 09:47:38下载
    积分:1
  • tcpip
    tcp/ip通信用VC++6.0开发的 基于三层结构(tcp/ip communication VC++ 6.0 developed based on the three-tier architecture)
    2008-03-18 13:58:01下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载