代码搜索结果

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

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_vecUpper[]

modem.txt

XMODEM/CRC(修改案)邮件发送、接收 一 程序的整体结构 1 发送、接收的中断驱动: 功能: A . .初始化串口:设置口速率,校验,停止位,数据位。 .始化8259,使之允许COM口产生中断。(设置20H) .初始化8250中断允许寄存器(IER 0X3F9)。允许发送、接 收中断。 .设置发送、接 ...

捷联惯导.c

#include "math.h" #include "stdlib.h" #include "stdio.h" #define DYNUM 18 #define PI 3.1415926535897932384626433832795 #define WIE 7.292115E-5 #define Re 20925000. #define e 1/2

test2.java

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

strapdown.c

#include "math.h" #include "stdlib.h" #include "stdio.h" #define DYNUM 18 #define PI 3.1415926535897932384626433832795 #define WIE 7.292115E-5 #define Re 20925000. #define e 1/2

dotparse.ypp

/* dot.y */ %{ #include #include #include #include "calltreedlg.h" #include "graphwidget.h" #include "treewidget.h" #include "encoder.h" extern FILE* yyin; int

lb_bdy5.x

/* *********************************************************************************************************** Amos

test_umask.c

#include #include #include #include int main() { umask(0); // 不屏蔽任何权限 if (creat("example_681.test",S_IRWXU|S_IRWXG|S_IRWXO) < 0) { perror("