-
实现base64编解码运算,实现base64编解码运算
实现base64编解码运算,实现base64编解码运算-BASE64 CODEC, achieving base64 CODEC
- 2022-04-15 22:26:11下载
- 积分:1
-
动态规划分析例子,实用ACM教程:矩阵连乘,LCR,基因函数等
动态规划分析例子,实用ACM教程:矩阵连乘,LCR,基因函数等-Examples of dynamic programming analysis, practical tutorials ACM: even by matrix, LCR, such as gene function
- 2022-10-02 12:10:04下载
- 积分:1
-
智能计算的实现和/或操作
应用背景本程序是用PHP编程语言开发。它的简单程序和逻辑从神经网络。和/或操作算法只是关于如何显示逻辑的基本算法。当系统得到的值,如何最好的结果的算法。该系统的描述,和/或操作有2个输入形式(*输入),在内部系统中,给定的权重值,每一个点,在最后一点,它的最佳值的结果。x值的输入可以给[ 0 ],[ 1 ],[ 0,1 ],[ 1 ]。结果值为0或1。关键技术智能计算,操作,或操作,*值,值,权重值,神经网络。
- 2022-10-15 07:10:03下载
- 积分:1
-
LABVIEW中的SPWM
这是在 labview 的 spwm 3 阶段。
学生只有一个示例去想怎么能做一种三相逆变器使用 labview 和 DAQ。
- 2022-03-03 13:44:15下载
- 积分:1
-
DFP广告管理系统,本程序适用于形式f(x)= 1的解/ 2×39和# ax+bx+C。
DFP, 本程序适用于求解形如f(x)=1/2*x Ax+bx+c二次函数的稳定点
-DFP, this procedure applies to solution of the form f (x) = 1/2* x" Ax+ bx+ c quadratic function of the stable point
- 2022-08-13 00:12:54下载
- 积分:1
-
atical Graphic Plotter
Description: You can draw difficult mathematical graphs...
atical Graphic Plotter
Description: You can draw difficult mathematical graphs painlessly with this program. For example,
you can draw (x^3+2x+3)/(2x^2+x+1) easily with this program.
- 2022-03-24 05:07:34下载
- 积分:1
-
线段与凸多边行的是否相交的判断
线段与凸多边行的是否相交的判断-line with the convex multilateral OK to judge whether the intersection
- 2023-09-07 11:35:03下载
- 积分:1
-
本算法是一个关于kruskal的源码实现,可供大家学习研究.
本算法是一个关于kruskal的源码实现,可供大家学习研究.-This algorithm is a source about the implementation kruskal for U.S. study.
- 2022-10-21 01:00:04下载
- 积分:1
-
迭代加深八数码
#include
#include
using namespace std;//变量声明
class EiNum;
#define MAX 20//MAX为最大的迭代深度
int depth;//当前树的最大深度
EiNum * root[MAX + 1];//重复当前的路径
//交换两个数
void Swap(int &a,int &b) {
int temp;
temp = a;
a = b;
b
- 2022-08-10 21:09:51下载
- 积分:1
-
一般问题的线性插值和JACOBI算法
一般问题的线性插值和JACOBI算法-general linear interpolation algorithm and JACOBI
- 2022-02-06 19:05:49下载
- 积分:1