代码搜索:输出可调
找到约 10,000 项符合「输出可调」的源代码
代码结果 10,000
www.eeworm.com/read/484450/6576814
波形产生3(双输出)
www.eeworm.com/read/481629/6636617
ppt 数据输入与输出.ppt
www.eeworm.com/read/480094/6676653
txt 支路数据输出.txt
-----------------------------------------------------------------------------------------------------
***************************************支路功率及损耗(标幺值)**************************************
------
www.eeworm.com/read/480094/6676661
txt 节点数据输出.txt
**************************潮流计算程序(西安交通大学电气工程学院胡与非编写)***************************
运行方式名:IEEE_118_Bus_Test_System
系统基本特性:
基准容量:100(MVA) 容许适配额:0.00001
母线数:118
发电机数:54
负荷数:101
www.eeworm.com/read/480094/6676665
txt 原始数据输出.txt
线路数为:5 节点数为:5 接地线路数为:0 发电机数为:1 负荷数为:3平衡节点号为: 5精度为1e-005
1 2 0.04 0.25 0.25非接地支路1
1 3 0.1 0.35 0非接地支路2
2 3 0.08 0.3 0.25非接地支路3
-2 4 0 0.015 1.05非接地支路4
-3 5 0 0.03 1.05非接地支路5
4 5 0 -1.05发电机
5 0 0
www.eeworm.com/read/407541/11417008
cpp 格式化输出.cpp
#include /*格式化输出*/
void main()
{
int a=88,b=89;
printf("\n\n a=%d b=%d----输出整型\n",a,b);
printf(" a=%c b=%c-----输出字符型\n",a,b); printf("\n");
}
www.eeworm.com/read/407541/11417133
cpp 字符输入输出.cpp
#include /*字符输入输出*/
void main()
{
char c;
printf("请输入一个字符: \n");
c=getchar();
putchar(c);
printf("\n");
}
www.eeworm.com/read/157225/11727104
frm 密码输入输出.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3150
ClientLeft = 60
ClientTop = 390
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/157225/11727106
vbp 密码输入输出.vbp
Type=Exe
Form=密码输入输出.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\SYSTEM\stdole2.tlb#OLE Automation
IconForm="Form1"
Startup="Form1"
Command32=""
Name="工程1"
HelpCont