搜索:string+algorithm
找到约 1,495 项符合「string+algorithm」的查询结果
结果 1,495
按分类筛选
- 全部
- matlab例程 (149)
- 人工智能/神经网络 (102)
- 数学计算 (77)
- 加密解密 (75)
- 其他 (53)
- 数值算法/人工智能 (51)
- 技术资料 (46)
- Java编程 (43)
- 数据结构 (36)
- 其他书籍 (29)
- 压缩解压 (28)
- 软件设计/软件工程 (18)
- 通讯/手机编程 (16)
- Linux/Unix编程 (16)
- 通讯编程文档 (15)
- 文章/文档 (15)
- 书籍源码 (14)
- 技术管理 (11)
- 单片机开发 (10)
- JavaScript (10)
- DSP编程 (9)
- 电子书籍 (9)
- 文件格式 (9)
- 汇编语言 (9)
- VHDL/FPGA/Verilog (9)
- 驱动编程 (8)
- 系统设计方案 (8)
- 软件工程 (7)
- 行业发展研究 (6)
- 操作系统开发 (5)
- 编辑器/阅读器 (5)
- 多国语言处理 (5)
- CA认证 (5)
- STL (5)
- Delphi控件源码 (5)
- 其他嵌入式/单片机内容 (5)
- 编译器/解释器 (4)
- 网络 (4)
- VC书籍 (4)
- *行业应用 (3)
- 其他数据库 (3)
- 嵌入式/单片机编程 (3)
- J2ME (3)
- 其他行业 (3)
- Symbian (3)
- GPS编程 (3)
- Jsp/Servlet (3)
- 书籍 (3)
- 数据库系统 (2)
- Internet/网络编程 (2)
- 游戏 (2)
- 微处理器开发 (2)
- 家庭/个人应用 (2)
- 中间件编程 (2)
- SQL Server (2)
- 并行计算 (2)
- 源码 (2)
- Linux/uClinux/Unix编程 (1)
- 设计相关 (1)
- 教程资料 (1)
- 教育系统应用 (1)
- Modem编程 (1)
- 串口编程 (1)
- 语音压缩 (1)
- 磁盘编程 (1)
- Applet (1)
- 金融证券系统 (1)
- 嵌入式Linux (1)
- Java书籍 (1)
- BREW编程 (1)
- 生物技术 (1)
- Windows CE (1)
- Oracle数据库 (1)
- RFID编程 (1)
- 3G开发 (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/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/516157.html
应用设计
声明病人 Patient 类,
1. 声明病人 Patient 类,此类对象包括 name(String)、sex(char)、age(int)、weight(float)、allergies(boolean)。
声明 setName 存取及修改方法。在一个单独的类中,声明测试方法,并生成两个 Patient 对象,设置其
状态并将其信息显示在屏幕上。声明并测试 toString()方法,显示一个病人 age ...
https://www.eeworm.com/dl/686/432471.html
VC书籍
清晰实用地讲解了标准库
清晰实用地讲解了标准库,并且以驱动,重点强调容器、迭代器、算法(即标准模板库STL)、string 类和iostream。
详细讨论了标准C++的新特性,包括异常处理、运行时类型识别、名字空间、内置bool类型和新类型强制转换表示等,并说明了如何有效地使用这些特性。
全面介绍了C++语言的高级特性,例如 ...
https://www.eeworm.com/dl/835020.html
技术资料
(网盘)C#串口通讯
源码string和byte的转换(c#).txt - 3.84KBSerialPort相关.txt - 397bytesC#字符串与_byte数据的互相转换.txt - 2.44KBC#串口通信代码.docx - 88.53KBC#串口通信程序.pdf - 354.04KBC#SerialPort通信详细介绍.pdf - 183.38KBC#NET串口通信技术资料汇总.part3.rar - 1.19GBC#NET串口通信技术资料汇总.par ...
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 ...