Applet Name: Scroll Text Applet Source: ScrollText.java Import(s): java.awt, java.lang, java.util, java.applet Feature(s): text
标签: java Applet ScrollText Import
上传时间: 2013-12-21
上传用户:lixinxiang
Generate Possion Dis. step1:Generate a random number between [0,1] step2:Let u=F(x)=1-[(1/e)x] step3:Slove x=1/F(u) step4:Repeat Step1~Step3 by using different u,you can get x1,x2,x3,...,xn step5:If the first packet was generated at time [0], than the second packet will be generated at time [0+x1],The third packet will be generated at time [0+x1+x2], and so on …. Random-number generation 1.static method random from class Math -Returns doubles in the range 0.0 <= x < 1.0 2.class Random from package java.util -Can produce pseudorandom boolean, byte, float, double, int, long and Gaussian values -Is seeded with the current time of day to generate different sequences of numbers each time the program executes
标签: Generate Possion between random
上传时间: 2017-05-25
上传用户:bibirnovis
广泛使用的邮件服务器!同时,也是许多重要的linux服务程序编译时必须用到的库。如果你的程序编译时提示c-clinet库错误,那么肯定是你没有安装imap。
标签: 服务器
上传时间: 2014-01-11
上传用户:四只眼
FontExporter:将指定文件包含的文本,用指定的字体和大小导出到字库。 <br><br>PicFont:在另一个系统显示字库,可以将上面导出的文本,用同样的字体和大小显示出来。<br><br>使用的时候,先用 FontExporter 将图片字库导出,eg.<br>java util.loc.FontExporter 宋体 12 text.xml 0 FL12<br><br>然后在J2ME工程里面加入 PicFont.java,Lib.java,DataReader.java,创建PicFont对象,载入图片字用PicFont对象的 load()方法。画图片字用drawChar()方法。<br><br>目前图片字支持各种字体,大小是1~32像素,渐变、阴影特效。
标签: FontExporter
上传时间: 2017-06-06
上传用户:hjshhyy
C:\Documents and Settings\Administrator\桌面\src\com\javaeedev\utilC:\Documents and Settings\Administrator\桌面\src\com\javaeedev\util
标签: SettingsAdministrator Documents srccomjavaeedevutilC and
上传时间: 2017-06-19
上传用户:zhenyushaw
C:\Documents and Settings\Administrator\桌面\src\com\javaeedev\util
标签: SettingsAdministrator srccomjavaeedevutil Documents and
上传时间: 2013-12-22
上传用户:rocwangdp
C:\Documents and Settings\Administrator\桌面\src\com\javaeedev\util
标签: SettingsAdministrator srccomjavaeedevutil Documents and
上传时间: 2014-08-04
上传用户:坏天使kk
C:\Documents and Settings\Administrator\桌面\src\com\javaeedev\util\HttpUtil.rar
标签: srccomjavaeedevutilHttpUtil SettingsAdministrator Documents and
上传时间: 2014-02-18
上传用户:manlian
#include <avr/io.h> #include <avr/interrupt.h> #include <avr/signal.h> #include <avr/sleep.h> #include <avr/pgmspace.h> #include <string.h> #include <util/delay.h> #include <avr/eeprom.h> #include <stdio.h> #include "defines.h"
上传时间: 2017-07-31
上传用户:diets
My JSP 'TeacherMain.jsp' starting page var $=function(id) { return document.getElementById(id); } function show_menu(num){ for(i=0;i
标签: C++
上传时间: 2015-07-03
上传用户:xiyuzhu