CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - main函数

搜索资源列表

  1. sha1

    0下载:
  2. SHA1 函数的C语言代码,包含测试用的main函数-SHA1 function of the C language code, including the main function of test
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:2778
    • 提供者:yangliumbox
  1. File-integrity-testing-procedures

    0下载:
  2. 基于MD5的文件完整性检测程序,共包含4个文件:md5.h、md5.cpp、test.cpp、nankai.txt。其中md5.h与md5.cpp文件实现了md5类。test.cpp文件包含了整个程序的main函数,根据不同的命令完成不同的功能,如显示摘要信息,生成MD5摘要等。nankai.txt是本书提供的用于验证文件完整性测试文件。读者可以自己编写程序来生成nankai.txt的md5摘要,然后与书中的结果进行比较,验证所编程序的正确性。-MD5 File Integrity based
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:21496
    • 提供者:Sunny kim
  1. AES

    0下载:
  2. AES加密和解密,包含.h和.cpp文件,vs2008打开工程,直接运行,运行参数可以参考main函数-AES encryption and decryption, including. H and. Cpp files, vs2008 open the project has a direct operation, operating parameters can refer to the main function of
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:3297397
    • 提供者:zhaoyb
  1. DES

    1下载:
  2. 用c语言实现的des加密解密程序源码,包含一个des头文件和一个des源文件以及一个main函数源文件-Use c language to achieve the des encryption and decryption program source code, contains a des header files and a des source files as well as a main function of the source file
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:4404
    • 提供者:胡美
  1. main

    0下载:
  2. MAIN函数 LINUX的重要内核函数 -MAIN function of an important core function LINUX
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:5705
    • 提供者:留洋
  1. my_ECDSA

    0下载:
  2. 椭圆曲线代码,来自CSDN。有main函数,可以在VC下运行-ECDSA。
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:2179
    • 提供者:gh
  1. main

    0下载:
  2. 经典的encode decode函数,可以调用此函数完成数据加密等功能,由于是汇编的,要想破解。。嗯。至少再写一个高级语言版本是几乎不可能的-Classic encode decode function, you can call this function to complete, such as data encryption function, because it is compiled, in order to crack. . Ah. Write at least a high-le
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1081
    • 提供者:evilight
  1. RSA

    1下载:
  2. Eclipse为平台的Java rsa加解密算法实现有界面。没有MAIN函数自己加上就行了-Eclipse as a platform for Java rsa encryption algorithm to achieve the interface. MAIN function is not added on the list
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-05-09
    • 文件大小:5401
    • 提供者:曹丁鹏
  1. aes

    3下载:
  2. AES标准加密解密算法,写的相当好。Main函数里面有详细的调用,可以参考。其实很简单的,呵呵。-AES standard encryption and decryption algorithms, written in a very good job. Main function call there are detailed reference. In fact, very simple, huh, huh.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-03-26
    • 文件大小:3497
    • 提供者:朱克
  1. 5

    0下载:
  2. 阿拉伯数字转为大写汉字的类 本人写了一个一个将阿拉伯数字转为大写汉字的类,主要使用了stl中的string类,该类使用方便,还可以自动识别过滤夹杂在阿拉伯数字的逗号,空格等,符合日常习惯中的用法,程序在附件中请检验,使用方法就是main函数中的方法,请检验。如蒙不弃请笑纳。 -Arabic characters into upper class I wrote a one will be converted to uppercase characters Arabic classes, t
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:119806
    • 提供者:how
  1. daziceshi

    0下载:
  2. 编写程序计算三门课的平均成绩,要求应用程序分别用Java语言三种不同的循环语句实现,每门课的成绩用Math类的random()方法随机产生(random()产生的数值在0和1之间),成绩范围为40~100。 提示:自定义一个类,该类实现一个返回随机数的函数。在main函数里测试时直接调用该类的获取随机数方法。 获得随机数相关的类为:java.lang.Math 需要时可引入该类即-import java.lang.Math-Write a program grade point average
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-16
    • 文件大小:4376912
    • 提供者:忻高峰
  1. F8

    0下载:
  2. 基于Kasumi的f8算法实现,其中有Kasumi完整算法代码,但无main函数-The f8 algorithm based on Kasumi, including Kasumi complete algorithm code, but no main function
  3. 所属分类:CA program

    • 发布日期:2017-03-28
    • 文件大小:12834
    • 提供者:马俊龙
  1. kasumi

    1下载:
  2. kasumi算在在visualstudio6下实现,带有main函数-kasumi counted in visualstudio6 to achieve, with main function
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-09-01
    • 文件大小:16179
    • 提供者:xjg
  1. minPrmroot_indTable

    0下载:
  2. 除去main函数,共包含7个与求原根有关的函数。最终目的是求一个数的最小原根,及该数对于某个整数的指标表。-Remove the main function, a total of 7 and contains the original root of the demand function. Ultimate goal is to seek a minimum number of primitive roots, and the number of integers for a list of
  3. 所属分类:Network Security

    • 发布日期:2017-04-07
    • 文件大小:1475
    • 提供者:xiaohe
  1. env

    0下载:
  2. env命令的重要性,相信知道C的人多懂一些,在早期的C语言中,MAIN函数是有三个参数的,那就是环境变量-The importance of env command, I believe many people know C to understand some of the C language in the early, MAIN function has three parameters, that is the environment variable
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:2514
    • 提供者:查善君
  1. Des

    0下载:
  2. des加解密C代码,没有main函数,希望对大家有所帮助-des encryption C code, there is no main function, we hope to help
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:6600
    • 提供者:龙一强
  1. Exp9_2

    0下载:
  2. 将上题以多文件方式组织,在area.h中声明各个area函数原型,在area.cpp中定义函数, 然后在Exp9_2.cpp中包含area.h,定义main函数并执行-Many documents will be on the title to be organized in each area area.h declare the function prototype is defined in the area.cpp function, and then included in the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:2395
    • 提供者:sch
  1. qtmu

    0下载:
  2. 本软件能够实现 qt的图斯能够化界面 其功能比较强大 包main函数的-This software enables the qt interface Tucci to its more powerful features, the main function of the package
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:6377
    • 提供者:迪姐姐
  1. get-device-info

    0下载:
  2. 这是一个获取硬件信息的函数,用于获取使用dmidecode命令获得的硬件信息 getDevInfo.c中有一个函数get_device_info,其原型如下 int get_device_info(const char *device,const char *item,char *mybuf,int buffsize) 请在main函数中包涵头文件 getDevInfo.c 使用此函数 -This is a function to obtain hard
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:4494
    • 提供者:quietojlt
  1. main--function-

    0下载:
  2. main函数使用方法,针对不同的形参,环境变量的使用方法。-usage of the main function in the different environments and so on.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-19
    • 文件大小:25296
    • 提供者:fcm
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com