代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/427756/8923503
txt windows自带小游戏秘籍 .txt
Windows自带小游戏秘籍 扫雷等
一、《空当接龙》
进入游戏后同时按住Ctrl+<mark>Shift</mark>+F10,在弹出的提示菜单中单击"终止",然后将随便动一张牌就能立即获胜。在弹出的提示菜单中单击“重试”,那么随便动一张牌就能立即失败。另外,选局的时候输入"-1",获得的牌将按从小到大的顺序排列,如果输入"-2",则将按从大到小的顺序排列。
二、《红心大战》
...
www.eeworm.com/read/383713/8925470
c info.c
/*
* linux/kernel/info.c
*
* Copyright (C) 1992 Darren Senn
*/
/* This implements the sysinfo() system call */
#include
#include
#include
www.eeworm.com/read/186366/8936028
bas crc.bas
Attribute VB_Name = "CRC"
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'用来计算CRC值的子程序
'BCRC是所要计算的进制值(16或32),如16位CRC时,其值即为16
'GP是生成多项式,以16进制表示较佳
'BDF是欲求出CRC的原始数值
'返回值即是计算后的CRC值
www.eeworm.com/read/284309/8946270
tex introrg.tex
% This is part of the TFTB Reference Manual.
% Copyright (C) 1996 CNRS (France) and Rice University (US).
% See the file refguide.tex for copying conditions.
\begin{center}
{\bf \huge Reference Guid
www.eeworm.com/read/284185/8955550
vhd 43_test_register.vhd
--******************************************
-- Test Bench
-- Name : test_register.vhd
-- Purpose : test 4-bit register
-- Author : Liu Qinnan
-- Time : 1998,9,29
--*****************
www.eeworm.com/read/381908/9064506
c ps2keyborddriver.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
//===================定义MCU与LCD的接口===================
#define set_lcd_en PORTB|=0x80;
#define cl
www.eeworm.com/read/256917/9145636
c rtc.c
/*******************************************
文件:RTC.C
环境:编译为ICC AVR6.25A,仿真为AVR Studio4.10
硬件:ATMEGA16芯片
日期:2006年12月10日
功能:驱动开发板上的DS1302时钟芯片
备注:参考《AVR系列单片机C语言编程与应用实例》(清华大学出版社)
/**
www.eeworm.com/read/256917/9145667
_c rtc._c
/*******************************************
文件:RTC.C
环境:编译为ICC AVR6.25A,仿真为AVR Studio4.10
硬件:ATMEGA16芯片
日期:2006年12月10日
功能:驱动开发板上的DS1302时钟芯片
备注:参考《AVR系列单片机C语言编程与应用实例》(清华大学出版社)
/**
www.eeworm.com/read/281555/9150733
m detect0.m
function [samples, demod] = detect0(z,N)
%/////////
% N=4;
% % z=[1 1 1 1 z 1];
% % z=[0 0 0 0 z 1];
% z=[1 1 1 1 z 0];
% z = [z round(rand(1,3*N))];
z = [z zeros(1,3*N)]; %和 Z=[Z zeros(1,3*N
www.eeworm.com/read/379711/9182022
c info.c
/*
* linux/kernel/info.c
*
* Copyright (C) 1992 Darren Senn
*/
/* This implements the sysinfo() system call */
#include
#include
#include