-
详细描述了Golden串行译码的复杂度,证明了其是一个复杂度非指数型的好算法。...
详细描述了Golden串行译码的复杂度,证明了其是一个复杂度非指数型的好算法。-A detailed description of the Golden serial decoding complexity, and prove that its complexity is a good algorithm for non-exponential.
- 2022-02-26 06:00:30下载
- 积分:1
-
Slide View see slide in WTL and see image slide
Slide View see slide in WTL and see image slide
- 2022-10-02 08:05:03下载
- 积分:1
-
根据拼音自动匹配条目的ComcoBox.附源码
根据拼音自动匹配条目的ComcoBox.附源码-According to automatic matching phonetic entries ComcoBox. Attached source
- 2022-05-28 05:52:04下载
- 积分:1
-
嵌套类内存布局深入分析,学了COM后觉得理解嵌套类很重要,因此做了一个例子程序。本程序时用VC6.0写的并编译通过...
嵌套类内存布局深入分析,学了COM后觉得理解嵌套类很重要,因此做了一个例子程序。本程序时用VC6.0写的并编译通过-Nested class memory layout in-depth analysis, learning of the COM, I felt very important to understand the nested class, so make an example program. The program, written and compiled using VC6.0 through
- 2023-05-22 05:40:03下载
- 积分:1
-
用Com构件一个文档视图结构
用Com构件一个文档视图结构 -Using com to setup up a doc-view framework
- 2023-01-11 02:00:04下载
- 积分:1
-
change the size of examples, very useful, if you want to write one himself Image...
改变图片大小的实例,很实用,如果你想自己写一个Image Axtivex组件,这是不错的入门的代码。-change the size of examples, very useful, if you want to write one himself Image Axtivex components, it is a good entry of the code.
- 2022-02-02 23:59:19下载
- 积分:1
-
High
高精度定时器,精度达到10ms.可以在VB6中调用,解决VB6中无法满足小于50ms级别的定时问题-High-precision timer, accuracy of 10ms. You can call in VB6 to solve VB6 can not meet the less than 50ms-level timing issues
- 2023-07-19 09:40:03下载
- 积分:1
-
Register/Unregister控件
Register/Unregister控件 -Register/Unregister control
- 2023-08-24 04:35:03下载
- 积分:1
-
组件编程资料 。
组件编程资料 。-the information of component programming.
- 2022-08-12 15:42:25下载
- 积分:1
-
use five minutes, adds to the functionality flash player flash player is the use...
利用五分钟,给程序添加播放flash的功能flash的播放,是使用Macromedia的flash播放控件来播放flash步骤如下:建立一个单文档的程序,最后一步选择CFormView作为视图编辑视图的资源添加一个EditBox作为输入文件名,一个按钮播放。添加flash播放控件Project Add To Project Components and Controls Gallary选择:Registered ActiveX Controls文件夹下面的Shockwave Flash Object,它其实是指向c:winntsystem32macromedFlashFlash.ocx的。利用向导添加两个变量,分别对应输入的文件名和flash控件 CString m_filename CShockwaveFlash m_flash 添加播放按钮的事件,打开flash文件并且播放void CViewFlashView::OnPlay() { // TODO: Add your control notification handler code here //CShockwaveFlash UpdateData() m_flash.LoadMovie(0,m_filename) m_flash.Play() }-use five minutes, adds to the functionality flash player flash player is the use of the Macromedia flash player to player flash control steps are as follows : the creation of a single document the procedures, the last step CFormView choose Edit View View as the resources to add a EditBox as input file name, according to a NIU players. Adding flash player Control Project# 61664; Add To Project# 61664; Components an
- 2022-02-01 12:32:15下载
- 积分:1