代码搜索:数字调频
找到约 10,000 项符合「数字调频」的源代码
代码结果 10,000
www.eeworm.com/read/148075/12496506
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/249058/12525315
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/335412/12527268
dat bookinfo.dat
[General Information]
书名=GSM数字移动通信系统
作者=BEXP
SS号=
加密地址=
页数=379
下载位置=http://202.118.180.121/ebook/sjy01/diskyd/yd06/11/!00001.pdg
www.eeworm.com/read/146790/12612293
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/146790/12612488
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/236650/14005311
dat bookinfo.dat
[General Information]
书名=多维数字信号处理
作者=BEXP
SS号=
加密地址=
页数=407
下载位置=http://202.118.180.121/ebook/sjy01/diskdo/do29/16/!00001.pdg
www.eeworm.com/read/134069/14011192
txt 6-15.txt
/* 范例:6-15 */
#include
#include
int main()
{
/* 以下是可视化程序 */
int a; /* #1 */
printf("请输入一数字"); /* #2 */
scanf("%d",&a); /* #3 */
if(
www.eeworm.com/read/235561/14063375
c 4x4.c
/*-----------------------------------------------
函数名称:key_scan
功 能:键盘扫描,返回数字键值
输 入:无
输 出:无符号整型键值
范 围:
------------------------------------------------*/
unsigned char key_scan(void)
{