代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/288552/8622675
java strack.java
package bluewater;
public class Strack {
public double[] numberStrack = new double[100];
public char[] signStrack = new char[100];
public String point = "";
public int number, sign, n
www.eeworm.com/read/432045/8636192
cpp ch4_4.cpp
//*********************
//** ch4_4.cpp **
//*********************
#include
#include
#include
void main()
{
double s=0,x=1; //初始值
long k=1;
www.eeworm.com/read/387283/8695826
cpp kruskal.cpp
// kruskal.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include
#include
#define MaxEdge 100 //最大的边的数量
#define MaxPoint 2
www.eeworm.com/read/431224/8698382
m hmatrix.m
function hmatrix(a)
global LA DAE Bus
if ~a.n
LA.h_ps = [];
LA.h_qs = [];
LA.h_is = [];
LA.h_pr = [];
LA.h_qr = [];
LA.h_ir = [];
fm_disp('No transmission line or transform
www.eeworm.com/read/386582/8737576
sh signfile.sh
#!/bin/bash
if [ $# -ne 3 ]
then
echo "Usage: $0 alias filename passpharse"
exit -1
fi
openssl dgst -passin pass:"$3" -binary -sha1 -sign $1.pem $2 > $2.sign
www.eeworm.com/read/285975/8797019
080_prob ch12.080_prob
##############################################################################
## Code fragment (NOT RECOMMENDED) from Chapter 12 of "Perl Best Practices" ##
## Copyright (c) O'Reilly & Associates
www.eeworm.com/read/285975/8797165
081_best ch12.081_best
##############################################################################
## Code fragment (Recommended) from Chapter 12 of "Perl Best Practices" ##
## Copyright (c) O'Reilly & Associates
www.eeworm.com/read/285975/8797177
082_prob ch12.082_prob
##############################################################################
## Code fragment (NOT RECOMMENDED) from Chapter 12 of "Perl Best Practices" ##
## Copyright (c) O'Reilly & Associates
www.eeworm.com/read/285975/8797230
083_prob ch12.083_prob
##############################################################################
## Code fragment (NOT RECOMMENDED) from Chapter 12 of "Perl Best Practices" ##
## Copyright (c) O'Reilly & Associates