-
足球机器人比赛仿真平台中实现多个机器人追球的一个实际例子...
足球机器人比赛仿真平台中实现多个机器人追球的一个实际例子-robot soccer competition simulation platform to implement multiple robots to recover the ball a practical example
- 2023-08-08 13:45:03下载
- 积分:1
-
利用morlet小波变换提取小波脊线,进而利用小波脊线完成2FSK解调...
利用morlet小波变换提取小波脊线,进而利用小波脊线完成2FSK解调-the demodulation of 2FSK signal
- 2022-01-28 21:00:05下载
- 积分:1
-
用于GIS(全球地理系统)的分析和处理的代码。
用于GIS(全球地理系统)的分析和处理的代码。-For GIS (global geographic system) analysis and deal with the code.
- 2022-02-21 03:45:59下载
- 积分:1
-
java制作播放器
java制作播放器-produced players
- 2022-02-15 07:14:22下载
- 积分:1
-
汽车检测
本规范使用OPENCV和opencvblob lib中检测到汽车跨下红灯人行横道,这段代码 使用背景减除的运动检测和模板匹配的交通灯颜色检测,用于运行此 代码是必要的MinGW(带的pthread)和Eclipse。在这部影片中的示例https://www.youtube.com/watch?v=I7wW24j57Lw
- 2022-03-18 23:23:11下载
- 积分:1
-
BFSK.在MALAb环境下编的。短小精干,很适合在程序中作为一个fuction来用。...
BFSK.在MALAb环境下编的。短小精干,很适合在程序中作为一个fuction来用。-BFSK. MALAb environment in the series. Short crack, and is very suitable for the process as a fuction use.
- 2022-03-28 20:14:11下载
- 积分:1
-
商城名称: 新普网络商城XpShop
官方网站: http://www.XpShop.cn/
初始帐号: admin / admin
最新发布: X...
商城名称: 新普网络商城XpShop
官方网站: http://www.XpShop.cn/
初始帐号: admin / admin
最新发布: XpShop .Net 2.4
欢迎使用新普网络商城,XpShop .Net v2.4具有如下特点:
1、使用ASP.Net(c#)、三层结构开发;
2、支持多语言,详细使用方法请咨询新普公司客服;
3、支持多模板,现有版本已经附带5套模板,官方网站不定时发布新模板;
4、兼容主流浏览器,界面美观,皮肤设计灵活多变;
5、可定制缺货处理功能;
6、支持附件销售功能;
7、支持会员组批发功能;
8、支持预付款;
9、自动核算配送价格;
10、商品支持多类别;
11、支持在线备份数据库;
12、支持无限级商品类别;
13、可添加无限多种商品扩展属性,并可将扩展属性加入高级搜索;
14、支持多管理员,可自由设定管理员的可管理项;
15、自动生成报价单,商品价格一目了然;
16、用UTF-8编码,适用在全球各地的网络空间运行;
17、集成多种在线支付方式,除国内的主流支付方式支付宝、网银在线,贝宝外,还集成了适合于国外支付的Paypal和网银在线外卡;
18、不断升级,并可免费下载使用;-place names : New Pronk network Mall XpShop official website : http :// www.XpShop.cn/ initial account : admin/admin latest release : XpShop. Net 2.4 Pronk welcomed the use of new network Mall, XpShop. Net time monitor has the following characteristics : 1, the use of ASP.Net (c#) the three-tier structure development; 2, multi-language support, detailed advice please use the new Cape company customer service; 3, for the multi-
- 2022-04-14 22:38:52下载
- 积分:1
-
format will SEG
将格式为SEG-Y的地震数据的某道信息截出来,程序为c++程序,经过编译了-format will SEG-Y seismic data information of a certain cut, and procedures for c procedures are followed, the compiler
- 2022-01-25 17:39:42下载
- 积分:1
-
CoStream 无缓存 Pipe Stream
翻译 maninwest@Codeforge 作者:Sergey Nozhenko@CodeProject介绍:CoStream 是的 PipeStream 无缓存替代选择。背景在生产者/消费者模式下,如果我们知道一个消费者确定要读取stream 读到结束或者如果不能读到结束就处理,那么同步stream 就不需要维护自己的内部缓存,完全依赖于 Read 方法调用者的缓存。在Read 方法中,CoStream 保存到目标缓存的引用并等待,直至完成。而 write 方法从源缓存中复制数据到目标缓存,会给读取者发送信号缓存已准备就绪或者需要等待期 Read 调用(如果来源缓存中有未消耗的数据剩下或者返回到Writer 调用者)。使用代码CoStream 不能在单个话题中使用。应该至少有两个,读取和写入话题。两者都需要关闭(或处理)stream,一边对方可以继续到结束。测试程序在 XmlDocument 中加载了一些 xml 文件。然后将其写入到 CoStream 的实例Static CoStream costream = new TestCoStream();
static string outpath;
static void Main(string[] args)
{
// ...
XmlDocument doc = new XmlDocument();
doc.Load(args[0]);
outpath = args[1];
var reading_thread = new Thread(ReaderBody);
reading_thread.Start();
using (var pipe = XmlWriter.Create(costream, new XmlWriterSettings { CloseOutput = true }))
doc.Save(pipe);
reading_thre
- 2022-03-17 17:34:17下载
- 积分:1
-
pb工资自动生成系统
pb工资自动生成系统-pb wage system automatically generates
- 2022-02-26 01:56:16下载
- 积分:1