refresh
共 17 篇文章
refresh 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 17 篇文章,持续更新中。
DSPF2812实现3路SPWM
首先初始化SPWM模块,调用Init_SPWM()函数,然后将Refresh_SPWM()函数放入定时器T1中断里面可以实现三路SPWM互补输出,调制正弦波幅值可由M1M2M3设置
SN74LS601A.pdf
英文描述: Memory Refresh Controllers
中文描述: 内存刷新控制器
SN74LS603A.pdf
英文描述: Memory Refresh Controllers
中文描述: 内存刷新控制器
通用USB测试工具,TeenyUSB_tool
<p>USB设备测试工具<br/></p><p>支持中断传输,批量传输,同步传输</p><p>支持HID设备,支持串口设备</p>使用方法<p style="box-sizing: border-box; margin-bottom: 16px; margin-top: 0px; color: rgb(36, 41, 46); font-family: -apple-system, BlinkMa
Asynchrounous pages with Ajax to refresh the page without postback
Asynchrounous pages with Ajax to refresh the page without postback
//建立窗口 win1 = newwin(15, 50, 1, 1) box(win1, ACS_VLINE, ACS_HLINE) mvwprintw(win1, 2,1, "
//建立窗口
win1 = newwin(15, 50, 1, 1)
box(win1, ACS_VLINE, ACS_HLINE)
mvwprintw(win1, 2,1, "WINDOW 1")
mvwprintw(win1, 4,1, "Press any key switching to window 2")
win2 = newwin(15,
form = new_form(fields) scale_form(form, &rows, &cols) win = newwin(rows+3, cols+4, 3, 20)
form = new_form(fields)
scale_form(form, &rows, &cols)
win = newwin(rows+3, cols+4, 3, 20)
subwin = derwin(win, rows, cols, 1, 2)
set_form_sub(form, subwin)
box(win, 0, 0)
ke
远程控制 以前在给别人介绍Windows CE的开发时
远程控制 以前在给别人介绍Windows CE的开发时,为了演示设备上程序的运行情况,就用Remote Zoomin来截屏,设备端一刷新,Remote Zoomin就得去手动Refresh一下,在CE和PC两边忙得不亦乐乎。当时就想,要是有自动刷新的功能不就省去了这么多麻烦吗。如果能在PC端直接控制CE设备,岂不更好?
//初始化 initscr() //获得屏幕尺寸 getmaxyx(stdscr, h, w) //画背景 for(i=0 i<h i++)
//初始化
initscr()
//获得屏幕尺寸
getmaxyx(stdscr, h, w)
//画背景
for(i=0 i<h i++)
for(j=0 j<w j++){
mvaddch(i, j, ACS_CKBOARD)
}
refresh()
//建立窗口
pad = newp
第四章 MATLAB 图形对象操作 4.1 图形对象的属性 4.2 图形对象句柄的获取 4.2.1 对象创建时获取 4.2.2 层次关系来获取 4.2.3 当前对象的获取 4.
第四章 MATLAB 图形对象操作
4.1 图形对象的属性
4.2 图形对象句柄的获取
4.2.1 对象创建时获取
4.2.2 层次关系来获取
4.2.3 当前对象的获取
4.2.4 根据对象属性值的获取
4.3 图形对象句柄的删除与判断
4.3.1 句柄的删除
4.3.2 句柄的判断
4.4 图形对象属性值的获取与设置
4.4.1 图形对象属性值的设置
一个利用三层开发的简单聊天室
一个利用三层开发的简单聊天室,发言可以自定义颜色和表情,消息保持用的是Sql数据库,采用 <meta http-equiv="refresh" content="5" />自动刷新。
DB_51aspx下为Sql数据库文件,附加即可
/login.aspx为登陆页,默认登陆帐号/密码:51aspx/51aspx
This is a simple image sender to a FTP site. it can be usefull if you want to send a Web-CAM frame
This is a simple image sender to a FTP site. it can be usefull if you want to send a Web-CAM frame to a FTP site, and you can refresh this image in some intervals. give a try.
//初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } //设置模式
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
//设置模式
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立窗口
win = newwin(h, w, 3, 20)
box(
//初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } cbreak()
//初始化
if(initscr() == NULL) {
perror("initcurs")
exit(EXIT_FAILURE)
}
cbreak()
noecho()
keypad(stdscr, TRUE)
//建立菜单项
for(i=0 i<N_ITEMS i++){
items[i] = new
XAPP740利用AXI互联设计高性能视频系统
<p>
This application note covers the design considerations of a system using the performance<br />
features of the LogiCORE™ IP Advanced eXtensible Interface (AXI) Interconnect core. The<br />
XAPP740利用AXI互联设计高性能视频系统
<p>
This application note covers the design considerations of a system using the performance<br />
features of the LogiCORE™ IP Advanced eXtensible Interface (AXI) Interconnect core. The<br />
基于(英蓓特)STM32V100的看门狗程序
<P>This example shows how to update at regulate period the WWDG counter using the<BR>Early Wakeup interrupt (EWI).</P>
<P>The WWDG timeout is set to 262ms, refresh window set to 41h and the EWI is<BR>