代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/428794/8840903
c msp430x47xx_tb_10.c
//*******************************************************************************
// MSP430x47xx Demo - Timer_B, PWM TB1-2 Up Mode, DCO SMCLK
//
// Description: This program outputs two PWM sign
www.eeworm.com/read/384270/8883842
c trianglecube.c
#include
/* this version of SIGN3 shows some numerical instability, and is improved
* by using the uncommented macro that follows, and a different test with it */
#ifdef OLD_TEST
#define S
www.eeworm.com/read/284330/8943120
def evp.def
; Evp.def : Declares the module parameters for the DLL.
LIBRARY "Evp"
DESCRIPTION 'Evp Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
Crypt
Digest
Sign
www.eeworm.com/read/375873/9346190
flt sample.flt
# Sample filtering file. Lines starting with a hash mark in the first
# column are comments. Actual filtering lines start with either a dash
# or a plus sign in the first column (additional modes m
www.eeworm.com/read/175135/9558558
cpp setf2.cpp
// setf2.cpp -- using setf() with 2 arguments to control formatting
#include
#include
int main()
{
using namespace std;
// use left justification, show the plus sign,
www.eeworm.com/read/362570/9990667
cpp poj2828.cpp
#include
using namespace std;
const int MAXN = 200100;
struct Node
{
int left, right;
int sum, value;
};
struct Tree
{
int num;
int root;
bool sign;
www.eeworm.com/read/358784/10179648
asm finite.asm
TITLE Finite State Machine (Finite.asm)
; This program implements a finite state machine that
; accepts an integer with an optional leading sign.
; Last update: 1/27/02
INCLUDE Ir
www.eeworm.com/read/358682/10182162
cpp setf2.cpp
// setf2.cpp -- using setf() with 2 arguments to control formatting
#include
#include
int main()
{
using namespace std;
// use left justification, show the plus sign,
www.eeworm.com/read/424753/10415866
m ch4_1c.m
% This demo demonstrates the objects of the System Identification
% Toolbox.
echo off
% 1. THE IDDATA OBJECT
% First create some data:
u = sign(randn(200,2)); % 2 inputs
www.eeworm.com/read/423501/10556711
spec rkhunter.spec
# No debuginfo:
%define debug_package %{nil}
# If you want to debug, uncomment the next line and remove
# the duplicate percent sign (due to macro expansion)
#%%dump
%define name rkhunter
%define ve