登录
首页 » 界面开发 » 我的一个传口的小例子,一起分享!其中一些功能我以为还是费了一些脑筋的哦:)...

我的一个传口的小例子,一起分享!其中一些功能我以为还是费了一些脑筋的哦:)...

于 2022-03-20 发布 文件大小:126.00 kB
0 183
下载积分: 2 下载次数: 1

代码说明:

我的一个传口的小例子,一起分享!其中一些功能我以为还是费了一些脑筋的哦:)-my mouth-a small example, share! Some functions, I think that some of the charges or having oh :)

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

发表评论

0 个回复

  • 用vb编写的仿瑞星的源码,和大家共同学习。多谢大家的支持。...
    用vb编写的仿瑞星界面的源码,和大家共同学习。多谢大家的支持。-Prepared using vb Ruixing imitation of the source interface, and we all learn together. I would like to thank everyone" s support.
    2023-08-07 14:40:03下载
    积分:1
  • 报警有声光报警,本文通过红绿灯的颜色改变,实现报警功能,...
    报警有声光报警,本文通过红绿灯的颜色改变,实现报警功能,-a sound and light warning alarm, the paper through the traffic lights change color, achieving alarm function,
    2023-05-08 23:55:02下载
    积分:1
  • 网络编程(实现客户端与服务器端通信)
    此处以创建一个TCP协议的客户端和服务器端,TCP协议与UDP协议不同之处在于TCP建立连接时需要经过三次握手,因为TCP是可靠的协议,UDP可以不需要建立连接,直接向服务器发送消息,只要知道服务器端的ip地址和端口就可以了。 客户端需要先创建一个socket,在客户端需要知道服务器的ip地址和端口信息,将其添加到一个地址的结构体里去,然后就可以通过connect函数去连接服务器了。 服务器端也是要先创建一个socket,声明一个地址的 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2023-07-16 16:40:03下载
    积分:1
  • STBC
    This is a GUI based system. The GUI is invoked from the command line by typing "ui_start". The GUI is self explanatory. Tool tips are given in blue color. The cursor needs to be positioned on these for detailed explanation. The main file is  "runsim.m". In these simulations the SISO option is not explicitly given. This is because the SISO result for a particular type of modulation is shown in every plot for purposes of comparison.
    2023-02-21 05:50:03下载
    积分:1
  • 非常好的树控件多选拖放
    应用背景非常完美的实现了树控件的多选和拖动,插入,删除,好资源不可多得,可以加强对VC++中树控件的深入了解,也可以直接引用你的项目中关键技术VC2005+MFC实现了树控件的多选和拖动
    2022-01-25 23:08:05下载
    积分:1
  • 文本分类使用贝叶斯
    朴素贝叶斯分类基于估计 P (x |Y)、 的概率或功能 X 给定类 Y 的概率密度。朴素贝叶斯分类对象为正常 (高斯)、 内核、 多项式、 多元多项式分布提供支持
    2022-03-21 02:56:58下载
    积分:1
  • Cool ScrollBar
    Cool ScrollBar
    2023-01-07 14:20:03下载
    积分:1
  • 程序不断的监视打的所有的窗口,并查看其tittle是否在程序的列表中。如果匹配,那么程序将向那个窗口送一个关闭的消息,来杀掉这个窗口。...
    程序不断的监视打开的所有的窗口,并查看其tittle是否在程序的列表中。如果匹配,那么程序将向那个窗口发送一个关闭的消息,来杀掉这个窗口。-constant surveillance procedures to open all the windows and check whether their tittle of the procedure list. If matching, the process will send a window that closed, it has to kill this window.
    2022-07-21 12:41:11下载
    积分:1
  • 电子尺源程序说明 本程序使用ADO访问Access2000的数据库。 请适当修改stdafx.h中 #import "g:program filescommon...
    电子尺源程序说明 本程序使用ADO访问Access2000的数据库。 请适当修改stdafx.h中 #import "g:program filescommon filessystemadomsado15.dll" no_namespace rename("EOF","adoEOF") msado15.dll的路径-source of the present procedures for the use of ADO Access 2000 database. Please appropriate changes stdafx.h# import "g : program files common files system ado msado15.dll" no_namespace rename ( "EOF", "adoEOF") msado15.dll path
    2022-02-26 01:49:12下载
    积分:1
  • 高级顶层窗口是一种无标题栏、菜单、工具条的一种常居顶层的窗口,最常见的例子就是输入法窗口,比如智能ABC窗口。这类窗口的特点除了上边所说的,最重要的就是窗口移动...
    高级顶层窗口是一种无标题栏、菜单、工具条的一种常居顶层的窗口,最常见的例子就是输入法窗口,比如智能ABC窗口。这类窗口的特点除了上边所说的,最重要的就是窗口移动。普通窗口移动是通过标题栏由系统自动实现的,对于这类窗口就无法依靠系统了,需要手工实现。实现的方法有两种: 手工处理WM_MOVE、WM_LBUTTONUP消息,并根据鼠标的移动自己实现窗口移动过程中的绘制; 在WM_MOVE消息处理函数中通过向自己发送参数wParam为HTCAPTION lParam为鼠标位置的WM_NCLBUTTONDOWN消息实现窗口移动,此时窗口移动过程的绘制由系统实现。 显然,后者较前者简单。本文采用后者。-top window is a non-title bar, menus, tools of a regular Habitat top of the window, the most common example is the input window, such as smart window ABC. This window features in addition to the upside, the most important thing is moving the window. General Mobile through the window title bar automatically by the system for such window will not be able to rely on the system, and will need to achieve manually. Implementation of two ways : manual processing WM_MOVE, WM_LBUTTONUP news, and in accordance with the movement of the mouse to achieve their mobile window in the process of drawing; In WM_MOVE message processing function to send itself through the parameters wParam HTCAPTION
    2022-08-06 00:41:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载