代码搜索:数据输入
找到约 10,000 项符合「数据输入」的源代码
代码结果 10,000
www.eeworm.com/read/173217/9666739
cpp 706.cpp
// 706.CPP 演示cin 的初步使用
// demo std. integer input stream elemantary using
#include
main (void)
{
int n1 = 100 ,n2 = 200;
for (int i = 1; i < 4 ; i++)
{
cout
www.eeworm.com/read/369023/9668145
c join.c
#include "common.h"
#include
#include
void joinMem(Info *Head)
{
int OR;
int style=0;
int count=0;
Info *Node;
listMem(Head);
Node=Head->next;
while(1)
{
p
www.eeworm.com/read/173084/9675247
c wqy.c
/*+---------------------------------------------------+
|文件名称: 实验板板串口通信程序—简单工作模式 |
|版 本: V1.1 |
|制作单位: 北京鼎实创新科技公司 |
|版权许可:
www.eeworm.com/read/368588/9685104
asv acatspeval.asv
function [sol] = AcatspEval(sol,distMatrix,numvars)
% 功能---计算适应度
% 输入:sol一个个体
% 输出:该个体及其适应度val
val = sum(diag(distMatrix(sol(1:numvars),[sol(2:numvars) sol(1)])));
sol(numvars+1)=val;
www.eeworm.com/read/368588/9685117
m acatspeval.m
function [sol] = AcatspEval(sol,distMatrix,numvars)
% 功能---计算适应度
% 输入:sol一个个体
% 输出:该个体及其适应度val
val = sum(diag(distMatrix(sol(1:numvars),[sol(2:numvars) sol(1)])));
sol(numvars+1)=val;
www.eeworm.com/read/172823/9686883
m examp6_9.m
[x,u,y,dx]=trim('c6nlsys'); % 零输入工作点计算
[a,b,c,d]=linmod2('c6nlsys',x,u); G=ss(a,b,c,d) % 线性化
[x,u,y,dx]=trim('c6nlsys',[],1); %阶跃输入工作点
[a,b,c,d]=linmod2('c6nlsys',x,u); G=ss(a,b,c,d)
www.eeworm.com/read/368531/9690456
c main7-2.c
/* main7-2.c 检验bo7-2.c的主程序 */
#include"c1.h"
#define MAX_NAME 3 /* 顶点字符串的最大长度+1 */
typedef int InfoType; /* 存放网的权值 */
typedef char VertexType[MAX_NAME]; /* 字符串类型 */
#include"c7-2.h"
#incl
www.eeworm.com/read/368262/9703589
cpp main7-2.cpp
// main7-2.cpp 检验bo7-2.cpp的主程序
#include"c1.h"
#define MAX_NAME 3 // 顶点字符串的最大长度+1
typedef int InfoType; // 存放网的权值
typedef char VertexType[MAX_NAME]; // 字符串类型
#include"c7-2.h"
#include"bo7-
www.eeworm.com/read/172503/9704812
txt 2-0-1.txt
C的输入输出
#include
main()
{
int i;
float f;
scanf("%f",i); /*有错*/
scanf("%d",f); /*有错*/
printf("i=%d,f=%f\n",i,f);
}
www.eeworm.com/read/172294/9714942
cpp inputjudge.cpp
#include "funtiondeclaration.h"
//函数功能:判断输入的学号,姓名,电话字符串是否超出11个字节
//输入参数:系统信息提示后输入任意键继续
//输出参数:显示相关系统信息
//返回值:返回bool型的一个数
//修改人:邹明上
//修改时间:2006.06.24
bool InputJudge(string& Input,const int