simhash 算法的 java 实现。特点计算字符串的 simhash通过构建智能索引来计算所有字符串之间的相似性,因此可以处理大数据使用使用输入文件和输出文件运行 Maininputfile 的格式(参见 src / test_in):一个文件每行用 utf8 字符集outputfile 格式 start //start flag first line // doc sencode lien // doc1\tdist the dist is the hamming distance between doc and doc1  end //end flag 标签:simhash
2021-09-19 02:12:36 1.55MB 开源项目
1
gotenna的公共android、ios和python sdk
2021-09-17 23:42:19 22.05MB 开源项目
1
把 Windows 的 DLL 动态链接库在 Linux 上轻松重用起来。.zip,将windows动态链接库移植到linux
2021-09-17 19:51:06 812KB 开源项目
1
开源项目-360EntSecGroup-Skylar-goreporter.zip,A Golang tool that does static analysis, unit testing, code review and generate code quality report.
2021-09-15 18:29:39 5.3MB 开源项目
1
AndroidSideBar,本项目使用辅助功能 AccessibilityService 实现 Android 侧边栏悬浮窗效果.实现的功能包括返回,主页,最近任务,启动某个 app,系统音量和亮度调节,开机启动,接收到自定义广播隐藏侧边栏等.本项目适配 Android 5.0 到 Android 9.0..zip
2021-09-14 00:45:00 1007KB 开源项目
1
使用mediacodec/mediamuxer的同时音频和视频录制示例
2021-09-13 16:31:51 111KB 开源项目
1
node-serialport 是一个 Node.js 的包,用来对串口数据进行读写操作。基本示例代码:var SerialPort = require("serialport").SerialPort var serialPort = new SerialPort("/dev/tty-usbserial1", {   baudrate: 57600 }, false); // this is the openImmediately flag [default is true] serialPort.open(function (error) {   if ( error ) {     console.log('failed to open: ' error);   } else {     console.log('open');     serialPort.on('data', function(data) {       console.log('data received: '   data);     });     serialPort.write("ls\n", function(err, results) {       console.log('err '   err);       console.log('results '   results);     });   } });罗列所有串口:var serialPort = require("serialport"); serialPort.list(function (err, ports) {   ports.forEach(function(port) {     console.log(port.comName);     console.log(port.pnpId);     console.log(port.manufacturer);   }); });串口配置:baudRatedataBitsstopBitsparityrtsctsxonxoffxanyflowControlbufferSizeparserencodingdataCallbackdisconnectedCallbackplatformOptions - sets platform specific options, see below.目前已有很多项目在使用这个包进行串口处理:Johnny-Five - Firmata based Arduino Framework.Cylon.js - JavaScript Robotics, By Your Command.node-l8smartlight (source) A node library to control the L8 Smartlight via Bluetooth or USB portfirmata Talk natively to Arduino using the firmata protocol.tmpad source - a DIY midi pad using infrared, arduino, and nodejs. Videoduino - A higher level framework for working with Arduinos in node.js.Arduino Drinking Game Extravaganza - AKA "The Russian" a hexidecimal drinking game for geeks by Uxebu presented at JSConf EU 2011.Arduino controlling popcorn.js - Controlling a popcorn.js video with an Arduino kit.Robotic JavaScript - The first live presentation of the node-serialport code set as presented at JSConf EU 2010.devicestack - This module helps you to represent a device and its protocol.reflecta A communication protocol that combines Arduino Libraries and NodeJS into an integrated system.rc4pt-node - Control Popcorntime with an
2021-09-13 10:29:17 178KB 开源项目
1
jtoml.zip,用于Java的Toml用于Java的Toml
2021-09-12 22:24:19 25KB 开源项目
1
Android-IMSI-Catcher-Detector 是一个基于安卓的项目,它能在 GSM/UMTS 网络中侦测并避开假冒基站(IMSI 捕捉器)。 标签:Android
2021-09-10 23:24:42 921KB 开源项目
1
开源项目-kitech-qt.go.zip,Qt binding for Go (Golang) aims get Go's compile speed again.
2021-09-10 10:44:08 3.07MB 开源项目
1