代码搜索:subfunction

找到约 229 项符合「subfunction」的源代码

代码结果 229
www.eeworm.com/read/166568/10016407

java subfunction.java

import java.util.*; public class Subfunction { private String code; private String title; private long amount; public Subfunction(String title, String code, long amount) {
www.eeworm.com/read/197384/8001200

inc subfunction.inc

;============================================================================== ; ; Initialization CPU register ; ;=============================================================================
www.eeworm.com/read/117227/6105128

java subfunction.java

/* * SubFunction.java - gets a substring from a string * Copyright (C) 2000 Romain Guy * romain.guy@jext.org * http://www.jext.org * * This program is free software; you can redistribute it and/
www.eeworm.com/read/349580/3142797

h subfunction.h

// Copyright (C) 2007 Anders Logg. // Licensed under the GNU LGPL Version 2.1. // // First added: 2007-04-27 // Last changed: 2007-04-29 #ifndef __SUB_FUNCTION_H #define __SUB_FUNCTION_H #include
www.eeworm.com/read/407519/2262006

h subfunction.h

// Copyright (C) 2007 Anders Logg. // Licensed under the GNU LGPL Version 2.1. // // First added: 2007-04-27 // Last changed: 2007-04-29 #ifndef __SUB_FUNCTION_H #define __SUB_FUNCTION_H #include
www.eeworm.com/read/407519/2262903

h subfunction.h

// Copyright (C) 2007 Anders Logg. // Licensed under the GNU LGPL Version 2.1. // // First added: 2007-04-27 // Last changed: 2007-04-29 #ifndef __SUB_FUNCTION_H #define __SUB_FUNCTION_H #include
www.eeworm.com/read/104235/15700937

inc subfunction.inc

;============================================================================== ; ; Initialization CPU register ; ;=============================================================================
www.eeworm.com/read/197384/8001168

inc subfunction2.inc

;============================================================================== ; ; Initialization McBSP #0 ; ;============================================================================== ;=
www.eeworm.com/read/310611/13648619

c subfunction1.c

include "c8051F020.h" #include /* 液晶点阵显示试验 -128*64,控制器KS0108 试验准备:将拨码开关S1和S2置于ON位置. 运行此程序,LCD将交替显示"换代创新后的51-高速SOC美国CYGNAL 8051F" "新华龙电子-单片机推广应用急先锋!","汉字". */ #define LCD_DA
www.eeworm.com/read/310611/13648620

c subfunction2.c

#include "c8051f020.h" #include /*void Delay1us(unsigned char us) { while (us) { _nop_(); _nop_(); _nop_(); _nop_(); _nop_(); --us; } }*/ void SYSCLK_Init (void) { int i; /