代码搜索结果

找到约 10,000 项符合 S 的代码

main.cpp

#include"use.h" #include #include #include #include int vp=open("myfile",O_RDWR,S_IRWXU|S_IRGRP|S_IXGRP|S_IROTH|S_IXOTH); int main() { class use user

super.c

/* * Copyright (c) International Business Machines Corp., 2000-2002 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public L

super2.c

/* * Copyright (c) International Business Machines Corp., 2000-2002 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public L

sstrass.cpp

//sstrass.cpp //defining and assigning string objects #include #include using namespace std; int main() { string s1("Man"); //initialize string s

adler32.cpp

// adler32.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "adler32.h" NAMESPACE_BEGIN(CryptoPP) void Adler32::Update(const byte *input, size_t length) {

base32.cpp

// base32.cpp - written and placed in the public domain by Frank Palazzolo, based on hex.cpp by Wei Dai #include "pch.h" #include "base32.h" NAMESPACE_BEGIN(CryptoPP) static const byte s_vec

exam10-1.cpp

【例10.1】 分析以下程序的运行结果。 /*文件名:exam10_1.cpp*/ #include #pragma pack(1) /*参见10.1.3小节的特别说明*/ main() { struct Sample { short int n; char c[10]; float f; } s; printf("%d,%d,%

test2.java

public class test2 { public static void main(String args[]) { String s1 = "Hello"; String s2 = "Hello"; String s3 = new String("Hello"); Sy

p12-3.c

#include #include #include #include #include #include #include int main(void) { int stayopen = 1; st

adler32.cpp

// adler32.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "adler32.h" NAMESPACE_BEGIN(CryptoPP) void Adler32::Update(const byte *input, unsigned int lengt