-
在线投票系统
目前,Internet上的很多网站都具备网上调查功能,为了使在线投票网站制作得更精致,通常情况下,在显示投票结果时将采用百分比形式,如果网站的调查结果以饼状图的方式和表格的形式显示,则会使网站更具直观性。另外,本例还限制每个用户的投票次数(即每个用户只能对系统中的一个主题进行一次投票)。本实例实现的具体功能如下:
添加投票项目。
管理投票项目。
对项目进行投票。
查看投票结果。
- 2022-02-21 15:46:33下载
- 积分:1
-
1、teacher的用户名和密码都是admin,
2、student的用户名和密码都是admin1.
3、里面的CHART控件不是VS自带的。要自己下。...
1、teacher的用户名和密码都是admin,
2、student的用户名和密码都是admin1.
3、里面的CHART控件不是VS自带的。要自己下。
在www.gougou.com上搜Dundas Chart for ASP.NET 6.1 Professional就可以搜到。
4、本网站是在.net3.5下做的。前面的版本里没有命名空间system.linq.如果用前面的版本,把这个命名空间删掉试试。我没有自己试过。
5、这里的数据库是用的SQL2000,使用时先把数据库附加上。-1, teacher" s user name and password are admin, 2, student" s user name and password is admin1. 3, inside the CHART control is not that comes with VS. To be his next. The www.gougou.com found on Dundas Chart for ASP.NET 6.1 Professional can be seized. 4, this site is. Net3.5 next to do. The previous version there is no namespace system.linq. If the previous version, try to delete this namespace. I have not tried it for myself. 5, where the database is used in SQL2000, used the database should first add-on.
- 2022-04-25 06:05:32下载
- 积分:1
-
这是一个vc.net(2003)项目,该项目把对ldap的操作(连接、添加、移动、查找、删除、修改等操作)封装为一个dll,这样其他.net项目就可以直接引用该...
这是一个vc.net(2003)项目,该项目把对ldap的操作(连接、添加、移动、查找、删除、修改等操作)封装为一个dll,这样其他.net项目就可以直接引用该dll。-This is a vc.net (2003) project, which put on the ldap operation (connect, add, move, search, delete, modify, etc.) are packaged as a dll, so that other. Net projects will be direct reference to the dll .
- 2022-03-19 20:34:43下载
- 积分:1
-
计算器代码vb.net,可用于加,减,乘,除,用于VB.net的简单编程...
计算器代码vb.net,可用于加,减,乘,除,用于VB.net的简单编程-this is Mini Calculator vb.net
- 2022-03-01 00:55:30下载
- 积分:1
-
通过vc实线相关正态分布的计算,计算正态分布的平均值等
通过vc实线相关正态分布的计算,计算正态分布的平均值等-The solid line through the vc related to the calculation of the normal distribution to calculate the average of the normal distribution, etc.
- 2022-04-15 04:35:42下载
- 积分:1
-
44
这是一个可以直接运行的VB.net游戏程序,是有本人编写,并经过多次调试修改,最终达到比较理想的效果。程序的健壮性较好,代码可读性较强。可以最为学习的有效案例,也可以作为一个开发的基础进行进一步的开发只用。如果有什么不妥之处希望批评指正。 (-This procedure is a face recognition system, which is VC++ And compile opencv under the circumstances of success, although perhaps this site has a similar code. However, this code is in another site to search)
- 2013-11-28 09:23:57下载
- 积分:1
-
VisualBasic.NET
VB的教程实例(VB tutorial examples)
- 2008-12-25 10:26:12下载
- 积分:1
-
Description n elements (1,2 ,..., n) there are n! Different order. This n! Were...
Description
n个元素{1,2,..., n }有n!个不同的排列。将这n!个排列按字典序排列,并编号为0,1,…,n!-1。每个排列的编号为其字典序值。例如,当n=3时,6 个不同排列的字典序值如下:
任务:给定n 以及n 个元素{1,2,..., n }的一个排列,计算出这个排列的字典序值,以及按字典序排列的下一个排列。
Input
第1 行是元素个数n(n < 15)。接下来的1 行是n个元素{1,2,..., n }的一个排列。
Output
第一行是字典序值,第2行是按字典序排列的下一个排列。
Sample Input
8
2 6 4 5 8 1 7 3
Sample Output
8227
2 6 4 5 8 3 1 7
-Description n elements (1,2 ,..., n) there are n! Different order. This n! Were arranged according to lexicographic order, and numbered 0,1, ..., n!-1. With the numbering of each sequence value for the dictionary. For example, when n = 3 when six different lexicographic order of value are as follows: Missions: given n and n elements (1,2 ,..., n) an array to calculate the lexicographic order of value , as well as lexicographic order with the next. Input Line 1 is the number of elements n (n
- 2022-05-07 05:31:16下载
- 积分:1
-
论。NET技术。学习这个明确你的面试!
FAQ on .Net technology. Study this to clear your interview!
- 2022-09-05 21:15:02下载
- 积分:1
-
Encrypt/Self decrypt files in Native C++ And. NET, encrypts/self decrypts file a...
Encrypt/Self decrypt files in Native C++ and .NET,encrypts/self decrypts file at a time based on password and chosen algorithm.
-Encrypt/Self decrypt files in Native C++ And. NET, encrypts/self decrypts file at a time based on password and chosen algorithm.
- 2022-10-17 14:35:03下载
- 积分:1