代码搜索结果
找到约 10,000 项符合
Z 的代码
z8530.h
#ifndef _Z8530_H
#define _Z8530_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
/* In z8530.asm: */
void write_scc(uint16 ctl,uint8 reg,uint8 val);
uint8 read_scc(uint16 ctl,uint8 reg);
int
z_samples.vpj
[SciTech]
compiler=wc10-
targetos=d32
[COMPILER]
version=5.0b
MACRO=enable_current_compiler\n
activeconfig=,getch.exe
FILTERNAME=Source Files\n
FILTERPATTERN=*.c;*.cpp;*.cxx;*.prg;*.pas;*.dp
deduce_z.hpp
# /* **************************************************************************
# * *
# * (C) Copyright Paul Mensonides 2
7z.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
7z.dsp
# Microsoft Developer Studio Project File - Name="7z" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Dynami
z_abs.c
#ifndef lint
static char sccsid[] = "@(#)z_abs.c 1.1 92/07/30 SMI"; /* from UCB 1.1" */
#endif
/*
*/
#include "complex.h"
double z_abs(z)
dcomplex *z;
{
double hypot();
return( hypot( z->dreal, z
z_sin.c
#ifndef lint
static char sccsid[] = "@(#)z_sin.c 1.1 92/07/30 SMI"; /* from UCB 1.1" */
#endif
/*
*/
#include "complex.h"
z_sin(r, z)
dcomplex *r, *z;
{
double sin(), cos(), sinh(), cosh();
r->dr
z_compare.c
#ifndef lint
static char sccsid[] = "@(#)z_compare.c 1.1 92/07/30 SMI";
#endif
/*
* Copyright (c) 1987 by Sun Microsystems, Inc.
*/
/* complex*16 comparison */
#include "complex.h"
int
Fz_e
z_log.c
#ifndef lint
static char sccsid[] = "@(#)z_log.c 1.1 92/07/30 SMI"; /* from UCB 1.1" */
#endif
/*
*/
#include "complex.h"
z_log(r, z)
dcomplex *r, *z;
{
double log(), hypot(), atan2();
r->dimag =
z_cos.c
#ifndef lint
static char sccsid[] = "@(#)z_cos.c 1.1 92/07/30 SMI"; /* from UCB 1.1" */
#endif
/*
*/
#include "complex.h"
z_cos(r, z)
dcomplex *r, *z;
{
double sin(), cos(), sinh(), cosh();
r->dr