-
学校系统管理
管理系统的所有类型的教育机构喜欢学校和学院。集成和便利
用户帐户的一所学校的 4 种类型:
管理员
老师
学生
父母
本系统可以:
管理学生班/集体智慧
添加 / 编辑/删除学生
查看配置文件的学生
查看 marksheet 的学生
- 2022-05-06 21:15:01下载
- 积分:1
-
八皇后VC图形演示,算法思想:回溯法,先在第1行放上一个皇后,然后在第2行合适的位置放上一个皇后,依次类推,如果8行都放满了,说明找到了一个解,如果第好第i行的...
八皇后VC图形演示,算法思想:回溯法,先在第1行放上一个皇后,然后在第2行合适的位置放上一个皇后,依次类推,如果8行都放满了,说明找到了一个解,如果第好第i行的皇后后,第i+1行找不到合适的位置,这时就回到第i行,把第i行的皇后放到下一个位置,继续尝试下一行。如此反复,知道找到所有的解。注意,这种算法找的解可能有等价的,某些解可由别的解经过旋转棋盘得到。-visual demostration in vc of eight queens problem.
algorithm: backtracking.
First, put a queen on first line then find a suitable position on 2nd line for next queen, and so on. When all eight lines have queens, it means we have find a solution. If we put the i-th queen, but can find a suitable position on the (i+1)th line, then back to the ith line and move the queen on the ith line to next suitable position and move on to the next line. Repeat this until we have found all the solutions. Note:By this mean, some solutions maybe equivalent to others, some can be acquired by the rotation of other solutions.
- 2022-03-23 15:20:19下载
- 积分:1
-
关于动态添加删除一菜单项的例子
关于动态添加删除一菜单项的例子-of Dynamic add a menu item to delete the example
- 2023-06-23 04:35:03下载
- 积分:1
-
应用Win32进行开发的功率电平转换程序,因为工作需要开发的。演示了用Win32进行浮点运算的方法。...
应用Win32进行开发的功率电平转换程序,因为工作需要开发的。演示了用Win32进行浮点运算的方法。-The power electric level convert program designed by WIN32. You can see how to use WIN32 to perform float calculate.
- 2022-08-17 04:05:43下载
- 积分:1
-
视频芯片TVP5150驱动的,基于开发平台是ARM,环境是WinCE,测试有效...
视频芯片TVP5150驱动的,基于开发平台是ARM,环境是WinCE,测试有效-TVP5150 video chip-driven development platform is based on the ARM, the environment is WinCE, testing effective
- 2022-03-21 13:42:14下载
- 积分:1
-
让delphi获得cmd执行后的返回数据显示出来.
让delphi获得cmd执行后的返回数据显示出来.-Let delphi access to post-implementation return cmd data displayed.
- 2022-04-01 06:51:25下载
- 积分:1
-
txt,hex文件的操作原码,文件读写转换
txt,hex文件的操作原码,文件读写转换-txt, hex file operation of the original code, the file read and write conversion
- 2022-05-23 11:07:18下载
- 积分:1
-
将任意一个指定的文本文件中的字符进行哈夫曼编码,生成一个编码文件(压缩文件);反过来,可将一个压缩文件解码还原为一个文本文件。...
将任意一个指定的文本文件中的字符进行哈夫曼编码,生成一个编码文件(压缩文件);反过来,可将一个压缩文件解码还原为一个文本文件。-Would be arbitrary for a specified text file in characters Huffman encoding, to generate a code file (compressed file) in turn, can be a compressed file decoding back into a text file.
- 2022-09-12 18:35:04下载
- 积分:1
-
增强元文件的读写操作,关于EMF的
增强元文件的读写操作,关于EMF的-strengthen the yuan and write papers on the EMF
- 2022-03-06 03:57:40下载
- 积分:1
-
这是一个用c#编写的浏览文件夹对话框,可以看看的
这是一个用c#编写的浏览文件夹对话框,可以看看的-the browsing diagram programmed by c#,have a look
- 2022-07-22 08:25:19下载
- 积分:1