代码搜索结果
找到约 10,000 项符合
S 的代码
8-2.txt
using System;
class Student
{
public string s_name;
public int s_age;
public float s_weight;
public Student(string n, int a, float w) {
s_name = n;
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
test2.java
public class test2
{
public static void main(String args[])
{
String s1 = "Hello";
String s2 = "Hello";
String s3 = new String("Hello");
Sy
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
hex.cpp
// hex.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#ifndef CRYPTOPP_IMPORTS
#include "hex.h"
NAMESPACE_BEGIN(CryptoPP)
static const byte s_vecUpper[] = "01
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
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
modem.txt
XMODEM/CRC(修改案)邮件发送、接收
一 程序的整体结构
1 发送、接收的中断驱动:
功能: A . .初始化串口:设置口速率,校验,停止位,数据位。
.始化8259,使之允许COM口产生中断。(设置20H)
.初始化8250中断允许寄存器(IER 0X3F9)。允许发送、接
收中断。
.设置发送、接 ...