代码搜索:normal
找到约 10,000 项符合「normal」的源代码
代码结果 10,000
www.eeworm.com/read/129891/14219736
c tcpsend06.c
#include "unp.h"
int
main(int argc, char **argv)
{
int sockfd;
if (argc != 3)
err_quit("usage: tcpsend04 ");
sockfd = Tcp_connect(argv[1], argv[2]);
Write(sockfd, "123", 3);
www.eeworm.com/read/129636/14234979
mdl exm080832_1.mdl
Model {
Name "exm080832_1"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDa
www.eeworm.com/read/129636/14235193
mdl exmvdp.mdl
Model {
Name "exmvdp"
Version 5.0
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines off
ShowLineDimensions off
ShowPortDataTyp
www.eeworm.com/read/230518/14282857
eqn six_smg2.fit.eqn
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and any o
www.eeworm.com/read/230508/14283401
mdl rfcomm_client_rx_freeport0_5x2_formatted_pc.mdl
Model {
Name "RFComm_client_RX_freePort0_5x2_formatted_PC"
Version 5.1
SaveDefaultBlockParams on
SampleTimeColors off
LibraryLinkDisplay "none"
WideLines on
ShowLin
www.eeworm.com/read/229204/14349206
cpp 3dmath.cpp
#include "stdafx.h"
#include
#include "3dmath.h"
//数学函数
// This computes the magnitude of a normal. (magnitude = sqrt(x^2 + y^2 + z^2)
#define Mag(Normal) (sqrt(Normal.x*Normal.x + N
www.eeworm.com/read/228003/14403666
c metrics.c
/* Generate metric tables for a soft-decision convolutional decoder
* assuming gaussian noise on a PSK channel.
*
* Works from "first principles" by evaluating the normal probability
* function an