代码搜索:Prot
找到约 2,417 项符合「Prot」的源代码
代码结果 2,417
www.eeworm.com/read/455624/7369357
s bios_disk.s
/*-
* Copyright (c) 2007-2008
* Bill Paul . All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted pr
www.eeworm.com/read/329075/12983734
cpp matinddistance.cpp
/*
Context : Fuzzy Clustering Algorithms
Author : Frank Hoeppner, see also AUTHORS file
Description : implementation of class module MatIndDistance
Hist
www.eeworm.com/read/329075/12983859
cpp ggupdate.cpp
/*
Context : Fuzzy Clustering Algorithms
Author : Frank Hoeppner, see also AUTHORS file
Description : implementation of class module GGUpdate
History
www.eeworm.com/read/329075/12983929
cpp lineinit.cpp
/*
Context : Fuzzy Clustering Algorithms
Author : Frank Hoeppner, see also AUTHORS file
Description : implementation of class module LineInit
History
www.eeworm.com/read/329075/12983939
cpp meancenter.cpp
/*
Context : Fuzzy Clustering Algorithms
Author : Frank Hoeppner, see also AUTHORS file
Description : implementation of class module MeanCenter
History
www.eeworm.com/read/327242/13091814
sql psql_demo1.sql
seqdb_host seqdb_demo seqdb_user password;
SELECT acc, protein.seq, 'sp|'||acc||'|'||sp_name||' '||descr
FROM annot INNER JOIN protein USING(prot_id) WHERE annot.db='sp' LIMIT 50000;
SELECT acc, 'sp|
www.eeworm.com/read/327242/13091908
sql mysql_demo_pv.sql
seqdb_host seqdb_demo seqdb_user password;
SELECT acc, protein.seq, sp_name, concat('sp|',acc,'|',sp_name,' ',descr)
FROM annot INNER JOIN protein USING(prot_id) WHERE annot.db='sp' LIMIT 50000;
SELE
www.eeworm.com/read/327242/13091941
sql mysql_demo1.sql
seqdb_host seqdb_demo seqdb_user password;
SELECT acc, protein.seq, sp_name
FROM annot INNER JOIN protein USING(prot_id) WHERE annot.db='sp' LIMIT 50000;
SELECT acc, concat('sp|',acc,'|',sp_name,' ',
www.eeworm.com/read/136812/5860514
c map.c
static char sccsid[] = "@(#)map.c 1.1 92/07/30 SMI";
#include
#include
#include
#include "cg6reg.h"
static char *fbctec = 0;
static char *fhcthc = 0;
extern char
www.eeworm.com/read/133329/5905985
c ctf_subr.c
/*
* Copyright 2005 Sun Microsystems, Inc. All rights reserved.
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License, Version 1.0 only.
* S