-
-
-
-
-
-
CDes_standard.rar
该程序实现单层的DES加密算法,其中CDes.cpp为源程序,其中调用的文件功能如下:dataofText.txt文件是输入的明文,以换行分割各个数据;dataofKey.txt文件时输入的密钥,以换行分割;dataofDES.txt文件是输出的加密数据,其中包括各轮子密钥以及各轮加密输出,以及最后得到的密文,在文件中都有说明。
-
bellman.rar
用C语言实现最短路径算法中的Bellman-Ford算法,这个算法可以用来解决信号处理中的一些问题。bellman_ford.c为源程序;distance.txt文件存放各界点之间的距离,以99999表示无穷大;bellman_ford.txt文件是输出文件,存放每轮循环得到的中间值,以及最后得到的到各个节点的最短距离,如果图包含负回路,文件中返回FALSE。
-
floyd_warshall.rar
用C语言实现最短路径算法中的Floyd-Warshall算法,这个算法可以用来解决信号处理中的一些问题。floyd_warshall.c是源程序;distance_2.txt文件存放图中各点之间的距离,以99999表示无穷大;floyd.txt文件是输出文件,其中存放各轮得到的输出矩阵,以及最后得到的各点间最短距离,如果有负回路则返回FALSE。
-
hexsud.zip
Files presented:
README.txt - This file. Plaintext documentation of my work.
go - Shell Scripts for running the codes.
cmds - Prolog commands used for executing the codes and generate output.
hexsud.pl - Prolog codes for the 16x16 Sudoku solver.
...
-
-
VCdatabasemanagesystem.rar
在运行系统前,首先要安装SQL Server数据库,注意要设定用户名为“sa”,密码为空。
可以有两种方法创建该数据库:
1.使用SQL server查询分析器运行Database目录下的sql.txt中的sql语句,……
-