登录
首页 » Windows开发 » 很好屏幕录像代码

很好屏幕录像代码

于 2022-03-05 发布 文件大小:3.44 MB
0 212
下载积分: 2 下载次数: 1

代码说明:

非常简单好用的视频录制代码, .子程序 _摄像头数_被单击 .如果 (摄像头数.标题 = “2摄像头”)     镜头1单选框.禁止 = 假     镜头2单选框.禁止 = 假     视频设备2.可视 = 真     视频设备2.当前来源 = 1     视频设备2.预览 (真, 60)     视频设备2.设置视频输入 ()     摄像头数.标题 = “3摄像头”     来源按钮.标题 = “查看”     镜头1单选框.选中 = 真     返回 () 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 一个漂亮的VC++登录界面
    介绍了界面的制作,有参考意义。 this application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
    2022-09-12 20:15:03下载
    积分:1
  • 宿舍管理信息系统
    小生课程设计作业,做的不是非常完善,还请各位大神指点。。。分为管理员端与学生端。
    2022-07-13 05:19:46下载
    积分:1
  • 蜂鸣器演奏消防车的报警声音
    蜂鸣器演奏消防车的报警声音C代码源程序
    2022-03-01 08:52:42下载
    积分:1
  • 题目:企业放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10%;利润高于10万元,低于20万元时,低于10万元的部分按10%提成,高于10万元...
    题目:企业发放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10%;利润高于10万元,低于20万元时,低于10万元的部分按10%提成,高于10万元的部分,可可提成7.5%;20万到40万之间时,高于20万元的部分,可提成5%;40万到60万之间时高于40万元的部分,可提成3%;60万到100万之间时,高于60万元的部分,可提成1.5%,高于100万元时,超过100万元的部分按1%提成,从键盘输入当月利润I,求应发放奖金总数? 1.程序分析:请利用数轴来分界,定位。注意定义时需把奖金定义成长整型。       -Title: Enterprise of the bonus payment of royalty under the profit. Profit (I) less than or equal to 10 million, prize money will be provided as 10 profits exceeding 10 million, less than 20 million, less than 10 million part of royalty by 10, higher than 100,000 yuan part of the cocoa percentage, 7.5 200000-400000 between, more than 20 million parts, may deduct a percentage of 5 400000-600000 between more than 40 million parts, may deduct a percentage of 3 600000-1000000 between, more than 60 million of the royalty to 1.5, above 100 million, over 100 million parts by 1 percent royalty, from the keyboard input month profit I, Qiu-Ying The total number of bonuses? 1. Program analysis: Please use a few axes to boundarie
    2022-05-26 23:48:27下载
    积分:1
  • 香港大学的李教授平交织多址…
    香港城市大学李平教授提出的交织多址(IDMA),此为李平教授上传的系统仿真代码,用C++编写的。-City University of Hong Kong made by Professor Li Ping intertwined multiple access (IDMA), Professor Li Ping upload this for the system simulation code, using C++ Prepared.
    2022-05-15 22:37:17下载
    积分:1
  • 还没有注册,请先注册。源码要求为至少5个C或Java源码,质量越高得到的下载个数越多(一般为200:上载5个,可以下载200个)。 请不要重复上载同一源码
    还没有注册,请先注册。源码要求为至少5个C或Java源码,质量越高得到的下载个数越多(一般为200:上载5个,可以下载200个)。 请不要重复上载同一源码, 站长审核合格后才能开通帐号。如果不想上载源码,可以成为【VIP会员】获得帐号 如果其他会员下载一次您上载的源码,您的可用下载数就会增加1次。更多说明请参看[帮助说明] -Have not yet registered, please register. Source requirements for at least 5 C or Java source code, the higher the quality of the download to be more the number of (normally 200: 5 uploaded, you can download 200). Please do not repeat the same source upload, station after passing the examination in order to open account. If you do not want to upload source code, you can become a VIP Member] [access to account if the other members to download once you upload the source code, you will increase the number of available download 1 times. More description see [Help]
    2022-12-23 07:55:03下载
    积分:1
  • 小游戏连连看,两个相同的图案中间无阻塞可以连通就可以清除。最短消除完要多少计数时间...
    小游戏连连看,两个相同的图案中间无阻塞可以连通就可以清除。最短消除完要多少计数时间-small game, the same two patterns among non-blocking connectivity can be removed. End eliminate the shortest amount of time count
    2022-01-22 10:37:34下载
    积分:1
  • 一个报表设计范例2
    一个报表设计范例2-an example of two statements Design
    2022-02-06 07:54:21下载
    积分:1
  • IP数据包解析
    (1)捕获网络中的IP数据包,解析数据包的内容,显示结果,并将结果写入日志文件。 (2)显示的内容包括:捕获的IP包的版本、头长度、服务类型、数据包总长度、数据包标识、分段标志、分段偏移值、生存时间、上层协议类型、头校验和、源IP地址和目的IP地址等内容。 (3)设置停止标志,当程序接收到停止命令时即停止。
    2022-02-12 00:07:19下载
    积分:1
  • Multiy 窗口 VC + + 6
    嗨在本研究中你可以了解 multiy wondows 和更改之间其他的信息。
    2022-01-26 05:47:47下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载