-
二维码生成程序
资源描述二维码的生成工具,以动态链接库形式进行编译,预留接口是(w_char,w_char)其中的第一个参数是输入的内容,第二个是地址
- 2022-01-25 14:51:29下载
- 积分:1
-
数字滤波算法; 中间位置算法 算术平均值算法
数字滤波算法; 中间位置算法 算术平均值算法--middle value algorithm, medimum value algorithm.
- 2022-04-12 20:37:43下载
- 积分:1
-
这是一个简单的演示如何评价文本的数学表达式
This a simple demo of how to evaluate mathematical expressions in text
format, including provision for variables and functions. The code consists of
three simple classes: 1) Calc - which does the main calculations, 2) Stack -
which is used to push and pop intermediate operators and numbers and 3)
Symbol Table. The symbol table is a collection of calc symbols, a type structure
consisting of various elements, including the expression name, function name,
and the final value of the expression The evaluation procedure is done in three
steps: 1) simplify the expression by removing all the elements within () and
storing them in subexpressions within the symbol table. 2) Each of these sub
expressions are then converted to RPN format (Reverse polar notation) and
evaluated 3) Finally, the main expression is converted to RPN and evaluated-This is a simple demo of how to evaluate mathematical expressions in text
format, including provision for variables and functi
- 2022-02-20 06:26:41下载
- 积分:1
-
Numerical Anaysis 8th Edition Burden and Faires (Maple Source)
Numerical Anaysis 8th Edition Burden and Faires (Maple Source)
- 2022-02-02 03:12:08下载
- 积分:1
-
采用FFT和IFFT的快速卷积的C程序实现源代码。
采用FFT和IFFT的快速卷积的C程序实现源代码。-FFT and IFFT fast convolution C program source code.
- 2022-07-13 15:18:14下载
- 积分:1
-
BFS迷宫图片画线子函式
BFS 迷宫图片 画线 子函式.......可完成自动 画线存图.......广度搜寻演算法.........
- 2023-01-05 05:30:03下载
- 积分:1
-
MFC下实现MD5加密
MFC下实现加密算法MD5,可以对字符串跟文件进行加密.值得一看
Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
rights reserved.
License to copy and use this software is granted provided that it
is identified as the "RSA Data Security, Inc. MD5 Message-Digest
Algorithm" in all material mentioning or referencing this software
or this function.
License is also granted to make and use derivative works provided
that such works are identified as "derived from the RSA Data
Security, Inc. MD5 Message-Digest Algorithm" in all material
mentioning or referencing the derived work.
RSA Data Security, Inc. makes no representations concerning either
the merchantability of this software or the suitability of this
software for any particular purpose. It is provided "as is"
without express or implied warranty of any kind.
These notices must be retained in any copies of any
- 2022-03-04 02:53:21下载
- 积分:1
-
16:00 Fourier algorithm, using standard C language, and optimized computing spee...
16: 00傅里叶算法,采用标准C语言,优化计算速度,比传统算法快得多
- 2022-12-31 04:55:03下载
- 积分:1
-
离散PID算法的详细解析论文
该文档详细解析了PID算法的原理,以及从模拟PID控制过度到数字PID的原理,分别讲述了增量式数字PID算法,以及位置式数字PID算法,包含了主流的PID控制器参数整定方法,本文档提供了基于软件开发环境的例程,以及程序范例。
- 2022-03-11 19:06:10下载
- 积分:1
-
算法导论 -快速排序
利用C++编写的快速排序,重要思想是利用分治法对数组元素进行比较。其效率是几种排序中最好的。编程的时候关键是要注意索引。对于比较的数,可以选择第一个或者是最后一个元素。文件是与其它的排序算法写在一个工程下的,因此读者需要自己创建新的项目
- 2023-08-27 00:50:04下载
- 积分:1