代码搜索:func
找到约 10,000 项符合「func」的源代码
代码结果 10,000
www.eeworm.com/read/135942/13884114
func
int open_port(void);
int cmd_modem(int fd, char command[30], char buffer[255]);
int hangup(int fd);
int init_port(struct termios oldtio);
int send_modem(char number[15], char sendfile[50]);
int recv_m
www.eeworm.com/read/144212/5752899
func
#
# func -- print out definitions for functions named by arguments
#
# usage: func name [name ...]
#
# Chet Ramey
# chet@ins.CWRU.Edu
func()
{
local status=0
if [ $# -eq 0 ] ; then
echo "usage: f
www.eeworm.com/read/126956/6010046
func
#!/usr/local/bin/perl -w
use strict;
use DBI;
my $dbname='';
my $host='localhost';
my $port=6100;
my $dbh = DBI->connect("dbi:Gigabase:host=$host;port=6100","g", "g")||die ;
$dbh->func('precommit');
$
www.eeworm.com/read/126411/6017655
func
#
# func -- print out definitions for functions named by arguments
#
# usage: func name [name ...]
#
# Chet Ramey
# chet@ins.CWRU.Edu
func()
{
local status=0
if [ $# -eq 0 ] ; then
echo "usage: f
www.eeworm.com/read/16793/690849
func
#
# func -- print out definitions for functions named by arguments
#
# usage: func name [name ...]
#
# Chet Ramey
# chet@ins.CWRU.Edu
func()
{
local status=0
if [ $# -eq 0 ] ; then
echo "usage: f
www.eeworm.com/read/391596/8395541
for func.for
* GAM.FOR
*
FUNCTION GAM(X)
*
*--calculates the Gamma function of X
*
IMPLICIT DOUBLE PRECISION (A-H)
IMPLICIT DOUBLE PRECISION (O-Z)
A=1.
Y=X
IF (Y.LT.1.)
www.eeworm.com/read/216609/15001970
as func.as
function Run(obj) {
obj.pos.xspeed = (obj.pos.x-obj._x)/7+obj.pos.xspeed*.9;
obj.pos.yspeed = (obj.pos.y-obj._y)/7+obj.pos.yspeed*.9;
obj._x += obj.pos.xspeed;
obj._y += obj.pos.yspeed;
}
fu
www.eeworm.com/read/391748/8380463
c at-func.c
/* Define an at-style functions like fstatat, unlinkat, fchownat, etc.
Copyright (C) 2006 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
www.eeworm.com/read/192094/8407354
h func.h
void interrupt tint( void );
void CLK_init( void );
void SDRAM_init( void );
void INTR_init( void );
void TIME_init(void);
void TMCR_Reset( void );
void SetDSPPLL(unsigned int uPLL);