-
bp函数逼近五层神经网络调试通过的c++代码
bp函数逼近五层神经网络调试通过的c++代码-bp function approximation adopted by the five-layer neural network to debug c++ code
- 2022-07-18 01:44:29下载
- 积分:1
-
次系统包括项目的流程管理,文档管理,项目测试管理,项目验收等功能,可以运用到实际工作中去...
次系统包括项目的流程管理,文档管理,项目测试管理,项目验收等功能,可以运用到实际工作中去-meeting of the system, including workflow management, document management, project management testing, project acceptance, and other functions, can be used in practical work to
- 2022-10-15 22:50:03下载
- 积分:1
-
求除法循环节程序,输入除数和被除数,就可以算出精确的小数结果和循环节...
求除法循环节程序,输入除数和被除数,就可以算出精确的小数结果和循环节-Calc repeatend value, input divisor and dividend, output exactly decimal and repeatend.
- 2023-03-25 09:10:04下载
- 积分:1
-
Draw a straight line with the VC++ to use, there are many on Vc++ knowledge, but...
用VC++画直线用,里面有很多的关于Vc++的知识,还可以改变画笔的着色。-Draw a straight line with the VC++ to use, there are many on Vc++ knowledge, but also can change the brush" s color.
- 2022-07-24 18:26:12下载
- 积分:1
-
小键盘指法练习软件,摆脱小键盘指法练习的枯燥乏味
小键盘指法练习软件,摆脱小键盘指法练习的枯燥乏味-A small keyboard fingering practice software, get rid of the small keyboard fingering exercise boring
- 2022-01-23 11:02:55下载
- 积分:1
-
一个小时钟程序,实现定时关机提醒功能
一个小的时钟程序,实现定时关机以及提醒功能-a small clock procedures, and achieve Mytob.BSNotes remind function
- 2022-03-03 12:57:07下载
- 积分:1
-
非常好用的透明万年历
非常好用的透明万年历 -Very useful transparent calendar
- 2022-08-24 12:16:20下载
- 积分:1
-
改进的 optim 代码
微分搜索算法是一种由 civicioglu 提出的新的进化搜索算法。它是比很多病提出了进化算法的更强大。
- 2022-08-22 02:33:50下载
- 积分:1
-
wma_encoder
WMA_encoder/WMA解码器详解-WMA_encoder
- 2022-03-21 16:04:46下载
- 积分:1
-
分割midi音符test1split1str1.cpp
// test1split1str1.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
/*
File : split1.cpp
Author : Mike
E-Mail : Mike_Zhang@live.com
*/
#include
#include
#include
#include
#include
using namespace std;
//字符串分割函数
std::vector split(std::string str,std::string pattern)
{
std::string::size_type pos;
std::vector result;
str+=pattern;//扩展字符串以方便操作
int size=str.size();
for(int i=0; i
- 2022-03-22 16:35:52下载
- 积分:1