搜索结果
找到约 460 项符合
Kernel 的查询结果
按分类筛选
- 全部分类
- Linux/Unix编程 (86)
- 其他书籍 (62)
- 嵌入式Linux (40)
- 操作系统开发 (27)
- 嵌入式/单片机编程 (17)
- 其他 (16)
- 电子书籍 (15)
- 微处理器开发 (13)
- 人工智能/神经网络 (12)
- 软件设计/软件工程 (12)
- 网络 (11)
- 软件工程 (10)
- 驱动编程 (10)
- 技术资料 (10)
- 其他嵌入式/单片机内容 (9)
- matlab例程 (9)
- uCOS (8)
- VIP专区 (7)
- 单片机开发 (6)
- 嵌入式综合 (5)
- 系统设计方案 (5)
- VxWorks (4)
- 汇编语言 (4)
- VC书籍 (4)
- 数学计算 (4)
- USB编程 (3)
- 文章/文档 (3)
- 加密解密 (3)
- Java编程 (3)
- 学术论文 (2)
- 单片机编程 (2)
- Windows CE (2)
- 通讯编程文档 (2)
- 多国语言处理 (2)
- 行业发展研究 (2)
- DSP编程 (2)
- Linux/uClinux/Unix编程 (2)
- android开发 (2)
- 书籍 (2)
- uCOS编程 (1)
- 技术书籍 (1)
- 实用工具 (1)
- 行业应用文档 (1)
- 可编程逻辑 (1)
- 手机短信编程 (1)
- 压缩解压 (1)
- 文件格式 (1)
- 中间件编程 (1)
- 技术管理 (1)
- Modem编程 (1)
- 通讯/手机编程 (1)
- 编辑器/阅读器 (1)
- BREW编程 (1)
- 数据结构 (1)
- 数值算法/人工智能 (1)
- 驱动程序 (1)
- Matlab (1)
- 手册 (1)
- 软件 (1)
- 源码 (1)
- 论文 (1)
其他书籍 In order to thoroughly understand what makes Linux tick and why it works so well on a wide variety o
In order to thoroughly understand what makes Linux tick and why it works so well on a wide variety of systems, you need to delve deep into the heart of the kernel. The kernel handles all interactions between the CPU and the external world, and determines which programs will share processor time, in ...
数学计算 基于核的学习方法SVM(Support Vector Machine)有很好的分类识别性能
基于核的学习方法SVM(Support Vector Machine)有很好的分类识别性能,这是在SVM的基础上改进的一个更好的SKM(Support Kernel Machine)Package.
操作系统开发 MenuetOS是一个用汇编开发的32/64位PC操作系统
MenuetOS是一个用汇编开发的32/64位PC操作系统,源代码分3部分:
2)Kernel sources::K084.ZIP
网络 penMesh is a generic and efficient data structure for representing and manipulating polygonal meshes
penMesh is a generic and efficient data structure for representing and manipulating polygonal meshes. OpenMesh is developed at the Computer Graphics Group, RWTH Aachen , as part of the OpenSGPlus project, is funded by the German Ministry for Research and Education ( BMBF), and will serve as geometry ...
其他 支撑矢量机 class CvSVM : public CvStatModel //继承自基类CvStatModel { public: // SVM type enum { C_SVC
支撑矢量机
class CvSVM : public CvStatModel //继承自基类CvStatModel
{
public:
// SVM type
enum { C_SVC=100, NU_SVC=101, ONE_CLASS=102, EPS_SVR=103, NU_SVR=104 } //SVC是SVM分类器,SVR是SVM回归
// SVM kernel type
VC书籍 自从微软推出16位的Windows操作系统起
自从微软推出16位的Windows操作系统起,此后每种版本的Windows操作系统都非常依赖于动态链接库(DLL)中的函数和数据,实际上Windows操作系统中几乎所有的内容都由DLL以一种或另外一种形式代表着,例如显示的字体和图标存储在GDI DLL中、显示Windows桌面和处理用户的输入所需要的代码被存储在一个User DLL中、Windows编程所需 ...
Linux/Unix编程 This book is intended for embedded system programmers, consultants and students interested in real-t
This book is intended for embedded system programmers, consultants and students interested in real-time operating
systems. μC/OS-II is a high performance, deterministic real-time kernel and can be embedded in commercial products
(see Appendix F, Licensing). Instead of writing your own kernel, you s ...
压缩解压 利用VB开发通信程序主要的方法有两种
利用VB开发通信程序主要的方法有两种,一是利用VB本身提供的控件(CONTRALS),另一种方法是利用WINDOWS API应用程序接口,WINDOWS API 主要提供了三个动态连接库KERNEL.EXE、USER.EXE、GDI.EXE供开发人员调用
加密解密 cryptoboot is set of tools for disk encryption on Unix. It is especially suited to encrypt root par
cryptoboot is set of tools for disk encryption on Unix. It is especially suited
to encrypt root partition, so _everything_ (except kernel and
cryptoboot inself) is encrypted.