搜索资源列表
tfidf
- tfidf算法实现 /* * This program reads a file of inverse document frequency (idf) * values, and reads each file in a list containing term frequency * values, with each line containing an index number and a frequency * value. It writes an out
pumpkin-2.7.2
- TFTP server(including source code) on MS Windows
textcluster
- 文本聚类算法源码,包含tf.idf计算的实现,采用java语言编写-text cluster algorithm, including the computation of tf.idf ,written by Java
Linux
- 为了 解 决 互联网发展过程中遇到的这些问题,早在02 世纪09 年代初期,互联网工程任 务组IETF就开始着手下一代互联网协议Ipng(IP一thenextgeneration)的制定工作16].正TF 在 RFC155O里发出了征求新IP协议的呼吁,并公布了新协议需要实现的主要目标,包括支持几 乎无限大的地址空间:减小路由表的大小 使路由器能更快地处理数据包:提供更好的安全 性,实现IP级的安全 支持多种服务类型,并支持组播:支持自动地址配置,允许主机不更 改地址实现异地
TFSClient
- 微软的Team Foundation Server的命令行工具TF.exe独立运行程序-Team Foundation Server s TF.exe
Network_programming_TFTP_Simple_File_Transfer_Prot
- 网络编程TFTP:简单文件传送协议Network programming TFTP: Simple File Transfer Protocol -Network programming TFTP: Simple File Transfer Protocol Network programming TFTP: Simple File Transfer Protocol
tf.tar
- Linux下基于TCP传送文件的demo-a socket demo in linux system
tf
- 点击开始即可自动发送 1.点击开始前要注意已经打开呱呱视频聊天室 2.发送期间尽量别动键盘与鼠标 3.发送前记得载入内容 4.房间号建议自己收集(附带采集器) 分辨率为 1024*768 由于呱呱聊天室限制比较多,所以难免发送慢些 发送前在房间都要呆上30秒,因为大多数房间的限制 需要暂停或退出的话,点击任务栏的图标右键即可 如果程序目录下没有“内容.txt”那么自行创建一个即可-Click Start to automatically se
matlab代码
- 在命令行输入%%滞回曲线 t0=0; tf=20; x0=[0 0 0] [t,x]=ode45('Lorenz',[t0 tf],x0); plot(x(:,1),x(:,3)),可得滞回曲线(Enter the%% hysteresis curve on the command line t0=0; tf=20; x0=[0 0 0] [t,x]=ode45('Lorenz',[t0 tf],x0); plot(x(:,1),x(:,3)))