代码搜索:fprintf

找到约 10,000 项符合「fprintf」的源代码

代码结果 10,000
www.eeworm.com/read/299912/7824150

txt 8节点等参单元matlab编程.txt

8节点等参单元matlab编程 作者:huweifa 文章来源:本站原创 点击数:425 更新时间:2006-8-12 function u=u() % 本程序采用8结点四边形单元,分析固定位移边界条件的弹性力学平面问题 fprintf('请输入弹性模量E的值(单位均采用国际单位制,下同) \n ');
www.eeworm.com/read/399808/7833743

m script.m

% This is a test script to show that that Gaussian belief propagation % algorithm (CANONGBP) computes the correct marginals. This script will % only work on small models, since the CANONMARGS function
www.eeworm.com/read/299408/7861088

c collect.c

#include int A[100][100]={0},active[100]={0},m=0; void search(int k); main() { int n,m,i=0,j=0,k=0,flag=0; FILE *in,*out; in=fopen("collect.in","r"); out=fopen("collect.out","w
www.eeworm.com/read/434440/7866242

cpp 5.cpp

// 5.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include #include #include using namespace std; ////保存的数据 struct mm { char a[7]; char b[3]; }aa[5000];
www.eeworm.com/read/434436/7866432

m one2.m

clear clc %清屏 data=xlsread('data1_2.xls');%读取xls中数据,相当与data=[5 12 21 23 43 54 34 31 33 56 57 78] b0=data(2); len=length(data); N=(length(data)-2)/2; fprintf('输入数据:\n'); fpr
www.eeworm.com/read/399220/7879854

c cjpeg.c

/* * cjpeg.c * * Copyright (C) 1991-1998, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README
www.eeworm.com/read/434216/7880649

m apcluster.m

%APCLUSTER Affinity Propagation Clustering (Frey/Dueck, Science 2007) % [idx,netsim,dpsim,expref]=APCLUSTER(s,p) clusters data, using a set % of real-valued pairwise data point similarities as inpu
www.eeworm.com/read/198947/7903093

m tabledata.m

% Copyright (c) 1999-2003 The University of Texas % All Rights Reserved. % % This program is free software; you can redistribute it and/or modify % it under the terms of the GNU General Public Licen
www.eeworm.com/read/398976/7904490

cpp smpl.cpp

/* %%%%%%%%%%%%%%%%%%%% SMPL.c %%%%%%%%%%%%%%%%%%%%%%% */ #include "smpl.h" #include "rand.h" #include #include #include #include //#incl
www.eeworm.com/read/398976/7904509

c smpl.c

/**********************************************************************/ /* */ /* File "smpl.c"