代码搜索:输出数据
找到约 10,000 项符合「输出数据」的源代码
代码结果 10,000
www.eeworm.com/read/232195/14204705
txt readme.txt
GPS GN_74/77OEM板测试软件使用须知:
1.菜单“格式”中包含的是GN74常用的输出信件格式,以设置GPS板回发信件的时间间隔。
(GN74的信件格式详见GN74手册)
a.“全部打开”和“全部关闭”即打开和关闭全部GN74的输出信件格式。
b.“输出命令”即可以输出GN74其它的输出信件格式。(注:)
2.菜单“说明”中包含的是GN74回发信件的数据说 ...
www.eeworm.com/read/128256/14308417
cpp p1-5.cpp
#include //包含iostream.h头文件
main()
{
//输入输出字符
char c;
cin>>c;
cout
www.eeworm.com/read/227017/14443921
cs program.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace Chapter33
{
class Program
{
static void Main(string[] args)
{
//string s = "
www.eeworm.com/read/125549/14486704
cpp p1-5.cpp
#include //包含iostream.h头文件
main()
{
//输入输出字符
char c;
cin>>c;
cout
www.eeworm.com/read/224839/14566376
m compute_codeword.m
function o=compute_codeword(position,s,jx)
%实现计算码字滤波的框图功能
%输入---固定码本输出
%输出---码字矢量,得到c(n)
c=zeros(1,40);
for i=1:4
c(position(i))=s(i);
end
%c=c/2^15;
o=c;
www.eeworm.com/read/223280/14648230
asm exam501.asm
;从键盘输入一位数字,判断其奇偶性,并在屏幕输出一个标志,
;若为奇数,则输出1,否则输出0
code segment
assume cs:code
begin: mov ah, 01h ;调用DOS中断的1号子功能(读入一字符)
int 21h ;AL