CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 行业应用软件 搜索资源 - 函数

搜索资源列表

  1. stuM

    0下载:
  2. 学生信息管理系统,纯C语言编写,引用了Sleep休眠函数和cls清屏处理,系统未完善,但可用做模板,进行详细开发。-Students information management system, semi-finished products, to do with the template.
  3. 所属分类:Education soft system

    • 发布日期:2017-05-06
    • 文件大小:1510263
    • 提供者:李文昌
  1. ASP078

    0下载:
  2. 随着计算机技术的广泛应用,在酒店客房管理中引入计算机管理技术,成为一个值得深入研究的问题。本系统采用ASP+ACCESS作为开发环境,本文首先概要的论述了ASP的有关知识与现状。之后,对本系统作了系统的描述。在此基础上,论文重点对本系统作了详细的介绍,然后,对开发一个小型的酒店管理系统所用到的语句、函数、对象、数据库进行了阐述。最后,结合自己编写的酒店管理系统,给出了完整的、可实际使用的数系统。-Along with the wide application of computer techno
  3. 所属分类:Hotel software system

    • 发布日期:2017-04-03
    • 文件大小:976115
    • 提供者:陈奕君
  1. a

    0下载:
  2. 编写一个存款类库。类中包括:姓名,密码,存款余额。密码检验函数;存款函数。如果用户的用户名,密码都输入正确,则存款成功。-Write a deposit class library. Class include: name, password, deposit balance. Password inspection functions Deposit function. If the user user name and password input the correct, the dep
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-04-01
    • 文件大小:3152
    • 提供者:wanghuiguo
  1. sga

    0下载:
  2. 基于基本遗传算法的函数最优化 《遗传算法——理论、应用与软件实现》,王小平、曹立明编着 -A function of the basic genetic algorithm-based optimization "Genetic algorithm- theory, application and software implementation, Wang Xiaoping, Cao Liming, ed
  3. 所属分类:transportation applications

    • 发布日期:2017-04-03
    • 文件大小:4724
    • 提供者:chengfeng
  1. credit_card

    0下载:
  2. 计算信用卡帐号余额利息的函数。获取的参数包括初始余额,月利率和计息月数,返回到期利息-Calculation of the function of the credit card account balance interest. To obtain the parameters include the initial balance, the monthly interest rate and interest-bearing the number of months to return th
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-03-31
    • 文件大小:885818
    • 提供者:zhangjian
  1. ckglxt

    0下载:
  2. 仓库管理系统代码 系统主函数(program.cs) using System using System.Collections.Generic using System.Windows.Forms namespace warehouse { static class Program -Warehouse management system code System function (program.cs) using System usin
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:39661
    • 提供者:偷换
  1. cPP

    0下载:
  2. 定义一个Score类,其中包括私有数据成员和公有成员函数,即 num 学号 Math 高等数学成绩 English 英语成绩 Programming 程序设计成绩 getScore() 输入学号和各科成绩, calculateScore() 计算平均成绩 showScore() 输出学号和各科成绩 使用Score类,输入某班n个学生的学号和各科成绩,然后求各个学生的平均成绩,并列表输出学生的学号、各科成绩和平均成绩。 -Define a Score class
  3. 所属分类:Education soft system

    • 发布日期:2017-03-30
    • 文件大小:60538
    • 提供者:梁伟斌
  1. tuxingleyuan

    0下载:
  2. 用于幼儿学习,测试,操作简单 建立多边形基类,并派生出长方形等子类。根据需要建立类的成员函数和成员方法,其中包括图像的学习部分和考核部分-For early childhood learning, testing, operation simple polygonal base class and derive a subclass of the rectangle, etc.. According to the need to create the class member functio
  3. 所属分类:Home Personal application

    • 发布日期:2017-04-16
    • 文件大小:305282
    • 提供者:lijuan
  1. VCPP

    0下载:
  2. 定义学生类Student ,用于存放并输出学生的姓名、学号、年龄、程序设计的成绩并统计学生人数。 1) 定义缺省构造函数、带参数的构造函数和拷贝构造函数给学生的姓名、学号、年龄、程序设计的成绩分配内存并赋值; 2) 定义函数输出学生信息; 3)定义析构函数; 4) 在主函数中定义多个对象并调用上述成员函数进行测试; 5)采用头文件和源文件对程序进行组织。 -Define the student class Student, used to store and output
  3. 所属分类:Education soft system

    • 发布日期:2017-04-04
    • 文件大小:16550
    • 提供者:guosiqi
  1. student-class

    0下载:
  2. 有5个学生,每个学生的数据结果包括学号、姓名、年龄、C++成绩、数学成绩和英语成绩、总平均分,从键盘输入5个学生的学号、姓名、3门课的成绩,计算3门课的总平均分,最后将5个学生的数据输出。要求各个功能用函数来实现:输入学生数据的函数、计算总平均分的函数学生数据输出的函数-Five students, each student' s data include the results of Student ID, name, age, C++ achievement, math and Eng
  3. 所属分类:Education soft system

    • 发布日期:2017-04-03
    • 文件大小:3418
    • 提供者:guosiqi
  1. class

    1下载:
  2. 1. 编写程序,定义一个人员类CPerson,包括数据成员:姓名、编号、性别和用于输入、输出的成员函数。在此基础上派生出学生类Cstudent(增加成绩)和教师类Cteacher(增加教龄),并实现对学生和教师信息的输入、输出。 2. 编写程序,设计一个汽车类vehicle,包含的数据成员有车轮个数wheels和车重weigh,带参数的构造函数、拷贝构造函数、数据成员设置函数Set()、数据成员显示函数show()。 小车类car是vehicle的派生类其中包含载人数passenger_
  3. 所属分类:Education soft system

    • 发布日期:2017-03-29
    • 文件大小:46209
    • 提供者:guosiqi
  1. bgtkk-1233tare

    1下载:
  2. 该系统包含伯乐股市系统主程序源码/服务器端程序源码/系统数据库支持引擎/GTK.可在单进程的模式下实现一种基于TCP/IP的网络数据传输.支持分时线显示出来..支持股票明细数据,分笔成交数据显示出来.支持数据库MYSQL.. 内含指标函数库,能完成一般指标的开发.内含配置库读写函数,完成对系统参数的读写 可直接使用。 -The system includes the main source of the horses stock system/server-side program sour
  3. 所属分类:Finance-Stock software system

    • 发布日期:2014-09-07
    • 文件大小:2957312
    • 提供者:
  1. CProgram

    0下载:
  2. 综合程序设计、EasyX函数。学生管理系统-Comprehensive programming programming programming integrated programming programming programming
  3. 所属分类:Education soft system

    • 发布日期:2017-05-17
    • 文件大小:4979712
    • 提供者:肖绵
  1. SVM

    0下载:
  2. 针对基于GPS/GIS的浮动车数据特点,总结其中无效的数据类型,并给出数据有效处理的方法。以支持向量机原理、交通状态预测方法为基础,分析了常用支持向量回归机、核函数及模型参数的性能,以及各核函数及模型参数对支持向量机性能的影响及作用。针对路段平均速度预测中的小样本、非线性、高维回归等特点,将支持向量回归机方法引入基于浮动车数据的路段车辆速度预测,构建了路段平均速度短时预测模型。并以杭州市某路段的实际数据为例,详细阐述了支持向量回归机预测模型的具体建模和求解过程。运用LibSVM2.84软件包,进
  3. 所属分类:transportation applications

    • 发布日期:2017-05-09
    • 文件大小:2207741
    • 提供者:tangshx
  1. MAP

    0下载:
  2. MATLAB m函数,讲述如何制作电动汽车方面效率MAP图-MATLAB m function, about how to make electric vehicle efficiency MAP
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:15310
    • 提供者:armzd
  1. company-system

    0下载:
  2. 问题的提出:编写一个小公司的工资管理系统。该公司主要有4类人员:经理、兼职技术人员、销售员和销售经理。要求存储并显示每类人员的编号(从100起编号)、姓名和月薪,同时给出在创建每一类对象时构造函数的执行顺序(月薪计算方法为:经理固定月薪8000元,兼职技术人员100元/小时,销售员为当月销售额的4%,销售经理保底工资5000元另加其所管部门销售额的5%),要求用虚函数实现。-Of the problem: write a small company payroll system. The com
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-04-04
    • 文件大小:149936
    • 提供者:dongjie
  1. three-particle-algorithms

    1下载:
  2. BPF算法(回溯粒子滤波),还包括判断粒子是否有效的子函数,以及其中用到的判断两条直线是否相交的函数(用来判断轨迹是否与墙壁相交)。- three particle filter algorithms(SIR,ASIR and BPF) for indoor pedestrian navigation.Also include a function for particle validation detection and a function to check if two lines i
  3. 所属分类:transportation applications

    • 发布日期:2017-03-26
    • 文件大小:9947
    • 提供者:江一夫
  1. COMEVENT

    0下载:
  2. 串口通信的代码,进行数据的通信,能够发送接收数据,并且串口是用API函数写得。-Code of serial communication, data communication, capable of sending and receiving data, and the serial is written using the API function.
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2017-04-16
    • 文件大小:181391
    • 提供者:yaohui
  1. pingdingchuang-fuzhi-xiuzheng

    0下载:
  2. 不同的窗函数,都对应不同的幅值修正系数;针对复制修正中最重要的平顶窗,给出修正的方法。-Different window functions, corresponding to the amplitude correction factor copy the most important amendment of the flat-top windows, give a correction method.
  3. 所属分类:transportation applications

    • 发布日期:2017-04-15
    • 文件大小:5695
    • 提供者:王亚涛
  1. t-copula

    1下载:
  2. t-coupla求相关系数,包括正态分布,t分布,和其他copula函数的基本代码-t-copula,mainly used in t copula corrention
  3. 所属分类:金融证券系统

    • 发布日期:2013-01-25
    • 文件大小:10836
    • 提供者:王磊
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 36 »
搜珍网 www.dssz.com