代码搜索:Module
找到约 10,000 项符合「Module」的源代码
代码结果 10,000
www.eeworm.com/read/140161/13103034
h module.h
/*
Copyright 2002-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
t
www.eeworm.com/read/140161/13103278
c module.c
/*
Copyright 1994-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
t
www.eeworm.com/read/140161/13103309
p module.p
/* Protogen Version 1.05 Monday September 18, 1995 06:51:55 */
/* Module.c */
void ReadHeader(void); /* PROTOTYPE */
void CheckSum(void); /* PROTOTYPE */
void
www.eeworm.com/read/140161/13103327
h module.h
/*
Copyright 1994-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
t
www.eeworm.com/read/326576/13133368
__i module.__i
-c --device DARMP -g -O0 --apcs=interwork -I "C:\Keil\ARM\INC\Philips" -o ".\OutPut\module.o" "APP\MODULE.C"
www.eeworm.com/read/326576/13133370
o module.o
www.eeworm.com/read/326576/13133722
c module.c
/*
* Filename : module.c
* Author : Li Dawen
* Copyright (c): Coslight Group .co
* Create Date : 2002.04.27
* Version : 0.1.0
*/
/*
Oooo
( )
) /
(_/
*/
#define MODULE
www.eeworm.com/read/326576/13133773
h module.h
/*
* Filename : module.h
* Author : Li Dawen
* Copyright (c): Coslight Group .co
* Create Date : 2002.04.27
* Version : 0.1.0
PID算法
PID是比例,积分,微分的缩写,
Uo(N)=P*E(N)+I*[E(N)+E(
www.eeworm.com/read/139297/13164038
java module.java
import java.awt.*;
import java.io.*;
abstract class Module {
int xsiz, ysiz;
double weight;
double[] probs;
public Module(int xSiz, int ySiz, double w) {
xsiz = xSiz;
ysiz = ySiz;
www.eeworm.com/read/240372/13221443