搜索资源列表
最完整的html在线编辑器
- 目前功能最完整的html在线编辑器,包含html编辑器,代码编写器,滚动条编辑器,网页配色器,颜色选择器 ,论坛转帖工具,js脚本加密器以及其他工具,大小为58k,全html程序,非常适合网页设计者使用-feature the most complete online html editor, contains html editor, code-prepared, scroll editor, web-matching, color selector, the Forum patented t
SerialPort
- 本人开发的串口程序,用来了解串口的工作原理和串口应用程序的编写方法,采用VS2008编写的MFC程序。
js时钟
- js编写的记录时间累积的小程序
TaxCalculator.rar
- Java编写个人所得税计算器, 可以自定义所得税表进行运算, 程序包含完整的Document和测试运行环境,Java to prepare individual income tax calculator, you can customize the table for computing income tax, the program includes a complete Document and test the operating environment
java1
- 实验一: 实验目的:1.使用System.out.println向命令窗口输出文本和字符。 2.编译和执行Java应用程序。 问题描述:编写一个应用程序,使用星号(*)输出如示例输出所示的图形。 示例输出: -Experiment: experimental purposes: 1. Use System.out.println output text and characters to the command window. (2) to compile an
java-eclock
- java编写的e电子钟小程序,编程作业练习-java prepared e electronic clock applet, programming operating practice
page
- 一个使用Ajax编写的分页演示程序,没有使用任何Ajax框架,纯Javascr ipt + Java实现。-The use of Ajax prepared a demo page, there is no use of any Ajax framework, pure Javascr ipt+ Java achieve.
Chat
- Java编写即时聊天工具, 拥有注册登陆群聊私聊等功能, 程序包含完整的Document和测试运行环境-Java tools for the preparation of real-time chat with a landing register私聊features such as chat groups, the program includes a complete Document and test the operating environment
Agenda
- Java编写个人日程管理工具, 具有添加编辑日程和自动适应功能, 程序包含完整的Document和测试运行环境-Java to prepare personal schedule management tools, with added editorial schedule and automatic adaptation function, the program includes a complete Document and test the operating environment
ExprEval
- Java编写的表达式计算器, 即可以像我们书写表达式那样直接输入计算表达式, 程序自动进行运算, 支持加减乘除幂运算以及判断表达式如A?B C, 程序包含完整的Document和测试运行环境-Java calculator prepared expressions that can be done as we write the expression directly into the calculation expression, the program automatically compu
ajaxtrain
- ajax应用开发中利用jQuery编写js语言,大大减少了代码的开发量,更加方便程序的编写-ajax application development using jQuery prepared js language, greatly reducing the amount of code developed, more convenient procedures for the preparation of
AJAXxmlasp2009
- 一个asp编写的小型分页程序 面向对象程序可以很好的应用到他-.MsnTable{ behavior:url(MsnTable.htc) } .MyButton{ behavior:url(Mybutton.htc) } .MyLine{ behavior:url(MyLine.htc) } .Main{ border-right:1pt solid#454F4F background-color:#93BEE2 width:
AutoComplete
- Ajax编写的程序,你可以下载看看,其实很不错的额-Ajax编写的程序,你可以下载看看
bluetooth_five
- 蓝牙对战五子棋:用JAVA编写的源代码,学习JAVA编写游戏程序的经典入门!-Bluetooth Versus Renju: source code written using JAVA, JAVA prepared to learn the classic games started!
find
- 学生信息查询系统 利用向量编写的一个java程序-find
AJAX_Chat_src
- 这是一个使用ajax编写的简单的聊天程序。-Here is a simple Chat application to demonstrate the use of XMLHttpRequest (AJAX) in ASP.NET. This is a one to one user chat application, but can be easily extended to support multi user chat also.
dishy
- 一个非常好的ajax应用事例,你可以学习如何编写一个ajax程序-A very good example of ajax applications, you can learn how to write a program ajax
t16_migong
- 令W[x][y]= = 1,表示空间(x, y)为墙 W[x][y] = = 0,表示空间(x, y)为洞 当W[x][y] = = 0且W[x][y+1] = = 0,表示从点(x, y)到点(x, y+1)有从西向东的通路;当W[x][y] = = 0且W[x+1][y] = = 0表示从点(x, y)到点(x+1, y)到从北向南的通路。迷宫的入口(0, 0),出口是右下角(在本例中是(7, 8)),希望你编写程序搜索一条由入口到出口的路径。迷宫规模: -The littl
JAVA
- 本文为一次java的实验报告,其中编写了长方形正方形的程序,而且还用接口实现了程序,比较完整,已经上机运行过-This time the java lab reports, prepared a rectangular square of the program , but also the interface to achieve the program , more complete , has been on the machine running
java4
- 实验目的:1.使用Java applet 来显示信息。 2.创建并使用方法。 3.使用Math类的方法。 问题描述:一个停车库3小时以内,最低收费为$2.00。如果超过3小时,每小时增加$0.5。 24小时以内,最高收费为$10.00。假定没有车会一次停24小时以上。编写一个applet,计算并显示昨天每个在停车库停车客户的停车费用。应在一个JtextField中输入每个客户的停车时数。程序应显示客户的费用,并计算昨天的收入总额,将结果显示在状态栏中。程序应使用cal