代码搜索:高带宽

找到约 6,986 项符合「高带宽」的源代码

代码结果 6,986
www.eeworm.com/read/320433/13427339

cpp balancetree.cpp

#include using namespace std; #define LH +1 //左高 #define EH 0 //等高 #define RH -1 //右高 typedef struct BSTNode{ int data; int bf;//结点的平衡因子 struct BSTNode *lchild,*rchil
www.eeworm.com/read/38039/1091023

mnu rcs.mnu

RCS RCS # remove the # sign and enter foreign help string in this line Chord#Height 弦高 Specify maximum allowable chord height. 指定允许的最大弦高。 AngleControl 角度控制 Specify angle control factor for improvemen
www.eeworm.com/read/38039/1092233

mnu sla.mnu

STL STL # remove the # sign and enter foreign help string in this line Chord#Height 弦高 Specify maximum allowable chord height. 指定允许的最大弦高。 AngleControl 角度控制 Specify angle control factor for improvemen
www.eeworm.com/read/38039/1092846

mnu render.mnu

RENDER 着色 # remove the # sign and enter foreign help string in this line Chord#Height 弦高 Specify maximum allowable chord height. 指定允许的最大弦高。 AngleControl 角度控制 Specify angle control factor for improvem
www.eeworm.com/read/272945/10935893

m dadi_zhijiao.m

function [XYZ]=dadi_zhijiao(BLH,type) % 大地系(经纬高)---直角系(XYZ) % dadi_zhijiao将大地坐标系(degree, WGS,BJ54 ,GDZ80)(经纬高)转换为直角坐标系(XYZ) % BLH(1:n,1:3) 为经纬高 (degree, WGS,BJ54 ,GDZ80)--------XYZ % B 纬度,
www.eeworm.com/read/456161/7356451

asm ir_tx.asm

;----------------------------------------------------------- ;红外编码发射程序(AT89S51)----NEC编码格式 ;引导码9mS高,4.5mS低+用户码16位00FF+操作码8位+操作码8位反码 ;0.56mS高+0.56mS低=0;0.56mS高+0.56*3mS低=1 ;------------------------
www.eeworm.com/read/258572/11853635

bak readme.txt.bak

0 1 PD1 缓冲器使能 变化 不变化 PD3 RS 命令 数据 PD5 WE 写 读 PD7 nOE 高——>低 I/O缓冲——>DR 配合/W进行写数据或指令 高 DR——>I/O缓冲 配合R进行读数据或指令 低/低——>高 无动作
www.eeworm.com/read/38039/1093310

mnu visualizer.mnu

Visualizer 可视器 # remove the # sign and enter foreign help string in this line Chord#Height 弦高 Specify maximum allowable chord height. 指定允许的最大弦高。 AngleControl 角度控制 Specify angle control factor for imp
www.eeworm.com/read/192685/8363989

txt 如何使dbgrid中的某一列,当其中显示的文字超过表格线后自动折行.txt

DBGrid对 折 行 的 支 持 非 常 有 限 。 你 可 以 设 置 RowHeight属 性 以 改 变 行 高 度 , 只 要 行 高 足 够 , DBGrid就 会 自 动 折 行 。 但 RowHeight属 性 改 变 所 有 行 的 高 度 , 即 使 不 需 要 折 行 , 而 且 你 需 要 自 己 计 算 是 否 需 要 调 整 行 高 , DBGrid不 会 自 动 做
www.eeworm.com/read/242302/13079015

txt 如何使dbgrid中的某一列,当其中显示的文字超过表格线后自动折行.txt

DBGrid对 折 行 的 支 持 非 常 有 限 。 你 可 以 设 置 RowHeight属 性 以 改 变 行 高 度 , 只 要 行 高 足 够 , DBGrid就 会 自 动 折 行 。 但 RowHeight属 性 改 变 所 有 行 的 高 度 , 即 使 不 需 要 折 行 , 而 且 你 需 要 自 己 计 算 是 否 需 要 调 整 行 高 , DBGrid不 会 自 动 做