搜索结果
找到约 84 项符合
Width 的查询结果
其他 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 : ...