ICode9

精准搜索请尝试: 精确搜索
  • srsLTE源码学习:抓包pcap.h(packet capture)2019-04-10 22:49:20

    Table of Contents pcap.h   packet capture pcap.h    lib\include\srslte\common    14040    4/10/2019    182 /** * * \section COPYRIGHT * * Copyright 2013-2015 Software Radio Systems Limited * * \section LICENSE * * This file is part

  • FastStone Capture(FSCapture) 注册码2019-04-07 13:53:40

    企业版序列号: name:bluman serial/序列号/注册码:VPISCJULXUFGDDXYAUYF FastStone Capture 注册码 序列号: name/用户名:TEAM JiOO key/注册码:CPCWXRVCZW30HMKE8KQQUXW USER NAME:TEAM_BRAiGHTLiNG_2007 CODE:XPNMF-ISDYF-LCSED-BPATU RPTME-IMDHD-MIEPX

  • libpcap 库使用(二)2019-04-02 17:39:56

    参考资料:   http://www.tcpdump.org/manpages/pcap.3pcap.html   分类介绍了该lib的函数 Opening a capture handle for reading   Selecting a link-layer header type for a live capture Reading packets Filters Capture statistics   Opening a handle for writing capt

  • vue开发常见问题集锦(一)——在v-html指令时如何使用过滤器2019-03-31 20:53:27

    // html <div class="word" v-html="$options.filters.filters2(item.news_content)"></div> // script filters: { filters2: function (arg) { arg.replace(/<img [^>]*src=['"]([^'"]+)[^>]

  • 将OrCAD Capture CIS的设计文件(.dsn)导入到PADS Logic VX.2.32019-03-20 10:54:27

    操作系统:Windows 10 x64 工具1:PADS Logic VX.2.3   启动PADS Logic VX.2.3,选择菜单:File > Import...   在File Import对话框中,文件类型选择OrCad7-16.6 Capture Files (*.dsn),找到需要导入的设计文件之后,点击打开。 注意:因为PADS Logic VX.2.3支持导入OrCAD Capture CIS 16.6版

  • 使用opencv打开相机——python2019-03-11 16:55:37

    import cv2 as cv def video_demo(): # 0是代表摄像头编号,只有一个的话默认为0 capture = cv.VideoCapture(0) while (True): # 调用摄像机 ref, frame = capture.read() # 输出图像,第一个为窗口名字 cv.imshow('frame', frame)

  • 多通道捕获2019-03-05 11:51:50

    以前就纠结过能不能一个定时器进行多路的输入捕获,因为毕竟输出四路的PWM是轻松随意的,当时大概想了一下觉得可能会比较麻烦就一直没去尝试,最近组里的同学做方波测频和测占空比遇到了问题,又提到了这个,今天仔细想了一下有了思路就写程序然后上板子试了一下,解决了这个问题。    

  • OpenCV调用摄像头录像并保存下来2019-02-17 14:38:15

    http://www.cnblogs.com/lingshaohu/archive/2011/12/16/2290017.html 网上很多都说录制了之后视频文件为0k,或者是打不开。 其实,这个原因主要与2方面有关:   1. OpenCV生成的视频的编码格式有关。   2. 非法退出录取有关(我用200次循环解决。或者可以用Timer。或者用其他键处理)

  • vue2.0 事件处理常用修饰符-----------------记录,加强记忆。2019-02-13 09:41:42

    1,<!-- 阻止单击事件继续传播 -->       <a v-on:click.stop="doThis"></a>   stop修饰符对应的是阻止冒泡的event.stopPropagation()   2,<!-- 提交事件不再重载页面 -->    <form v-on:submit.prevent="onSubmit"></form>   prevent修饰符对应的是阻止触发默认行为

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有