搜索结果
找到约 475 项符合
line-oriented 的查询结果
电子书籍 Addison Wesley - Design Patterns - Elements of Reusable Object-Oriented Software
Addison Wesley - Design Patterns - Elements of Reusable Object-Oriented Software
人工智能/神经网络 Java Object Oriented Neural Engine是一个用Java写的神经网络框架。它由一个核心引擎
Java Object Oriented Neural Engine是一个用Java写的神经网络框架。它由一个核心引擎,一个GUI编辑器和一个分布式训练环境组成。可以通过写新的模块来扩展它,以实现新的算法或始于基础组件的新的体系结构。
数学计算 OFELI is an object oriented library of C++ classes for development of finite element codes. Its main
OFELI is an object oriented library of C++ classes for development of finite element codes. Its main features are : * Various storage schemes of matrices (dense, sparse, skyline). * Direct methods of solution of linear systems of equations as well as various combinations of iterative solvers and pre ...
驱动编程 Addfilter is a command-line application which adds and removes filter drivers for a given drive or v
Addfilter is a command-line application which adds and removes filter drivers for a given drive or volume. It is intended to demonstrate how to insert a filter driver into the driver stack of a device. The sample illustrates how to do this by using the SetupDi APIs. The sample works on both x86 and ...
其他 REMOVE removes a TSR. It takes two command line arguments. The first is the name of TSR to be remove
REMOVE removes a TSR. It takes two command line arguments. The first is the name of TSR to be removed (or an * to remove the last one), and the second is a file name which MUST contain the interrupt vectors to be loaded when the TSR is removed.
其他 JILRuntime A general purpose, register based virtual machine (VM) that supports object-oriented feat
JILRuntime A general purpose, register based virtual machine (VM) that supports object-oriented features, reference counting (auto destruction of data as soon as it is no longer used, no garbage collection), exceptions (handled in C/C++ or virtual machine code) and other debugging features. Objects ...
其他 The JILRunOnly project is a simple command-line application written in ANSI-C that is intended to de
The JILRunOnly project is a simple command-line application written in ANSI-C that is intended to demonstrate in detail, how the JILRuntime/JewelScript library can be embedded into an application.
网络 A very small 250-line library (written entirely in MATLAB) that allows multiple MATLAB programs to t
A very small 250-line library (written entirely in MATLAB) that allows multiple MATLAB programs to talk to each other, so that hundreds of processors can work together.
其他 This code can be used to model a microstrip line or a microstrip patch antenna (the particular prob
This code can be used to model a microstrip line or a microstrip
patch antenna (the particular problem being modeled is determined
at compile-time via various declarations).
软件设计/软件工程 这是我修读美国卡耐基梅隆大学Carnegie Mellon University(CMU)课程ssd3:Object-Oriented Programming and Design时完成的课程设计
这是我修读美国卡耐基梅隆大学Carnegie Mellon University(CMU)课程ssd3:Object-Oriented Programming and Design时完成的课程设计,内含课程设计报告,类图,源码(注释规范)。执行效果见报告内。