代码搜索:MOV模块
找到约 10,000 项符合「MOV模块」的源代码
代码结果 10,000
www.eeworm.com/read/452050/7451414
cpp 3007353_tle.cpp
#include
int press[17];
int ans = 17;
char str[5][5];
int valid(int x,int y)
{
if(x < 0 || y < 0 || x > 3 || y > 3)
return 0;
return 1;
}
void flip(int num)
{
int i, j
www.eeworm.com/read/452050/7451415
c 3007351_tle.c
#include
int press[17];
int ans = 17;
char str[5][5];
int valid(int x,int y)
{
if(x < 0 || y < 0 || x > 3 || y > 3)
return 0;
return 1;
}
void flip(int num)
{
int i, j
www.eeworm.com/read/452050/7451416
c 3007341_wa.c
#include
int press[17];
int ans = 17;
char str[5][5];
int valid(int x,int y)
{
if(x < 0 || y < 0 || x > 3 || y > 3)
return 0;
return 1;
}
void flip(int num)
{
int i, j
www.eeworm.com/read/451127/7471006
asm os_cpu_a.asm
;********************************************************************************************************
; uC/OS-II
;
www.eeworm.com/read/450312/7485834
cpp rsa3.cpp
#include "stdafx.h"
#include
#include
#include
#include
#include
#include
#define MAX 100
#define LEN sizeof(struct slink)
void
www.eeworm.com/read/449996/7492009
s stopwatc.s
; Stopwatch primitives - used in sw.c
include asmglobal.h
public stopval,swstart
.CODE
dbase dw @Data
; start the interval timer
swstart proc far
push ax
; send the mode word to the 825
www.eeworm.com/read/448404/7533850
lst xdma.lst
1 ;
2 ; XDMA.ASM Written 15-Feb-2006 by Jack R. Ellis.
3 ;
4
www.eeworm.com/read/447431/7551287
asm usbhidio.asm
;Filename: usbhidio.asm
;Version: 1.3
;Date: 11/5/99
;Copyright 1999 by Jan Axelson (jan@lvr.com)
;
;Chip: Cypress Semiconductor CY7C63001 USB Microcontroller
;Assembler: cyasm.exe
;Purpose: de
www.eeworm.com/read/447214/7556325
a51 startup.a51
$NOMOD51
;------------------------------------------------------------------------------
; This file is part of the C51 Compiler package
; Copyright (c) 1988-2001 Keil Elektronik GmbH and Keil So
www.eeworm.com/read/446884/7563173
a51 startup.a51
; $Id: //depot/software/SDK1/UV2/C51/lib/Triscend/STARTUP.A51#2 $
;------------------------------------------------------------------------------
; This file is originally part of the C51 Compiler