代码搜索:ctrl
找到约 10,000 项符合「ctrl」的源代码
代码结果 10,000
www.eeworm.com/read/408827/11368393
txt log.txt
修改了wnd0,wns0,wne0
修改了复位中的光电开关的位置步数
修改了参数窗体中的扫描速度设定
修改了文件打开时判断使用的整数,该为变量,方便修改
4日修改复位后,电机位置为190,(华南理工要求)
4日加开机提示暗门,进入后可调时;(按<mark>ctrl</mark>和点击取消键,直接进入程序,但不具有操作功能)
4日恢复状态显示窗口,增加了显示检灯时,氘灯钨灯的最大能量显示。
10日 修正了快捷键 ...
www.eeworm.com/read/262569/11399795
vhd alu.vhd
Library IEEE;
USE IEEE.std_logic_1164.all;
USE IEEE.std_logic_unsigned.all;
USE IEEE.numeric_std.all;
USE IEEE.std_logic_arith.all;
Entity alu is
generic (size: integer:=4);
port (
a: in s
www.eeworm.com/read/262569/11399797
bak alu.vhd.bak
Library IEEE;
USE IEEE.std_logic_1164.all;
USE IEEE.std_logic_unsigned.all;
USE IEEE.numeric_std.all;
USE IEEE.std_logic_arith.all;
Entity alu is
generic (size: integer:=4);
port (
a: in s
www.eeworm.com/read/262569/11399802
vhd mux.vhd
Library IEEE;
USE IEEE.std_logic_1164.all;
USE IEEE.std_logic_unsigned.all;
USE IEEE.numeric_std.all;
USE IEEE.std_logic_arith.all;
Entity mux is
Port ( in1, in2, in3: in std_logic_vector( 3 downto
www.eeworm.com/read/262569/11399808
bak mux.vhd.bak
Library IEEE;
USE IEEE.std_logic_1164.all;
USE IEEE.std_logic_unsigned.all;
USE IEEE.numeric_std.all;
USE IEEE.std_logic_arith.all;
Entity mux is
Port ( in1, in2, in3: in std_logic_vector( 3 downto
www.eeworm.com/read/407665/11412345
vhd fp1eu.vhd
----------------------------------------------------------------------------
-- This file is a part of the LEON VHDL model
-- Copyright (C) 1999 European Space Agency (ESA)
--
-- This library is
www.eeworm.com/read/407665/11412351
vhd iu.vhd
----------------------------------------------------------------------------
-- This file is a part of the LEON VHDL model
-- Copyright (C) 1999 European Space Agency (ESA)
--
-- This library is
www.eeworm.com/read/405722/11458722
txt windows xp的几个使用技巧.txt
Windows XP的几个使用技巧
2002-02-19 作者:bFan
一、快速缩放网页字体
笔者无意中将书压在了<mark>Ctrl</mark>键上,再用鼠标滚轮滚动网页时,发现网页并没有上下滚动,取而代之的是网页字体的缩放。按住<mark>Ctrl</mark>键后,向上滚动滚轮字体缩小,向下滚动放大。这个技巧只对网页上的文字有效,对图片无效。
二、屏幕键盘
用鼠 ...
www.eeworm.com/read/404558/11482752
whileread
#!/bin/bash
#whileread
echo "type to terminate"
echo -e "enter your most liked film:"
while read FILM
do
echo "great film the $FILM"
done