-
红虎工作室IP记录程序
资源描述
详细介绍: 一个相当简单的IP地址记录程序,可以记录来访者的时间及IP地址,适用于许多方面,对此赶兴趣的朋友下载一个好了!
- 2022-05-15 08:23:10下载
- 积分:1
-
Nixie-tube
HT IDE 3000 VPM 软件仿真 按钮按下 数码管显示数字 电路搭建以及源代码 VPM 应用(HT IDE 3000 VPM software simulation button is pressed digital display and digital circuits to build the application source code VPM)
- 2014-01-21 11:34:23下载
- 积分:1
-
双通道示波器加FFT
ADC采样电压值,显示波形,通过FFT计算频率,双通道ADC,最高500K,100K不失真(ADC Samples Voltage Value and Displays Waveform)
- 2019-07-07 19:36:15下载
- 积分:1
-
1
说明: LCD12864显示一幅图片,用于C51单片机(LCD12864 show a picture, for the C51 single-chip)
- 2009-08-03 23:27:52下载
- 积分:1
-
FrCapture-master
说明: ## 视频截图工具
可以在预览视频的时候选择一个适合的界面把它截取下来,并存成图片。
## 使用
### 简单使用
主要文件:
```
<script src="poster.js"></script>
```
在视频预览界面调用:
```
poster($('video')[0],function(e){
//console.log(e);
if(e.bool){
//输出文件对象
var blob=e.data;//返回的是blob对象
console.log(blob);
p.src=window.URL.createObjectURL(e.data);//创建一个临时预览路径
}
});
```
### 使用extendvideo.js
`extendvideo.js`与`poster.js`不同的是前者会在引入它的页面里每个`video`标签里增加一个`getPoster()`方法
。
用法:
```
var blob=$('video')[0].getPoster();//返回图片blob对象
```
## 原理
此视频截图工具,采用了canvas绘图函数实现video图片截取,产生base64编码图片信息,再通过转blob。
你的浏览器需要支持`HTML5`(### simple to use
Main documents:
.
<script src= "poster.js" ></script>
.
Call on the video preview interface:
.
Poster ($('video') [0], function (E) {)
//console.log (E);
If (e.bool) {
/ / output file object
Var blob=e.data; / / return is blob
Console.log (BLOB);
P.src=window.URL.createObjectURL (e.data); / / create a temporary preview path
}
});
.
The use of extendvideo.js ###
The difference between `extendvideo.js` and `poster.js` is that the former adds a `getPoster () method to each `video` tag in the page that is introduced to it.
.
Usage:
.
Var blob=$('video') [0].getPoster (BLOB); / / return picture object
.
## principle
This video capture tool uses a canvas drawing function to intercept video pictures, generate Base64 coded picture information, and then transfer blob.
## compatibility
Your browser needs to support `HTML5`)
- 2018-01-16 10:49:42下载
- 积分:1
-
OS
说明: 包含操作系统全部试验以及实验报告,稍微修改下就可以了(Contains the operating system all the tests and lab reports, a slight modification can be the next)
- 2010-05-26 11:29:03下载
- 积分:1
-
lab5
用于实现单片机16F648A和微控制器的通信。通过回车来确定通信是否成功,成功了可以从对应的LED开关看出,同时电脑终端会出现正确或错误的回复(This program is designed to convert 16F648A into a working micro-controller system which waits for one of a number of Carriage Return terminated messages and turn on or turn off one of four LEDs corresponding to the message. If the message is decoded successfully, an OK will be sent to the PC, otherwise an Error message will be returned )
- 2013-02-04 10:22:49下载
- 积分:1
-
HTML5
HTML5开发教程,大家可以通过此学习html5知识,此教程很全面。(HTML5 development guide, we can through the HTML5 knowledge, this tutorial is very comprehensive.)
- 2012-11-14 17:42:20下载
- 积分:1
-
VIC_vect_eint
说明: 在周立功lpc2100上实现向量中断,随着按键的按下和放开,可实现LED的点亮熄灭。(Meritorious service in the weeks to achieve lpc210x interrupt vector, with the keys and open the press, the LED light can be extinguished)
- 2009-08-13 21:28:27下载
- 积分:1
-
ShoppingBook(1)
很完整的一个网上书店 拿来配置下环境可以直接用 .myeclipse+MYSQL+TOMCAT典型搭配 (A very complete one online bookstore brought configuration environment can be used directly. Myeclipse+ MYSQL+ TOMCAT with the typical)
- 2009-10-26 23:13:14下载
- 积分:1