代码搜索:数字调频
找到约 10,000 项符合「数字调频」的源代码
代码结果 10,000
www.eeworm.com/read/132862/14070883
txt 6-15.txt
/* 范例:6-15 */
#include
#include
int main()
{
/* 以下是可视化程序 */
int a; /* #1 */
printf("请输入一数字"); /* #2 */
scanf("%d",&a); /* #3 */
if(
www.eeworm.com/read/203994/15347922
c keyboard.c
//程序说明: 此程序动态扫描键盘,当有按键按下时,将此键转换成对应的数字键值,同时
// 蜂鸣器响一声
//------------------------------------------------------------------------------------
// Includes
//--------------------------------------
www.eeworm.com/read/201821/15394825
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/201766/15397238
js jsvalidate.js
function CheckQty(tbid)
{
var lastChar = tbid.value.charAt(tbid.value.length-1);
var num = parseInt(lastChar);
if (isNaN(num))
{
window.alert("必须输入数字");
tbid.focus();
tbid.select();
www.eeworm.com/read/113490/15455066
txt 6-15.txt
/* 范例:6-15 */
#include
#include
int main()
{
/* 以下是可视化程序 */
int a; /* #1 */
printf("请输入一数字"); /* #2 */
scanf("%d",&a); /* #3 */
if(
www.eeworm.com/read/113028/15472563
txt 6-15.txt
/* 范例:6-15 */
#include
#include
int main()
{
/* 以下是可视化程序 */
int a; /* #1 */
printf("请输入一数字"); /* #2 */
scanf("%d",&a); /* #3 */
if(
www.eeworm.com/read/109438/15557656
txt 6-15.txt
/* 范例:6-15 */
#include
#include
int main()
{
/* 以下是可视化程序 */
int a; /* #1 */
printf("请输入一数字"); /* #2 */
scanf("%d",&a); /* #3 */
if(
www.eeworm.com/read/108190/15591123
txt 6-15.txt
/* 范例:6-15 */
#include
#include
int main()
{
/* 以下是可视化程序 */
int a; /* #1 */
printf("请输入一数字"); /* #2 */
scanf("%d",&a); /* #3 */
if(
www.eeworm.com/read/105743/15659843
cpp mainfrm.cpp
// MainFrm.cpp : CMainFrame 类的实现
//
#include "stdafx.h"
#include "吃数字.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CMainFrame
IMPLEMENT_DYNCREATE(CMainFra