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

搜索资源列表

  1. MyPassTool

    0下载:
  2. 使用c语言设计的加密算法,直接对文件流加密.用vc++做的使用界面-use encryption algorithm design, direct flow of the document encryption. Vc done with the user interface
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:32214
    • 提供者:CodeMan
  1. StreamToFile

    0下载:
  2. 从文件流中读取文件信息,保存成text,?游募
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:164126
    • 提供者:aihua
  1. file

    0下载:
  2. 该文件流操作函数,包括打开指定目录,查询目录文件,返回当前目录,获取文件大小等文件相关操作
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2150
    • 提供者:chengsong
  1. cfileset

    0下载:
  2. 对单个文件流进行操作,主要包括分割文件名 判断文件是否打开,判断文件的总大小,当前文件位置,当前行的长度,是否有下一行,读一行文件信息等等.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2065
    • 提供者:chengsong
  1. AES.rar

    0下载:
  2. 比较严谨的算法,分别针对字符串、文件、流的加密解密算法,, Respectively, for string, file, stream encryption and decryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:249533
    • 提供者:cloneper
  1. EncryptDecrypt

    0下载:
  2. 这是可以加密&解密字符串,二进制流,文件的例子。-This is encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:33015
    • 提供者:yhb
  1. 917182414932

    0下载:
  2. 实现了AES加密的功能,包括文件加密、流加密、文件加密。-AES is short for Advanced Encrypt Standard.The source code encrypt file,stream and strring.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:228508
    • 提供者:meng
  1. weiruan

    0下载:
  2. 关于.NET对文件流的加解密,详细介绍了微软的加解密功能,感兴趣的朋友可以下载-On the encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:1343
    • 提供者:罗玉杨
  1. streamcipher

    0下载:
  2. 用C++编写的流密码算法。从文件读入明文,并将密文写到指定文件。所有源文件齐备,保证测试通过。-Written in C++, stream cipher algorithm. Read from a file into the plaintext and ciphertext writes the specified file. All source documents are to ensure the test.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:3060
    • 提供者:dong
  1. 201062417334289

    0下载:
  2. 可以快速加密,字符串,文件,流等 资源类别: Delphi源码¦算法 -Can quickly encrypt, strings, file, stream and other resources Category: Delphi source ¦ algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:769836
    • 提供者:ifggef
  1. Backup

    0下载:
  2. 流媒体编码,可以实现文件或设备文件自动流化 -Streaming media encoding
  3. 所属分类:Network Security

    • 发布日期:2017-04-08
    • 文件大小:42978
    • 提供者:刘全
  1. 200511238211528

    0下载:
  2. 很多木马生成器就是用的内存流和文件流生成客户端的,废话不多说了,大家看代码吧! -Many Trojan Generator is to use the memory stream and file streams generated client, ado, we look at the code it!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:487562
    • 提供者:yinet1876
  1. ExeFileEncrypt

    0下载:
  2. 利用文件流制作EXE文件加密器,目前只针对exe文件有效!-EXE files using file stream encryption device production, currently only valid for the exe file!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1056349
    • 提供者:changlong
  1. 201062417334289

    0下载:
  2. 一个clipper加密算法源代码 可以快速加密,字符串,文件,流等 -Encryption algorithm source code of a clipper can quickly encrypt, string, file, stream, etc.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-01
    • 文件大小:666844
    • 提供者:itdual
  1. fangshe

    0下载:
  2. 仿射变换加密的c语言实现,采用文件流载入明文,密文问件,解密出来的明文默认保存在mword.txt里,密文保存在cword.txt里-Affine transformation encryption c language, using plain text file stream to load the ciphertext asked pieces out of plain text to decrypt stored in mword.txt default, the cipher text
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-01-27
    • 文件大小:246784
    • 提供者:李杨元
  1. vcnetcopy2

    0下载:
  2. VC使用缓冲流复制文件,本例可掌握缓冲流的创建和使用、建立Windows可视化窗体、缓冲流复制文件的机理等,其实程序过于简单,面向VC++初级用户,如果哪位朋友感觉这方面不熟悉,当然也可参考。 -VC copy files using the buffer flow, the flow of patients to master the creation and use of the buffer to build Windows visual form, the buffer flow m
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:8595
    • 提供者:madud00027
  1. Desktop

    0下载:
  2. 将该对象与特定的磁盘文件关联//定义ofstream类对象fout使文件流与test.dat建立关联-The object associated with a specific disk file
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-01
    • 文件大小:869108
    • 提供者:李小狼
  1. IOFileDemo

    0下载:
  2. 使用C++的文件流进行文件管理实例源码,很不错的vc源码,希望能对大家有所帮助-File using C++ example source document management flow, very good vc source, I hope you can help
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:13947
    • 提供者:
  1. CiniFile

    0下载:
  2. CiniFile类,用文件流方式实现比较灵活的ini文件读写类,可自动创建文件及没有INI字段头时,自动写入INI字段头,灵活应用,包内自代Demo!其中CiniFile.h,CiniFile.cpp是类文件V6编写.-CiniFile.h CiniFile.cpp
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-16
    • 文件大小:41140
    • 提供者:华东
  1. Aircraft_booking-_system

    0下载:
  2. 这是我用C语言写的一个飞机订票系统,里面基本的系统功能,用的数据结构是单链表,数据是文件流,读取TXT文件数据,所以,这个实例包含很多非常有用的东西,是对新手非常好的实例-This is an airline reservation system, written in C language inside the basic system functions, data structure is a single linked list data file stream, read TXT fi
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-20
    • 文件大小:499100
    • 提供者:谭俊孟
« 12 3 4 »
搜珍网 www.dssz.com