代码搜索:CURL
找到约 894 项符合「CURL」的源代码
代码结果 894
www.eeworm.com/read/303513/13813778
m curl.m
function C=curl(V)
%CURL Curl or rotation of a vector field.
% C = CURL(V) returns the curl of a vector field V
% where both V and C is of type vector.
%
% See also DIV, GRAD, LAPL.
% Copyrigh
www.eeworm.com/read/303513/13813842
m curl.m
function C=curl(vars,Fx,Fy,Fz,dim)
%CURL Curl or rotation of a vector field.
% C = CURL(V) returns the curl of a vector field V
% where both V and C is of type vector.
%
% See also DIV, GR
www.eeworm.com/read/106739/6191541
in curl.spec.in
%define name curl
%define version @VERSION@
%define release 1
%define prefix /usr
%define builddir $RPM_BUILD_DIR/%{name}-%{version}
Summary: get a file from a FTP, GOPHER or HTTP server.
Name: %{na
www.eeworm.com/read/410826/11267599
h curl.h
#ifdef HAVE_LIBCURL
extern int curl_is_url(const char *url);
#else
static inline int curl_is_url(const char *url) { return 0; }
#endif
www.eeworm.com/read/410826/11267605
c curl.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include "cu
www.eeworm.com/read/339738/12207366
jpg curl.jpg
www.eeworm.com/read/129864/14221713
jpg curl.jpg
www.eeworm.com/read/462984/1540471
h curl.h
#ifndef __CURL_CURL_H
#define __CURL_CURL_H
/***************************************************************************
* _ _ ____ _
* Project
www.eeworm.com/read/462984/1540603
in curl.spec.in
# Use --define 'nossl 1' on the command line to disable SSL detection
%{!?nossl:%define SSL 1}
%{?nossl:%define SSL 0}
%define name curl
%define version @VERSION@
%define release 1%{!?nossl:ssl}
%de
www.eeworm.com/read/462984/1540607
in curl.list.in
# Directories...
$prefix=@prefix@
$exec_prefix=@exec_prefix@
$bindir=@bindir@
$confdir=@sysconfdir@
$docdir=@prefix@/doc
$mandir=@mandir@
$libdir=@libdir@
$srcdir=@top_srcdir@
$includedir=@includedir@