搜索结果
找到约 1,400 项符合
ALL 的查询结果
按分类筛选
- 全部分类
- 技术资料 (214)
- 其他 (85)
- 其他书籍 (85)
- 书籍 (83)
- 单片机编程 (55)
- Java编程 (49)
- 单片机开发 (47)
- Linux/Unix编程 (35)
- matlab例程 (30)
- VC书籍 (26)
- Java书籍 (25)
- 文章/文档 (23)
- 软件设计/软件工程 (23)
- 电子书籍 (22)
- 数学计算 (21)
- Delphi控件源码 (21)
- 电源技术 (20)
- DSP编程 (18)
- 数值算法/人工智能 (17)
- 书籍源码 (17)
- 源码 (16)
- 网络 (15)
- 游戏 (14)
- VHDL/FPGA/Verilog (14)
- 加密解密 (13)
- 可编程逻辑 (13)
- Internet/网络编程 (13)
- 人工智能/神经网络 (13)
- 压缩解压 (12)
- 通讯编程文档 (12)
- 通讯/手机编程 (11)
- 驱动编程 (11)
- 汇编语言 (11)
- 微处理器开发 (11)
- 软件工程 (10)
- 编译器/解释器 (10)
- 嵌入式/单片机编程 (10)
- SQL Server (10)
- J2ME (9)
- 行业发展研究 (9)
- 无线通信 (8)
- 操作系统开发 (8)
- 技术管理 (8)
- uCOS (8)
- Windows CE (8)
- 其他嵌入式/单片机内容 (8)
- 软件 (7)
- 其他行业 (7)
- 技术书籍 (6)
- 模拟电子 (6)
- 文件格式 (6)
- JavaScript (6)
- GPS编程 (6)
- 教程资料 (5)
- 教育系统应用 (5)
- Applet (5)
- 其他数据库 (5)
- 嵌入式Linux (5)
- Windows Mobile (5)
- VIP专区 (5)
- PCB相关 (4)
- 嵌入式综合 (4)
- 金融证券系统 (4)
- 系统设计方案 (4)
- 中间件编程 (4)
- 手册 (3)
- C/C++语言编程 (3)
- 接口技术 (3)
- 多媒体处理 (3)
- 数据库系统 (3)
- 测试测量 (3)
- 开发工具 (3)
- 串口编程 (3)
- 多国语言处理 (3)
- Oracle数据库 (3)
- 论文 (2)
- 设计相关 (2)
- 仿真技术 (2)
- 通信网络 (2)
- Mentor (2)
- 源码/资料 (2)
- *行业应用 (2)
- 企业管理 (2)
- USB编程 (2)
- 数据结构 (2)
- STL (2)
- 家庭/个人应用 (2)
- 医药行业 (2)
- 邮电通讯系统 (2)
- 认证考试资料 (2)
- Ajax (2)
- 电路图 (1)
- 笔记 (1)
- 经验 (1)
- 习题答案 (1)
- 应用设计 (1)
- 多媒体 (1)
- 学术论文 (1)
- Windows编程 (1)
- 存储器技术 (1)
源码 数据结构实验
#include <iostream>
#include <stdio.head>
#include <stdlib.head>
#include <string.head>
#define ElemType int
#define max 100
using namespace std;
typedef struct node1
{
ElemType data;
struct node1 *next;
}Node1,*LinkList;//链栈
typedef struct
{
ElemType *base;
int top;
}SqStack;// ...
allegro Verilog Coding Style for Efficient Digital Design
&nbsp;
In this paper, we discuss efficient coding and design styles using verilog. This can beimmensely helpful for any digital designer initiating designs. Here, we address different problems rangingfrom RTL-Gate Level simulation mismatch to race conditions in writing behavioral models. All the ...
可编程逻辑 Verilog Coding Style for Efficient Digital Design
&nbsp;
In this paper, we discuss efficient coding and design styles using verilog. This can beimmensely helpful for any digital designer initiating designs. Here, we address different problems rangingfrom RTL-Gate Level simulation mismatch to race conditions in writing behavioral models. All the ...
人工智能/神经网络 人工智能中模糊逻辑算法 FuzzyLib 2.0 is a comprehensive C++ Fuzzy Logic library for constructing fuzzy logic sy
人工智能中模糊逻辑算法
FuzzyLib 2.0 is a comprehensive C++ Fuzzy Logic library for constructing fuzzy logic systems with multi-controller support.
It supports all commonly used shape functions and hedges, with full support for the various types of Aggregation, Correlation, Alphacut, Composition, De ...
matlab例程 %%% Demos for PUMA algorithms %%% We present four matlab demos for PUMA. demo1, demo2, demo3, and
%%% Demos for PUMA algorithms %%%
We present four matlab demos for PUMA. demo1, demo2, demo3, and demo4
illustrate PUMA working with different parameters and with four
different images.
All you need to do is to run each of the demos. Please be sure that
all the files are put on an accessibl ...
电子书籍 C++ XML is a book exclusively devoted to the pow er and complexities of integrating XML standards i
C++ XML is a book exclusively devoted to the pow er and complexities of integrating XML
standards into C++. As a developer,this is a book you cannot miss. C++ XML addresses all major
standards,toolkits,and types of applications dealing with XML as a format for representing and
exchanging data,as wel ...
人工智能/神经网络 Heapsort 1.A heap is a binary tree satisfying the followingconditions: -This tree is completely ba
Heapsort
1.A heap is a binary tree satisfying the followingconditions:
-This tree is completely balanced.
-If the height of this binary tree is h, then leaves can be at level h or level h-1.
-All leaves at level h are as far to the left as possible.
-The data associated with all descendants of a nod ...
书籍 Radio+Protocols+for+LTE+and+LTE-A
It was only a few years ago that “ubiquitous connectivity” was recognized as the future of
wireless communication systems. In the era of ubiquitous connectivity, it was expected that
the broadband mobile Internet experience would be pervasive, and seamless connectivity on
a global scale would be n ...
其他 检测windows下rootkit对文件的隐藏。some usermode overwrites first few bytes of ZwQueryDirectoryFile and that t
检测windows下rootkit对文件的隐藏。some usermode overwrites first few bytes
of ZwQueryDirectoryFile and that trick will fail then :( So, you will
probably need a small database of the correct indexes for all Windows
versions
单片机开发 Kiss FFT is a small and simple FFT library. It has no complicated platform-specific optimizations, c
Kiss FFT is a small and simple FFT library. It has no complicated platform-specific optimizations, can do either fixed or floating point with just a recompile, and is efficient enough for all but the most demanding applications.