搜索资源列表
t1
- java的MD5加密的程序,也是处创,好用。
ex09
- 加分程序。请编写一个程序,先产生一个大于10的随机整数n,再产生n个随机数并存放于数组中,然后将这n个数相加,并求出这n个数的和s1, 同时计算出求s1所需的时间t1.接着让程序创建2个线程并发的进行相加运算。其中一个线程计算前一半数之和s21,后一个线程计算后一半数之和s22, 然后将s21与s22这两个数相加得到和s2,计算采用双线程进行求和运算所花费的时间t2。请比较s1和s2,以及t1和t2的大小-Bonus program. Write a program, first create
Thread
- a simple thread program to print numbers it can be synchronized with operating system tickms by including t1.sleep(1000) <time in milliseconds> in the ADD() method
Codejia.com_661c22bcd8a66c20f06f9faaddb10144
- Struts新闻管理系统学习版: 8 L* ]2 ]& B0 Q- t5 a2 jStruts新闻管理系统学习版说明 " z o r. n7 g1 u9 {. [5 i& x & f k! F y/ ]+ T1.本程序为学习struts的朋友提供一个例子。" I) w8 R9 z w( c3 ? : ?7 y1 K) J& R! {3 a( T8 c1 a2.本程序部分实现AJAX功能,采用DWR框架。( h X+ M l, C7 X k( ]: z( f2 v
cart_java_code
- 只是实现了分类,没有实现剪枝,t为属性文件,t1为样本文件,将这两个文件放在D盘下运行-Only implement the classification, does not implement pruning, t for the properties file, t1 as a sample file, these two files to run on the D drive
T1
- 分页是Ext自带的一个工具条功能,需要此功能时,可以打开设置相应的参数即可,后台查询数据的方式和传统方式相同,可以使用分页SQL,也可以使用分页存储过程,将查询到的数据以json的形式输出即可。 -A page is a toolbar that comes with Ext function, you need this function, you can set the appropriate parameters can be opened, the background and the
t1
- The sigma delta conversion technique has been in existence for many years, but recent technological advances now make the devices practical and their use is becoming widespread. The converters have found homes in such applications as communic
WinFrame
- java写的一个留言板,可供课程设计参考。 程序带有一个Access数据库。允许添加留言、删除留言、表情管理、翻页... import java.awt.* import java.awt.event.* import java.sql.* class dlg extends Frame{ Panel p1=new Panel() //East面板 Panel p2=new Panel() //South面板 Button bt1=new But
Lab1_3_1
- 1)作为通讯的双方A和B,都有一个共同信赖的第三方CA,由CA为每个人生成公钥和相应的私钥并分发给A、B。 (2)A和B分别将自己的公钥提供给对方,然后A用B的公钥加密一个数据X(整型,可自己定义,比如100)并发送给B,B用自己的私钥解密后得到数据X,然后按协商好的函数F(比如F(X)=2*X)计算得到F(X),再利用A的公钥加密后发送给A;A在本地用自己的私钥解密后得到F(x),在同本地计算得到的F(X)进行对比,如果一致,说明公钥分配成功。 (3)A用B的公钥对一图象文
T1
- 一个GUI版本的简单井字过三关游戏程序。 包括简单的电脑判断走步-A tic tac toe sample, including a simple AI.
T1
- 输入一段数字,程序判断该数字是否是回文数。-Enter a digital program to determine whether the figure is a palindrome.
T1
- jQuery.Test1 = function()js插件-jQuery.Test1 = function () js plugin
LX7_8
- 使用线程创建动画的程序 (1)程序功能:创建一个显示小球不断跳动并显示不同状态的动画程序。要达到无闪烁现象,显 示速度快,占用内存较小的要求。即要使用双缓冲技术创建图像的显示方式,清除闪烁现象。使用线 程分别解决准备图像、显示图像的任务,解决显示速度慢,占用内存较大的问题。 (2)准备 10 个图像文件(T1.JPG~T10.JPG),它们分别显示小球不同时间的高度和状态,存放 在“程序/image”目录下。这是创建动画的基础工作,是动画显示的内容,应用程序只是解决图像“动” 即显示的方
T1
- Point3D继承Point2D,实例化两个2D、两个3D点,并随机打印2D或3D点 Point3D继承Point2D,实例化两个2D、两个3D点,并随机打印2D或3D点Point3D继承Point2D,实例化两个2D、两个3D点,并随机打印2D或3D点-//Write a program that implements the concept of an abstract class.)
abc
- 試撰寫一程式,由實作Runnable介面的方式建立t1與t2兩個執行緒。t1執行緒每隔1 秒便印出 "Thread 1 is running" 的字串,t2 執行緒每隔2.5 秒便印出 "Thread 2 is running" 字串,直到每個執行緒執行run() method 10次為止。-Try to write a program, create a way to implement Runnable interface by two threads t1 and t2. t1
t1
- Android Importion package jsp-api.jar 在搭建环境过程中,必须要用到的Java包-Android Importion package
t1
- 实现48个城市的用遗传算法求解TSP问题,用户输入种群大小,运行代数,交叉率,变异率,得到运行界面。-Achieve 48 cities TSP problem using genetic algorithms, user input population size, run algebra, crossover rate, mutation rate and get running interface.
CanopyExm
- Canopy聚类算法是一个将对象分组到类的简单、快速、精确地方法。每个对象用多维特征空间里的一个点来表示。这个算法使用一个快速近似距离度量和两个距离阈值 T1>T2来处理。 Canopy聚类算法能快速找出应该选择多少个簇,同时找到簇的中心,这样可以大大优化 K均值聚类算法的效率 。-Canopy is a clustering algorithm to group objects into simple categories, fast, accurate method. Each obj