您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. C++实现学生成绩统计管理系统

  2. 源代码: #include #include #include #include #define Smax 200 using namespace std; struct student { string num; string name; float eng; float math; float clang;//定义c++ float gete(){return eng;} float getm(){return math;} float getcl(){return clang;} str
  3. 所属分类:C/C++

    • 发布日期:2011-05-12
    • 文件大小:102400
    • 提供者:wcf319
  1. 神经网络c++代码——绝对可用,可学

  2. #ifndef ANN_BP_H #define ANN_BP_H #include "math.h" #include #include #include #include #include"MemoryTool1.h"
  3. 所属分类:嵌入式

    • 发布日期:2011-05-16
    • 文件大小:82944
    • 提供者:jinliang2000
  1. C++潮流计算程序C++潮流计算程序

  2. #include #include #include #include using namespace std; //节点号 类型 负荷有功 负荷无功母线数据(类型 1=PV节点,2=PQ节点,3=平衡节点) struct BUS { int busno; int type; float Pd; float Qd; }; //发电机数据 节点号 有功发电 电压幅值 struct Generator { int busno; float Pg; float Vg; };
  3. 所属分类:专业指导

    • 发布日期:2011-05-20
    • 文件大小:8192
    • 提供者:laominwuyinglin
  1. K均值聚类算法的实现

  2. K均值聚类算法的C++实现代码 word形式 #include "iostream.h" #include "math.h" #include "stdlib.h" #include "iomanip.h" #include "time.h" #include "fstream.h"
  3. 所属分类:C++

    • 发布日期:2011-05-27
    • 文件大小:73728
    • 提供者:qiufen0907
  1. vc++6.0bvjhmvbjkg

  2. henhaofjhyfyukhgjhghujgugghjgbjghjgjhkjhjhbkjhblhj#include #include #include #include class guke { private: char no[5]; //顾客编号 char name[10]; //顾客姓名 char dizhi[30]; public: void get() //输入顾客资料 { cout <>no; cout <> name; cout<>d
  3. 所属分类:C++

    • 发布日期:2011-06-02
    • 文件大小:120832
    • 提供者:wandini
  1. c++图书管理系统

  2. /*****************************************************************************************/#include #include #include #include //输入/输出文件流类using namespace std;const int Maxr=100;//最多的读者const int Maxb=100;//最多的图书const int Maxbor=5;//每位读者最多借五本书//读者类,实现
  3. 所属分类:iOS

    • 发布日期:2006-02-23
    • 文件大小:9216
    • 提供者:chenxh
  1. 入库系统---强化训练

  2. #include #include #include using namespace std; #define NULL 0 int const MAX_NUM=20; #define LEN sizeof(struct shortage) //定义一个仓管管理信息的结构体 struct date { int year; int month; int day; }; struct shortage { int number; char tile[MAX_NUM]; int quantity;
  3. 所属分类:其它

    • 发布日期:2011-11-11
    • 文件大小:2097152
    • 提供者:shillen2011
  1. 图书管理系统源代码

  2. #include #include #include #include //输入/输出文件流类 using namespace std; const int Maxr=100;//最多的读者 const int Maxb=100;//最多的图书 const int Maxbor=5;//每位读者最多借五本书 //读者类,实现对读者的信息的描述
  3. 所属分类:MySQL

    • 发布日期:2011-12-09
    • 文件大小:114688
    • 提供者:xyq059445
  1. 图书馆 管理系统 C语言编程

  2. /* Note:Your choice is C IDE */ #include #include #include #include #include #include using namespace std; class book { public: book();//默认构造函数 char inter_face();//首页 void add_person();//添加联系人 void del_person();//删除联系人 void show_all();//显示所有联系人
  3. 所属分类:C/C++

    • 发布日期:2011-12-13
    • 文件大小:356352
    • 提供者:sunxiuliang
  1. 基于内容的垃圾邮件过滤

  2. 基于内容的垃圾邮件过滤技术 #include #include "stemmer/Stemmer.h" #include #include #include #include #include #include "spamtrain.h" #define MAX(a,b) (a>=b)?a:b; #define MIN(a,b) (a<=b)?a:b; using namespace std; using namespace boost::filesystem; usi
  3. 所属分类:网络安全

    • 发布日期:2011-12-25
    • 文件大小:15728640
    • 提供者:warmlight
  1. 旅客信息管理系统.cpp

  2. #include #include #include using namespace std; //旅客信息的类 struct tourist { char name[20]; char sex[10]; char birthday[20]; char id[15]; char nation[10]; char cometime[15]; int days; char hnumber[10]; char telephone[15]; int num; struct tourist*next;
  3. 所属分类:C

    • 发布日期:2012-01-01
    • 文件大小:7168
    • 提供者:mazhongshan
  1. 班级管理系统源代码

  2. 程序代码 #include #include #include #include #include #include #include using namespace std; class book { public: book(); char inter_face();//首页 void add_person();//添加新班级成员 void del_person();//删除某班级成员 void show_all();//显示所有班级成员 void alter();//修改信息
  3. 所属分类:Java

    • 发布日期:2012-01-03
    • 文件大小:43008
    • 提供者:wy774885572
  1. C++函数库大全

  2. C++常用函数库大全 C++常用函数库大全 #include     //设定插入点 #include      //字符处理 #include      //定义错误码 #include      //浮点数处理 #include     //文件输入/输出 #include     //参数化输入/输出 #include    //数据流输入/输出 #include     //定义各种数据类型最值常量 #include     //定义本地化函数
  3. 所属分类:C/C++

    • 发布日期:2012-02-18
    • 文件大小:156672
    • 提供者:zhoutingjudy
  1. 学生管理系统(C++课程设计)

  2. #include "iostream" #include "fstream" #include "iomanip" #include "string" using namespace std; bool equal(char *a,char *b,int n)//判断两个字符串是否一样 { int temp=0; for(int i=0;i<n;i++) if(a[i]==b[i]) temp++; if(temp==n) return 1; else return 0; } int g
  3. 所属分类:C/C++

    • 发布日期:2012-04-21
    • 文件大小:982016
    • 提供者:qq42628518
  1. 校园导游咨询《详细实验报告》源程序代码 运行截图

  2. 实验报告中含有:实验目的,问题描述,基本要求;概要设计:抽象数据类型定义,模块层次关系图;调试分析;floyed算法分析;用户使用说明;程序源代码及截图 (ps:该校园导游咨询系统没有输入值,所有信息是都在class MGraph的构造函数中传输的,且校园景点信息皆为【【上海电力学院】】景点信息。请大家注意,直接从文章copy到visual stutio中会出现中文字符,注意删除,推荐大家在一行语句的分号后面,点出光标,按一下delete键,然后按一下enter键,完成visual stuti
  3. 所属分类:C/C++

    • 发布日期:2012-05-22
    • 文件大小:1048576
    • 提供者:gujibala
  1. 客户信息管理代码

  2. #include #include #include #include //可以运用EXIT函数 #include static int n=0; void print(); //定义一个客户类 class work {//私有成员其中包括客户号、姓名、电话 ,意见 private: unsigned int sno;//编号 char name[20];//姓名 char num [20];//电话 char com[500];//意见 int value; //共有成员 publi
  3. 所属分类:C/C++

    • 发布日期:2012-07-19
    • 文件大小:6144
    • 提供者:xw19930215
  1. 语言程序设计课后习题答案

  2. 第 一 章 概述 1-1 简述计算机程序设计语言的发展历程。 解: 迄今为止计算机程序设计语言的发展经历了机器语言、汇编语言、高级语言等阶段,C++语言是一种面向对象的编程语言,也属于高级语言。 1-2 面向对象的编程语言有哪些特点? 解: 面向对象的编程语言与以往各种编程语言有根本的不同,它设计的出发点就是为了能更直接的描述客观世界中存在的事物以及它们之间的关系。面向对象的编程语言将客观事物看作具有属性和行为的对象,通过抽象找出同一类对象的共同属性(静态特征)和行为(动态特征),形成类。通过
  3. 所属分类:软件测试

    • 发布日期:2012-12-27
    • 文件大小:636928
    • 提供者:bai5170092
  1. 时间表的程序

  2. #include #include void main() { int second,minute,hour,delay; do { cout<>hour>>minute>>second; }while(!(hour>=0 && hour=0 && minute=0 && second<=60)); while(true) { for(;second<=60;second++) { for(delay=0;delay<=2200000
  3. 所属分类:C++

    • 发布日期:2013-04-13
    • 文件大小:627
    • 提供者:u010285579
  1. C++函数库大全

  2. #include     //设定插入点 #include      //字符处理 #include      //定义错误码 #include      //浮点数处理 #include     //文件输入/输出 #include     //参数化输入/输出 等等...c++编程基础知识必备~
  3. 所属分类:C++

    • 发布日期:2013-04-26
    • 文件大小:172032
    • 提供者:u010468869
  1. 矩阵分解生成LUP三矩阵

  2. #include #include #include #include #define M 3 using namespace std; int main() { float LU[M][M],data[M][M],P[M][M]={0}; cout<<endl; cout<<"输入LU的初始数据:"<<endl; for(int i=0; i<M; i++) { for(int j=0;j>LU[i][j]; putchar(' '); }
  3. 所属分类:专业指导

    • 发布日期:2013-05-26
    • 文件大小:3072
    • 提供者:u010841015
« 1 2 3 45 6 7 8 »