-
自己写的将文件处理为base64流
自己写的,旨在帮助大家理解文件流的处理过程。生成的base64流我将其写入根目录下的txt文档,文档尾部,添加了源文件的长度,所以他也不完全是base64流,但是对你们处理文件有很多的帮助。我的邮箱是heyuxistock@163.com,大家有不懂,就给我 邮件。
- 2022-08-09 02:43:45下载
- 积分:1
-
dsafdsafdsa
输入:
%x = 输入的图像 (灰度或 rgb,请期待很长时间处理,如果图像大小很大)
%hs = 空间内核的带宽 (见 Eq.(35) 在被引用的文件中)
%hr = 功能内核的带宽 (见 Eq.(35) 在被引用的文件中)
%th = 收敛判据的阈值 (默认值 =.25)
%ploton = 开关打开/关闭图像显示的中间结果 (默认值 = 1)
%
%输出:
- 2022-10-09 17:05:03下载
- 积分:1
-
国密SM3算法C源码
国密SM3算法C源码
适用于商用密码应用中的数字签名和验证、消息认证码的生成与验证以及随机数的生成,可满足多种密码应用的安全需求。同时,本文本还可为安全产品生产商提供产品和技术的标准定位以及标准化的参考,提高安全产品的可信性与互操作性。
- 2022-01-22 02:50:39下载
- 积分:1
-
6个关于逼近与拟合的C源程序,有示例,来自《C语言数值计算常用程序》,所以程序均经本人测试可用!...
6个关于逼近与拟合的C源程序,有示例,来自《C语言数值计算常用程序》,所以程序均经本人测试可用!-six approximation with the fitting of the C source code, examples, from the "C language commonly used numerical procedures," and so I have been put to test available!
- 2023-09-07 17:15:02下载
- 积分:1
-
这是一段关于四种排序方法的完全源代码及其相互之间的比较,包括:Heap sort,Merge sort,Quick sort,Radix sort...
这是一段关于四种排序方法的完全源代码及其相互之间的比较,包括:Heap sort,Merge sort,Quick sort,Radix sort-This is a period of about four kinds of methods to sort the complete source code and the comparison between, including: Heap sort, Merge sort, Quick sort, Radix sort
- 2022-05-07 06:26:05下载
- 积分:1
-
最大匹配算法
这个资料室详细讲述最大匹配算法的一片论文很有参考价值,各位做匹配算法的同学可以下载阅读,感觉还是不错的了
- 2022-05-29 03:11:49下载
- 积分:1
-
For solving a number of matrix even by the best algorithm that can optimize the...
对于求解多个矩阵连乘的最好的算法,能最优化的最短时间能求出值-For solving a number of matrix even by the best algorithm that can optimize the shortest time that can derive value
- 2023-03-03 19:10:03下载
- 积分:1
-
c++ 8 puzzle code
编写一个程序来求解8-
- 2022-05-05 01:35:33下载
- 积分:1
-
MATLAB中TSP问题的布谷鸟搜索算法
这是使用布谷鸟搜索算法解决TSP问题的代码示例,了解TSP解决方案的效果,提高个别表达的效率稳健性。
- 2022-01-26 01:10:41下载
- 积分:1
-
该代码是“常用的计算机数值算法和程序的程序。
本代码是《计算机常用数值计算算法与程序 C++版》一书的配套线性方程组求解代码,这些C++程序已经在Virsual C++ 6.0环境下通过。注意,在VC++ 6.0中设置好路径,特别是include目录(文件夹)的路径,否则在编译时会出现找不到头文件的错误,使编译无法正常进行。-the code is "commonly used computer numerical algorithms and procedures C version," a book supporting the linear equation solving the code, these procedures have been in C C 6.0 Virsual environment through. The attention of the VC 6.0 installed path, in particular include directory (folder) path, otherwise there will be compiled header files could not find the mistakes and the compiler not normal.
- 2022-03-02 07:43:38下载
- 积分:1