搜索结果
找到约 77 项符合
machines 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (9)
- 书籍 (6)
- 学术论文 (5)
- 人工智能/神经网络 (5)
- 可编程逻辑 (4)
- 其他 (4)
- 单片机编程 (3)
- 其他嵌入式/单片机内容 (3)
- 模拟电子 (2)
- Mentor (2)
- 嵌入式综合 (2)
- ARM (2)
- 数值算法/人工智能 (2)
- 汇编语言 (2)
- 操作系统开发 (2)
- 单片机开发 (2)
- 嵌入式/单片机编程 (2)
- 编译器/解释器 (2)
- 数据结构 (2)
- Java编程 (2)
- 电机控制 (1)
- 教程资料 (1)
- VHDL/FPGA/Verilog (1)
- 软件设计/软件工程 (1)
- 驱动编程 (1)
- 微处理器开发 (1)
- 数学计算 (1)
- Windows CE (1)
- matlab例程 (1)
- Linux/Unix编程 (1)
- 软件工程 (1)
- 论文 (1)
- 技术资料 (1)
- VIP专区 (1)
汇编语言 This is an example how one could hide a process on Windows based operation systems from task viewer
This is an example how one could hide a process on Windows based
operation systems from task viewers like ProcDump (G-RoM, Lorian
& Stone) or ProcessExplorer (SysInternals).
It could e.g. be used as some kind of dump protection.
The way to get this done is very different on NT and 9x machines.
人工智能/神经网络 The program performs alpha seeding within LIBSVM Solvers. Please refer to: D. DeCoste and K. Wagsta
The program performs alpha seeding within LIBSVM Solvers. Please refer to:
D. DeCoste and K. Wagstaff, "Alpha Seeding for Support Vector Machines for the meaning of alpha seeding".
操作系统开发 KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware.
KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware. It consists of a loadable kernel module (kvm.ko) and a userspace component.
Using KVM, one can run multiple virtual machines running unmodified Linux or Windows images. Each virtual machine has priv ...
其他书籍 Learning Kernel Classifiers: Theory and Algorithms, Introduction This chapter introduces the general
Learning Kernel Classifiers: Theory and Algorithms, Introduction This chapter introduces the general problem of machine learning and how it relates to statistical inference. 1.1 The Learning Problem and (Statistical) Inference It was only a few years after the introduction of the first computer that ...
其他嵌入式/单片机内容 Quantum Platform(QP) is a family of very lightweight, state machine-based frameworks for embedded sy
Quantum Platform(QP) is a family of very lightweight, state machine-based frameworks for embedded systems. QP enables developing well-structured embedded applications as a set of concurrently executing hierarchical state machines (UML statecharts).
汇编语言 For the development of non-contact smart card products, such as: reading and writing, charging machi
For the development of non-contact smart card products, such as: reading and writing, charging machines, card readers, etc.!
驱动编程 ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind
ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind (of Team Vexillium). t uses a ring0 driver to hook KiExceptionDispatch procedure to detect the exceptions, and then shows information about the exception on stdout (using the ring3 part of the program ...
编译器/解释器 This is the source for a C compiler that generates 386 or m68K code. Code generation is fairly good
This is the source for a C compiler that generates 386 or
m68K code. Code generation is fairly good although the optimizer is
a little naive... the code itself should be highly portable although
there are some issues involved with porting from MSDOS that have to
be resolved for example the size of L ...
微处理器开发 RS232.C was written to provide all of the basic functionality needed to employ serial I/O in any a
RS232.C was written to provide all of the basic functionality needed
to employ serial I/O in any application written with Borland C
language compilers. Some features are:
1. Ease of use. No assembly language or library files are used and a simple "#include" statement is all that is required to ...
编译器/解释器 This the source for a C compiler that generates 386 or m68K code. Code generation is fairly good al
This the source for a C compiler that generates 386 or
m68K code. Code generation is fairly good although the optimizer is
a little naive... the code itself should be highly portable although
there are some issues involved with porting from MSDOS that have to
be resolved for example the size of LONG ...