搜索资源列表
fullScreen_program
- 为MFC应用程序添加全屏幕显示功能 部分代码: 成员变量: BOOL m_bFullScreen //全屏幕显示标志 CRect m_FullScreenWindowRect //全屏幕显示窗口Rect WINDOWPLACEMENT m_wpPrev //用于保存正常视图时的窗口位置信息 CToolBar * m_wndFullScreenBar //全屏幕显示时的浮动工具条 成员函数: void OnMenuFullscreen() //全屏幕显示
tuxinxianshijiqiao
- 图形显示技巧,这是其中一段代码 procedure TForm1.Button1Click(Sender: TObject) var newbmp:TBitmap i,bmpheight,bmpwidth:integer //推拉 begin newbmp:=TBitmap.Create newbmp.Width:=image1.Width newbmp.Height:=image1.Height bmpheight:=image
dbgrid
- 在DBGRID上显示和添加进度条,本案例通过创建一个DBGRID的派生类来获取dbgrid1某一列的RECT值来完成进度条的添加和显示,并在DELPHI7和XP上编译通过。-DBGRID on display and add a progress bar RECT value of dbgrid1 a column in this case by creating a DBGRID derived class to get done to add and display of the progr
Memo
- 动态设置Memo控件边框的大小,Delphi代码,改变Memo组件的边框空隙,程序通过获取Memo1的矩形边界,更改Rect边界值,重绘Memo1的矩形边界。其效果类似CSS中的Padding,也就是区块边缘与正文边距之间的空隙。本代码可动态改变左边距和上边距中的Padding大小,你可以亲自操作一下试试效果。-Dynamic setting the Memo control the size of the border, Delphi code, change the the Memo com
MediaPlayDemo
- android实时语音采集 视频采集 播放-package com.example.android import java.io.ByteArrayInputStream import java.io.ByteArrayOutputStream import java.io.FileOutputStream import java.io.IOException import java.io.InputStream import java.i
rect-Franuhoferdiff
- 描述光束通过矩形孔之后的夫琅禾费衍射图像。可以修改相应的参数。-rect Franuhofer diffraction
二维码识别
- 二维码识别.py img.draw_rectangle(res[0].rect()) img.draw_string(2,2, res[0].payload(), color=(0,128,0), scale=2) print(res[0].payload())