代码搜索:融合算法
找到约 10,000 项符合「融合算法」的源代码
代码结果 10,000
www.eeworm.com/read/289549/8545247
txt c 算法.txt
Cohen-SutherLand实现裁剪直线的两个关键函数
//计算点 x,y的编码
void CCohenSutherLandView::CompOutCode(float x,float y,CRect* rect,OutCode* outCode)
{
outCode->all = 0;
outCode->top = outCode->bottom =0;
if
www.eeworm.com/read/289242/8565090
doc 算法程序.doc
www.eeworm.com/read/429970/8777320
doc 算法说明.doc
www.eeworm.com/read/286190/8783707
txt a星算法.txt
unit aStarSearchPath;
interface
uses Classes,SysUtils;
type
pAStarPathNode=^tAStarPathNode;
tAStarPathNode=record
x,y:word;
F:word;
G:word;
H:word;
fa
www.eeworm.com/read/429852/8785793
txt 温度算法.txt
10位的ADC模块集成有一个温度传感器,可以用来获取芯片的当前温度。
在温度传感器特性图里,给出了以下公式:
Vsenso = 2.7 - (T + 55) / 75,单位:V
设Vsenso对应的ADC采样值为N,2.7V对应N1,(T+55)/75对应N2
已知:
N1 * (3 / 1024) = 2.7
N2 * (3 / 1024) = (T + 55) /
www.eeworm.com/read/385267/8810836
doc kmp算法.doc
www.eeworm.com/read/429173/8815370
doc kmp算法.doc
www.eeworm.com/read/285164/8864156
doc 算法简介.doc
www.eeworm.com/read/284996/8879067
dsp 调度算法.dsp
# Microsoft Developer Studio Project File - Name="调度算法" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/284996/8879069