登录
首页 » GDI-Bitmap » 让你的软件界面变得更加完善,主要是模拟金山毒霸的界面而设计的

让你的软件界面变得更加完善,主要是模拟金山毒霸的界面而设计的

于 2022-08-08 发布 文件大小:181.77 kB
0 151
下载积分: 2 下载次数: 1

代码说明:

让你的软件界面变得更加完善,主要是模拟金山毒霸的界面而设计的-The software interface allows you to become more perfect, mainly Jinshan drug tyrants analog interface designed

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

发表评论

0 个回复

  • 网络音视频传输3.0 2006
    网络音视频传输3.0 2006-06-23 TVideoCap-提供视频捕捉,预览的功能 TSendVideo-提供VFW模式下,可选系统压缩器进行传输的控件。 TRECVideo-和上面的控件是一对,用于接收。 TACMWaveOut-声音输出控件。 TACMWaveIn-声音输入控件。 TSendVideo_VIDX-Vidx压缩传输控件。 TRecXVID --接收vidx压缩初频的控件。 TVideoAdd1---只能结合TSendVideo_vidx的字幕、图片叠加控件。 TVideoDisp--普通的视频显示控件。 TSendG729--音频G729压缩传输的控件。 TRecG729--接收G729压缩音频并播放的控件。 在G729目录下为G729的音频传输控件演示。在Xdivtest下为xdiv视频 传输,以及图片,字幕叠加的演示 安装:在本系统中需要用到两个动态链接库, xvid.dll g729dll.dll,最好请在安装前将其复制到系统目录下, 如:C:winntsystem32下面。 组播版以及,多线程版本,将会在后面陆续推出, 敬请关注。谢谢!-audio and video transmission network 2006- 23 TVideoCap 3.0-video capture , preview function TSendVideo-for VFW mode, the optional compression system for the transmission control. TRECVideo-and the above control is a right, for the reception. TACMWaveOut-voice output controls. TACMWaveIn-voice input controls. TSendVideo_VIDX- Vidx compression and transmission controls. TRecXVID-- receiving early vidx compression frequency co
    2022-03-11 11:44:19下载
    积分:1
  • 这是一个画正弦曲线和余弦曲线控制图,请大家自己去运行一下,还比较好的。...
    这是一个画正弦曲线和余弦曲线控制图,请大家自己去运行一下,还比较好的。-This is a painting sine and cosine curve curve control chart, we all go running about, but also quite good.
    2022-02-02 20:55:20下载
    积分:1
  • use two basic class library can open png image files. Class included in the docu...
    使用两个基本类库可以打开png图片文件.类库文件包含在下载文件当中.-use two basic class library can open png image files. Class included in the documents downloaded documents.
    2022-01-28 21:02:47下载
    积分:1
  • 动画图像组件
    Animate Image Component -TAnimateImage is a windowed control similar to TImage for displaying images of an image list on a form. You only need to assign a TImageList component (or its descendant) to its Images property, and set the FrameIndex property to the index of your desired image on the image list. Of course, TAnimateImage can animate images of an image list too. If you have frames of an animation as Bitmap or Icon, this component offers the easiest way to animate them. For this purpose, TAnimateImage provides some properties to specify interval, segment, and direction of images for the animation.
    2022-05-25 23:21:35下载
    积分:1
  • k means algorithm source code
    k均值算法的源代码-k means algorithm source code
    2022-02-12 08:38:22下载
    积分:1
  • 三菱FX1S系列VB编程和计算机的串行端口写…
    用VB写的,通过三菱FX1S系列的编程端口与电脑串口进行通讯,可对X、M、Y、D、T、C的寄存器进行读写控制,操作很简单、方便 [c51_ds1820_program.rar] - ds1820一线制温度采集芯片c51编程。该芯片具有高灵敏度、易用性、编程布线简单等优点,被应用到工控行业的各种产品中。本c51的ds1820的c语言驱动程序通过实践使?BR> [电力监控系统VC实现五.zip] - 在中小型电力行业系统中,曲线的要求比较严格,虽然网络上面各种曲线控件非常多,但是很多只能提供一段时间的曲线显示或者历史若干个点的显示。比如在一个普通?BR> -With VB written by Mitsubishi FX1S series of programming and computer serial port for communications, can be X, M, Y, D, T, C register read and write control, operation is simple, convenient [c51_ds1820_program.rar]- ds1820 line temperature acquisition system C51-chip programming. The chip has a high sensitivity, ease of use, programming and simple wiring and was applied to a variety of industrial products industries. The C51 of the ds1820 driver c language through practice? BR
    2023-04-26 00:30:04下载
    积分:1
  • 图象的检测,模板匹配算法代码,c语言开发。
    图象的检测,模板匹配算法代码,c语言开发。-image detection and template matching algorithm code, c-language development.
    2022-03-02 15:43:52下载
    积分:1
  • 在XP下 实现Vista 窗体 在安装 Aero 的程序源码有DLL部分和实例
    在XP下 实现Vista 窗体 在安装 Aero 的程序源码有DLL部分和实例-Windows.forn under winxp
    2022-01-28 03:06:28下载
    积分:1
  • image processing operations C source code (dip1)
    图像处理作业C++源代码(dip1)-image processing operations C source code (dip1)
    2022-01-31 08:10:59下载
    积分:1
  • Hough变换用来在图象中查找直线。它的原理是:假设有一条与原点距离为s,方向角为θ的一条直线,直线上的每一点都满足方程 s=x*Cosθ+y*Sinθ,利用这...
    Hough变换用来在图象中查找直线。它的原理是:假设有一条与原点距离为s,方向角为θ的一条直线,直线上的每一点都满足方程 s=x*Cosθ+y*Sinθ,利用这个事实,我们可以找出某条直线来。这段程序,用来找出图象中最长的直线。-Hough Transformation is used for searching lines in an image . Here is the principle: Assume there is a line whoes direction is "sita" , and the distance from the origin to this line is s. So each point in this line satisfies the equation : s=x*Cos(sita)+ y*Sin(sita) . We can find out the lines based on this fact. And this programme is to find out the longest line in the image.
    2022-09-05 00:30:03下载
    积分:1
  • 696516资源总数
  • 106481会员总数
  • 12今日下载