搜索资源列表
TxtToMssql
- 定时将.txt数据导入mssql数据库。TestAutoRun.java文件为第一个调用文件。
K-Means.java K-means分群法
- K-Means.java K-means分群法(组数数据皆不固定,以读入档案, iris.txt)-K-Means.java K-means grouping method (group, none fixed the number of data in order to read the file, iris.txt)
txt-time
- Writetxt.java是一个向txt文本文档写入数据的类,有两个参数file和txt,分别 代表要写入的文件名和数据。 DisplaySysTime.java是一个调用系统实时时间的线程类-Writetxt.java is a text document written to the txt data type, there are two parameters file and txt, representing the need to write the file name an
aircraftReaddata
- java小程序,eclipse,jkd1.6,windows,读取 txt数据文件,并接受用户的输入年月日,之后根据输入的日期,根据一定的条件来判断所读取的txt数据文件中的aircraft是否需要维修,并且把所有需要维修的根据一定的格式打印出来, (自己给朋友写好的代码,所以传上来了)-java, read txt data file, and accept user input date, then according to the date of importation, in accor
packet
- 可以抓取网络数据包,并放在指定的TXT文档中,但是无法分析-Network packets can crawl, and TXT documents on the specified, but can not be analyzed
iis
- Ajax读取txt(不能直接运行,请配置到IIS或其他服务器) 动态获取数据+移动伸缩DIv -you can see the chinese chuanslate
Data.Flash.Map.Design.Code.TXT
- Flash编程地图TXT数据读取设计代码Data Flash Programming Map Design Code TXT -Data Flash Programming Map Design Code TXT
Graph
- 实现对图的遍历。数据结构算法的实现。编写语言为java。-Realize the graph traversal. Data structure algorithm. Written language is java.
DB_Course
- 可以将文本型txt数据批量导入数据库中。-translate .txt to DB
LCD-Cal-TXT
- java分析串口数据,自动校验数据,并生成C源码到C源文件,可加载到单片机中使用-java analysis of serial data, calibration data automatically, and generates C source code can be loaded into the microcontroller using the
sphider-plus_v.2.0
- Sphider Plus v1.5这是最新版,免费开源 Sphider 是一个完美的带有蜘蛛的搜索引擎程序 继Sphider v1.3.4 完美汉化版后,又对一关于IIS支持的重大BUG问题给予修补。 增加了很多特色功能, 数据结构进行重大优化, 版面做了较大的改进更方面修改,内置几个漂亮界面, 蜘蛛爬行更高效, 修改\settings\database.php设置按说明安装不行的话导入sql\tables.sql-Sphider Plus v1.5 this is
FeatureSelection
- 一种对于文本的特征选择方法集合。对于txt数据,建立索引之后,提取其中词语的一些统计特性,包括tf,df,tf-idf,tv,tc等等,并将结果存储在数据库之中。-For txt data, index, the extract some of the words in the statistical properties, including tf, df, tf-idf, tv, tc, etc., and the results being stored in a database.
txt
- 读取txt文件中的数据,使用applet实现数据的动态显示。-Read the data in a TXT file, use the applet to achieve the dynamic display of data.
read-txt
- 一、实现通讯录类(姓名、性别和电话号码),并为每个属性设置 set和get方法; 二、从通讯录的文本文件“record.txt”中读取数据放到通讯录类实例化的对象中,并合理组织存储结果方便查找。其文件样例如下,文件第一行为通讯录中人员的个数n,从第二行到第n+1行是n个通讯录; 每个通讯录占1行,每行依次为人员姓名、性别和电话号码,每个属性间以空格隔开。 -First, realize contacts class (name, gender, and phone number), an
TFGeomagData
- 对txt数据进行解析,有本地文件和url两种地址方式,并在主函数中检验了数据读取是否正确-Txt data for analysis, there are two local files and url address ways to read and verify the data is correct in the main function
Floyd
- floyd算法,txt数据输入输出,是在别人的基础上改善的-floyd algorithm
Main
- 将json字符串中,每个[]里面逗号隔开的每条数据进行识别,提取出需要的数据,存到单独的TXT中(The JSON string, each separated by commas inside each data [] to identify and extract the data needed to separate TXT)
文件管理
- 通过预先设定的密码,登陆后进行选择修改数据,增加数据,删除数据,和查询数据(After a predetermined password, the data is modified, data is added, data is deleted, and the data is querying after landing.)
5
- asp+txt成绩查询系统采用简单的asp+txt进行开发,软件极为简单却是个非常通用、非常方便的成绩查询系统,通用于几乎所有Excel单二维数据表查询。(Asp+txt performance query system is developed with simple asp+txt. The software is very simple but is a very common and very convenient performance query system, which is c
基于点云数据构建dem
- 针对.las或者.txt的点云数据进行处理,按照最小高程值构建地面点格网,最终完成DEM的构建。