Welcome![Sign In][Sign Up]
Location:
Search - frame

Search list

[Other resourceFRAME

Description: 侯捷大师的《深入浅出MFC》第3章的FRAME源代码,小弟才找到的,给大家分享啊
Platform: | Size: 137564 | Author: 胡江 | Hits:

[Internet-Network取网页源码(含Frame)

Description: 取网页源码(含Frame)-Get WWW page source code (include frame).
Platform: | Size: 221177 | Author: 章明 | Hits:

[Windows Developvc select frame from video

Description: VC 从视频中选择一帧源码-video VC choose from one source
Platform: | Size: 3072 | Author: | Hits:

[ISAPI-IE取网页源码(含Frame)

Description: 取网页源码(含Frame)-Get WWW page source code (include frame).
Platform: | Size: 221184 | Author: 章明 | Hits:

[Multimedia DevelopExtractFrame

Description: 用csharp编写的视频帧提取源代码,需要directx9.0支持-csharp prepared with the video frame from the source code needed to support directx9.0
Platform: | Size: 16384 | Author: 万华林 | Hits:

[Other多文档模板的程序框架

Description: 实现了一个写字板应用程序,主要介绍多文档模板的程序框架,启动屏,快捷工具栏,状态栏的相关知识。- Realized to write the board application procedure, mainly introduced the multi- documents template the procedure frame, the start screen, quick tool fence, condition fence related knowledge.
Platform: | Size: 472064 | Author: 张伟 | Hits:

[Menu controlmulcle

Description: 一个SDI(单文档界面)的应用,通过File菜单中的Create New Frame命令能够创建一个位于顶层的SDI应用,但关闭主应用后其它的窗口也将关闭,程序由Visual C++ 5.0开发-an SDI (single-document interface) applications, through the File menu on the Create New Frame order to create one at the top of SDI applications, but closed after the other main application window will be closed and procedures developed in Visual C 5.0
Platform: | Size: 30720 | Author: 王西 | Hits:

[Multimedia DevelopShotDetect

Description: 一个实现视频关键帧提取算法的类,用C++实现,基本思想还是双阈值方法-A class which realize the algorithm to check out the key frame of video is written by c++. The basal idea of the algorithm is based on double threshold.
Platform: | Size: 2048 | Author: 方平 | Hits:

[Driver Develope1-10

Description: 芯片bt8237的底层驱动,实现E1/T1帧的构建-chip bt8237 the bottom drive to achieve E1/T1 Frame Construction
Platform: | Size: 37888 | Author: 刘勇 | Hits:

[Multimedia programmpeg4bmdm

Description: h264编码程序,能够实现视频压缩,分别压缩I帧p帧b帧-ENG coding procedures, video compression can be achieved, I frame compression p frame b frame
Platform: | Size: 99328 | Author: 宋丛林 | Hits:

[Internet-Network以太帧

Description: 这是我课程设计的一个程序,程序监听信道上所有以太帧,解析以太帧的内容,对各帧输出监听到帧的时间以及帧各字段的值-This is my curriculum design a procedure is all eavesdropping channel Ethernet frames, analytic Ethernet frames, the output of the frame to monitor the time frame and the frame of the field's value
Platform: | Size: 5120 | Author: 陈建锋 | Hits:

[GUI DevelopNP_Frame

Description: 非常漂亮的Frame VB 控件源码,有多种类型和属性.-very beautiful Frame VB Control source, a variety of types and attributes.
Platform: | Size: 17408 | Author: 钟一天 | Hits:

[ComboBoxjavascriptExample

Description: About javascript under pulls the frame, realized has double-clicked the automatic fluctuation the function
Platform: | Size: 5120 | Author: 吴勇 | Hits:

[VHDL-FPGA-Verilogframe_sync

Description: 帧同步模块的Veriolog源码。 在ModelSim下的一个工程。有测试文件。-frame synchronization module Veriolog source. The ModelSim of a project. A test document.
Platform: | Size: 24576 | Author: 刘仪 | Hits:

[ADO-ODBCPersion

Description: 一个学校委托的作业 实现了学校内部人事管理的部分内容,主要技术是Delphi Frame的使用。-a work commissioned by the school to achieve the school's internal personnel management part, main Frame technology is the use of Delphi.
Platform: | Size: 54272 | Author: liwei | Hits:

[OpenGL programsimple_framebuffer_object

Description: opengl2.0高级渲染语言提供了新的离屏(off screen)技术FBO(frame buffer object)。本代码简单演示FBO的启动,调用,以及将结果通过2维纹理映射方式显示在屏幕上-opengl2.0 advanced rendering provides a new language from the screen (off screen) Technical F BO (frame buffer object). This simple demonstration code FBO activated calling and the results through two-dimensional texture mapping shown on the screen
Platform: | Size: 402432 | Author: 王赞纲 | Hits:

[Video Capturecapture_video_frequency

Description: VC++实现AVI文件的图像截取,Cavi类中的pData缓冲区存放AVI文件中的具体某一帧图像数据,同时Cavi类的m_pBMI为BMP图像文件信息结构,这时可以根据图像的大小定义BMP图像文件头结构-VC AVI file image interception, Cavi type of buffer storage pData AVI file of a specific frame image data, while the m_pBMI Cavi type of BMP image file information structure, this can be based on the size of image definition BMP image file structure
Platform: | Size: 1024 | Author: 陆芸 | Hits:

[Internet-Networkframer1

Description: 目的: 构造帧对于理解网络协议的概念、协议执行过程,以及网络问题处理的一般方法具有重要的意义。本次练习的目的是通过数据链路层与介质访问控制层的学习,根据数据链路层的基本原理,针对普遍应用的Ethernet帧,通过构造一个具体的帧,引导同学深入理解网络协议的基本概念与网络问题处理的一般方法。 要求: 1、编写程序,根据给出的原始数据,组装一个IEEE802.3格式的帧。题目附带的文件为二进制原始数据(文件名分别为input1和input2),要求程序为命令行程序,比如可执行文件名为framer.exe,则命令行形式如下: framer inputfile outputfile inputfile为原始数据文件,outputfile为输出结果。 操作系统、使用语言和编译环境不限,但在交作业同时要求注明。 2、输出:对应input1和input2的结果分别为output1和output2 3、要有良好的编程规范和注释 4、写文档 -purpose : structural frame for understanding the concept of network protocol, the implementation of an agreement, network issues and the general approach has important significance. The purpose of the exercise through the data link layer and the MAC layer of learning, according to the data link layer to the basic principles against the universal application of the Ethernet frames, by constructing a concrete frame, to guide students in-depth understanding of network protocols and the basic concepts of network issues to deal with the general approach. Requirements : a preparation procedures, given the raw data, assembled an IEEE802.3 frame format. Accompanying documents subject to the original binary data (file name for Input1 and input2) ordering procedures for the command line program, suc
Platform: | Size: 266240 | Author: | Hits:

[Video Captureextractframe_source

Description: 用csharp编写的视频帧提取源代码,需要directx9.0支持- The video frequency frame compiles which with csharp withdraws the source code, needs directx9.0 to support-csharp prepared with the video frame from the source code, directx9.0 need support- The video frame frequency com csharp with piles which withdraws the source co de, needs to support directx9.0
Platform: | Size: 21504 | Author: 玩一玩 | Hits:

[Multimedia DevelopPocketStreamerSource

Description: 用csharp编写的视频帧提取源代码,需要directx9.0支持- The video frequency frame compiles which with csharp withdraws the source code, needs directx9.0 to support-csharp prepared with the video frame from the source code, directx9.0 need support- The video frame frequency com csharp with piles which withdraws the source co de, needs to support directx9.0
Platform: | Size: 197632 | Author: 玩一玩 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net