代码搜索:全数字
找到约 10,000 项符合「全数字」的源代码
代码结果 10,000
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
www.eeworm.com/read/7442/119027
ewb ewb虚拟实验室教程-389m/实验例题/实验演示/数字电路/06基本rs触发器/基本rs触发器'.ewb
Electronics Workbench Circuit File
Version: 5
Charset: ANSI
Description:
""
EncryptionType: 2
UsingVectorGraphics: 0
/000@D0I0?4D
www.eeworm.com/read/430059/8770613
txt 使用说明.txt
//程序功能:pt2272与2262完全仿真程序,并可以搜索全0到全1的地址码和各种振荡电阻
//可以仿真2262振荡电阻范围为500k到6M, 并仿真2272检测该值;
//对应的2262波形的窄脉冲宽度为从50us到610us。相当于振荡电阻470k到5.7M
/*
键盘接口,共4个按键,
P30: 光标移动
P31:数值修改
P32:功能设置 2272与2262功能与 ...
www.eeworm.com/read/179152/9368236
m rect.m
% rect.m
% 实现一个单相不控的全桥整流器
function[sys,xo]=rect(t,x,u,flag,R1,C,R)
% 由于不是离散系统,输出参数没有包括ts
% 此外需要用户输入3个新的参数
% 交流母线电阻R1,直流滤波电容C,负载电阻R
% 根据不控全桥整流电路的原理,列写微分方程
a1=-(1/R1+1/R)/C;
a2=-1/R/C;
b1=1