虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

org

  • Boost C++ Libraries 1.35.0

    Boost C++ Libraries Free peer-reviewed portable C++ source libraries Boost C++ Libraries 基本上是一個免費的 C++ 的跨平台函式庫集合,基本上應該可以把它視為 C++ STL 的功能再延伸;他最大的特色在於他是一個經過「同行評審」(peer review,可參考維基百科)、開放原始碼的函式庫,而且有許多 Boost 的函式庫是由 C++ 標準委員會的人開發的,同時部分函式庫的功能也已經成為 C++ TR1 (Technical Report 1,參考維基百科)、TR2、或是 C++ 0x 的標準了。 它的官方網站是:http://www.boost.org/,包含了 104 個不同的 library;由於他提供的函式庫非常地多,的內容也非常地多元,根據官方的分類,大致上可以分為下面這二十類: 字串和文字處理(String and text processing) 容器(Containers) Iterators 演算法(Algorithms) Function objects and higher-order programming 泛型(Generic Programming) Template Metaprogramming Preprocessor Metaprogramming Concurrent Programming 數學與數字(Math and numerics) 正確性與測試(Correctness and testing) 資料結構(Data structures) 影像處理(Image processing) 輸入、輸出(Input/Output) Inter-language support 記憶體(Memory) 語法分析(Parsing) 程式介面(Programming Interfaces) 其他雜項 Broken compiler workarounds 其中每一個分類,又都包含了一個或多個函式庫,可以說是功能相當豐富。

    标签: Boost C++ Libraries

    上传时间: 2015-05-15

    上传用户:fangfeng

  • 大数据专利统计实验

    大数据实验专利统计,java.io.IOException; import java.util.StringTokenizer; import org.apache.hadoop.conf.Config

    标签: 大数据 实验

    上传时间: 2016-05-09

    上传用户:a1111

  • SpringMVC设计

       springMVC有三个映射器,如果不定义映射Mapping,那么就会使默认: l   <bean class="org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping"></bean> 也就是说:上面这个定义和不定义都是一样的。 不定义: <bean id="testController" name="/hello.do" class="cn.itcast.controller.TestController"></bean> 直接使用:hello.do来访问。 <!-- 简单的url映射处理器 --> l   <bean class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">                    <property name="mappings">                             <props>          那么上面的这个映射配置:表示多个*.do文件可以访问多个Controller或者一个Controller。          前提是:都必须依赖:          <bean id="testController" name="/hello.do" class="cn.itcast.controller.TestController"></bean>          <!-- /WEB-INF/jsp/index.jsp -->          <bean class="org.springframework.web.servl                                      <prop key="/hello1.do">testController</prop>                                      <prop key="/a.do">testController</prop>                             </props>                    </property> </bean> et.view.InternalResourceViewResolver">                    <property name="prefix" value="/WEB-INF/jsp/"></property>                    <property name="suffix" value=".jsp"></property>          </bean>

    标签: SpringMVC

    上传时间: 2016-06-03

    上传用户:hthunder

  • 乌班图学习技术培训手册

    关于本课程. Ubuntu 是基于 Linux 的操作系统,它由社区开发,可供免费使用,广泛适用于笔记本 等各种设备。本课程以 Ubuntu 9.10 版本系统的使用为例,旨在对于一些主要程序诸如主流的办公室 浏览、图像处理工具、多媒体工具和音乐工具等的使用方面给新的 Ubuntu 用户以简单的入门指导  l 开源的概念和开源在 Ubuntu 之中的体现 l 使用 Ubuntu 的好处 l 如何自定义 Ubuntu 桌面的观感 l 如何在文件系统中进行浏览和查找文件 l 如何连接并使用互联网 l 如何使用 OpenOffice.org 进行简单的文本处理和使用电子表格 l 如何安装和运行游戏 l 如何添加、删除和更新应用程序 l 如何查看、绘制、处理和扫描图像 l 如何播放、编辑和管理您的音乐和视频文件 l 如何从免费的或商业的资源中获取关于 Ubuntu 的帮助 l 如何创建分区和使用双启动选项

    标签: 培训手册 技术 ubuntu

    上传时间: 2016-08-30

    上传用户:chengxin

  • CCS样式选择符设计

    CCS样式选择符,初学者,设计,DW,网页制作,大一作业 部分预览: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>CSS样式选择符</title> <style type="text/css">  body  { background-image:url(images/%E8%83%8C%E6%99%AF%E5%9B%BE%E7%89%87.jpg); background-repeat:repeat;  }    .class1  { text-align:center; font-weight:bolder;  }  .class2  { font-family:"仿宋"; text-indent:8em;  }    .class3  { font-size:18px; font-family:"宋体"; text-indent:4em;  }    #id1  { font-family:Zombie, Verdana, "Comic Sans MS"; font-style:oblique; font-size:64px;  }    #id2  { font-family:"黑体"; font-size:36px;  }  #id3  { color:#F69; font-weight:bolder; text-shadow:#FCC;  } </style> </head> <body>  <table width="780" height="1555" border="0" cellspacing="0" align="center" bgcolor="#FFFFFF">   <tr height="30">    <td align="center"><img src="images/顶部图片.jpg" /></td>   </tr>

    标签: CCS 网页设计

    上传时间: 2017-12-07

    上传用户:圈圈Ace

  • JAVA SMPP 源码

    Introduction jSMPP is a java implementation (SMPP API) of the SMPP protocol (currently supports SMPP v3.4). It provides interfaces to communicate with a Message Center or an ESME (External Short Message Entity) and is able to handle traffic of 3000-5000 messages per second. jSMPP is not a high-level library. People looking for a quick way to get started with SMPP may be better of using an abstraction layer such as the Apache Camel SMPP component: http://camel.apache.org/smpp.html Travis-CI status: History The project started on Google Code: http://code.google.com/p/jsmpp/ It was maintained by uudashr on Github until 2013. It is now a community project maintained at http://jsmpp.org Release procedure mvn deploy -DperformRelease=true -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2/ -DrepositoryId=sonatype-nexus-staging -Dgpg.passphrase=<yourpassphrase> log in here: https://oss.sonatype.org click the 'Staging Repositories' link select the repository and click close select the repository and click release License Copyright (C) 2007-2013, Nuruddin Ashr uudashr@gmail.com Copyright (C) 2012-2013, Denis Kostousov denis.kostousov@gmail.com Copyright (C) 2014, Daniel Pocock http://danielpocock.com Copyright (C) 2016, Pim Moerenhout pim.moerenhout@gmail.com This project is licensed under the Apache Software License 2.0.

    标签: JAVA SMPP 源码

    上传时间: 2019-01-25

    上传用户:dragon_longer

  • freebsd使用手册

    欢迎使用 FreeBSD! 本手册适用于安装 FreeBSD 8.4-RELEASE 和 FreeBSD 9.2-RELEASE 以及它们的日常使用。 这个手册目前由很多人 持续地 维 护。 其中的内容需要不断地更新。 如果您有兴趣参加这个项目, 请发邮件到 FreeBSD 文档计划邮件列表。 此文档最新的英文原始版本可以从 FreeBSD 网 站 上获得 (本手册的较早期版本可以在 http://docs.FreeBSD.org/doc/ 找到)。 由 FreeBSD 中文计划 维护的最新译本可以在 FreeBSD 中文计划 快照网站 获得, 这一译本会持续地向主站同步。 此外, 您也可以从 FreeBSD FTP 服务器 及其 众多 镜像站点 取得这份文档的各种其它格式, 以及压缩形式的版本。 如果 您希望得到一份印刷版本的手册, 可以从 FreeBSD Mall 购买。 除此之外, 您还可以 在手册中搜索内容

    标签: freebsd 使用手册

    上传时间: 2019-05-07

    上传用户:shexiatang

  • tensor_n

    atlab code for Non-negative Factorization of the Occurrence Tensor from Financial Contracts https://arxiv.org/pdf/1612.03350.pdf, 

    标签: tensor_n

    上传时间: 2020-01-01

    上传用户:dawn1818

  • tensor_1

    atlab code for Non-negative Factorization of the Occurrence Tensor from Financial Contracts https://arxiv.org/pdf/1612.03350.pdf, which 

    标签: tensor

    上传时间: 2020-01-01

    上传用户:dawn1818

  • C class Design Handbook 书和源码

    C++类设计基础教程以及例子源代码。 C Class Design Handbook: Coding Effective Classes by Richard Conway (z-lib.org)_NoRestriction

    标签: Handbook Design class 源码

    上传时间: 2021-01-25

    上传用户: