代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/273409/10916895
cpp xt5-8.cpp
#include
using namespace std;
int main()
{ const int n=7;
int i,number,top,bott,mid,loca,a[n];
bool flag=true,sign;
char c;
cout
www.eeworm.com/read/272848/10940965
h currency.h
// currency class using three data members
// (sign, dollars, and cents) to
// represent an instance/object
#ifndef currency_
#define currency_
#include
#include "myExceptions.h"
www.eeworm.com/read/418151/10964370
m outsideconvex.m
function i=outsideConvex(x,n,o,tol)
% function i=outsideConvex(x,n,o,tol). Determine which points are outside
% the convex object described by n'*x+o
www.eeworm.com/read/417821/10974945
java piinterrupt.java
public class PiInterrupt extends Object implements Runnable {
private double latestPiEstimate;
public void run() {
try {
System.out.println("for comparison, Math.PI=" +
Math.PI)
www.eeworm.com/read/417636/10983800
m chap2_4eq.m
function dx=DynamicModel(t,x,flag,para)
global M A B C eq k
a=25;b=133;
c=para(1);
s=c*x(1)+x(2);
A=[0 1;0 -a];
B=[0;b];
M=2;
eq=5.0;
if M==1
slaw=-eq*sign(s); %Equal
www.eeworm.com/read/417468/10988337
m stbcbpsk2x2.m
clear all
SNRdb=[0 2 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40];
k=1000;
%The graph will be drawn using different SNR values.
for i=1:length(SNRdb)
www.eeworm.com/read/417467/10988343
m stbcbpsk2x1.m
clear all
SNRdb=[0 2 4 6 8 10 12 14 16 18 20 22 24 26 28 30];
k=100;
%The graph will be drawn using different SNR values.
for i=1:length(SNRdb)
www.eeworm.com/read/417421/10990672
cpp 控制.cpp
#include"头文件.h"
extern int nowaddress;//表示下一个地址
extern bianYi parse; //词法分析
extern item sign; //
extern fouryuan FOMO; //四元组表
extern suanfu_stack STACK; //布朗运算的栈
www.eeworm.com/read/416815/11012692
dat license.dat
FEATURE quartus alterad 2034.12 permanent uncounted 385FB2185EE1 \
HOSTID=00e04d1acde5 SIGN="1113 5A52 EA34 2C59 C5B7 B031 \
CE45 D947 B4AB 5969 C1E6 913F DE27 F3FE 08B7 07E0 9AF1 4546 \
392F BD
www.eeworm.com/read/470453/6910983
m mulawexp.m
function y= mulawexp(x,mu,V)
%《数字信号处理教程——MATLAB释义与实现》
% μ-律扩张子程序
% 电子工业出版社出版 陈怀琛编著 2004年9月
%
% y= mulawexp(x,mu,V)
% ------------------------------------
% y 为输出序列
% x 为输入序列
% mu是参数μ的值,通常取25