代码搜索:does
找到约 10,000 项符合「does」的源代码
代码结果 10,000
www.eeworm.com/read/359567/10138648
in makefile.in
#!/usr/make
#
# Makefile for SQLITE
#
# This makefile is suppose to be configured automatically using the
# autoconf. But if that does not work for you, you can configure
# the makefile manually. Ju
www.eeworm.com/read/353772/10418345
m test_main.m
clc;close all;clear all;
deletedatabase('my_database'); % Delete "my_database", if it exists. If input database
% does not exist no action is performed
www.eeworm.com/read/278507/10531986
c tsnprintf.c
/*
* If your system does not provide snprintf(), this program will compile
* but will have an undefined error from the linker.
*
* If you are using the lib/snprintf.c function that is supplied for
www.eeworm.com/read/160029/10579378
in makefile.in
#!/usr/make
#
# Makefile for SQLITE
#
# This makefile is suppose to be configured automatically using the
# autoconf. But if that does not work for you, you can configure
# the makefile manually. Ju
www.eeworm.com/read/276140/10760162
rc2 matplan.rc2
//
// MATPLAN.RC2 - resources AppStudio does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by AppStudio
#endif //APSTUDIO_INVOKED
///////////////////////////
www.eeworm.com/read/276123/10762563
txt license.txt
Disclaimer of Liability
-----------------------
SanDisk IL Ltd.'s general policy does not recommend the use of its products
in life support applications wherein a failure or malfunction of the
produc
www.eeworm.com/read/274233/10881173
clp date.clp
; This is the date function
; for reasons of computational simplicity, the date is represented
; as an integer which represents days since jan 1 1900.
; because CLIPS does not capture the return
www.eeworm.com/read/418028/10968015
in makefile.in
#!/usr/make
#
# Makefile for SQLITE
#
# This makefile is suppose to be configured automatically using the
# autoconf. But if that does not work for you, you can configure
# the makefile manually. Ju
www.eeworm.com/read/458101/7311551
js selectcustomer.js
var xmlHttp
function showCustomer(str)
{
xmlHttp=GetXmlHttpObject();
if (xmlHttp==null)
{
alert ("Your browser does not support AJAX!");
return;
}
var url="getcustomer.asp"
www.eeworm.com/read/458101/7311565
js selectcustomer_xml.js
var xmlHttp
function showCustomer(str)
{
xmlHttp=GetXmlHttpObject();
if (xmlHttp==null)
{
alert ("Your browser does not support AJAX!");
return;
}
var url="getcustomer_xml.