您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Serial Port Server with sample code

  2. ;;============================================================================== ;; README ;; ;; This is a serial port communication utility similar to Hyperterminal on ;; MS-Windows 98/2k/XP/Vista/7/8. ;; It not only provides common funtions about
  3. 所属分类:C++

    • 发布日期:2013-01-12
    • 文件大小:1048576
    • 提供者:gdctg1
  1. simplewebrtc.js webrtc网页视频开发帮助工具

  2. 网页视频开发 webrtc ;(function () { var logger = { log: function (){}, warn: function (){}, error: function (){} }; // normalize environment var RTCPeerConnection = null, getUserMedia = null, attachMediaStream = null, reattachMediaStream = null, browser =
  3. 所属分类:Javascript

    • 发布日期:2013-03-27
    • 文件大小:15360
    • 提供者:wab719591157
  1. php HTTP请求类

  2. /** HttpRequest class, HTTP请求类,支持GET,POST,Multipart/form-data * * Func: * public setConfig 设置连接参数 * public setFormdata 设置表单数据 * public setFiledata 设置文件数据 * public send 发送数据 * private connect 创建连接 * private disconnect 断开连接 * private sendGet get 方式,处理
  3. 所属分类:PHP

    • 发布日期:2013-09-30
    • 文件大小:2048
    • 提供者:fdipzone
  1. php.ini-development

  2. [PHP] ;;;;;;;;;;;;;;;;;;; ; About php.ini ; ;;;;;;;;;;;;;;;;;;; ; PHP's initialization file, generally called php.ini, is responsible for ; configuring many of the aspects of PHP's behavior. ; PHP attempts to find and load this configuration from a
  3. 所属分类:网络基础

    • 发布日期:2015-05-08
    • 文件大小:74752
    • 提供者:u012204837
  1. php 使用redis锁限制并发访问类

  2. php 使用redis锁限制并发访问类 Func: public lock 获取锁 public unlock 释放锁 private connect 连接
  3. 所属分类:PHP

    • 发布日期:2016-06-30
    • 文件大小:1024
    • 提供者:fdipzone
  1. 创建php连接数据库及打开数据库函数,随时调用

  2. 由于在编写php文件时,每次访问数据库都必须创建数据连接和打开数据库,这样每次都需要重复编写这些代码,比较耗时耗力,所以我编写两个函数:创建数据库连接函数和打开相应数据库函数,在使用时可以直接在php文件中调用,非常方便!压缩包包括两个php函数(con_tool.php),一个简单php访问数据库调用函数示例(example.php)以及详细的程序讲解(text)
  3. 所属分类:PHP

    • 发布日期:2018-07-26
    • 文件大小:3072
    • 提供者:u014602842
  1. ios-iOS蓝牙 SDK 基本功能封装,去年写的,分享出来吧.zip

  2. 去年写智能设备的时候写的一个 SDK,删了一些不便透露的部分,封装成了一个库,基本功能都有。manger 类和 device 类框架也搭好了,具体的 service 啊 uuid 啊 根据你们硬件来写, 基本方法都差不多一个格式。 Bluetooth SDK(demo) for iOS Func Scan for peripheral List of peripherals that have been found List services of peripheral Connect to
  3. 所属分类:其它

    • 发布日期:2019-07-11
    • 文件大小:125952
    • 提供者:weixin_39840914
  1. GO语言的RTMP库gortmp.zip

  2. GO语言实现的RTMP库 目前实现了Client模式   Examples: // To connect FMS server obConn, err := rtmp.Dial(url, handler, 100) // To connect err = obConn.Connect() // When new stream created, handler event OnStreamCreated() would been called func (handler *TestOutbou
  3. 所属分类:其它

    • 发布日期:2019-07-16
    • 文件大小:71680
    • 提供者:weixin_39841848
  1. IC-R8500英文说明书.pdf

  2. IC_R8500英文使用说明书电子版,包含使用方法,串口定义,串口控制命令等IC-R85C0 qxd 02. 1.11 14: 25 Page ii 中 TABLE OF CONTENTS IMPORTANT 8 SET MODE EXPLICIT DEFINITIONS ■ General PRECAUTIONS ■ Quick set mode items UNPACKING Initial set mode item TABLE OF CONTENTS 9 CONNECTOR INFORM
  3. 所属分类:硬件开发

    • 发布日期:2019-07-16
    • 文件大小:1048576
    • 提供者:qq_38412679
  1. MongoDB的Go开发包gomongo.zip

  2. gomongo 是 Go 语言访问 MongoDB 数据库的开发包。 示例代码: package main import "github.com/mikejs/gomongo/mongo" func main() { conn, _ := mongo.Connect("127.0.0.1") collection := conn.GetDB("test").GetCollection("test_collection") doc,
  3. 所属分类:其它

    • 发布日期:2019-07-16
    • 文件大小:20480
    • 提供者:weixin_39840387
  1. GTK 3的Go绑定gotk3.zip

  2. gotk3 提供 Go 绑定 GTK 3 和依赖的其他项目。每个组件都给出了用来导入包路径的子目录。以下是部分已经实施的支持库:GTK 3 (3.6 and later)GDK 3 (3.6 and later)GLib 2 (2.36 and later)Cairo (1.10 and later)已经采取谨慎的内存管理与Go的垃圾收集器无缝工作,而无需使用或理解图形对象的浮动参考。简单示例:package main import (     "github.com/conformal/go
  3. 所属分类:其它

    • 发布日期:2019-07-19
    • 文件大小:100352
    • 提供者:weixin_39840515
  1. Writing A Compiler In Go.pdf

  2. Writing A Compiler In Go is the sequel to Writing An Interpreter In Go. It starts right where the first one stopped, with a fully-working, fully-tested Monkey interpreter in hand, connecting both books seamlessly, ready to build a compiler and a virt
  3. 所属分类:其它

    • 发布日期:2019-10-14
    • 文件大小:3145728
    • 提供者:weixin_40071570
  1. danfoss vlt 2800手册.PDF

  2. danfoss vlt 2800手册PDF,danfoss vlt 2800手册VLTE 2800 Series ■ Quick Setup ■ General warning Electrical Installation control cables Using this Quick Setup, you can carry out quick and Remove the front cover underneath the control EMC-correct installation
  3. 所属分类:其它

    • 发布日期:2019-10-12
    • 文件大小:3145728
    • 提供者:weixin_38744435
  1. 萨姆森SAMSON 3730系列3730-4型电气定位器,带PROFIBUS-PA通信功能安装操作手册(英文版).pdf

  2. 萨姆森SAMSON 3730系列3730-4型电气定位器,带PROFIBUS-PA通信功能安装操作手册(英文版)pdf,萨姆森SAMSON 3730系列3730-4型电气定位器,带PROFIBUS-PA通信功能安装操作手册(英文版)Contents Contents Page Design and principle of operation Additional equipment Communication Technical dato Attachment to the control v
  3. 所属分类:其它

    • 发布日期:2019-10-08
    • 文件大小:5242880
    • 提供者:weixin_38744270
  1. 193_4ECH.PDF

  2. In Depth In this chapter, I’m going to take a look at the support Perl offers for interprocess communication (IPC). As far as an operating system is concerned, a process is a running job that has its own execution resources, including share of CPU ti
  3. 所属分类:Perl

    • 发布日期:2019-08-18
    • 文件大小:516096
    • 提供者:drjiachen
  1. Analyzing_Automotive_Firmware.pdf

  2. 汽车电子信息安全渗透测试中对于固件的提取,纯英文版,对于逆向汽车固件可以参考3.2 Attacking UDS It is essential for fault injection to be able to perform a huge number of experiments. However, as the uds The Uds protocol is a diagnostics protocol standardized standard demands, a 10 minute
  3. 所属分类:其它

    • 发布日期:2019-07-14
    • 文件大小:365568
    • 提供者:qq_24925595
  1. domingues-outlier-detection-evaluation.pdf

  2. domingues-outlier-detection-evaluationdomingues-outlier-detection-evaluationNumerous machine learning methods are suitable for anomaly detection However, supervised algorithms are more constraining than unsupervised meth- ods as they need to be provi
  3. 所属分类:其它

  1. 寒武纪 AI 指令集 论文

  2. 寒武纪发布在ISCA 2016上的一篇论文,设计了一个通用的神经网络指令集;Table i. an overview to cambricon instructions Instruction Type Examples Operands Control jump, conditional branch register (scalar value), immediate Matrix matrix load/store/move register (matrix address/size, s
  3. 所属分类:深度学习

    • 发布日期:2019-03-02
    • 文件大小:856064
    • 提供者:u011831874
  1. 使用Go语言实现远程传输文件

  2. 前言 之前有一篇介绍如何使用Go语言通过SSH协议来执行远程命令:如何使用Go语言实现远程执行命令 同样,通过SSH协议也可以使用Go语言来远程传输文件。 除了 SSH 的库,为了传输文件,还需要用到 github.com/pkg/sftp 这个库。 实现方式 废话不多说,直接看代码。 由于是基于 SSH 协议实现的远程文件传输,所以先创建 SSH 的连接,再创建传输文件的 sftp 客户端。 func connect(user, password, host string, port i
  3. 所属分类:其它

    • 发布日期:2021-01-01
    • 文件大小:49152
    • 提供者:weixin_38713996
  1. tradingview-scraper:从TradingView套接字实时获取任何市场数据-源码

  2. 交易查看器 从TradingView套接字实时获取任何市场数据:)准备在您的Golang项目中使用! 受启发,我决定使用Go创建自己的TradingView套接字实现。 安装 go get github.com/marcos-gonalons/tradingview-scraper/v2 如何使用 通过两个回调函数调用Connect()函数; 一个回调用于何时从套接字读取新的市场数据,另一个回调用于在连接处于活动状态时发生错误 import socket "github.com/marcos-
  3. 所属分类:其它

    • 发布日期:2021-03-31
    • 文件大小:10240
    • 提供者:weixin_42117082
« 12 »