搜索结果
找到约 84 项符合
WIDTH 的查询结果
按分类筛选
- 全部分类
- matlab例程 (8)
- VHDL/FPGA/Verilog (7)
- 技术资料 (7)
- 单片机开发 (6)
- 其他 (4)
- 电子书籍 (3)
- 通讯/手机编程 (3)
- 其他书籍 (3)
- 其他嵌入式/单片机内容 (2)
- Delphi控件源码 (2)
- 微处理器开发 (2)
- 软件设计/软件工程 (2)
- 系统设计方案 (2)
- Linux/Unix编程 (2)
- 源码 (2)
- 学术论文 (1)
- 技术教程 (1)
- 电源技术 (1)
- 单片机编程 (1)
- 开发工具 (1)
- PCB相关 (1)
- 测试测量 (1)
- Applet (1)
- 文章/文档 (1)
- 书籍源码 (1)
- SCSI/ASPI (1)
- SQL Server (1)
- Java编程 (1)
- 嵌入式/单片机编程 (1)
- JavaScript (1)
- DSP编程 (1)
- 操作系统开发 (1)
- 加密解密 (1)
- 汇编语言 (1)
- 文件格式 (1)
- 编辑器/阅读器 (1)
- Internet/网络编程 (1)
- 能源行业(电力石油煤炭) (1)
- *行业应用 (1)
- 数学计算 (1)
- C/C++语言编程 (1)
- 技术书籍 (1)
- Matlab (1)
- 软件 (1)
其他 I made a lot of changed on this object,such as * // 1.Encapsulates all code in one userobjet,s
I made a lot of changed on this object,such as *
// 1.Encapsulates all code in one userobjet,since PB does not *
// support "Address of Function" , so we can not set new *
// WndProc, just makes the object more easy to use. *
// 2.Uses structure array instead of Datastore *
// 3. ...
微处理器开发 The PWM_1 project is a simple program for the STM32F103RBT6 using Keil MCBSTM32 Evaluation Board a
The PWM_1 project is a simple program for the STM32F103RBT6
using Keil MCBSTM32 Evaluation Board and demonstrating
the use of PWM (Pulse Width Modulation) with Timer TIM4.
加密解密 CRC码产生器与校验器程序 Features : Executes in one clock cycle per data word Any polynomial from 4 to 32 b
CRC码产生器与校验器程序
Features :
Executes in one clock cycle per data word
Any polynomial from 4 to 32 bits
Any data width from 1 to 256 bits
Any initialization value
Synchronous or asynchronous reset
微处理器开发 s3c2410提供了5个16位的Timer(Timer0~Timer4)
s3c2410提供了5个16位的Timer(Timer0~Timer4),其中Timer0~Timer3支持Pulse Width Modulation—— PWM(脉宽调制 )。Timer4是一个内部定时器(internal timer),
Linux/Unix编程 //获得当前的模式 oldmode = vga_getcurrentmode[] //初始化 vga_init[] //判断是否支持该模式 if[vga_ha
//获得当前的模式
oldmode = vga_getcurrentmode[]
//初始化
vga_init[]
//判断是否支持该模式
if[vga_hasmode[mode]]
vga_setmode[mode]
else {
printf["No such mode\n"]
exit[1]
}
//取得信息
width = vga_getxdim[]
height = vga_getydim[]
colors = vga_getcolors[]
// ...
matlab例程 Basic function to locate and measure the positive peaks in a noisy data sets. Detects peaks by loo
Basic function to locate and measure the positive peaks in a noisy
data sets. Detects peaks by looking for downward zero-crossings
in the smoothed third derivative that exceed SlopeThreshold
and peak amplitudes that exceed AmpThreshold. Determines,
position, height, and approximate width of e ...
其他 < content="Hello,sik" Dim oFCKeditor Set oFCKeditor = New FCKeditor oFCKeditor.BasePath
<
content="Hello,sik"
Dim oFCKeditor
Set oFCKeditor = New FCKeditor
oFCKeditor.BasePath = "../fckeditor/"
oFCKeditor.ToolbarSet = "Default"
oFCKeditor.Width = "550"
oFCKeditor.Height = "400"
oFCKeditor.Value = content
oFCKeditor.Create "Content"
>
编辑器/阅读器 Some time during my development works I had the need of printing the contents of a ListView control.
Some time during my development works I had the need of printing the contents of a ListView control. So I wrote down the code for a custom control, named PrintableListView, that solved the following two problems:
* extend the print on multiple pages when the width of the list exceeds the width ...
Internet/网络编程 -- ------------------------------------------------------------------------------------ -- DESCRIP
--
------------------------------------------------------------------------------------
-- DESCRIPTION : Demultiplexer
-- Width: 8
-- Number of terminals: 4
-- Output enable active: HIGH
-- Output active : HIGH
-- Download from : ...