代码搜索结果
找到约 10,000 项符合
4 的代码
4.asm
extrn buf:byte,info3:byte
public change3
code segment
change3 proc far
assume cs:code
sub ax,ax
mov ch,4
mov cl,4
mov bx,4a8fh
rotate: rol bx,cl
mo
4.c
main( )
{ int m, n, a, b, t, c;
printf(" Input two integer numbers :\n");
scanf(" %d %d",&a ,&b);
m=a;
n=b;
if(a
4.sql
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[CancelProduct]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
drop table [dbo].[CancelProduct]
GO
CREATE TABLE [dbo].[CancelPr