代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/324920/3490279
s stan.s
|
| stan.sa 3.3 7/29/91
|
| The entry point stan computes the tangent of
| an input argument;
| stand does the same except for denormalized input.
|
| Input: Double-extended number X in location point
www.eeworm.com/read/324920/3490284
s satan.s
|
| satan.sa 3.3 12/19/90
|
| The entry point satan computes the arctangent of an
| input value. satand does the same except the input value is a
| denormalized number.
|
| Input: Double-extended valu
www.eeworm.com/read/324920/3497474
winview readme.winview
Support for the Leadtek WinView 601 TV/FM by Jon Tombs
This card is basically the same as all the rest (Bt484A, Philips tuner),
the main difference is that they have attached a p
www.eeworm.com/read/323863/3507494
js calendar-sp.js
// ** I18N
// Calendar SP language
// Author: Rafael Velasco
// Encoding: any
// Distributed under the same terms as the calendar itself.
// For translators: please use UTF-
www.eeworm.com/read/323863/3507495
js calendar-pt.js
// ** I18N
// Calendar pt_BR language
// Author: Adalberto Machado,
// Encoding: any
// Distributed under the same terms as the calendar itself.
// For translators: please use
www.eeworm.com/read/323863/3507508
js calendar-br.js
// ** I18N
// Calendar pt-BR language
// Author: Fernando Dourado,
// Encoding: any
// Distributed under the same terms as the calendar itself.
// For translators: plea
www.eeworm.com/read/323863/3507511
js calendar-lt-utf8.js
// ** I18N
// Calendar LT language
// Author: Martynas Majeris,
// Encoding: UTF-8
// Distributed under the same terms as the calendar itself.
// For translators: please use U
www.eeworm.com/read/322722/3521794
sh create_h.sh
#Run this script can create head files of include jni, but the files are the same with winxp, so suggest don't run this scripte, only copy the head files from windosxp. Thanks.........[fbi]
cd ../src
www.eeworm.com/read/322590/3523239
c duptable1.c
#include
//create two table with same name
int main()
{
Connection conn;
DbRetVal rv = conn.open("root", "manager");
if (rv != OK) return 1;
DatabaseManager *dbMgr = conn.getDa
www.eeworm.com/read/322590/3523240
c bindtest2.c
#include
//bind twice the same field.
//the later should have the effect
int main()
{
Connection conn;
DbRetVal rv = conn.open("root", "manager");
if (rv != OK) return 1;
Data