搜索结果
找到约 286 项符合
Way 的查询结果
按分类筛选
- 全部分类
- 书籍 (38)
- 其他书籍 (23)
- Java编程 (18)
- matlab例程 (16)
- VC书籍 (16)
- 单片机编程 (11)
- 单片机开发 (11)
- 其他 (10)
- 数学计算 (7)
- 电源技术 (6)
- Linux/Unix编程 (6)
- 电子书籍 (6)
- 数据结构 (5)
- 压缩解压 (5)
- 软件工程 (5)
- 微处理器开发 (5)
- 数值算法/人工智能 (5)
- 人工智能/神经网络 (4)
- 加密解密 (4)
- 编辑器/阅读器 (4)
- 文件格式 (4)
- 嵌入式综合 (3)
- 书籍源码 (3)
- 通讯编程文档 (3)
- 软件设计/软件工程 (3)
- 技术资料 (3)
- 无线通信 (2)
- 技术书籍 (2)
- 游戏 (2)
- VHDL/FPGA/Verilog (2)
- Delphi控件源码 (2)
- Windows CE (2)
- 编译器/解释器 (2)
- 技术管理 (2)
- Java书籍 (2)
- 嵌入式/单片机编程 (2)
- DSP编程 (2)
- 系统设计方案 (2)
- USB编程 (2)
- 行业发展研究 (2)
- 其他行业 (2)
- Internet/网络编程 (2)
- VIP专区 (2)
- 模拟电子 (1)
- PCB相关 (1)
- 通信网络 (1)
- 可编程逻辑 (1)
- 测试测量 (1)
- TAPI编程 (1)
- Symbian (1)
- 汇编语言 (1)
- 中间件编程 (1)
- 通讯/手机编程 (1)
- 人物传记/成功经验 (1)
- Windows Mobile (1)
- 操作系统开发 (1)
- Applet (1)
- 企业管理 (1)
- J2ME (1)
- 文章/文档 (1)
- Delphi/CppBuilder (1)
- 交通/航空行业 (1)
- 其他嵌入式/单片机内容 (1)
- SQL Server (1)
- Jsp/Servlet (1)
- 多国语言处理 (1)
- Ajax (1)
- Windows编程 (1)
- 学术论文 (1)
- 源码 (1)
- 教程 (1)
书籍源码 WordNet is an extensive database developed by Princeton University faculty and students over the las
WordNet is an extensive database developed by Princeton University faculty and students over the last thirty years. The database defines relationships between words in a comparable method to the way humans think of related words.
加密解密 What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the poss
What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used(In VB - The same technique can be implemented in "c" also.) Program flow Explained * Open the File to be encrypted for Bin ...
其他 The Microsoft® Cryptographic Application Programming Interface (CryptoAPI) provides services that
The Microsoft&reg Cryptographic Application Programming Interface (CryptoAPI) provides services that enable application developers to add authentication, encoding, and encryption to their Microsoft Win32&reg -based applications. Application developers can use the functions in the CryptoAPI without k ...
数据结构 #if !defined(AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_) #define AFX_GAQUEEN_H_
#if !defined(AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_)
#define AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CGAQueen
{
public:
CGAQueen(int nPopulation,int nIteration,float Mutation,int mChB ...
其他书籍 Techniques for storing and processing data are at the heart of all programs. The term data structure
Techniques for storing and processing data are at the heart of all programs. The term data structure is used to describe the way data is stored, and the term algorithm is used to describe the way data is processed.
matlab例程 This a translation of the ToyFDTD c code available from the web site http://www.borg.umn.edu/toyfdt
This a translation of the ToyFDTD c code available from the web site
http://www.borg.umn.edu/toyfdtd/ToyFDTD1.html
This some optimization to use MATLAB matrix notation. Others may find a way to further optimize the nested loops.
VC书籍 This book is good for learning C++.It conclude five parts:professional c++ introduction,C++ codeing
This book is good for learning C++.It conclude five parts:professional c++ introduction,C++ codeing the professional way,mastering advanced features of c++, ensuring Bug-free code and using libraries and patterns.
Java编程 Abstract The Lucene Server project is an attempt to extend the Jakarta Lucene tool with server ca
Abstract
The Lucene Server project is an attempt to extend the Jakarta Lucene tool with server capabilities.
Lucene is a robust Java API that enables you creating indexes from text sources and perform powerful searches on these indexes. With Lucene, creating an index must be done programmatically ...
操作系统开发 Contains source to demonstrate how to copy/delete files and folders with HFS+ APIs. It also demonstr
Contains source to demonstrate how to copy/delete files and folders with HFS+ APIs. It also demonstrates a technique to rename an object if an object of the same name exists in the destination.
This sample shows how to perform these operations in an MP-safe way.
Linux/Unix编程 FIST可堆叠文件系统
FIST可堆叠文件系统,linux文件系统修改相关的开源软件,使得对linux文件系统功能的改进很简单了
The FiST (File System Translator) system combines two methods to solve the above problems in a novel way: a set of stackable file system templates for each operating system, and a high-level language that can ...