代码搜索:Write
找到约 10,000 项符合「Write」的源代码
代码结果 10,000
www.eeworm.com/read/430500/8741288
c write.c
/*write.c*/
#include
#include
#include
#include
#include
#include
#include
#define MAXSIZE
int main(void)
{
www.eeworm.com/read/286768/8743995
ncb write.ncb
www.eeworm.com/read/286768/8744000
opt write.opt
www.eeworm.com/read/286768/8744003
plg write.plg
Build Log
--------------------Configuration: write - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ccc\LOC
www.eeworm.com/read/286768/8744006
dsp write.dsp
# Microsoft Developer Studio Project File - Name="write" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con
www.eeworm.com/read/286768/8744009
dsw write.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/430156/8763500
gif write.gif
www.eeworm.com/read/429021/8824085
doc write.doc
www.eeworm.com/read/384940/8829461
m write.m
function write(a,fid,buslist)
% write bus data
fprintf(fid,'Bus.con = [ Bus.con; ...\n');
fprintf(fid,[' ',a.format,';\n'],a.con(buslist,:)');
fprintf(fid,' ];\n\n');
fprintf(fid,'Bus.nam
www.eeworm.com/read/384940/8829537
m write.m
function write(a,fid,buslist)
% write voltage dependent loads loads
if ~a.n, return, end
% filter loads using bus list
idx = [];
for i = 1:a.n
jdx = find(buslist == a.bus(i)*a.u(i));
if ~isempty