搜索资源列表
mobiletel
- 这是一个窗口编程的源码,我是个初学者上传一些自己的源码供大家使用。希望可以发布。-This is a source of the programming window, I was a beginner upload some of its source code for all to use. Hope can be released.
vcc1
- window编程指南-window Programming Guide
2167
- slightboy提供的窗口java代码,酷,在界面编程时很有用-slightboy the window java code, cool, the programming interface is useful when
PAZZARwatch
- 本文主要介绍pazzar窗对模式识别的影响,通过编程得到在窗函数下,如何实现最佳模式识别.-this paper pazzar window of pattern recognition, to be programmed through the window function, how to achieve the best pattern recognition.
1windows
- window系统编程和系统的详细的概述
FlierMatch
- JPCT的编程案例。JPCT是Java的3D开发引擎,可用于网络游戏和应用程序编程。-PCT is a solution for browser based games and applications as well as for OpenGL accelerated ones. It offers a software (Java 1.1 compatible, will work even on the MS-VM) and a hardware renderer (Java 1.4 or
Calculator
- Windows操作系统自带的计算器是个很方便的小工具,利用Java的GUI编程,实现一个Java GUI计算器应用程序界面,窗口标题为“计算器”,窗口布局如下图所示,在此计算器应用程序中实现“+、-、*、/”运算操作-Calculator that comes with Windows operating system is a very handy gadget to use Java, GUI programming, a Java GUI calculator application pr
Car
- JPCT写的读取3Ds Max文件的一个案例。JPCT是Java的一个3D开发引擎,提供网络游戏和应用程序的3D编程。-PCT is a solution for browser based games and applications as well as for OpenGL accelerated ones. It offers a software (Java 1.1 compatible, will work even on the MS-VM) and a hardware rend
SOTC-TestPopUpTutorial
- Flex高级编程之弹出效果,弹出窗口的另类使用方法-Flex high-level programming of the pop-up effect, the alternative use of pop-up window
888l2fprod-common-7.3
- 用Swing开发的一些JAVA常用窗口编程组件源码,例如一些窗体选项框、Windows的一些任务面板、任务栏等,像截图所示。另外它还附有文档,从事JAVA开发的朋友,相信你能用得上。-Swing with the development of a number of commonly used window JAVA programming source components, such as some form option box, Windows some of the task pane
Calculator
- 用java编程,生成一个简单的计算器,交互窗口,可实现输入输出-Using java programming, to generate a simple calculator, interactive window, can be input and output
Procedures_for_the_world_JavaScript
- 1.入门教程文件夹 在该文件夹中包括了Javascr ipt的大部分知识,可以帮助读者快速入门。主要包括:Javascr ipt语言概述,Javascr ipt语言入门,Javascr ipt事件处理,Javascr ipt基于对象编程,文档对象模型(DOM),String、Math、Array等数据对象,Window及相关顶级对象,Document对象等 。 2.视频动画文件夹 在该文件夹中包括5个视频动画,可以通过他们快速学习Javascr ipt。 -1. Getting
test_online
- 系统基于Browser/Server模式开发,应用DreamweaverMX软件,结合JSP编程技术,并以 Microsoft SQL server2000为数据库开发工具,在Windows xp系统中使用JDBC驱动程序进行数据库连接。 论文主要阐述的是考试管理系统的操作过程及一些关键技术。该系统考生和管理员信息主要在管理员系统中输入,不需数据库直接输入,考试时考生输入准考证号码,核对正确后进入考生界面,考生界面主要有选择试卷、成绩查询组成,关键实现了考生在选择试卷后进入考试窗体,系统强
student
- 学生管理系统,通过Java的界面编程切换不同的窗口对学生进行信息管理,无需用到数据库-Student management system, through the Java programming interface switch to a different window for students of information management, not need to use the database
office-activex
- 支持文档电子签名,支持PHP,ASP,JSP,C#,VB.NET,DOMINO等各种web编程语言和服务器的在线编辑痕迹保留手写签名电子印章全屏批注控件。文档控件能够在浏览器窗口中直接编辑Word,Excel等Office文档并保存到任意Web服务器。实现文档和电子表格的统一管理。同时支持强制痕迹保留,手写签名,电子印章,版本控制等办公自动化系统必备的功能。是OA系统开发的最佳选择组件.-Electronic signatures supporting documentation to supp
cartoon
- JPCT的编程案例。JPCT是Java的3D开发引擎,可用于网络游戏和应用程序编程。-PCT is a solution for browser based games and applications as well as for OpenGL accelerated ones. It offers a software (Java 1.1 compatible, will work even on the MS-VM) and a hardware renderer (Java 1.4 or
welcome1
- 创建带有标签和文本域的窗体。当用户在文本域中输入其姓名后,显示欢迎用户使用 java 编程的消息。例如用户输入姓名flyhorse ,则显示消息“你好, flyhorse, 欢迎你使用 java 编程!”,并能正常关闭窗口。-Create labels and text fields with the form. When users enter their name in the text field, the display welcome user message java program
Ball
- 1、 设计并编程实现弹球程序:用户能通过菜单或者按钮新增一小球,该小球将从随机的位置出现,并具有随机颜色,随机速度以及随机的运动方向,小球沿初始方向匀速运动,当碰到窗口边缘时,小球将依据受力原理改变运动方向(可简化考虑,受力只改变小球的运动方向,小球仍按照初始速度匀速运动,且不考虑小球之间的碰撞)。-1, designed and programmed Pinball program: the user through the menu or button to add a small ball
Code
- AWT(Abstract Window Toolkit),抽象窗口工具包,SUN公司提供的用于图形界面编程(GUI)的类库。基本的AWT库处理用户界面元素的方法是把这些元素的创建和行为委托给每个目标平台上(Windows、Unix、Macintosh等)的本地GUI工具进行处理。例如:如果我们使用AWT在一个Java窗口中放置一个按钮,那么实际上使用的是一个具有本地外观和感觉的按钮。这样,从理论上来说,我们所编写的图形界面程序能运行在任何平台上,做到了图形界面程序的跨平台运行-AWT(Abstr
18
- ebEditor是一个基于Web的文档处理中间件 =============================================================================== WebEditor系列文档控件,能够在浏览器窗口中直接编辑Word、Excel、PowerPoint等 Office文档并保存到Web服务器上。实现文档和电子表格和数据库的统一管理。同时支持痕 迹保留,手写签名,电子印章等办公自动化系统必备的功能。是OA系统开发