代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/245238/4505834
cpp serialport.cpp
#include "stdafx.h"
#include "SerialPort.h"
#include
//
// Constructor
//
CSerialPort::CSerialPort()
{
m_hComm = NULL;
// initialize overlapped structure members to zero
www.eeworm.com/read/236543/4639168
c con2fb.c
/* this is userspace utility which allows you to redirect console to another fb device
* You can specify devices & consoles by both numbers and devices. Framebuffers numbers
* are zero based (/dev/
www.eeworm.com/read/229812/4739140
c except04.c
#include "fail.h"
// Revisions:
//
// 93/11/01 -- J.W.Welch -- removed test for throw of zero (standard
// says only exact member-ptr conversions are
//
www.eeworm.com/read/229812/4739143
c except02.c
#include "fail.h"
// Revisions:
//
// 93/11/01 -- J.W.Welch -- removed test for throw of zero (standard
// says only exact member-ptr conversions are
//
www.eeworm.com/read/229812/4751171
gml scanfs.gml
.newtext Format Control String:
The format control string consists of zero or more
.us format directives
that specify acceptable input file data.
Subsequent arguments are pointers to various types
www.eeworm.com/read/226285/4786308
java main.java
import java.util.*;
class Main {
// Pads the value with a zero on the left if val is a single digit.
static void printTwoDigits(int val) {
if (val < 10) {
System.out
www.eeworm.com/read/222917/4815409
phpt test006.phpt
--TEST--
Error messages are shown
--FILE--
--EXPECTREGEX--
.*Division by zero.*
www.eeworm.com/read/209919/4956050
m mmpsim.m
function y=mmpsim(x,tol)
%MMPSIM Polynomial Simplification, Strip Leading Zero Terms.
% MMPSIM(A) Deletes leading zeros and small coefficients in the
% polynomial A(s). Coefficients are considered sma
www.eeworm.com/read/196133/5104334
h br.h
/*
* Constants and structure definitions for the bridging code
*/
#if !defined(One)
#define Zero 0
#define One 1
#endif /* !defined(One) */
#if !defined(TRUE)
#define FALSE 0
#define TRUE 1
www.eeworm.com/read/196056/5104512
cpp readreg.cpp
// This code shows how to read the registry
// However it is not used by the current Wdm1 code
void ReadReg( IN PUNICODE_STRING DriverRegistryPath)
{
// Make zero terminated copy of driver regi