搜索资源列表
双并联
- 双并联人工神经网络,具有收敛速度快,泛化能力强等特点-double parallel artificial neural network, with the convergence speed and ability to generalize the characteristics of
railqk
- 最优平行轨道车皮排序问题 .问题描述: 在一个列车调度站中,k 条轨道平行连接到1 条侧轨处,形成1 条主轨道和k-1 条辅助 调度轨道。主轨道记为Hk,辅助轨道从下到上依次记为H1,H2,…,Hk-1 如下图所示。其 中主轨道左边为车皮入口(记为H0),主轨道右边为出口(仍记为Hk)。编号为a1, a2,L,an 的n 个车皮从入口依次进入主轨道,由调度室安排车皮进出轨次序,并对车皮按其出轨次序 重新排序为1,2,…,n。 调度室在安
USB-u-51
- 通用串行总线(USB Universal Serial Bus)是一种计算机与外部设备连接的新技术,相对于PC传统的串/并行接口,USB具有较高的数据传输率、即插即用、热插拔、易扩充和低成本等优点。从USB标准颁布以来的短时间内,USB已成为PC必备的标准接口。-Universal Serial Bus (USB Universal Serial Bus) is a computer and external device connectivity, the new technology, c
PrintPort
- 并口读写控制 -Parallel reading and writing literacy control Parallel Parallel control reading and writing literacy control Parallel control
解一般tsp问题的并行算法
- 此文件是用VC编写的关于编译原理解一般tsp问题的并行算法-this document is prepared by the VC on the original compiler tsp general understanding of the parallel algorithm
030300741
- 最优平行轨道车皮排序问题« 编程任务:给定正整数n,和n个车皮的初始编号n a , a , ,a 1 2 L ,编程计算最少需要多少个平行轨道才能按照规则(1)和(2)调度车皮,使车皮在车皮出口按照1,2,…,n的顺序输出。« 数据输入:由文件input.txt 给出输入数据。第1 行有1 个正整数n,表示有n 个车皮。第2 行是n个车皮的初始编号n a , a , ,a 1 2 L 。-optimal parallel tracks wagon laquo schedu
ghmm470
- 对具有随机噪声的二阶系统的模型辨识,进行标幺化以后系统的参考模型差分方程为: y(k)=a1*y(k-1)+a2*y(k-2)+b*u(k-1)+s(k) 式中,a1=0.3366,a2=0.6634,b=0.68,s(k)为随机噪声。由于神经网络的输出最大为1,所以,被辨识的系统应先标幺化,这里标幺化系数为5。采用正向建模(并联辨识)结构,神经网络选用3-9-9-1型,即输入层i,隐层j包括2级,输出层k的节点个数分别为3、9、9、1个;由于神经网络的最大输出为1,因此在辨识前应对原系统参考模
pos58LPTPrint
- POS58小票打印机 并口(LPT)端口直接打印,不用安装任何驱动或DLL文件-POS58 small ticket printer parallel port (LPT) port to print directly, without installing any driver or DLL files
create-point
- Arcengine 二次开发创建点对象,包括沿线创建,角平分线创建,构造角度距离法,构造角度交点法,构造偏移点发,构造偏转角度法,构造平行线上点法,后方交会定点法等-Arcengine secondary development to create point objects, including along the creation, angle bisectors to create, construct point distance, point of intersection const
bxjdd
- 解决了并行机调度问题,本题采用穷举法与随机法相结合的方法求解,可取得最优解。-Solve the parallel machine scheduling problem, the problem using exhaustive method, the optimal solution can be achieved.
calcuate
- 用但不模仿并行计算,本程序是排序的,并行计算是奇偶排序-Used but does not mimic parallel computing, the process is sort of, parallel computing is the odd-even sort
7Segmento
- This program will control a 7 segment leds by the parallel port it is written in c#
Parallel
- 并行运算的C#类,对for循环进行并行运算处理-Parallel computing of C# class, on for the cycle to carry out parallel processing
LPT
- 源码中位C#环境下对并口的操作操作,即将数据传入并口中,用于打印机等设备。-The median C# source code under the environment of the operation of parallel operation, in which data is imported, and the mouth, for printers and other devices.
Pro-NET-4-Parallel-Programming-in-CSharp
- Pro NET 4 Parallel Programming in C#
Task-Parallel-Programing
- C# 并行运算程序,上课老师讲的程序,简单的并行运算-Task Parallel Programing
Patterns-of-Parallel-Programming-CSharp-4.0
- Parallel programming is one of the essential features of .NET 4, providing the foundation of Microsoft s effort to standardize and simplify programming scalable and reliable multi-threaded applications.
Pro-.NET-4.0-Parallel-Programming-in-CSharp
- Parallel programming is one of the essential features of .NET 4, providing the foundation of Microsoft s effort to standardize and simplify programming scalable and reliable multi-threaded applications.
Parallel-loop
- 并行循环模式一般适用于执行一些具有独立性的迭代操作,例如遍历某集合(collection)中的元素或者执行一些限定次数的迭代。但前提是这些操作是彼此独立的,即循环步骤中不存在对本地内存或磁盘文件的共同写操作。-Parallel circulation patterns are generally applicable to perform some iteration independence, such as traversing a collection (collection) of th
Segmented-parallel
- 并行是指时间上的同时处理。并发是将程序分成多个线程分段执行,通过调度线程执行顺序,来实现多个程序对于用户来说是同时运行的,就像你可以听歌的同时修改文档一样。但具体到线程级别的话,这些线程实际上是线性执行的,只不过执行消耗的时间片实在太短,人感觉不出来,只是觉得两个程序都在正常运行。目前能算得上并行的话也就多核技术了,而且还得解决同步问题,只能说更加接近并行的概念。-Parallel processing is the same in time. Concurrency is staging a