登录
首页 » Windows开发 » JAVA 程序设计

JAVA 程序设计

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

代码说明:

JAVA 程序设计-JAVA Programming

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

发表评论

0 个回复

  • 基于servlet的一个简单的增删改查!
    基于servlet的一个简单的增删改查!-A simple servlet-based additions and deletions to change search!
    2023-06-01 16:50:04下载
    积分:1
  • 最近的邻居 k
    在接收后数十个电子邮件和关于Visual Basic 执行的 K-Nearest 的邻居 (KNN) 的评论,我终于到使 Java 版本的代码。
    2022-01-22 08:59:24下载
    积分:1
  • VC++绘制彩色的五角星! 不同的区域用不同的颜色填充! 通过修改华刷颜色,可以把五角星填充成五颜六色.
    VC++绘制彩色的五角星! 不同的区域用不同的颜色填充! 通过修改华刷颜色,可以把五角星填充成五颜六色.-VC mapping color five-pointed star! Different regions use different colors filled! By modifying Chinese brush color can be packed into a colorful five-pointed star.
    2022-04-24 09:37:42下载
    积分:1
  • a COM object on the server and client operating procedures ComClient.exe ago, it...
    一个基于COM对象的服务器和客户机程序运行ComClient.exe前,一定要注ComSever.dll,否则会出错。利用OLE自动化编程的实用程序 运行SendTextToWord.exe前,你的计算机中一定要安装Word97字处理软件,否则会出错。编制一个图像浏览器的ActiveX控件将生成的文ImageViewProj1.cab、ImageViewProj1.inf和ImageViewProj1.htm拷贝到C:Inetpubwwwroot目录下,若要在网上浏览,必须启动个人Web管理器。-a COM object on the server and client operating procedures ComClient.exe ago, it must inject ComSever.dll, otherwise they will be wrong. Using OLE Automation Programming utility operations SendTextToWord.exe ago, your computer must install Word97 word processing software, or else be wrong. Preparation of an image browser"s ActiveX controls will create the text ImageViewProj1.cab, ImageViewProj1.inf ImageViewProj1.htm and copied to C : Inetpub wwwroot directory, in order to browse the Internet, we must start personal Web manager.
    2022-02-10 01:01:33下载
    积分:1
  • 样本类实现读/写registrity。
    Sample class to implement read/write registrity. Represents values as array: MyIntVar := MyReg.IntVal[ Value 1 ] MyStrVar := MyReg.StrVal[ Value 2 ] -Sample class to implement read/write registrity. Represents values as array: MyIntVar := MyReg.IntVal[ Value 1 ] MyStrVar := MyReg.StrVal[ Value 2 ]
    2022-03-05 02:58:14下载
    积分:1
  • 用verilog写的串并转换程序,希望对大家有用!
    用verilog写的串并转换程序,希望对大家有用!-Written using Verilog string and the conversion process, in the hope that useful to everybody!
    2022-01-26 04:10:42下载
    积分:1
  • windows操作系统下的命名管道简单实现!
    windows操作系统下的命名管道简单实现!-pipe
    2022-07-20 06:11:04下载
    积分:1
  • 一个简单的pdf阅读器
    一个简单的pdf阅读器-a simple pdf reader
    2022-03-18 04:20:47下载
    积分:1
  • 算法代码,分别提取两类不同的特征。关于这些算法的说明,可参见第8章的相关章节。 使用时直接将代码拷贝到需要使用的地方即可。代码片断在Visual C++6....
    算法代码,分别提取两类不同的特征。关于这些算法的说明,可参见第8章的相关章节。 使用时直接将代码拷贝到需要使用的地方即可。代码片断在Visual C++6.0下可编译。-Algorithm code, were extracted from two different characteristics. On the description of these algorithms can be found in Chapter 8 of the relevant sections. When used to directly copy the code where you need to use. Code snippets in Visual C++6.0 to compile under.
    2022-05-10 20:26:16下载
    积分: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
  • 696518资源总数
  • 105540会员总数
  • 37今日下载