2014年5月21日
摘要: 一:输入密码:二:选择:三:每6个一组:----------------------------------------------------------------------------------------------------------------------------------... 阅读全文
posted @ 2014-05-21 20:55 左小诸葛 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 一:学生信息的录入二:学生信息的打印三:学生信息的增加四:学生信息的查询五:学生信息的修改及复位六:学生信息的删减#include#include#define NULL 0#define STU struct studentusing namespace std;STU{int num;float... 阅读全文
posted @ 2014-05-21 20:53 左小诸葛 阅读(261) 评论(0) 推荐(0) 编辑
摘要: #include#includeusing namespace std;struct G{float W;float V;char N[10];}g[100];void wenzi(int & m){cout>m;}int main(){int M;wenzi(M);int i,j,k,p=0,A[... 阅读全文
posted @ 2014-05-21 20:52 左小诸葛 阅读(232) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Text;namespace ConsoleApplication3{ class Program { static void Main(string[] args) { doubl... 阅读全文
posted @ 2014-05-21 20:51 左小诸葛 阅读(405) 评论(0) 推荐(0) 编辑
摘要: 一、测量学的实习数据:(这是有问题的数据,第3列和第4列都少加了4000,第5列少加了20)左边数据是测量学导出的data文件file1.txt通过下面的程序修改后的数据file2.txt#include #include#includeint main(){double a[100][100];i... 阅读全文
posted @ 2014-05-21 20:50 左小诸葛 阅读(390) 评论(0) 推荐(0) 编辑
摘要: file:///C|/Documentsand Settings/Administrator/桌面/clip_image006.gif f... 阅读全文
posted @ 2014-05-21 20:48 左小诸葛 阅读(859) 评论(0) 推荐(0) 编辑
摘要: #include#includeusing namespace std;void main(){//输入行列式开始int n,i,j,a[10][10],T[10],max[10],b[10],k,q,p;float t[10][10],c,sum=-1;cout>n;cout>a[i][j];}}... 阅读全文
posted @ 2014-05-21 20:46 左小诸葛 阅读(1412) 评论(0) 推荐(1) 编辑
摘要: #include#include#includevoid main(){//输入行列式开始int n,i,j,a[20][20],T[20],max[20],b[20],k,q,p,f=2,u=0;float t[20][20],c,sum=1,w[20];cout>n;ifstream infil... 阅读全文
posted @ 2014-05-21 20:44 左小诸葛 阅读(539) 评论(0) 推荐(0) 编辑
摘要: 抓图 阅读全文
posted @ 2014-05-21 20:43 左小诸葛 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 【摄影测量学空间后方交会作业】求解程序#include #include#include#includeint main(){ double NJZ(double sum[100][100],double l[10]);double x[10],y[10],X[10],Y[10],Z[10],d,D... 阅读全文
posted @ 2014-05-21 20:41 左小诸葛 阅读(2395) 评论(1) 推荐(0) 编辑