搜索结果

找到约 1,070 项符合 First-out 的查询结果

人工智能/神经网络 % Train a two layer neural network with the Levenberg-Marquardt % method. % % If desired, it is p

% Train a two layer neural network with the Levenberg-Marquardt % method. % % If desired, it is possible to use regularization by % weight decay. Also pruned (ie. not fully connected) networks can % be trained. % % Given a set of corresponding input-output pairs and an initial % network, % ...
https://www.eeworm.com/dl/650/384092.html
下载: 168
查看: 1031

matlab例程 Train a two layer neural network with a recursive prediction error % algorithm ("recursive Gauss-Ne

Train a two layer neural network with a recursive prediction error % algorithm ("recursive Gauss-Newton"). Also pruned (i.e., not fully % connected) networks can be trained. % % The activation functions can either be linear or tanh. The network % architecture is defined by the matrix NetDef , w ...
https://www.eeworm.com/dl/665/384109.html
下载: 78
查看: 1074

微处理器开发 The AVRcam source files were built using the WinAVR distribution (version 3.3.1 of GCC). I haven t

The AVRcam source files were built using the WinAVR distribution (version 3.3.1 of GCC). I haven t tested other versions of GCC, but they should compile without too much difficulty. * The source files for the AVRcam had the author name and copyright information added back into them after the judgin ...
https://www.eeworm.com/dl/655/385533.html
下载: 92
查看: 1091

Linux/Unix编程 设有父子2个进程共享一个临界资源

设有父子2个进程共享一个临界资源,每个进程循环进入该临界区3次:父进程每次进入临界区后显示“prnt in”,出临界区则显示“prnt out”;子进程每次进入临界区后显示“chld in”出临界区则显示“chld out”。观察运行结果,应该是一个进程出来后另一个才能进去。 ...
https://www.eeworm.com/dl/619/387019.html
下载: 71
查看: 1297

中间件编程 给出一个非负小数

给出一个非负小数,找出分子不超过M,分母不超过N的最简分数或整数, 使其最接近给出的小数。如果这个分数不唯一,输出‘TOO MANY’。 输入文件格式(closest.in) 第一行,M,N(1<=M,N<=10^9) 第二行,即小数R,(0<R 输出文件格式(closest.out) 仅一行,若解唯一输出 分子 / 分母(整数K写成K/1),否则输出TOO MANY 样例 ...
https://www.eeworm.com/dl/682/389300.html
下载: 100
查看: 1149

其他 本程序通过tc2.0和tc3.0编译运行

本程序通过tc2.0和tc3.0编译运行,请在主目录(tc.exe所在的目录)下添加文件out.xia
https://www.eeworm.com/dl/534/389344.html
下载: 166
查看: 1028

Symbian Symbian 内存泄露检查及调式教程

Symbian 内存泄露检查及调式教程,Using Hooklogger to find out where a leave() came from
https://www.eeworm.com/dl/675/390231.html
下载: 128
查看: 1014

Java书籍 Distributed applications, devices, and services appear in many different arrangements in an enterpr

Distributed applications, devices, and services appear in many different arrangements in an enterprise. At your company, you probably access data from your intranet services, from computers distributed throughout the company network, and from services across the firewall out on the Web. For example, ...
https://www.eeworm.com/dl/656/390480.html
下载: 36
查看: 1061

Linux/Unix编程 创建两个生产者进程和两个消费者进程

创建两个生产者进程和两个消费者进程,生产者进程a需要生成10000个整数,每次都将自己的进程号(用getpid()函数获得)和生成的整数放入共享内存中(共享内存大小为64Byte)。生产者b每次从26个英文字母中选一个,并将自己的进程号和选中的字母放入共享内存中,直到26个字母全部都选中。消费者进程c负责从共享内存中读取数据 ...
https://www.eeworm.com/dl/619/392469.html
下载: 109
查看: 1165

其他 查错问题 文件名:check.* 输入文件:check.in(文本文件

查错问题 文件名:check.* 输入文件:check.in(文本文件,选手按规定格式自行创建) 输出文件:check.out(文本文件) 问题描述: 很多英文文本编辑软件都具有辅助查错功能。现在有一个标准的词库,请根据该标准词库编制程序实现查错功能。 输入格式: 从文本文件check.in中读入数据。 第一行一个整数N(N≤10000),表 ...
https://www.eeworm.com/dl/534/392965.html
下载: 26
查看: 1031