-
1. Parents : landing check their children's achievements, and teacher review...
1.家长:登陆查看自己孩子的成绩,及老师的评语. 也可以看所有其他学生的成绩(但是学生姓名不显示),家长给老师留言.
2.学生:登陆查看自己的成绩。查看所有班级学生成绩.
3.老师:登陆输入学生的成绩,评语,给家长回复及留言。 (只能输入自己所教课的学生成绩)。可以看所有其他学生的成绩,查看所有学生的全年级排名-1. Parents : landing check their children"s achievements, and teacher reviews. we can see all the results of the students (but not the names of students displayed), parents message to the teachers. 2. students : View landing their achievements. View all classes student achievement. 3. Teacher : landing the importation of the academic performance of students, reviews, back to the parents, and messages. (Import only teach their students results). All others can see the results of the students to see all the students of the whole school year rankings
- 2022-12-11 19:45:03下载
- 积分:1
-
给定N种物体和一个背包.解决应如何选择装入背包的物品,使的装入背包的物品价值最大....
给定N种物体和一个背包.解决应如何选择装入背包的物品,使的装入背包的物品价值最大.-given N types of objects and a backpack. Address how to choose the items loaded backpack, the backpack loaded greatest value of goods.
- 2022-08-18 20:54:13下载
- 积分:1
-
vc2005 platform, the Windows Mobile on the development of SMS with the POOM achi...
vc2005平台,有关Windows Mobile上开发的同POOM实现对手机短信的操作程序,很牛-vc2005 platform, the Windows Mobile on the development of SMS with the POOM achieve operational procedures, it is cattle
- 2022-07-10 05:18:20下载
- 积分:1
-
学习c的基础代码,适用于c语言的初学者,入门级代码
学习c的基础代码,适用于c语言的初学者,入门级代码-c code
- 2022-07-15 17:42:27下载
- 积分:1
-
硬币游戏
在游戏开始之前,在桌上将三个硬币放置成一条直线。游戏开始的时候,中间一个硬币是背面朝上,其他两个硬币是正面朝上。游戏目标是改变硬币的摆放形式,让中...
硬币游戏
在游戏开始之前,在桌上将三个硬币放置成一条直线。游戏开始的时候,中间一个硬币是背面朝上,其他两个硬币是正面朝上。游戏目标是改变硬币的摆放形式,让中间一个硬币正面朝上,其他两个硬币背面朝上。具体规则如下:
(1) 任何时候都能翻转中间的硬币(从正面翻成背面或相反)
(2) 当另外两个硬币都是正面或都是背面的时候能够翻转一端的硬币(从正面翻成背面或相反);
不能通过任何其他方式翻转硬币,如平移它们。但是,只要满足这些规则,你就能够翻转硬币。
-coin game
- 2022-05-14 20:09:05下载
- 积分:1
-
for medical research reference View DICOM images version of Delphi, under the
为医学上课题研究的参考,查看dicom图片的Delphi版本,需要的下-for medical research reference View DICOM images version of Delphi, under the
- 2022-05-06 07:15:52下载
- 积分:1
-
VC导入Word例子源代码
VC导入Word例子源代码-VC into Word example source code
- 2022-03-22 02:32:46下载
- 积分:1
-
socket通信程序
socket通信程序服务器端程序,实现文件的传输文件列表的传输,以及系统文件夹内容信息的传送功能。
- 2023-05-21 22:15:02下载
- 积分:1
-
如果您的公司运行多个数据库,您可以在数据库之间切换。S.
If your company runs more than one database, you may switch between databases. Simply click on the name of the database shown in the thin gray line above the ServSuite logo. Your current database name follows “Your current company is:”. Once selected, a screen will pop up with a drop-down menu, where you can select whichever database you would like to use. Once the correct database is selected, simply click “OK-If your company runs more than one database, you may switch between databases. Simply click on the name of the database shown in the thin gray line above the ServSuite logo. Your current database name follows “Your current company is:”. Once selected, a screen will pop up with a drop-down menu, where you can select whichever database you would like to use. Once the correct database is selected, simply click “OK
- 2022-09-18 18:45:03下载
- 积分:1
-
这是关于erasthosthenes代码
应用背景 ; Eratosthenes筛;是一个简单的算法,发现了一个给定的整数的素数。实现该算法,用唯一的优化,外环可以停止在平方根的限制,和内循环可以开始在方的总理刚刚发现。这尤其意味着你不应该使用预计算 优化;车轮,即不要以为你只需要跨出奇数(2基础轮),数等于1或5模6(2和3为基础的轮),或基于低素数相似的车轮。关键技术如果你喜欢编程难题和挑战,你会注意到他们中的很多人都是以一种或另一种方式来进行的。因此,有一个大的表的素数准备好了。一个简单而有效的方法来生成一个列表的素数如果Eratosthenes筛 ;(链接到维基百科)。这是基本的想法:创建一个所有正整数的列表(从2开始,1个不被认为是素数)。开始在第一个有效的数字(在这个点上是有效的),并消除所有的倍数从列表中。因此,从2开始,消除4,6,8,10,12等。一旦所有的倍数被淘汰到下一个有效的数字(没有被淘汰的一个)和重复的过程,直到有没有更多的有效数字提前到。
- 2023-06-16 01:40:03下载
- 积分:1