登录
首页 » 软件系统 » How to use multiple graphs in Microsoft DirectShow is described in this document...

How to use multiple graphs in Microsoft DirectShow is described in this document...

于 2022-03-30 发布 文件大小:53.73 kB
0 111
下载积分: 2 下载次数: 1

代码说明:

How to use multiple graphs in Microsoft DirectShow is described in this document.

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

发表评论

0 个回复

  • Object
    Object-Oriented Design Heuristics By Arthur J. Riel Publisher : Addison Wesley Pub Date : April 30, 1996 经典的面向对象设计书籍 -Object-Oriented Design Heuristics By Arthur J. Riel Publisher: Addison Wesley Pub Date: April 30, 1996 classic object-oriented design books
    2022-05-16 20:35:44下载
    积分:1
  • SDT创建bin文的步骤,need to configure option
    SDT创建bin文件的步骤,need to configure option-SDT steps to create a bin file, need to configure option
    2022-03-17 16:35:21下载
    积分:1
  • 编写一模拟股票交易的程序,该程序有以下几个功能: 1. 委托申请: 输入:每个委托包括四个数据项,股票编码( 4 位数字)、价格(浮点数...
    编写一模拟股票交易的程序,该程序有以下几个功能: 1. 委托申请: 输入:每个委托包括四个数据项,股票编码( 4 位数字)、价格(浮点数)、数量(整数)、买 / 卖( B/S ) 输出: a. 程序为每个委托产生一个唯一的序号( 04d ),该序号从 1 开始; b. 每笔成交包括:成交价格( 6.1f )、成交量( 4d )、买委托序号( 04d )、卖委托序号( 04d )。 2. 查询未成交的委托: 输入:股票编码 输出:按撮合队列中委托的顺序,分别输出该股票未成交的委托,每个输出的委托包括:委托序号( 04d )、 股票编码 ( 04d ) 、 价格( 6.1f )、数量( 4d )、 B/S (买 / 卖 ) 3. 委托撤消: 输入:要撤消的委托号。 输出:若成功,显示该委托信息,其中委托包括数据项:委托序号、股票编码、价格、数量、 B/S (买 / 卖 ) ;否则显示“ not found ”失败信息。 委托输入格式 : 1 股票编码 价格 数量 买卖 查询输入格式 : 2 股票编码 委托撤销 : .3 委托号 退出: 0 如: 1 0038 20 1000 b orderid: 0001 1 0278 18 2000 s orderid: 0002 1 0003 8 5000 b orderid: 0003 -编写一模拟股票交易的程序,该程序有以下几个功能: 1. 委托申请: 输入:每个委托包括四个数据项,股票编码( 4 位数字)、价格(浮点数)、数量(整数)、买/卖( B/S ) 输出: a. 程序为每个委托产生一个唯一的序号( 04d ),该序号从 1 开始; b. 每笔成交包括:成交价格( 6.1f )、成交量( 4d )、买委托序号( 04d )、卖委托序号( 04d )。 2. 查询未成交的委托: 输入:股票编码 输出:按撮合队列中委托的顺序,分别输出该股票未成交的委托,每个输出的委托包括:委托序号( 04d )、 股票编码 ( 04d ) 、 价格( 6.1f )、数量( 4d )、 B/S (买/卖 )
    2022-03-16 00:17:05下载
    积分:1
  • 考勤
    一款软件 ----考勤系统 
    2023-01-11 20:15:04下载
    积分:1
  • 质量是由大多数程序员的头脑和不只是吨。
    软件质量是被大多数程序员挂在嘴上而不是放在心上的东西! 除了完全外行和真正的编程高手外,初读本书,你最先的感受将是惊慌:“哇!我以前捏造的C++/C程序怎么会有那么多的毛病?” 别难过,作者只不过比你早几年、多几次惊慌而已。 请花一两个小时认真阅读这本百页经书,你将会获益匪浅,这是前面N-1个读者的建议。 -software quality is linked by the majority of programmers in mind and not just the things! In addition to completely out of the loop and genuine master of programming, early Reader book, you will be the first to the feelings of panic : "wow! I used to fabricate the C/C program how did so many of the defects? "Do not sorry The author only a few years than you, it more often panic. Please spend 12 hours reading this book by 100, you will be benefited, which is in front of N-a suggestion of the readers.
    2022-10-28 14:30:04下载
    积分:1
  • delphi_7实用编程100例
    资源描述delphi_7实用编程100例,许多的案例,包括打印,图形图像,数据库等
    2022-12-31 12:40:04下载
    积分:1
  • S3C2410 优龙的开发板原理图,,值得学习呀
    S3C2410 优龙的开发板原理图,,值得学习呀-S3C2410 优龙的开发板原理图,,
    2022-02-10 09:22:46下载
    积分:1
  • very useful document for jxta beginners describing the concept and the fonctionn...
    very useful document for jxta beginners describing the concept and the fonctionnality
    2022-05-29 19:31:34下载
    积分:1
  • 华为公司的编程规范,包括以下内容: 1.排版 2.注释 3.标识符命名 4.可读性 5.变量、结构 6.函数、过程 7.可测性...
    华为公司的软件编程规范,包括以下内容: 1.排版 2.注释 3.标识符命名 4.可读性 5.变量、结构 6.函数、过程 7.可测性 8.程序效率 9.质量保证 10.代码编辑、编译、审查 11.代码测试、维护 12.宏-Huawei software programming norms, including the following : 1. typesetting 2. Note 3. 4 named identifier. 5 readability. variable structure 6. function, 7 process. Testability 8. 9 efficient procedures. Quality Assurance 10. code editing, translating and reviewing 11. code tests safeguard 12. Acer
    2022-02-11 12:45:21下载
    积分:1
  • 给出了max531的使用范例,介绍了实现其时许的具体方法,源程序适用于ls52芯片...
    给出了max531的使用范例,介绍了实现其时许的具体方法,源程序适用于ls52芯片
    2022-02-09 23:42:35下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载