代码搜索结果

找到约 92,609 项符合 div 的代码

bcd conv.asm

RESULT EQU 30H ORG 00H LJMP START START: MOV SP,#40H MOV A,#123 LCALL BINTOBAC SJMP $ BINTOBAC: MOV B,#100 DIV AB ;除以100得百位数 MOV RESULT,A MOV A,B

div.vhd

LIBRARY ieee; USE ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; use ieee.std_logic_arith.all; ENTITY div IS PORT ( clk : in std_logic; rowb

index.htm

C#高级编程(第3版)

e_231_03.f90

! --- 三角脉冲函数 --- i_max=10; x0=27; x1=33; div=(x1-x0)/i_max open(1,file='pulse.dat',form='formatted',status='unknown') do i=1, i_max x=x0+div*i if( x < 28.0 ) then f = 0.0 else if

2067.cpp

/* This Code is Submitted by wywcgs for Problem 2067 on 2005-09-19 at 21:53:23 */ #include long div(int); long num[21] = {0}; int main() { int n, test; int i;

1249.cpp

/* This Code is Submitted by wywcgs for Problem 1249 on 2006-01-09 at 12:38:03 */ #include const int MAX = 16; const int INF = 2000000000; int best[MAX][MAX], div[MAX][MAX]; void

tabs.css

/* tabs styles, based on http://www.alistapart.com/articles/slidingdoors */ DIV.tabs { float : left; width : 100%; background : url("tab_b.gif") repeat-x bottom;