代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/378952/9211991
del_role
#!/usr/bin/env perl
# Use mandatory external modules
use strict;
use Cwd;
use File::Basename;
use Data::Dumper;
use POSIX;
use Config;
use DBI;
# Determine installation dir name
our $SELF_DIR = dirn
www.eeworm.com/read/378952/9211993
check_role
#!/usr/bin/env perl
# Use mandatory external modules
use strict;
use Cwd;
use File::Basename;
use Data::Dumper;
use POSIX;
use Config;
use DBI;
# Determine installation dir name
our $SELF_DIR = dirn
www.eeworm.com/read/378920/9212807
sh make-makelib.sh
echo 'main="$1"; shift'
echo 'rm -f "$main"'
echo 'ar cr "$main" ${1+"$@"}'
case "$1" in
sunos-5.*) ;;
unix_sv*) ;;
irix64-*) ;;
irix-*) ;;
dgux-*) ;;
hp-ux-*) ;;
sco*) ;;
*)
echo 'ranlib "$main"'
www.eeworm.com/read/182126/9215722
keymap dvorak-us.keymap
# This is a svgalib scancode conversion map generated by svgakeymap.
# Read the file README.keymap from the svgalib distribution for more info.
#
# Physical keyboard layout: /usr/lib/kbd/keytables/dvo
www.eeworm.com/read/182126/9215727
keymap default.keymap
# This is a svgalib scancode conversion map generated by svgakeymap.
# Read the file README.keymap from the svgalib distribution for more info.
#
# Physical keyboard layout: /usr/lib/kbd/keytables/us.
www.eeworm.com/read/180601/9300715
c keystate.c
#include
#include
void main(void)
{
unsigned int state, old_state = 0;
do {
state = _bios_keybrd(_KEYBRD_SHIFTSTATUS);
if (state != old_state)
www.eeworm.com/read/376249/9323354
h tsr.h
/*
* Definitions for TSR function on IBM P.C.
*
* Copyright 1990 Dave Dunfield
* All rights reserved.
*/
/* HOT-KEY bit definitions */
#define ALT 0x0008 /* Alt key */
#define CONTROL
www.eeworm.com/read/376114/9330356
c keystate.c
#include
#include
void main(void)
{
unsigned int state, old_state = 0;
do {
state = _bios_keybrd(_KEYBRD_SHIFTSTATUS);
if (state != old_state)
www.eeworm.com/read/179509/9353439
cpp identify.cpp
#include "StdAfx.h"
#include ".\identify.h"
STDMETHODIMP CIdentify::OnClick()
{
if (FALSE==m_IdentifyDlg.get_isShow())
{
HWND hWnd;
m_hookHelper.get_hWnd(&hWnd);
m_IdentifyDlg.Crea
www.eeworm.com/read/179398/9359044
chf cvfillconvexpoly.chf
void cvFillConvexPoly(CvArr* img, CvPoint* pts, int npts, CvScalar color, int line_type, int shift) {
void *fptr;
fptr = dlsym(_Chcv_handle, "cvFillConvexPoly_chdl");
if(fptr == NULL)