代码搜索:数字器件
找到约 10,000 项符合「数字器件」的源代码
代码结果 10,000
www.eeworm.com/read/482734/6621898
txt 6-15.txt
/* 范例:6-15 */
#include
#include
int main()
{
/* 以下是可视化程序 */
int a; /* #1 */
printf("请输入一数字"); /* #2 */
scanf("%d",&a); /* #3 */
if(
www.eeworm.com/read/481426/6640660
v dpll.v
// 该模块为数字锁相环
module dpll(
clk , //clock
rzcd , //code input double edge detection
bsyn ); //locked clock
input clk ;
input rzcd ;
output bsyn ;
reg bps ;
reg bsyn ;
reg [1:
www.eeworm.com/read/480375/6673083
c printf.c
#include
#include
#include
#define IsDigital(c) ((c>='0') && (c
www.eeworm.com/read/409275/11336965
js rte.js
// Copyright (C) 2004, Microsoft, Corp. All rights reserved.
// File: rte.js
// Author: 数字Boy
// Contents: RTE Management Code
// EDITOR PUBLIC (API)
var isIE4 = (navigator.appVersion.inde
www.eeworm.com/read/405315/11466496
js formvalidatorregex.js
var regexEnum =
{
intege:"^([+-]?)\\d+$", //整数
intege1:"^([+]?)\\d+$", //正整数
intege2:"^-\\d+$", //负整数
num:"^([+-]?)\\d*\\.?\\d+$", //数字
num1:"^([+]?)\\d*\\.?\\d+$", //正数
www.eeworm.com/read/403890/11507085
java certificateexample.java
import java.io.FileInputStream;
import java.security.cert.Certificate;
import java.security.cert.*;
//从文件中读取数字证书
public class CertificateExample
{
public static void main(String[] args)
www.eeworm.com/read/403744/11511470
txt 4.18.txt
sql语句
数据类型
数字型
BINARY_INTEGER
NATURAL 0 - 2147283647
NATURALN 0 - 2147283647 NOT NULL
POSITIVE 1- 2147283647
POSITIVEN 1- 2147283647 NOT NULL
SIGNTYPE -1,0,1
www.eeworm.com/read/402293/11539039
cpp mainfrm.cpp
// MainFrm.cpp : implementation of the CMainFrame class
//
#include "stdafx.h"
#include "数字水印技术.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char T