代码搜索:progress

找到约 5,291 项符合「progress」的源代码

代码结果 5,291
www.eeworm.com/read/421147/10753516

h at_interconnect.h

// Filename: at_interconnect.h //---------------------------------------------------------------------- // Copyright (c) 2008 by Doulos Ltd. // // Licensed under the Apache License, Version
www.eeworm.com/read/418205/10959153

txt 9.6.2 在状态栏的窗格中创建.txt

9.6.2 在状态栏的窗格中创建进度栏 下面,我们要实现在程序状态栏的窗格中显示进度栏。这时,首先需要获得该窗格的区域,然后将 这个区域的大小作为进度栏的大小。为了获得窗格的区域,可以利用 CStatusBar类的 GetPaneInfo 成员函数来完成。该函数的原型声明如下所示 : void GetltemRect(int nindex, LPRECT lpRect ) const ; ...
www.eeworm.com/read/464218/7167565

dpr heidisql.dpr

program heidisql; {%ToDo 'heidisql.todo'} uses Forms, Main in 'MAIN.PAS' {MainForm}, childwin in 'childwin.pas' {MDIChild}, About in 'about.pas' {AboutBox}, connections in 'connec
www.eeworm.com/read/460301/7254015

vhd sdram_tb.vhd

library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_unsigned.all; use IEEE.numeric_std.all; use WORK.common.all; use WORK.rand.all; use WORK.mem.all; use WORK.sdram.all; ENTITY sdram
www.eeworm.com/read/442119/7658860

firewall

#!/bin/sh # # The Shoreline Firewall (Shorewall) Packet Filtering Firewall - V4.2 # # This program is under GPL [http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt] # # (c) 1999,2000,200
www.eeworm.com/read/435079/7797630

asm pgm.asm

; ***LCD CONTROL*** LCD_RS EQU P2.7 ;LCD REGISTER SELECT LINE LCD_E EQU P2.6 ;LCD ENABLE LINE LCD_DB4 EQU P2.5 ;PORT 1 IS USED FOR DATA LCD_DB5 EQU P2.4 ;
www.eeworm.com/read/299228/7871880

bor makefile.src.bor

## Compiler, linker, and lib stuff ## Makefile for use with Borland C++ for Win32 executable. RM=-del CC=bcc32 LINK=ilink32 LFLAGS= WARN=-w-8057 -w-8027 -w-8008 -w-8065 CFLAGS=-DWINDOWS -DHAVE_CONFI
www.eeworm.com/read/197452/7992912

rc progressdialog.rc

/* * progressdialog.rc * Copyright (C) 2006 Michael H. Overlin This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as
www.eeworm.com/read/197452/7992948

cpp progressdialog.cpp

/* * * progressdialog.cpp * Copyright (C) 2006 Michael H. Overlin This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License
www.eeworm.com/read/247011/12692507

clw progressdemo.clw

; CLW file contains information for the MFC ClassWizard [General Info] Version=1 LastClass=CProgressDemoDlg LastTemplate=CDialog NewFileInclude1=#include "stdafx.h" NewFileInclude2=#include "P