搜索资源列表
Podem_algorithm
- this code execute Podem algorithm for generate test vector of circuit.you can give to it netlist with format that set in netlist.txt and execute it.test vectors are saved in output.txt.
SignalCanvas
- Generic canvas class that can be used to visualize 1-D vectors in Java applications and applets. Allows to be customized in various ways.
Vectors
- Code to make operation betwen vector as add, substract, point product and cross product (vector product).
Lottery
- 此小程序的基本流程是,在一个文本文件存放里面备选的数据,数据的格式是每行有姓名 和 手机号 *他们之间是用分隔符-来分隔的。然后在自定义一个方法,通过分隔符来区分姓名和手机号,然后将 *他们分别存储进两个不同的可变向量当中。 * 自定义一个线程,此线程是专门用来随机选取一个号码, 并且每隔50毫秒就将一个不同的号码显示在 * 号码框中,这样就实现了号码的快速滚动,实现了完全模拟电视当中抽奖的画面 * * 为了实现选取出的一个号码不能再被选种,实现的方法是将他们从可变向量
vecteur
- infographi java application for creation of 3D vectors-infographi java application for creation of 3D vectors...
DBConnectionPool
- private String dbDiv = "" // 数据库驱动 private String dbUrl = "" // 数据 URL private String dbUser = "" // 数据库用户名 private String dbPassword = "" // 数据库用户密码 private String testTable = "" // 测试连接是否可用的测试表名,默认没有测试表 private int initialConnections
nODEsORTER.RAR
- sort vectors of DOM nodes according to a select pattern.
Recorrido de vectores
- This source code allow to practice some basic concepts about vectors in Java applied to some mathematics exercises.
collectionsframework
- implementing vectors as a collections framework and dynamically adding deleting numbers the collection and performing mathematics functions on the data-implementing vectors as a collections framework and dynamically adding deleting numbers the colle
hw2
- caculate orthogonal basis form vectors
Kmeans
- 算法思想:提取文档的TF/IDF权重,然后用余弦定理计算两个多维向量的距离来计算两篇文档的相似度,用标准的k-means算法就可以实现文本聚类。源码为java实现(Algorithm idea: extract the TF/IDF weight of the document, then calculate the distance between two multidimensional vectors by cosine theorem, calculate the similarity