搜索资源列表
musicyear_v1.1
- 之所以称之为精简强化版,是因为该版本是在音乐易耳最终版(Z-Y-Final V2.0)的基础上进行了全方位的改造(包括系统结构和数据库),不仅去除了很多华而不实的功能,而且强化新增了很多其它功能,应该说,这是一个结构更清晰,功能更实用、更强大的版本。-enhanced version is the version of the music is easy to ears final version (Z-Y-Final V2.0) on the basis of a full-scale tra
AxisView
- Java3D显示空间x,y,z坐标轴,需要安装java3D jdk包!-Java3D show space x, y, z axis, the need to install java3D jdk package!
SimpleTableDemo
- How to Use Tables With the JTable (in the API reference documentation) class you can display tables of data, optionally allowing the user to edit the data. JTable doesn t contain or cache data it s simply a view of your data. Here s a picture of a ty
BigIntMultiplication
- 大整数乘法例子代码 /* 递归边界,如果是1位二进制数与1位二进制数相乘,则可以直接计算 */ /*累计做1位二进制乘法运算的次数*/ /* return (X*Y) */ /* 计算n的值 */ /* 把X和Y拆分开来,令X=A*2^(n/2)+B, 左移位运算,mod = 1<<(n/2) */ /* 计算XY=AC*2^n+(AD+CB)*2^(n/2)+BD */ /* 计算A*C,再向左移n位 */ /* 递归计算A*D */ /* 递
CreateKeyStores
- import java.io.FileOutputStream import java.security.KeyStore import java.security.cert.Certificate import javax.security.auth.x500.X500PrivateCredential -import java.io.FileOutputStream import java.security.KeyStore import java.securit y
uwb_Colloquium
- Title:Ultra-Wide Band Radio UWB Colloquium IEE-Savoy Place London-Title : Ultra-Wide Band Radio UWB IEE Colloquium - Savo y Place London
uploadbean1.9
- 文件上传源码 Multiple stores supported (Folder, Zip, Database, Memory). Security features (Blacklist, FileSizeLimit, Max. Uploaded files). Notification and history features.-file uploads source Multiple stores are supported (Folder , Zip, Database, Mem
ymsg_code_jars_v0_6
- A Java package (library/API) to connect and use the Yahoo Instant Messager and Chat protocols (YMSG), in a reasonably coder-friendly and abstract way. Although methods the API exposes are closely matched to Yahoo IM features, the API attempts to hid
antigmailjava
- 实现一个类,描述二维平面的直线Line。 描述属性:私有属性 直线所通过的点:Point p; 直线的斜率:double m 实现方法: 直线的构建; 返回直线的两个属性; 返回直线在Y轴上的截距:yIntercept ; 判断两条直线是否相等; 显示直线的内容:y = mx + b isParallelTo(L
CELP_EN_training
- quality enhancement of celp coded speech by LBG algorithm, with proposed algorithm and simulation result-quality enhancement of celp coded speech b y LBG algorithm, with proposed algorithm and simulation result
Calculator
- 通过JAVA设计 GUI 界面的计算器程序,用户可以通过鼠标依次输入参加计算的数值,进行加、减、乘、除等混合运算,这些完成标准计算器的基础操作。当选择科学计算器后,可以实现sin 、 cos 、 tan 、 ln、x^y、x^2、x^3、pi、n!、mod和十六进制除这个以外还可以删除输入,清空结果,求1除X,X百分比,十进制是,八进制,二进制的相互转换。
Trees
- structure de arbre il y a des fonction des afficher et caluler
1
- 在命令窗输入如下内容就得到图形了: [t,x]=ode45( godhua ,[0,10],[0,0,0,1]) subplot(131) plot(t,x(:,4)) xlabel( t ) ylabel( y ) subplot(132) plot(t,x(:,1)) xlabel( t ) ylabel( v ) subplot(133) plot(t,x(:,2)) xlabel( t ) ylabel( \\theta )
L1_vector
- 输入四个点,判断此四点是否可形成一个平行四边形。 程序中描述了一个抽象数据类型Vector2D,表示一个向量。具有(x,y)两个值。其本身具有减另一个向量(minus(Vector2D)),判断自身是否为零向量(iszero()),与另一个向量对应值y,x乘积之差(inner(Vector2D))。由于两个向量平行,则乘积之差x1*y2-x2*y1=0。点A,B,C,D四点组成平行四边形的条件是AB//CD,BC//DA且各个向量皆不为零向量。 首先声明四个向量。向量i获得值的方法是
Five-Stone-bluethot-y-touch-s40-nokia
- codigo fuente dell juego five stone con soporte touch y bluethoth
Data-Structure-y-Algorit-in-Java-Mark-Allen-Weiss
- Data Structure y Algoritmos en Java Autor Mark Allen Wei-Data Structure y Algoritmos en Java Autor Mark Allen Weiss
Practicas-y-archivos
- Modulación y codificacion Archivos
Y.asyncScrollLoader
- Y.asyncScrollLoader是分屏展示、图片按需加载、按需执行JS、按需解析HTML、标签按需加载所必需的插件。-Y.asyncScrollLoader Webpage split screen display, picture on-demand loading, according to the need to perform JS, according to the needs analysis of HTML, the label on-demand loading requi
LineChart-double-Y-Axis
- Flex和Actionscr ipt脚本实现LineChart组件双Y轴功能,里面的曲线可用复选框控制可见。-Flex and Actionscr ipt scr ipt to realize LineChart component double Y axis function, the inside of the curve can be visible check box control.