代码搜索:shift
找到约 10,000 项符合「shift」的源代码
代码结果 10,000
www.eeworm.com/read/113583/15452851
japanese
minicom Japanese
Japanese EUC and Shift JIS are supported. To display Japanese
invoke with -8 option or set LANG to a string beginning with 'ja'
(ex. ja_JP.ujis).
With this, Minicom let 8bit charac
www.eeworm.com/read/112818/15475949
s uart_txhex32.s
.include "nios.s"
.text
;----------------------------------------
; Name: nr_uart_txhex32
; Description: Print 32-bit value in hexadecimal
; Input: %o0 = value to be print
www.eeworm.com/read/112818/15475966
s uart_txhex16.s
.include "nios.s"
.text
;----------------------------------------
; Name: nr_uart_txhex16
; Description: Print 16-bit value in hexadecimal
; Input: %o0 = value to be print
www.eeworm.com/read/112818/15476053
s uart_txhex.s
.include "nios.s"
.text
;----------------------------------------
; Name: nr_uart_txhex
; Description: Print value in hexadecimal
; Input: %o0 = value to be printed
;
www.eeworm.com/read/112652/15480393
cpp demo11_4.cpp
// DEMO11_4.CPP - a fixed point demo
// INCLUDES ///////////////////////////////////////////////////////////////
#define WIN32_LEAN_AND_MEAN // make sure certain headers are included correctly
www.eeworm.com/read/110029/15543473
pm unimap.pm
package PDF::API2::UniMap;
use vars qw ($VERSION @EXPORT @EXPORT_OK @EXPORT_TAGS @ISA);
BEGIN {
@ISA = qw(Exporter);
@EXPORT = qw ();
@EXPORT_OK = qw ( utf8_to_ucs2 utf16_
www.eeworm.com/read/109818/15547303
c kb.c
/*****************************
** low level kexboard routines VERSION 1.0
******************************/
#include "kb.h"
#include "scancodes.h"
#define BUFF_SIZE 64
unsigned
www.eeworm.com/read/109798/15548403
v string.v
//
// Demonstrate how to display strings for a particular signal.
// This allows you to see a text string for a bus, which at times, might
// help out in debugging. This is not intended for synthe
www.eeworm.com/read/109000/15568972
c kb.c
/*****************************
** low level kexboard routines VERSION 1.0
******************************/
#include "kb.h"
#include "scancodes.h"
#define BUFF_SIZE 64
unsigned
www.eeworm.com/read/105179/15676172
c info.c
/*
* linux/kernel/info.c
*
* Copyright (C) 1992 Darren Senn
*/
/* This implements the sysinfo() system call */
#include
#include
#include
#inclu