代码搜索结果
找到约 10,000 项符合
C 的代码
inherit__graph__11.md5
81c08a9f268239ab63ff5cc9b18c8c60
gss_err.h
/*
* linux/include/sunrpc/gss_err.h
*
* Adapted from MIT Kerberos 5-1.2.1 include/gssapi/gssapi.h
*
* Copyright (c) 2002 The Regents of the University of Michigan.
* All rights reserved.
*
gss_err.h
/*
* linux/include/sunrpc/gss_err.h
*
* Adapted from MIT Kerberos 5-1.2.1 include/gssapi/gssapi.h
*
* Copyright (c) 2002 The Regents of the University of Michigan.
* All rights reserved.
*
i2c.h
/* ------------------------------------------------------------------------- */
/* */
/* i2c.h - definitions for the i2c-bus interface */
/* */
/* ------------------
myvectors.txt
+Input was:
+ identity: (len=27)313234343037303130303030303030314065617073696d2e666f6f
+ nonce_mt: 0123456789abcdeffedcba9876543201
+ chal0: 101112131415161718191a1b1c1d1e1f
+ chal1: 20212223
myvectors.txt
+Input was:
+ identity: (len=27)313234343037303130303030303030314065617073696d2e666f6f
+ nonce_mt: 0123456789abcdeffedcba9876543201
+ chal0: 101112131415161718191a1b1c1d1e1f
+ chal1: 20212223
myvectors.txt
+Input was:
+ identity: (len=27)313234343037303130303030303030314065617073696d2e666f6f
+ nonce_mt: 0123456789abcdeffedcba9876543201
+ chal0: 101112131415161718191a1b1c1d1e1f
+ chal1: 20212223
myvectors.txt
+Input was:
+ identity: (len=27)313234343037303130303030303030314065617073696d2e666f6f
+ nonce_mt: 0123456789abcdeffedcba9876543201
+ chal0: 101112131415161718191a1b1c1d1e1f
+ chal1: 20212223
myvectors.txt
+Input was:
+ identity: (len=27)313234343037303130303030303030314065617073696d2e666f6f
+ nonce_mt: 0123456789abcdeffedcba9876543201
+ chal0: 101112131415161718191a1b1c1d1e1f
+ chal1: 20212223
eu_distance.m
fun<mark>c</mark>tion dist=Eu_distan<mark>c</mark>e(<mark>c</mark>1,state);
%本函数用来求<mark>c</mark>1与状态state
%对应星座点之间的欧式距离
A=state*pi/4;
<mark>c</mark>2=<mark>c</mark>os(A)+j*sin(A);
a=real(<mark>c</mark>1);
b=imag(<mark>c</mark>1);
<mark>c</mark>=real(<mark>c</mark>2);
d=imag(<mark>c</mark>2);
dist=sqrt((a-<mark>c</mark>)*(a-<mark>c</mark>)+(b-d)*(b-d)); ...