代码搜索:Prot
找到约 2,417 项符合「Prot」的源代码
代码结果 2,417
www.eeworm.com/read/167847/9950333
c test3.c
#include "unpipc.h"
int
main(int argc, char **argv)
{
int fd1, fd2, *ptr1, *ptr2;
pid_t childpid;
struct stat stat;
if (argc != 2)
err_quit("usage: test3 ");
shm_unlink(Px_ipc_name(ar
www.eeworm.com/read/167847/9950341
c shmwrite.c
#include "unpipc.h"
int
main(int argc, char **argv)
{
int i, fd;
struct stat stat;
unsigned char *ptr;
if (argc != 2)
err_quit("usage: shmwrite ");
/* 4open, get size, map */
fd = S
www.eeworm.com/read/330961/12858930
c pmap_set.c
/*
* pmap_set - set portmapper table from data produced by pmap_dump
*
* Author: Wietse Venema (wietse@wzv.win.tue.nl), dept. of Mathematics and
* Computing Science, Eindhoven University of
www.eeworm.com/read/329075/12983739
cpp gaussdistance.cpp
/*
Context : Fuzzy Clustering Algorithms
Author : Frank Hoeppner, see also AUTHORS file
Description : implementation of class module GaussDistance
Histo
www.eeworm.com/read/329075/12983831
cpp regression.cpp
/*
Context : Fuzzy Clustering Algorithms
Author : Frank Hoeppner, see also AUTHORS file
Description : implementation of class module Regression
History
www.eeworm.com/read/329075/12983850
hpp selfeature.hpp
/*
Context : Fuzzy Clustering Algorithms
Author : Frank Hoeppner, see also AUTHORS file
Description : header of class SelFeature
History : see sou
www.eeworm.com/read/329075/12983852
cpp protsetop.cpp
/*
Context : Fuzzy Clustering Algorithms
Author : Frank Hoeppner, see also AUTHORS file
Description : implementation of class module ProtSetOp
History
www.eeworm.com/read/329075/12983946
cpp meancovariance.cpp
/*
Context : Fuzzy Clustering Algorithms
Author : Frank Hoeppner, see also AUTHORS file
Description : implementation of class module MeanCovariance
Hist
www.eeworm.com/read/327242/13092695
sql psql_demo.sql
@ seqdb_demo seqdb_demo @;
SELECT acc, protein.seq, sp_name
FROM annot INNER JOIN protein USING(prot_id) WHERE annot.db='sp';
SELECT acc, 'sp|'||acc||'|'||sp_name||' '||descr FROM annot WHERE acc='#'
www.eeworm.com/read/147766/5726999
h pgalloc.h
/*
* linux/include/asm-arm/proc-armv/pgalloc.h
*
* Copyright (C) 2001 Russell King
*
* Page table allocation/freeing primitives for 32-bit ARM processors.
*/
/* unfortunately, this includes l