登录
首页 » Windows开发 » borland3.1c platform

borland3.1c platform

于 2022-01-25 发布 文件大小:1.66 MB
0 286
下载积分: 2 下载次数: 1

代码说明:

borland3.1c++平台-borland3.1c platform

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

发表评论

0 个回复

  • this yesterday evening procedures ah, the program notes compared in place, it is...
    这可是我昨天晚上的程序啊,对程序的注释比较到位,很容易理解的,只是有一些小的偏差,请朋友们帮忙改进吧,-this yesterday evening procedures ah, the program notes compared in place, it is easy to understand. only some minor deviations, friends help improve it, thank you
    2022-08-17 22:40:59下载
    积分:1
  • 1)屏幕保护程序运行时,鼠标光标被自动隐藏,在程序结束时,光标显示。2)当单击、移动鼠标或按下键盘时,屏幕保护结束,回到正常操作状态。为了实现这些特性,在编写V...
    1)屏幕保护程序运行时,鼠标光标被自动隐藏,在程序结束时,光标显示。2)当单击、移动鼠标或按下键盘时,屏幕保护结束,回到正常操作状态。为了实现这些特性,在编写VB应用程序时,可以采用如下方法:   1、改变窗体属性通常VB应用程序的窗体都采用有边框的窗体外观,但作为屏幕保护程序,应设置窗体为无边框,且为最大化。   2、隐藏及显示鼠标光标在Visual Basic应用程序中隐藏及显示鼠标光标需要运用Windows的API函数,该函数名为ShowCursor。当用参数值True调用时显示鼠标光标,当用参数值False调用时,鼠标光标自动隐藏。   3、检测鼠标移动VB中有一个检测鼠标移动的对象事件MouseMove事件。MouseMove事件通常在应用程序启动时就会触发,有时在鼠标并未移动的情况下,MouseMove事件仍有可能被触发。因此如果在程序中直接用MouseMove事件检测鼠标是否发生了移动,并不能正确反映鼠标的移动状况。应该在MouseMove事件中编写代码加以控制。 -1) screen saver running, the mouse cursor automatically hidden, at the end of the procedure, the cursor display. 2) When the click, move the mouse or press the keyboard, the screen ends and return to normal operating status. To achieve these characteristics, in the preparation of VB applications, can be used as follows : a change forms usually attribute the VB application forms have adopted a frame of the window appearance, but as screen protection procedures should be provided to non-Window frame, and as a maximum. 2, hide and display the mouse c
    2022-03-03 19:10:51下载
    积分:1
  • 英文字符识别程序,可以快速识别英文字符
    英文字符识别程序,可以快速识别英文字符-English characters identification procedures can quickly identify English characters
    2022-08-12 06:39:24下载
    积分:1
  • 去雨线
    用matlab方法实现去雨线,单幅图像去雨,利用深度神经网络相关技术,实现这一问题的困难主要在两个方面:1、雨滴所在区域并没有被提前圈出;2、雨滴覆盖部分的图片信息大部分缺失。针对以上这两个问题,作者认为去除图片中的雨滴需要分三步。第一步是识别图片中的雨滴区域;第二步是利用雨滴区域附近的没有雨滴的区域对雨滴覆盖区域进行复原,以还原原本的图像;第三步则是对还原图像进行识别,判别还原结果,以确保复原后的图片不会有较大的人工修改痕迹。
    2022-05-28 18:46:00下载
    积分:1
  • ttf
    做ttf字体的可以下来看看,值得参考,在VC上试开发的源码-ttf
    2022-12-18 07:25:02下载
    积分:1
  • 图号转换软件 高斯正反算,方便适用,不论带不带括号都可以进行转换...
    图号转换软件 高斯正反算,方便适用,不论带不带括号都可以进行转换-Figure No. counting positive and negative Gaussian conversion software to facilitate the application, whether with or without brackets can be converted
    2023-01-08 02:10:03下载
    积分:1
  • 串行通讯是目前计算机、通信和控制领域最基本的通信方式。在CSDN的“嵌入式/WINCE”社区中,经常有人提问该到哪找串口通讯类,其实这个问题我自己也问过。:...
    串行通讯是目前计算机、通信和控制领域最基本的通信方式。在CSDN的“嵌入式开发/WINCE”社区中,经常有人提问该到哪找串口通讯类,其实这个问题我自己也问过。:)而一般的回答是给你提供一个Pocket PC 2002的SDK例子程序。但到底SDK的程序和MFC的结构有很大的不同,对于想用MFC编写通信程序的人来说也不是很便利。 另一方面,由于Windows CE是一个基于Unicode的操作系统,并且Windows CE不支持Windows下常用的串行通信重叠I/O方式(OVERLAPPED),因此编写Windows CE下的串口通讯类有一些与桌面Windows不同的地方。 以下是我从SDK程序改写而来的MFC类,希望能和致力于WINCE开发的朋友多多交流,由于本人才疏学浅,程序中有许多不完善的地方,请大家指正。我的程序是基于“主动发送请求,被动接收响应”的假设,因此我只设置了一个接收数据的线程。-serial communication is the computer, communications and control areas the most basic means of communication. Bringing in the "Embedded Development/pulled" communities, it was often the question where to find serial communications, in fact, the question I have asked. :) And the general answer is to provide you with a Pocket PC 2002 SDK examples procedures. But in the end SDK MFC procedures and the structure are quite different, MFC prepared to use communication program who is not very convenient. The other hand, is a Windows CE-based Unicode operating system, Windows C
    2022-05-21 18:26:03下载
    积分:1
  • 菜单下加小图标示例,详细源代码,非常好的东西!
    菜单下加小图标示例,详细源代码,非常好的东西!-Add a small icon under the menu sample, detailed source code, a very good thing!
    2023-04-03 09:50:03下载
    积分:1
  • Visual Assist X is a very good Visual Studio. NET 2003,2002 plug
    Visual Assist X是一款非常好的Visual Studio .NET 2003、2002插件,支持C/C++、C#、ASP、Visual Basic、Java和HTML等语言,也支持VC++6、VC++5,能自动识别各种关键字、系统函数、成员变量、自动给出输入提示、自动更正大小写错误、自动标示错误等,有助于提高开发过程地自动化和开发效率。 -Visual Assist X is a very good Visual Studio. NET 2003,2002 plug-in, support C/C++, C#, ASP, Visual Basic, Java and HTML and other languages, also support VC++ 6, VC2B !+ 5, can automatically identify a variety of keywords, the system function, member variables, automatic paper input prompts, automatic error correction case automatically marked wrong and so on, contribute to the development process to enhance the development of automation and efficiency.
    2022-07-23 18:45:51下载
    积分:1
  • 一个普通通讯软件的服务端,能为初学者少提供帮助!
    一个普通通讯软件的服务端,能为初学者少提供帮助!-a common communications server software will be able to help beginners less!
    2022-10-21 16:10:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载