代码搜索:Changing
找到约 3,056 项符合「Changing」的源代码
代码结果 3,056
www.eeworm.com/read/361416/10053952
bat ce.bat
@echo off
command /C echo changing to dos-16 file structure
set C_DEFINES=
set copycmd=/Y
copy sources.ce sources
build -cZ
copy .\obj%BUILD_ALT_DIR%\i386\*.sys ..
www.eeworm.com/read/361416/10054021
bat cetc.bat
@echo off
command /C echo changing to dos-16 file structure
set C_DEFINES=/DCETC
set copycmd=/Y
copy sources.cetc sources
build -cZ
copy .\obj%BUILD_ALT_DIR%\i386\*.sys ..
www.eeworm.com/read/399235/7879288
vhd code3.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity code3 is
port(clk : in std_logic;
close : in std_logic;--关锁(拨码开关)
--input : in std_logic;--输入密码
www.eeworm.com/read/399235/7879314
bak code3.vhd.bak
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity code3 is
port(clk : in std_logic;
close : in std_logic;--关锁(拨码开关)
--input : in std_logic;--输入密码
www.eeworm.com/read/242581/12998132
h parse.h
#ifndef PARSE_H
#define PARSE_H
typedef enum {
E_NOTHING,
/* these six are hard-coded in the timer2 pushbutton code, */
/* so changing them also requires changing isr.asi */
E_NEXT,
E_PLAY_P
www.eeworm.com/read/162614/5526199
f90 do_iterator.f90
! { dg-do compile }
! various checks which verify that we don't change do-iterators
DO I=1,5 ! { dg-error "cannot be redefined" "changing do-iterator 1" }
I=1 ! { dg-error "cannot be
www.eeworm.com/read/286738/8746447
c downgrade_gsm.c
/* *
* $Id: downgrade_GSM.c 80 2005-01-25 17:51:15Z federico $
*
* This file is part of Fenice
*
* Fenice -- Open Media Server
*
* Copyright (C) 2004 by
*
* - Giampaolo Mancini
www.eeworm.com/read/167001/9986297
c downgrade_gsm.c
/* *
* $Id: downgrade_GSM.c 80 2005-01-25 17:51:15Z federico $
*
* This file is part of Fenice
*
* Fenice -- Open Media Server
*
* Copyright (C) 2004 by
*
* - Giampaolo Mancini
www.eeworm.com/read/438832/7725325
sh ind-ref.sh
#!/bin/bash
# ind-ref.sh: 间接变量引用.
# 访问一个以另一个变量内容作为名字的变量的值.(译者注: 怎么译都不顺)
a=letter_of_alphabet # 变量"a"的值是另一个变量的名字.
letter_of_alphabet=z
echo
# 直接引用.
echo "a = $a" # a = letter_of_alphabet
www.eeworm.com/read/158865/5593694
h xm-crds.h
/* Avoid conflict with C library by changing name of this symbol. */
#define gettime gcc_gettime
/* Override part of the obstack macros. */
#define __PTR_TO_INT(P) ((int)(P))
#define __INT_TO_PTR(