代码搜索:数字器件
找到约 10,000 项符合「数字器件」的源代码
代码结果 10,000
www.eeworm.com/read/402293/11539060
cpp introducedlg.cpp
// IntroduceDlg.cpp : implementation file
//
#include "stdafx.h"
#include "数字水印技术.h"
#include "IntroduceDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[]
www.eeworm.com/read/402293/11539076
cpp fanhuanfang.cpp
// FANHUANFANG.cpp : implementation file
//
#include "stdafx.h"
#include "数字水印技术.h"
#include "FANHUANFANG.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] =
www.eeworm.com/read/158663/11593487
asm test.asm
;轮流显示数字和流水灯。
;***************************************************************************
;* sxj1974@163.com (51c51 test web) www.8951.com *
;* Create by :石学军 www.51c51.com 更多例
www.eeworm.com/read/155928/11837608
txt 6-15.txt
/* 范例:6-15 */
#include
#include
int main()
{
/* 以下是可视化程序 */
int a; /* #1 */
printf("请输入一数字"); /* #2 */
scanf("%d",&a); /* #3 */
if(
www.eeworm.com/read/258547/11856300
txt 6-15.txt
/* 范例:6-15 */
#include
#include
int main()
{
/* 以下是可视化程序 */
int a; /* #1 */
printf("请输入一数字"); /* #2 */
scanf("%d",&a); /* #3 */
if(
www.eeworm.com/read/257500/11922948
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/252912/12255135
java readstringorint.java
//从键盘读一数字串或整数
import java.io.*;
class ReadStringOrInt
{ public static void main(String args[ ])
{ byte buf[ ]=new byte[20];
String str=" ";
int anInt;
try
www.eeworm.com/read/252912/12255244
bak readstringorint.java.bak
//从键盘读一数字串或整数
import java.io.*;
class ReadStringOrInt
{ public static void main(String args[ ])
{ byte buf[ ]=new byte[20];
String str=" ";
int anInt;
try
www.eeworm.com/read/339096/12259188
htm ex5-13.htm
parseInt()方法应用示例
var userInput = prompt("请输入一个以数字开头的字符串", "");