搜索结果
找到约 242 项符合
Same 的查询结果
按分类筛选
- 全部分类
- 书籍 (23)
- 单片机编程 (21)
- Linux/Unix编程 (12)
- matlab例程 (11)
- 单片机开发 (11)
- 其他书籍 (11)
- 数学计算 (9)
- VC书籍 (8)
- 可编程逻辑 (7)
- 其他 (7)
- Java编程 (6)
- 电源技术 (5)
- Java书籍 (5)
- 软件设计/软件工程 (5)
- 技术资料 (5)
- 教程资料 (4)
- 人工智能/神经网络 (4)
- 数据结构 (4)
- 微处理器开发 (4)
- 软件工程 (4)
- Jsp/Servlet (4)
- 文章/文档 (4)
- 电子书籍 (4)
- 通讯编程文档 (4)
- Internet/网络编程 (3)
- GPS编程 (3)
- 通讯/手机编程 (3)
- 系统设计方案 (3)
- 嵌入式/单片机编程 (3)
- Delphi控件源码 (3)
- 模拟电子 (2)
- PCB相关 (2)
- 游戏 (2)
- VHDL/FPGA/Verilog (2)
- 数值算法/人工智能 (2)
- 加密解密 (2)
- 驱动编程 (2)
- 其他数据库 (2)
- 压缩解压 (2)
- 无线通信 (1)
- 测试测量 (1)
- uCOS (1)
- 串口编程 (1)
- Windows CE (1)
- SQL Server (1)
- 书籍源码 (1)
- 中间件编程 (1)
- 网络 (1)
- 汇编语言 (1)
- 教育系统应用 (1)
- 操作系统开发 (1)
- 文件格式 (1)
- MacOS编程 (1)
- 其他行业 (1)
- 人物传记/成功经验 (1)
- 行业发展研究 (1)
- 编译器/解释器 (1)
- *行业应用 (1)
- 其他嵌入式/单片机内容 (1)
- CA认证 (1)
- STL (1)
- 多国语言处理 (1)
- 源码 (1)
其他数据库 hanks for downloading this code. This VB Project shows you how to make forms with "rounded rectangle
hanks for downloading this code. This VB Project shows you how to make forms with "rounded rectangle" shape. It also shows you how you can reduce the size of your programs with a GUI by using blocks of images and absolutely positioning and stretching them to create a dialog box, rather than making t ...
单片机开发 A new cable fault location method based on wavelet reconstruction is proposed. In this method the
A new cable fault location method based on
wavelet reconstruction is proposed. In this method the
difference between the currents of faulty phase and sound
phase under the high voltage pulse excitation is used as the
measured signal and is decomposed in multi-scale by wavelet
transform, then reconst ...
通讯/手机编程 The algorm of viterbi. You talk to your friend three days in a row and discover that on the first da
The algorm of viterbi. You talk to your friend three days in a row and discover that on the first day he went for a walk, on the second day he went shopping, and on the third day he cleaned his apartment. You have two questions: What is the overall probability of this sequence of observations? And w ...
其他书籍 μC/OS-II Goals Probably the most important goal of μC/OS-II was to make it backward compatible with
μC/OS-II Goals
Probably the most important goal of μC/OS-II was to make it backward compatible with μC/OS (at least from an
application’s standpoint). A μC/OS port might need to be modified to work with μC/OS-II but at least, the application
code should require only minor changes (if any). Als ...
数据结构 Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class li
Uniform random number generators
by Agner Fog, 2001 - 2007
randomc.zip contains a C++ class library of uniform random number generators of good quality.
The random number generators found in standard libraries are often of a poor quality, insufficient for large Monte Carlo calculations. This C++ ...
软件设计/软件工程 map identification laquo yuan Problem description : the digital image processing of an image often e
map identification laquo yuan Problem description : the digital image processing of an image often expressed as a macute M pixel matrix. Each pixel value is 0 or 1. The value of 0 pixel image, said background, and the value of a pixel image, said a map of a million, usually called map million pixels ...
VC书籍 Both the newest, hottest ight simulator and the simplest yet most powerful accounting programs
Both the newest, hottest ight simulator and the
simplest yet most powerful accounting programs
use the same basic building blocks. In this part, you dis
cover the basic features you need to write your killer
application.
单片机开发 8051 Web Server project See Makefile for build notes Written for Keil C51 V5.1 compiler, notes:
8051 Web Server project
See Makefile for build notes
Written for Keil C51 V5.1 compiler, notes:
It uses big endian order, which is the same as the
network byte order, unlike x86 systems.
Use OPTIMIZE(2)or higher so that automatic variables get shared
// between functions, to stay within the 256 byt ...
数学计算 多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as
多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order
working in C++ Builder 2007 as a template class,
using vector<FloatType> parameters.
Added a method to handle some EMathError exceptions.
If do NOT want to use this just call PolyFit2 directly.
usage: Call PolyFit by ...
数学计算 When working with mathematical simulations or engineering problems, it is not unusual to handle curv
When working with mathematical simulations or engineering problems, it is not unusual to handle curves that contains thousands of points. Usually, displaying all the points is not useful, a number of them will be rendered on the same pixel since the screen precision is finite. Hence, you use a lot o ...