决策问题 [英] Decision making Problem

查看:55
本文介绍了决策问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好..请帮助我完成我的最终项目

我的问题是如何为要为课程参与者分配课程的管理员做出决策.

条件是这样的

要参加课程,参与者应填写表格.

然后,管理员将拥有有关所有参加该课程的申请人的数据库.因此,当所有这些条件都满足时,管理员将分配课程;
1)申请人数不超过20个


我正在使用Visual Studio 2008和VB.net语言..

请帮助我解决这个问题

感谢u

Hello..please help me for completing my final project

my problem is how to make decision making for admin who want to assign course for participant of the course.

The condition are like this;

To attend the course, the participant should fill the form.

Then admin will have database about all the applicant to participate the course. So the admin will assign the course when all this condition are fulfilled;
1) No of applicant greater than 20


Im using Visual Studio 2008 and VB.net language..

Please help me to settle this problem

Thank u

推荐答案

首先,制作一个表格,并从用户那里获取有关该课程的输入详细信息,并使用Oledb命令将其存储在SQL/Access/Oracle数据库中.

然后在管理表单中,获取表的计数,该表将根据您的需要根据课程名称或任何其他详细信息存储课程详细信息.

如果找到的数量超过20,则可以根据必须遵循的任何条件开始分配课程.
First of, Make a form and Take input details about the course from the user and store in SQL/Access/Oracle database with Oledb commands.

Then in the admin form, get the count of the table which will store the course details based on either course name or any other detail according to your need.

If the count so found is more than 20 then you can start assigning the course according to any criteria that you have to follow.


这篇关于决策问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆