搜索资源列表
sanpack_rsa_vs2003sln
- 看到RSA加密的C++类下载的人不少,我也下载了,并且稍微改动了一下,使它看上去更加易懂。在新年随手写了一套RSA文件加密,用win32dll封装使用了这个类,用C#写了文件加密和操作界面,可以实现密钥的保存和对任何文件的RSA加密操作。送给大家祝大家新年快乐。-see RSA encryption C downloaded to many people, I have downloaded and slightly altered a
adpcm-cpp
- ADPCM压缩解压编码,实现部分为C语言编写,把它用C++封装为两个接口,编码和解码,方便使用。8K 16bit。-ADPCM compression decompression coding to achieve part of the C language and C Packaging it for two interfaces, Encoding and decoding and user-friendliness. 8K 16
adopack
- ADO封装类,很好用的,看看吧 可以在Visual C++ 直接使用-ADO Packaging categories, the good, it can look at the direct use Visual C
DirectShowCode
- DirectShow开发例子,语言用的C#,由于DirectX是采用的COM封装,所以在C#中使用有些麻烦!
SharpPcap-1.6.2.src
- winpcap的C#封装包.提供在C#下的winpcap SDK的封装与使用.
ffmpeg C#版 封装ffmepg dll 函数
- ffmpeg C#版 封装ffmepg dll 函数 使用C#封装ffmpeg dll 将C++移植到C#项目中
WKDyn4
- 使用Pro*C封装的访问数据库的源码-Pro* C Packaging, visit the source database
sanpack_rsa_vs2003sln
- 看到RSA加密的C++类下载的人不少,我也下载了,并且稍微改动了一下,使它看上去更加易懂。在新年随手写了一套RSA文件加密,用win32dll封装使用了这个类,用C#写了文件加密和操作界面,可以实现密钥的保存和对任何文件的RSA加密操作。送给大家祝大家新年快乐。-see RSA encryption C downloaded to many people, I have downloaded and slightly altered a
adpcm-cpp
- ADPCM压缩解压编码,实现部分为C语言编写,把它用C++封装为两个接口,编码和解码,方便使用。8K 16bit。-ADPCM compression decompression coding to achieve part of the C language and C Packaging it for two interfaces, Encoding and decoding and user-friendliness. 8K 16
adopack
- ADO封装类,很好用的,看看吧 可以在Visual C++ 直接使用-ADO Packaging categories, the good, it can look at the direct use Visual C
DirectShowCode
- DirectShow开发例子,语言用的C#,由于DirectX是采用的COM封装,所以在C#中使用有些麻烦!-DirectShow development example, language used in C#, As a result of DirectX is used by COM package, so C# Use some trouble!
Download_using_HTTP
- 使用C++封装使用HTTP协议下载文件,做成通用的类,可方便使用以实现自己的应用,附带测试代码。-Using the HTTP protocol to download files using the C package, made up of a common class, easy to use to enable their applications, with a test on behalf of
C-CTP
- 上期CTP接口C++封装 可以使用该封装进行期货交易,并且可以搭建自己的程序化交易平台-CTP C/C++ interface
C++应用C#Dll
- 使用C++调用C#封装好的Dll,便于混合编程。(Using the C++ call C# packaged Dll, easy to mix programming.)
HttpHelper
- C#封装了,调用http接口的方法,用户可以直接将程序复制后使用。(C# calls the HTTP interface)
polynomial.cpp (1)
- 利用c++封装,实现了多项式加法 减法 乘法 求值 求导 求积分 判断是否相等等操作, 而且使用了文件操作,进行文件的读取。异常处理较好,程序健壮性不错(The use of C + + package, to achieve a polynomial addition and subtraction multiplication and multiplication of the demand-seeking derivative t
统计与带宽封装.c.tar
- 在liunx下显示数据流量和宽带带宽显示,已经封装号接口适合任何版本的linux使用(The data traffic and broadband bandwidth display under liunx show that the package number interface is suitable for any version of the Linux.)
libGnuplot-master
- 在C++中通过调用gnuplot.exe文件进行画图功能(use gnuplot.exe in C++)
c#socket
- 例子主要包括SocketAsyncEventArgs通讯封装、服务端实现日志查看、SCOKET列表、上传、下载、远程文件流、吞吐量协议,用于测试SocketAsyncEventArgs的性能和压力,最大连接数支持65535个长连接,最高命令交互速度达到250MB/S(使用的是127.0.0.1的方式,相当于千兆网卡1Gb=125MB/S两倍的吞吐量)。服务端用C#编写,并使用log4net作为日志模块(Examples include
C语言中的函数
- C 语言中的函数等价于 Fortran 语言中的子程序或函数,也等价于 Pascal 语言中的过程或函数。函数为计算的封装提供了一种简便的方法,此后使用函数时不需要考虑它是如何实现的。使用设计正确的函数,程序员无需考虑功能是如何实现的,而只需知道它具有哪些功能就够了。在 C 语言中可以简单、方便、高效地使用函数。我们经常会看到在定义后仅调用了一次的短函数,这样做可以使代码段更清晰易读。(Functions in C Language)