Location:
Search - poster
Search list
Description: 图文代理系统书管理系统C语言源代码 运行环境:...图书管理系统C语言源代码 相关软件 ...网友评论:(评论内容只代表网友观点,与本站立场无关!)图书管理系统C语言源代码... -transmission system management system on C language source code operating environment : ... library management system C language source code software ... Netizen comments : (comment on the contents represent Netizen perspective, with the site poster!) library management system for C language source code ...
Platform: |
Size: 10842 |
Author: LEE |
Hits:
Description: Poster abstracts PAGE 2008 meeting Marseille, France
Platform: |
Size: 194060 |
Author: ajie |
Hits:
Description: The 219th ECS Meeting will be held from May 1-6, 2011. This major international conference offers a unique blend of electrochemical and solid-state science and technology; and serves as a major forum for the discussion of interdisciplinary research from around the world through a variety of formats, such as oral presentations, poster sessions, exhibits, and tutorial sessions.
Platform: |
Size: 437374 |
Author: j23518 |
Hits:
Description: 图文代理系统书管理系统C语言源代码 运行环境:...图书管理系统C语言源代码 相关软件 ...网友评论:(评论内容只代表网友观点,与本站立场无关!)图书管理系统C语言源代码... -transmission system management system on C language source code operating environment : ... library management system C language source code software ... Netizen comments : (comment on the contents represent Netizen perspective, with the site poster!) library management system for C language source code ...
Platform: |
Size: 10240 |
Author: LEE |
Hits:
Description: Poster abstracts PAGE 2008 meeting Marseille, France
Platform: |
Size: 193536 |
Author: ajie |
Hits:
Description: 上海邮区中心局门禁、考勤消费系统数据同步系统,涉及到foxpro和sql server数据的相互同步问题,本人用C#编写的,有同样问题交流的朋友请QQ(7640450)我,我姓鲁-Shanghai Postal Central Bureau of access control, time and attendance system consumption data synchronization system, relates to foxpro and sql server data synchronization issues of mutual, I used C# Prepared, have a similar problem in the exchange of friends invited QQ (7640450), I surnamed Lu
Platform: |
Size: 89088 |
Author: Sam |
Hits:
Description: This a research paper and a poster on occlusion detection....was part of an Msc thesis.-This is a research paper and a poster on occlusion detection....was part of an Msc thesis.
Platform: |
Size: 728064 |
Author: mwas |
Hits:
Description: poster pwer point template, size 100 by 100 cm
Platform: |
Size: 1118208 |
Author: sakineh |
Hits:
Description: 一个自动发贴机代码,可以批量导入发帖的网站,目前只有手动模式,自动填表。不能识别验证码所以使用手动模式。-a forum poster source code.
Platform: |
Size: 1794048 |
Author: echo |
Hits:
Description: LINUX SYSTEM POSTer 对于要了解LINUX SYSTEM的很有帮助-LINUX SYSTEM POSTer for very helpful to understand the LINUX SYSTEM
Platform: |
Size: 157696 |
Author: |
Hits:
Description: 本程序实现候选人算法-m个候选人贴海报,求解最终可见海报的个数,实现中可能对超大m值无法完成,谨慎。-This procedure candidate algorithm-m a candidate posters, solving final visible Poster number, that may not be completed, the large value of m cautious.
Platform: |
Size: 218112 |
Author: wang |
Hits:
Description: weaktight poster v1.3 is a very useful tool for poker players. using this u can share your hand history via weaktight.com without without loss of time in the browser
Platform: |
Size: 2320384 |
Author: ilya |
Hits:
Description: 学科内国际顶级学术会议Poster制作方法与模版 -Poster manufacture method and template of a top international academic conference of certain subject, Welcom to refer to it!
Platform: |
Size: 183296 |
Author: 李子树 |
Hits:
Description: 本人参加国际会议做的一个海报,需安装PPT 2003和LaTeX,才能编辑,适合会用LaTeX的同学,不会用LaTeX的同学,可以参考一下海报设计,因为我还上传了一个图片。-Attach is a poster I made for an international conference in PPT format. One should open and eidit it in PC which Latex is also installed. For students who can not use Latex may take the design for reference, cause I also upload a Jepg picture.
Platform: |
Size: 14222336 |
Author: 张蔚 |
Hits:
Description: AVINSoR - A Visually Intelligent Navigation System for Application in Robotics - Project Poster
Platform: |
Size: 2663424 |
Author: Tej |
Hits:
Description: Poster Temple using Latex
Platform: |
Size: 77824 |
Author: aidioneus
|
Hits:
Description: facebook auto poster for facebook
Platform: |
Size: 4528128 |
Author: faraz
|
Hits:
Description: ## 视频截图工具
poster是一个专门为视频截图的小工具。
可以在预览视频的时候选择一个适合的界面把它截取下来,并存成图片。
## 使用
### 简单使用
主要文件:
```
<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`)
Platform: |
Size: 3276800 |
Author: 飞轲 |
Hits:
Description: The CAMMP centre poster presentation details
Platform: |
Size: 633856 |
Author: tamilrenu |
Hits:
Description: poster: that describe the proposed method of reduce energy consumption in spectrum sensing cognitive radio.
Platform: |
Size: 669696 |
Author: Hadeel S. Abed |
Hits: