搜索:Coding+Algorithm
找到约 1,596 项符合「Coding+Algorithm」的查询结果
结果 1,596
按分类筛选
- 全部
- matlab例程 (165)
- 人工智能/神经网络 (100)
- 数学计算 (77)
- 加密解密 (73)
- 技术资料 (59)
- 其他 (53)
- 数值算法/人工智能 (51)
- 压缩解压 (48)
- 其他书籍 (41)
- 数据结构 (35)
- 通讯编程文档 (31)
- 通讯/手机编程 (29)
- Java编程 (27)
- 软件设计/软件工程 (24)
- 电子书籍 (21)
- 文章/文档 (21)
- 书籍源码 (17)
- VHDL/FPGA/Verilog (16)
- Linux/Unix编程 (15)
- 文件格式 (14)
- 技术管理 (12)
- 行业发展研究 (12)
- VC书籍 (11)
- DSP编程 (10)
- 单片机开发 (10)
- 系统设计方案 (9)
- 软件工程 (8)
- 书籍 (7)
- 汇编语言 (6)
- JavaScript (6)
- 其他嵌入式/单片机内容 (6)
- 操作系统开发 (5)
- 编辑器/阅读器 (5)
- 编译器/解释器 (5)
- CA认证 (5)
- 可编程逻辑 (4)
- 驱动编程 (4)
- 多国语言处理 (4)
- 嵌入式/单片机编程 (4)
- 游戏 (3)
- *行业应用 (3)
- 其他数据库 (3)
- 微处理器开发 (3)
- Java书籍 (3)
- STL (3)
- 其他行业 (3)
- GPS编程 (3)
- Jsp/Servlet (3)
- 3G开发 (3)
- 教程资料 (2)
- allegro (2)
- Modem编程 (2)
- 语音压缩 (2)
- 网络 (2)
- 中间件编程 (2)
- 并行计算 (2)
- Linux/uClinux/Unix编程 (1)
- 设计相关 (1)
- 驱动程序 (1)
- 数据库系统 (1)
- 嵌入式综合 (1)
- Genesis (1)
- Internet/网络编程 (1)
- 磁盘编程 (1)
- Applet (1)
- 传真(Fax)编程 (1)
- J2ME (1)
- Delphi/CppBuilder (1)
- Delphi控件源码 (1)
- 家庭/个人应用 (1)
- 生物技术 (1)
- 邮电通讯系统 (1)
- RFID编程 (1)
- 源码 (1)
- 论文 (1)
- 习题答案 (1)
https://www.eeworm.com/dl/898186.html
技术资料
基于STC12C5A60S2单片机钢珠运动测量装置设计
本文以STC12C5A60S2单片机为控制核心,设计了一个管道内钢珠运动测量装置。接近开关检测小球的运动情况,传送信号到单片机触发中断,角度传感器测量管道角度,建立小球运动与角度关联的数据库。通过小球运动的相关数据对比数据库,采用排比算法和算法修正得到精确的角度值。该装置能够实现钢珠个数测量、运 ...
https://www.eeworm.com/dl/665/209335.html
matlab例程
A general technique for the recovery of signicant image features is presented. The technique is ba
A general technique for the recovery of signicant
image features is presented. The technique is based on
the mean shift algorithm, a simple nonparametric pro-
cedure for estimating density gradients. Drawbacks of
the current methods (including robust clustering) are
avoided. Feat ...
https://www.eeworm.com/dl/654/221495.html
数据结构
哈夫曼树和哈夫曼编码: 从终端输入若干个字符及其对应的整数
哈夫曼树和哈夫曼编码:
从终端输入若干个字符及其对应的整数,将整数作为结点的权值,建立哈夫曼树,然后对各字符进行哈夫曼编码。最后打印哈夫曼树和对应的哈夫曼编码。
设计要求:
⑴ 哈夫曼殊和哈夫曼编码的存储表示参考教材事例
⑵ 在程序中构造四个子程序为
① int createhtree(HTree *t) /*根据 ...
https://www.eeworm.com/dl/502/29193.html
单片机编程
基于C8051F310的山路转弯预防警示系统
针对盘山路存在的转弯盲区,即在转弯时司机无法得知弯路对面是否有车辆通过,设计一种基于C8051F310的山路转弯预防警示系统。该系统利用一阶滤波算法检测山路转弯时是否有车辆通过。运用该算法可增强系统检测的实时性,提高检测机动车辆的灵敏度,同时大大减少环境温度对检测的干扰。试验表明该系统能 ...
https://www.eeworm.com/dl/898261.html
技术资料
基于MSP430单片机的太阳光辐照测量系统设计
本文设计了一种基于MSP430单片机的太阳辐照测量系统。系统以MSP430单片机为硬件核心控制器,采用硅光电池将光照度转换为电流,经过电流-电压转换放大电路,实现微电流转换放大,使用MSP430自带的12位A/D转换器进行处理,并且通过NRF905无线收发模块实现数据无线传输。利用麦夸特(Levenberg-Marquardt)算法对 ...
https://www.eeworm.com/dl/650/280633.html
人工智能/神经网络
On-Line MCMC Bayesian Model Selection This demo demonstrates how to use the sequential Monte Carl
On-Line MCMC Bayesian Model Selection
This demo demonstrates how to use the sequential Monte Carlo algorithm with reversible jump MCMC steps to perform model selection in neural networks. We treat both the model dimension (number of neurons) and model parameters as unknowns. The ...
https://www.eeworm.com/dl/665/353892.html
matlab例程
外国人开发的电磁时域有限差分方法工具包 Electromagnetic Finite-Difference Time-Domain (EmFDTD) is a basic two-dimensio
外国人开发的电磁时域有限差分方法工具包
Electromagnetic Finite-Difference Time-Domain (EmFDTD)
is a basic two-dimensional FDTD code developed at the
School of Electrical Engineering, Sharif University of
Technology.
This code has been written based on the standard
Yee s FDTD ...
https://www.eeworm.com/dl/519736.html
书籍
Cyber-Physical Systems
This book provides an overview of recent innovations and achievements in the broad areas of cyber-physical systems (CPS), including architecture, networking, systems, applications, security, and privacy. The book discusses various new CPS technologies from diverse aspects to enab ...
https://www.eeworm.com/dl/542/488447.html
其他书籍
Commercially available active noise control headphones rely on fixed analog controllers to drive "an
Commercially available active noise control headphones rely on fixed analog controllers to drive "anti-noise" loudspeakers. Our design uses an adaptive controller to optimally cancel unwanted acoustic noise. This headphone would be particularly useful for workers who operate or w ...
https://www.eeworm.com/dl/902765.html
技术资料
.An.introduction.to.Programming.the.Microchip.PIC.in.CCS.C
外文pic编程书籍,
Contents
Introduction
History
Why use C?
PC based versus PICmicro®MCU Based Program Development
Product Development
Terminology
Trying and Testing Code
C Coding Standards
Basics
1 C Fundamentals
Structure of C Programs
Components of a C Program
#pragma
main()
# ...