代码搜索:计数程序

找到约 10,000 项符合「计数程序」的源代码

代码结果 10,000
www.eeworm.com/read/346775/11723556

cmd 全盘禁止运行指定程序.cmd

@echo off :: 出处:http://bbs.wuyou.com/viewthread.php?tid=94384 mode con cols=84 lines=21 title 注册表限制威金、熊猫、金猪病毒运行 color 4f cls echo. echo. echo 注册表限制威金、熊猫、金猪病毒的运行 for /XP ec
www.eeworm.com/read/157225/11726991

frm 文件选择应用程序.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "文件选择应用程序" ClientHeight = 3375 ClientLeft = 60 ClientTop = 390 ClientWidth = 4185 LinkTopic
www.eeworm.com/read/157209/11730141

txt 加法器源程序 .txt

------------------------------------------------------------------------ -- Single-bit adder ------------------------------------------------------------------------ library IEEE; use IEEE.std_log
www.eeworm.com/read/157209/11730178

txt 一个游戏程序.txt

-- -- Copyright (c) 1993,1994 by Exemplar Logic, Inc. All Rights Reserved. -- -- This source file may be used and distributed without restriction -- provided that this copyright statement is n
www.eeworm.com/read/345890/11783884

c 标准数字表c程序.c

#include #include #include //使用共阳数码管,ADC0809 0-5V量程 number[10]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0x
www.eeworm.com/read/156589/11790731

txt 关闭外部应用程序.txt

关闭外部应用程序 先利用FindWindow函数找出要关闭的应用程序的主窗口名字,然后发送一个消息即可。 实例如下: HWnd HWndCalculator; HWndCalculator = Winprocs->FindWindow(nil, "计算器"); // close the exist Calculator if (HWndCalculator)