登录
首页 » 图形图像 » 控制窗口的位置不让用户移动,可以实现输入必须填写的内容后,才能进入下一步。

控制窗口的位置不让用户移动,可以实现输入必须填写的内容后,才能进入下一步。

于 2022-05-09 发布 文件大小:443.17 kB
0 257
下载积分: 2 下载次数: 1

代码说明:

控制窗口的位置不让用户移动,可以实现输入必须填写的内容后,才能进入下一步。-Control the location of the window to prevent mobile users can realize the contents of input must be filled before they can enter the next step.

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

发表评论

0 个回复

  • OpenGL写一三
    Opengl written with a three-joint robot arm program
    2022-07-02 05:56:22下载
    积分:1
  • OCR算法代码。 这不是一个完整的系统,没法生成可执行程序。 代码基于Linux/KDE开发,用到了C++标准模板库。 代码的目的是向读者展示一个O...
    OCR算法代码。 这不是一个完整的系统,没法生成可执行程序。 代码基于Linux/KDE开发,用到了C++标准模板库。 代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。 由于这是从一个完整的OCR系统中抽取的部分代码, 所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用) 如果需要完整实用的中文OCR代码,可以和PRTsinghua@hotmail.com联系。-OCR algorithm code. This is not a complete system, we can not generate executable. Based on the Linux code/KDE development, use the C standard template library. The code is intended to show readers an OCR system, including which parts work, readers can learn from these code changes after their use in the system. As this is from a complete OCR system taking part code, so code can not be compiled separately. 2*. dat following documents : char_data.dat : Character Feature Data words_de.dat : Thesaurus (after treatment) for a complete practical needs if the Chinese OCR code, and PRTsinghua@hotmail.com links.
    2022-04-11 21:05:06下载
    积分:1
  • 一个将照片进行马赛克,连成立体的程序
    一个将照片进行马赛克,连成立体图像的程序-a mosaic of photographs, and even the establishment of procedures for body image
    2023-07-28 03:30:05下载
    积分:1
  • 检测VGA模式设置需要的模式,如果你需要
    Detect vga mode for set needed mode if you need
    2023-06-14 10:45:04下载
    积分:1
  • 微软亚洲研究院论文:基于O的特点
    微软亚洲研究院论文:基于特征的光场变形-Microsoft Asia Research Institute thesis : Based on the characteristics of the optical field deformation
    2022-03-30 05:15:06下载
    积分:1
  • 象的检测,模板匹配 命令行编译过程如下 vcvars32 rc bmp.rc cl detect.c bmp.res user32.li...
    图象的检测,模板匹配 命令行编译过程如下 vcvars32 rc bmp.rc cl detect.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c: est.bmp必须存在 -Image detection, template matching command-line compiler as follows vcvars32 rc bmp.rc cl detect.c bmp.res user32.lib gdi32.lib Note: run-time, the file c: test.bmp must exist
    2022-01-22 14:03:34下载
    积分:1
  • do an online Optical Character Recognition vc procedures, used mainly to the mom...
    做的一个在线光学字符识别的vc程序,主要采用了图像的矩特征和几何特征等两种方法,提供了完整了C++源代码,可供图像处理和模式识别人员参考。-do an online Optical Character Recognition vc procedures, used mainly to the moment the image characteristics and geometric features such as the two methods, providing a complete C++ source code, for image processing and pattern recognition reference.
    2023-02-23 06:05:03下载
    积分:1
  • 这个程序是运用计算机学的消隐知识来绘制真实的三维...
    这个程序是运用计算机图形学的消隐知识来绘制真实的三维图形-This procedure is to use computer graphics rendering of hidden knowledge to the real three-dimensional graphics
    2022-02-03 20:24:41下载
    积分:1
  • 画实时波
    画实时波形图-Art real-time waveform
    2022-05-16 18:46:20下载
    积分:1
  • 1) 直线的生成 内容:用Bresenham算法画直线 要求:  将象素网格表现出来,建立网格坐标系  用橡皮筋...
    1) 直线的生成 内容:用Bresenham算法画直线 要求:  将象素网格表现出来,建立网格坐标系  用橡皮筋的形式输入参数  鼠标移动时,显示鼠标当前位置  显示判别式的计算过程和下一点的选择策略  记录生成点的坐标,建议用表的形式  图形生成过程可以重复进行 2) 圆弧的生成 内容:用Bresenham算法画圆 要求:  将象素网格表现出来,建立网格坐标系  用橡皮筋的形式输入参数  鼠标移动时,显示鼠标当前位置  显示判别式的计算过程和下一点的选择策略  记录生成点的坐标,建议用表的形式  图形生成过程可以重复进行 -1) 直线的生成 内容:用Bresenham算法画直线 要求:  将象素网格表现出来,建立网格坐标系  用橡皮筋的形式输入参数  鼠标移动时,显示鼠标当前位置  显示判别式的计算过程和下一点的选择策略  记录生成点的坐标,建议用表的形式  图形生成过程可以重复进行 2) 圆弧的生成 内容:用Bresenham算法画圆 要求:  将象素网格表现出来,建立网格坐标系  用橡皮筋的形式输入参数  鼠标移动时,显示鼠标当前位置  显示判别式的计算过程和下一点的选择策略  记录生成点的坐标,建议用表的形式  图形生成过程可以重复进行
    2022-05-22 04:38:32下载
    积分:1
  • 696516资源总数
  • 106668会员总数
  • 21今日下载