代码搜索:does
找到约 10,000 项符合「does」的源代码
代码结果 10,000
www.eeworm.com/read/487438/6512141
txt readme.txt
-------------------------------
Semi VB Decompiler by vbgamer45
Open Source
Version: 0.03
-------------------------------
Contents
1. What's New?
2. Features
3. Questions?
4. Bugs
5. Contact
www.eeworm.com/read/484166/6591944
cpp p1-29.cpp
#include
main()
{
int a,b;
//输入数据
couta;
coutb;
//除法判断
if (b!=0 && a%b==0) {
cout
www.eeworm.com/read/482837/6614348
cpp p1-29.cpp
#include
main()
{
int a,b;
//输入数据
couta;
coutb;
//除法判断
if (b!=0 && a%b==0) {
cout
www.eeworm.com/read/479650/6689781
cpp p1-29.cpp
#include
main()
{
int a,b;
//输入数据
couta;
coutb;
//除法判断
if (b!=0 && a%b==0) {
cout
www.eeworm.com/read/479269/6690739
txt license-fr.txt
GPL
Introduction
This is an unofficial translation of the GNU General Public License into French.
It was not published by the Free Software Foundation, and does not legally state
the distrib
www.eeworm.com/read/410642/11273930
c sslclient.c
#include "soapH.h"
#include "ssl.nsmap"
int main()
{ struct soap soap;
int in, out;
double a, b, result;
a = 10.0;
b = 20.0;
soap_init(&soap);
soap.keyfile = "client.pem"; /* may be omitt
www.eeworm.com/read/264889/11296351
cpp 2_16.cpp
#include
using namespace std;
int main()
{ double x = 10/7.0; cout
www.eeworm.com/read/406664/11437832
cpp swap.cpp
// swap() does not swap the value of the arguments!
void swap( int v1, int v2 ) {
int tmp = v2;
v2 = v1;
v1 = tmp;
}
www.eeworm.com/read/157007/11745076
cpp swap.cpp
// swap() does not swap the value of the arguments!
void swap( int v1, int v2 ) {
int tmp = v2;
v2 = v1;
v1 = tmp;
}
www.eeworm.com/read/156813/11762249
cpp p1-29.cpp
#include
main()
{
int a,b;
//输入数据
couta;
coutb;
//除法判断
if (b!=0 && a%b==0) {
cout