登录
首页 » 算法 » VB6 MD5 哈希值

VB6 MD5 哈希值

于 2023-06-25 发布 文件大小:364.82 kB
0 164
下载积分: 2 下载次数: 1

代码说明:

MD5 哈希计算器  VB6 (模块)。 你可以将模块添加到您的项目。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 经典的基于vc++的小波滤波程序。很适合作信号处理的朋友
    经典的基于vc++的小波滤波程序。很适合作信号处理的朋友-Based on the classic vc++ The wavelet filtering procedure. Very suitable for signal processing Friend
    2022-01-22 07:03:50下载
    积分:1
  • 二叉树的各种操作,实现插入,查找,删除等功能
    二叉树的各种操作,实现插入,查找,删除等功能-binary tree operation, and achieve insert, search, delete function
    2022-07-27 16:09:26下载
    积分:1
  • Multi-View Face Detection
    多视角人脸检测,基于皮肤检测,有训练和检测的详细代码,多视角人脸检测,基于皮肤检测,有训练和检测的详细代码,多视角人脸检测,基于皮肤检测,有训练和检测的详细代码,多视角人脸检测,基于皮肤检测,有训练和检测的详细代码,多视角人脸检测,基于皮肤检测,有训练和检测的详细代码,多视角人脸检测,基于皮肤检测,有训练和检测的详细代码,多视角人脸检测,基于皮肤检测,有训练和检测的详细代码,多视角人脸检测,基于皮肤检测,有训练和检测的详细代码,
    2023-01-08 02:55:03下载
    积分:1
  • 独立钻石棋问题描述: 有一棋盘, 上有44个钻石棋子,有一位置空缺, 棋盘初始状态如下:    111    111    111 111111111 1111...
    独立钻石棋问题描述: 有一棋盘, 上有44个钻石棋子,有一位置空缺, 棋盘初始状态如下:    111    111    111 111111111 111101111 111111111    111    111    111 其中,0表示没有放置棋子, 1表示放置。 规定走法如下: a. 任一棋子可越过一相邻棋子(紧相邻)跳到一空缺位置, 并吃掉越过的棋子(从棋盘移处) 如, 走一步后棋盘状态:    111    111    111 111111111 111110011 111111111    111    111    111 b. 最后只留下一个棋子在棋盘上, 并且位置在正中央。 要求: 用程序得出正确走法。 输入: 无 输出: 每一步移动后的棋盘状态, 格式如上。-independent diamond chess Problem description : a chessboard, there are 44 pieces of diamonds, a position vacant chessboard initial state as follows : 111111111 111101111 111111111 which, 0 no place pawn, a place said. Provisions in law are as follows : a. as a pawn to be crossed an adjacent piece (bear adjacent) jumped to a vacant position, and eaten across the pawn (shift from the chessboard) If, after the chessboard go one step further state : 111111111 111111111 111110011 111111111 111111111 b. leaving only a game son on the chessboard, and in the middle position. Requirements : getting the correct procedures in law. Input : None output : e
    2023-01-15 08:55:03下载
    积分:1
  • 经典层合板理论模型
    根据经典的复合材料层合板理论计算层合板在受拉及受弯时的应力应变分布,可任意设置层合板中每层的厚度,方向角。可提取层合板的膜应变和曲率,进而得到每层的应力应变(包括主轴方向和偏轴方向)
    2022-02-06 09:05:45下载
    积分:1
  • 此程序为奥科AVR开发板的USB实验程序
    此程序为奥科AVR开发板的USB实验程序-This procedure for ocote AVR development board
    2022-05-26 22:39:34下载
    积分:1
  • 3D FDTD code for electromagnetic simulation
    In the pFDTD, pre-defined, a number of functions helps you to input complex dielectric/metallic structures by the repeated use of rather simple geometric structures. For example, the later use of input object functions will take over the overlapped region with the previously defined structures. In the present pFDTD version, only metals that can be described by simple Drude model can be handled.
    2022-04-18 00:45:50下载
    积分:1
  • 新型GA
    一种好的改进遗传算法function [opy,optimy]=GA(pt,gennum,psize)% 输入参数:% pt       m*n的加工时间矩阵(n是工件数目,m是机器数目)由已知给的T矩阵,可得n=100,m=10% gennum   迭代的次数(代数)% psize    种群的规模大小%输出参数:% opy       最优的Makespan值pc=0.9;%交叉因子pm=0.1;%变异因子[m,n]=size(pt);current_gen=1;%current_gen means the current generationnewgen=zeros(psize,n+1); %mewgen is the new generation of the populationnewgen(1:psize,1:n)=rand(psize,n);%主种群初始化,0-1之间的随机数 %Generalize the initial groupfather=zeros(2,n); %father is used to store the two genes for crossover and mutation avgen=zeros(1,gennum); %avgen is the matrix of the average of all the generationsoptimx=zeros(1,n);optimy=ones(1,gennum);%Generalize the initial groupfor i=1:psize    [Ya,pop(i,1:n)]=sort(newgen(i,1:n));%种群排序,实数编码转换为自然数编码 随机生成的0-1之间的小数进行排序然后取每个从小到大数对应的位置    newg
    2022-03-18 14:25:18下载
    积分:1
  • 这是一个骑士周游的问题 希望对大家有帮助
    这是一个骑士周游的问题 希望对大家有帮助-This a tour of the Cavaliers hope to be helpful
    2022-02-04 18:00:22下载
    积分:1
  • java实现用遗传求解迷宫问题
    毕业设计的代码,是使用java语言来实现的,是用遗传算法来求解迷宫问题,其中代码有详细的注释
    2023-01-17 05:50:03下载
    积分:1
  • 696516资源总数
  • 106633会员总数
  • 4今日下载