登录
首页 » Windows Socket编程 » rsatool  ase64.c

rsatool  ase64.c

于 2023-04-17 发布 文件大小:1.43 MB
0 212
下载积分: 2 下载次数: 1

代码说明:

RSAToolase64.c .......History.txt-RSATool base64.c ....... History.txt

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

发表评论

0 个回复

  • Supermarket management system enables a simple interface for basic management fu...
    超市管理系统 能够实现基本的管理功能 界面简单-Supermarket management system enables a simple interface for basic management functions
    2022-02-10 09:02:17下载
    积分:1
  • This procedure using multi
    本程序使用多线程搜索局域网中的所有IP地址和mac地址,仅供参考-This procedure using multi-thread search of all LAN IP address and mac address, for reference only
    2022-07-06 16:03:54下载
    积分:1
  • Native like, synchronous remote method invocation. Light
    这是一个基于C++ template的面向对象的RPC框架库。-Native like, synchronous remote method invocation. Light-weighted, clean and easy to use. Normal C++ syntax for service definition. 1. Supports all c++ native data type and user defined data type. 2. Reference and pointer support. 3. Polymorphism for method parameter and return type. Type safe. As the framework is based on c++ template, all type mismatch will be raised at compilation time. TCP/IP as underlying transportation protocol. Full conformance to ISO c++ standard. Unicode support.
    2022-07-23 07:37:41下载
    积分:1
  • (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:
    (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想出VB语法下高效GIF-LZW压缩/解压算法。 四、使用“有序抖动”算法进行 色彩量化。理由:“有序抖动”处理的结果具有一定规律性,有助于LZW类算法压缩。-(using GIF_LZW algorithm) picture transmission network ~~~~~~~~ a technical features, the use of TCP to transmit data. Reason : good stability. Two, the use of byte data stream for transmission, reasons : A : VB String exist automatically Unicode conversion, the impact speed; B : can directly send eight bytes of data and do not need to use Base64 encoding, thereby reducing the coding time. 3, the use of GIF- LZW compression algorithm for image compression. Reason : A : itinerary coding, Huffman compression algorithm compression rate is too low; B : JPEG compression algorithm needs much-bit computing, and large amount of computation (with MMX spe
    2022-05-19 18:52:33下载
    积分:1
  • 该源码将声卡采集到的声音数据通过socket发送到另外一个终端,该终端根据得到的声音数据调用硬件接口播放声音。其核心就是声音数据的采集、传输和播放...
    该源码将声卡采集到的声音数据通过socket发送到另外一个终端,该终端根据得到的声音数据调用硬件接口播放声音。其核心就是声音数据的采集、传输和播放-source of the sound card processing of voice data sent through the socket to another terminal, the terminal according to the voice data transfer hardware interface broadcast voices. Its core is the voice of the data collection, transmission and playback
    2022-03-15 04:23:26下载
    积分:1
  • the lucrative article management system Brick Article System (BAS) 1.2 beta code...
    风中的板砖文章管理系统Brick Article System(BAS) 1.2测试版 代码重新编写 修改了狠多地方,不再多说了,喜欢的就自己看吧 -the lucrative article management system Brick Article System (BAS) 1.2 beta code rewrite the idea of amending more local, not more than that, like on ion battery
    2022-02-01 12:56:45下载
    积分:1
  • 网络客户端 vb winsock 2009
    网络客户端 vb winsock 2009-04-07 08:38 822 工程1.vbp 2009-04-14 13:20 0 a.cmd 2009-04-07 08:38 7,506 Form1.frm 2009-04-05 16:10 190 MSSCCPRJ.SCC 2009-04-14 13:17 51 工程1.vbw 2009-04-05 16:42 3,153 工程1.PDM-Network client vb winsock 2009-04-07 08:38 822 works 1.vbp 2009-04-14 13:20 0 a.cmd 2009-04-07 08:38 7506 Form1.frm 2009-04-05 16:10 190 MSSCCPRJ. SCC 2009-04-14 13:17 51 projects 1.vbw 2009-04-05 16:42 3153 works 1.PDM
    2022-02-05 08:12:53下载
    积分:1
  • 一个信使服务序。虽然网上有很多这方面的资料,但大多数都是调用net send序。本序是通过调用API函数实现。为了能够互相学习。本序可任意修改。(开发环...
    一个信使服务程序。虽然网上有很多这方面的资料,但大多数都是调用net send程序。本程序是通过调用API函数实现。为了能够互相学习。本程序可任意修改。(开发环境C++Builder windows 2000)-a courier service procedures. Although many Internet information in this regard, but the majority are called net send procedures. This program is by calling API functions. In order to learn from each other. This procedure can be arbitrarily changed. (Development Environment C++ Builder windows 2000)
    2022-03-22 16:07:07下载
    积分:1
  • 链接 Tcp 套接字与 RS232 端口在服务器 / 客户端模式
    使用此代码,您可以链接任何 tcp 流到任意的 rs232 端口和反向 (客户端 / srv 模式)。 这个代码将调整,以使用任何 tcp 和 Com 端口的通用组件。 应用程序会等待 Tcp 连接或运行使连接来完成链接。(Srv 模式选择器)。
    2022-06-30 06:30:44下载
    积分:1
  • 在Windows 2000下使用winsock2修改IP报头的例子
    在Windows 2000下使用winsock2修改IP报头的例子- 2,000 uses winsock2 in Windows to revise the IP masthead the example
    2022-08-12 17:24:24下载
    积分:1
  • 696518资源总数
  • 106148会员总数
  • 10今日下载