虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Bad

  • 程序功能: 1 管理员开设课程; 2 学生可以选择课程; 3 学生注册; 4 教师注册; 5 教师给选自己课程的学生给成绩; 6 管理员对学生成绩进行管理; 7 学生能够查询通过密码自己

    程序功能: 1 管理员开设课程; 2 学生可以选择课程; 3 学生注册; 4 教师注册; 5 教师给选自己课程的学生给成绩; 6 管理员对学生成绩进行管理; 7 学生能够查询通过密码自己的成绩; cpp9.cpp 主函数控制程序运行 teacher.cpp 教师类 course.cpp 课程类 Administrator.cpp 管理员类 delete_record.cpp 删除记录 save_lord.cpp 文件存取操作 short_record.cpp 生成简明文件 Bad.cpp 生成均不及格的学生文件 find.cpp 查找学生信息 input_disp.cpp 输入、显示信息 Graph1.cpp 图形显示 学生成绩管理系统简介.doc 程序说明

    标签: 程序 查询 密码

    上传时间: 2014-11-07

    上传用户:shanml

  • Writing Your First ASP Application ( Quick Start ) (Page 1 of 8 ) There are many tutorials out th

    Writing Your First ASP Application ( Quick Start ) (Page 1 of 8 ) There are many tutorials out there that show you how to program in ASP. Some of them are good, and some are Bad. Some of them are downright terrible. In any case, you ve read a bit about ASP and now you are ready to build your first application. But where do you start? In my own experience, I have found that I find it easier to learn something if I actually work with it hands-on. Just reading a book or documentation doesn’t give you the practical knowledge you need to be able to rush off and start creating applications. In this article, I will discuss the creation of a very simple application. I will cover what the application will do, how we will approach writing it, demonstrate in code how we will do it, and discuss additional features that could be added to it. Writing Your First ASP Application ( Quick Start ) - Users On Your Website

    标签: Application tutorials Writing First

    上传时间: 2015-11-05

    上传用户:franktu

  • Returns weighted percentiles of a sample given the weight vector w % The idea is to give more empha

    Returns weighted percentiles of a sample given the weight vector w % The idea is to give more emphasis in some examples of data as compared to % others by giving more weight. For example, we could give lower weights to % the outliers. % The motivation to write this function is to compute percentiles for Monte % Carlos simulations where some simulations are very Bad (in terms of goodness % of fit between simulated and actual value) than the others and to give % the lower weights based on some goodness of fit criteria.

    标签: percentiles weighted Returns sample

    上传时间: 2016-01-28

    上传用户:小儒尼尼奥

  • /* * The internal form of a hash table. * * The table is an array indexed by the hash of the k

    /* * The internal form of a hash table. * * The table is an array indexed by the hash of the key collisions * are resolved by hanging a linked list of hash entries off each * element of the array. Although this is a really simple design it * isn t too Bad given that pools have a low allocation overhead. */ split from apache for general usage

    标签: table hash The the

    上传时间: 2014-01-07

    上传用户:gtf1207

  • EKF-SLAM Simulator This version of the simulator uses global variables for all large objects, suc

    EKF-SLAM Simulator This version of the simulator uses global variables for all large objects, such as the state covariance matrix. While Bad programming practice, it is a necessary evil for MatLab efficiency, as MatLab has no facility to avoid gratuitous memory allocation and copying when passing (and modifying) variables between functions. With this concession, effort has been made to keep the code as clean and modular as possible.

    标签: Simulator simulator variables EKF-SLAM

    上传时间: 2016-05-02

    上传用户:lunshaomo

  • this text is mainly about how to use the technology of machine vision to check the product whether t

    this text is mainly about how to use the technology of machine vision to check the product whether the product is good or Bad

    标签: technology the machine product

    上传时间: 2013-12-24

    上传用户:lingzhichao

  • Introduction Sometimes you may collide with the following problem: a third-party binary component o

    Introduction Sometimes you may collide with the following problem: a third-party binary component or control embedded into your application displays windows (usually message boxes) that hang your code until they are closed. If you do not have the source code of this binary and one does not have a good API to change one’s Bad behaviour programmatically, it can be a real headache using the one. A famous example of such a binary is the WebBrowser control in .NET.

    标签: Introduction third-party Sometimes following

    上传时间: 2013-12-31

    上传用户:pinksun9

  • This algorithm is to count the dark colored pixels in the input image. This can be used in goods sor

    This algorithm is to count the dark colored pixels in the input image. This can be used in goods sorting like rice, paddy etc... in paddy or rice or other goods or products to sort out the Bad or defect one we can use this algorithm. I had done this for my Masters Degree as a small part and now i am releasing for you. rajesh.f, Kanayakumari district, India. contact me: rajesh1983jan10@yahoo.com

    标签: This algorithm the colored

    上传时间: 2017-05-02

    上传用户:liglechongchong

  • This is a simple algorithm that downloads trading data from yahoo database. It is basically a large

    This is a simple algorithm that downloads trading data from yahoo database. It is basically a large scale application of sqq.m which was originally submitted by Michael Boldin, link at acknowledgements. Some of the functionalities of the package: - User defined ticker list. - Function for downloading most recent SP500 composition in ticker list. - Control for Bad data (e.g. a certain percentage of prices missing). - Choice of frequency of data (e.g. weekly prices). - Choice of starting and ending data. - Function for saving the whole data in a pre-formatted excel file together with a full reports on missing data.

    标签: algorithm downloads basically database

    上传时间: 2017-06-03

    上传用户:啊飒飒大师的

  • You may read code because you have to-to fix it, inspect it, or improve it. You may read code the wa

    You may read code because you have to-to fix it, inspect it, or improve it. You may read code the way an engineer examines a machine--to discover what makes it tick. Or you may read code because you are scavenging--looking for material to reuse. Code-reading requires its own set of skills, and the ability to determine which technique you use when is crucial. In this indispensable book, Diomidis Spinellis uses more than 600 real-world examples to show you how to identify good (and Bad) code: how to read it, what to look for, and how to use this knowledge to improve your own code. Fact: If you make a habit of reading good code, you will write better code yourself.

    标签: code read You may

    上传时间: 2017-08-13

    上传用户:jyycc