代码搜索:重复学习
找到约 10,000 项符合「重复学习」的源代码
代码结果 10,000
www.eeworm.com/read/431788/8654714
tli msado15.tli
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (474a9e9a).
//
// f:\学习\下载代码\蚁群算法\antclusteri单线程版)\antclusteri单线程版)\debug\msado15.tli
//
// Wrapper implementations for Win32 type l
www.eeworm.com/read/287962/8656918
txt 修正.txt
作者:rick1126
email: rickzhang@sina.com
日期:8/19/2001 4:36:05 PM
欢迎加入JCA_GROUP小组, 一起学习系统分析和编程 [email]jca_group@smiling.com.cn?subject=subscribe[/email]
www.eeworm.com/read/287962/8657000
txt 欢迎加入jca_group小组!!!.txt
作者:rick1126
email: rickzhang@sina.com
日期:8/19/2001 4:35:14 PM
欢迎加入JCA_GROUP小组, 一起学习系统分析和编程 [emai]jca_group@smiling.com.cn?subject=subscribe[/email]
www.eeworm.com/read/387677/8659545
cpp mybp.cpp
#include "iostream.h"
#include "iomanip.h"
#include "stdlib.h"
#include "math.h"
#include "stdio.h"
#include "time.h"
#include "fstream.h"
#define N 1 //学习样本个数
#define IN 3 //输入层神经元数目
#define
www.eeworm.com/read/286676/8749914
_c m16pwm._c
/*******************************************************************
实验九
实验名称: PWM转换实验
实验目的: 学习AVR单片机的PWM功能
实验现象: 在PB3端口看到波形
环 境: ICCAVR6.31A
设 计 者:
完成日期: 2007年4月10日
**
www.eeworm.com/read/286151/8786815
s lcddriver.s
.module LCDDriver.C
.area text(rom, con, rel)
.dbfile D:\学习\AVRpro\Mega16程序\TestLCD\LCDDriver.C
.area lit(rom, con, rel)
_MainUIPic::
.byte 0,254
.byte 6,250
.byte 10,10
.byte 10,10
www.eeworm.com/read/429482/8806330
txt 神经网络原代码.txt
#include "iostream.h"
#include "iomanip.h"
#include "stdlib.h"
#include "math.h"
#include "stdio.h"
#include "time.h"
#include "fstream.h"
#define N 11 //学习样本个数
#define IN 5 //输入层神经元数目
#defin
www.eeworm.com/read/284549/8920319
txt readme.txt
代码大全电子版说明
----------------------------------------------------------------------------
郑重申明:
我们的工作的目的仅为大家的研究学习提供方便,以提高软件开发水平。
所有电子文档不得用于商业目的,否则后果自负。
www.eeworm.com/read/182451/9203754
cpp test.cpp
/* C++ Primer学习笔记
类的创建与继承、虚函数
原书第23页
*/
#include
using namespace std;
#include "IntArray.h"
#include "IntArrayRC.h"
void swap(IntArray & Arr,int i,int j)
{
int tmp=Arr[i];
A
www.eeworm.com/read/377286/9282849
m bppid.m
clear all;
close all;
xite=0.25; %学习速率
alfa=0.05; %惯性系数
S=2;
In=4;
H=5;
Out=3; %网络结构
if S==1 %阶跃信号
wi=0.5*rands(H,In); %输入层到隐层的初始权值矩阵
wi_