代码搜索结果
找到约 10,000 项符合
G 的代码
beam2g.m
function [Ke,fe]=beam2g(ex,ey,ep,N,eq)
% Ke=beam2g(ex,ey,ep,N)
% [Ke,fe]=beam2g(ex,ey,ep,N,eq)
%-------------------------------------------------------------
% PURPOSE
% Compute the element
bar2g.m
function [Ke]=bar2g(ex,ey,ep,N)
% Ke=bar2g(ex,ey,ep,N)
%----------------------------------------------------------------
% PURPOSE
% Compute element stiffness matrix for two dimensional geometric
%
g20modem.c
#include
#include
#include
#include
#include "typedef.h"
#include "app.h"
#include "attention.h"
#include "g20modem.h"
#include "g20serialdrv.h"
g20modem.c~
#include
#include
#include
#include
#include "typedef.h"
#include "app.h"
#include "attention.h"
#include "g20modem.h"
#include "g20serialdrv.h"
g20modem.h
#ifndef G20MODEM_H__
#define G20MODEM_H__
void g20_mdm_init();
unsigned char g20_mdm_on();
unsigned char g20_mdm_off();
unsigned char g20_mdm_rest();
void g20_mdm_proc();
#endif
g20serialdrv.c
#include
#include
#include
#include
#include "typedef.h"
#include "app.h"
#include "attention.h"
#include "g20modem.h"
#include "g20serialdrv.
g20serialdrv.h
#ifndef G20SERIALDRV_H__
#define G20SERIALDRV_H__
#define G20_RTS PORTC.5
/*
#define G20_RTS PORTA.7
#define G20_CTS PINA.6
//#define G20_RXD PINE.0
//#define G20_TXD PORTE.1
#define G
g20modem.i
// CodeVisionAVR C Compiler
// (C) 1998-2004 Pavel Haiduc, HP InfoTech S.R.L.
// I/O registers definitions for the ATmega128
#pragma used+
sfrb PINF=0;
sfrb PINE=1;
sfrb DDRE=2;
sfrb PORTE=3
g20modem.h~
#ifndef G20MODEM_H__
#define G20MODEM_H__
void g20_mdm_init();
BOOL g20_mdm_on();
BOOL g20_mdm_off();
BOOL g20_mdm_rest();
void g20_mdm_proc();
#endif
g20serialdrv.i
// CodeVisionAVR C Compiler
// (C) 1998-2004 Pavel Haiduc, HP InfoTech S.R.L.
// I/O registers definitions for the ATmega128
#pragma used+
sfrb PINF=0;
sfrb PINE=1;
sfrb DDRE=2;
sfrb PORTE=3