搜索资源列表
TigerBoxv1_csk
- Tiger编译器,TigerBox v.01 =============================================== 本软件作者保留其著作权力,请保留原作者信息完整性 程序需要SWT库支持,该发行版本已经包含了win32版本的SWT运行库 运行方式:win32:点击exec.bat执行 程序已经带有我编写的Tiger编译器,所以所有功能均可使用 你也可以把自己的编译器用于该IDE 具体方法: 假设你曾经是通过 java
Video Renting System
- 本人写的一个简单VCD租赁系统,需JDK1.5.0编译,main()函数在maininterface.java文件中。-I wrote a simple VCD rental system, the need JDK1.5.0 compiler, main () function in maininterface.java document.
11
- DLL注入,就把什么枚举进程、查找窗口和进程特权设置那西东西省了。 附件中带了一个testDll.dll,是我写的一个测试DLL,因为一般的DLL注入进去了可能没反应,所以在我写了个DLL,在里面加了MessageBox,可以弹出来,这样就知道DLL运行没有。DLL是VC++写的,因为我用的是VB迷你版,只能写ActiveX DLL,而这种DLL不能用来注入(我写了个,在Main函数里写了个MsgBox,启动对象设为 Sub Main,发现可以注入,但没有MsgBox出现),如果谁要D
分别定义图形类Shape(抽象基类)
- 分别定义图形类Shape(抽象基类),继承类矩形类Rectangle、正方形类Square、 圆形类Circle;并且计算周长和面积。在另一个main函数中分别创建矩形、 正方形和圆形对象,设置所需的属性值,打印其周长和面积。(备注:只要把该文件解压,把里面的东东COPY去即可使用)-Graphics categories are defined Shape (abstract base class), the succession of quasi-rectangular type R
FP-growth-algorithm-implementation
- FP增长算法的实现与测试(Java实现) 1、程序编译运行环境Eclipse3.20+JDK1.60 2、程序参数说明 -F=filename -S=support -C=confidence filename:数据集文件名,必须位于工程根目录下 support:支持度,位于0-100.0之间的任意数 confidence:置信度,位于0-100.0之间的任意数 例如:-F=anonymous-msweb.data -S=10.0 -C
xushu
- 实现虚数的加减乘除运算。包含虚数类。在main函数中测试了各种运算。-Achieve the imaginary number of addition and subtraction multiplication and division operations. Contains the imaginary class.
tree
- 实现二叉树的建立,节点的插入,删除,和搜索功能。并在main函数中实现各种功能。-To achieve the establishment of a binary tree, node insertion, deletion, and search functions. In the main function to achieve various functions.
Javasqlserver2000_rar
- java经营管理系统 sql数据库 main函数 还有其他具体的代码,等会一起传-java application
main
- 对话框提示信息,AJAX提交数据,使用方便简单的方法函数-Dialog box prompts, AJAX submit data, easy to use simple way function
javaapplet
- java Applet 这个对java学习来说是个特例,因为他里边没有main函数-java Applet This is for java study a special case, because he is not the main function inside
BinaryTree
- java实现的二叉查找树,只有一个类··没有main函数··测试绝对通过··自己用了很多次-java implementation of binary search tree, only one class of absolutely no main function of the test many times through their use
testHibernate
- 我学习hibernate的时候用写的例子,作为新手使用不错,里面有注释,Base.java是一个带有main函数数的方法。可以执行,测试多对多,一对多等关系时候使用的。test.sql是数据库,直接在myeclipse中导入就可以- learned to hibernate when written examples, as a novice to use good, there are annotations, Base.java with a main function of the
CodeLine
- 计算代码行工具,行动main函数,传入文件名可以计算代码有多少行-cal code lines。
shiyan
- 在main函数中调用函数fun(int[] a, int m),(其中m是在main中用键盘输入的小于100的整数),用fun 函数找出大于整数m,并且邻接m的5个素数,将这5个素数,用a数组接收,并在main中输出;(请根据题 目完成main和fun函数的编写)。int static fun(int[] a, int m)-In the main function calls the function fun, (int [] a, int m) (where m is a
Catch
- //1、写一个Java应用程序,要求如下: //main函数接收两个参数 //如果main函数传入的参数不足两个,则抛出一个自定义异常,并在控制台提示“请输入两个参数” //如果输入的参数是两个,则还要判断输入的两个参数是否都是数值类型,如果不是数值类型,则抛出自定义异常,并在控制台提示“请输入数值类型的数据” //如果输入的两个参数是数值类型,则用参数1除以参数2并得出结果,这时要捕获分母为0时的异常,并在控制台提示“分母不能为0”-//1, write a Java appl
ShowImage_Stable_1019
- 图片显示程序。主要用来与文件管理程序组合,可以组合成一个图片浏览器。在main函数里面修改路径即可更换要显示的图片。支持上一张、下一张、旋转、删除等操作。-Picture display program. Mainly used in combination with document management procedures, can be combined into an image browser. Modify the path which can be replaced in the
binarySearch
- java实现的二分查找算法,包括binarySearch方法及用于测试的main函数。-binary search in java.
JMF-rtp
- 利用jmf进行rtp传输,在本地测试调用摄像头进行视频通讯 . 在Sender和Receiver中的main函数中,我把本地地址和远端地址都设置成本机的地址,自己传给自己,用来试验用的。 其中用到 StateHelper类 。 Sender的前两个注释是把视频传输换成音频传输;传输一分钟后结束(第76行-Conducted using jmf rtp transmission, call the local test camera for video communication. S
DAGKEY
- 给定DAG图,用Java求其关键路径,DAG图的输入接口还不带完善,目前需要手工在main函数中改,可以通过界面输入。-this applet can give out the key path of a DAG graph, but the interface of inputing is not quite good.
java
- 创建java中main函数,构造函数.适合java新手学习(set up java main function and constructor to zchieve good habits)