代码搜索:传输界面
找到约 10,000 项符合「传输界面」的源代码
代码结果 10,000
www.eeworm.com/read/471302/6889494
h show.h
#ifndef _SHOW_H
#define _SHOW_H
/************************************
* 功能:
用来显示程序运行中的相关界面
提示用户进行相关操作
并显示相应画面
* 作者: 谢金牛
* 编写明细:
* 完成时间 Created 作者名
2009-2-12 谢金牛
* 修改时间 Modif
www.eeworm.com/read/394381/8227811
m draw.m
function fig = draw()
% 手画光滑曲线图形界面
% 先用Range确定大致范围;然后用ginput用鼠标单击大致数据点;最后用Draw it画图。
% 本程序采用样条拟合
% By L. J. Hu, 2000
% This is the machine-generated representation of a Handle Graphics object
www.eeworm.com/read/294004/8258203
c admin.c
/*admin.c:管理员功能选择界面,根据用户选项调用相应函数实现系统功能*/
#include "shead.h"
#include "creat.c"
#include "add.c"
#include "delete.c"
#include "modnum.c"
#include "qname.c"
#include "qseatnum.c"
#include "sheji
www.eeworm.com/read/293993/8259848
c admin.c
/*admin.c:管理员功能选择界面,根据用户选项调用相应函数实现系统功能*/
#include "shead.h"
#include "creat.c"
#include "add.c"
#include "delete.c"
#include "modnum.c"
#include "qname.c"
#include "qseatnum.c"
#include "sheji
www.eeworm.com/read/292998/8318849
txt readme.txt
/*
* ===========================================
小月(网名)
QQ:117115
email:xyh@51hl.com
http://xyh.28k.net
部分界面使用了imgeasy++的,在此感谢
本程序免费,你可以做出相应修改,但请保留小月字样,及连接,本程序作者冰雨盟QQ:199117
* ============
www.eeworm.com/read/292979/8319481
c lab_2(vc).c
#include
#include
#include
//#include
int d[20][524288];/* 保存最短距离 */
int path[20][524288];/* 保存路径 */
int c[20]; /*保存最优路线每边的距离,用于输出界面*/
int num=0; //输出
www.eeworm.com/read/292979/8319489
c lab_2(vc).c
#include
#include
#include
//#include
int d[20][524288];/* 保存最短距离 */
int path[20][524288];/* 保存路径 */
int c[20]; /*保存最优路线每边的距离,用于输出界面*/
int num=0; //输出