Welcome![Sign In][Sign Up]
Location:
Search - Boost s

Search list

[Other resource200000

Description: Recite(一个辅助英语学习软件源码) 该程序的UI部分使用了WTL7.5。WTL7.5可以很容易的在微软的官方网站找到,安装也很简单。   另外使用了BOOST库中的部分内容。包括filesystem用于操作文件名和目录,可以在( http://lunatic.bokee.com/5899788.html )找到更详细的介绍。serialization用于将对象序列化在磁盘文件中。datetime用于做日期的计算。还用到了string algo做简单的字符串操作。因此你需要从( http://www.boost.org )下载boost的最新版本1.33.1,并在本地编译它。   配置文件的读写使用了TinyXML,源码已经包含在源码包中,无须另外下载。   整个程序的祼奔性相当好,不依赖于其他任何的DLL或COM库,就一个EXE文件。   我的编程和调试环境为WindowsXP,Visual Studio .net 2003。   该软件的目的及作用请参见( http://lunatic.bokee.com/6153131.html )   使用方法( http://lunatic.bokee.com/6153160.html )   相关的资源( http://lunatic.bokee.com/6153181.html ) -Recite (one in English learning software source code) the procedures of the UI used WTL7. 5. WTL7.5 could easily on Microsoft's official Web site, the installation is also very simple. Also use the BOOST part of the contents. Including filesystem operations for the file name and directory, the (http : / / lunatic.bokee.com/5899788.html) find a more detailed referral presentations. Object serialization used to sequence of the disk file. Datetime done for the calculation date. Also used a string algo so simple string manipulation. So you need from (http : / / www.boost.org) boost download the latest version of a .33.1. and the local compile it. The configuration file read and write using TinyXML, FOSS has been contained in the source package, do not have to download. Nude whole procedure
Platform: | Size: 129749 | Author: yu | Hits:

[OtherE22_0230

Description: 一:需求分析 1. 问题描述 魔王总是使用自己的一种非常精练而抽象的语言讲话,没人能听懂,但他的语言是可逐步解释成人能听懂的语言,因为他的语言是由以下两种形式的规则由人的语言逐步抽象上去的: ----------------------------------------------------------- (1) a---> (B1)(B2)....(Bm) (2)[(op1)(p2)...(pn)]---->[o(pn)][o(p(n-1))].....[o(p1)o] ----------------------------------------------------------- 在这两种形式中,从左到右均表示解释.试写一个魔王语言的解释系统,把 他的话解释成人能听得懂的话. 2. 基本要求: 用下述两条具体规则和上述规则形式(2)实现.设大写字母表示魔王语言的词汇 小写字母表示人的语言的词汇 希腊字母表示可以用大写字母或小写字母代换的变量.魔王语言可含人的词汇. (1) B --> tAdA (2) A --> sae 3. 测试数据: B(ehnxgz)B 解释成 tsaedsaeezegexenehetsaedsae若将小写字母与汉字建立下表所示的对应关系,则魔王说的话是:\"天上一只鹅地上一只鹅鹅追鹅赶鹅下鹅蛋鹅恨鹅天上一只鹅地上一只鹅\". | t | d | s | a | e | z | g | x | n | h | | 天 | 地 | 上 | 一只| 鹅 | 追 | 赶 | 下 | 蛋 | 恨 | -one : a needs analysis. Problem description always use their own fiendish a very concise and abstract language speech Nobody can understand, but the language is gradually explained adult can understand the language, because his language is composed of the following two forms of rule by man's abstract language gradually boost : ---------------------------------------- ------------------- (1) a
Platform: | Size: 40036 | Author: 苏言暖 | Hits:

[OpenGL programVertexBufferObjects

Description: When you need raw polygon-pushing power, you can always utilize the optimizations provided by OpenGL. Vertex Arrays are one good way to do that. For even more boost you can use a recent extension to graphics cards called Vertex Buffer Objects . The extension, ARB_vertex_buffer_object, works just like vertex arrays, except that it loads the data into the graphics card s high-performance memory, significantly lowering rendering time. Because the extension is relatively new, not all cards will support it. This awesome tutorial was written by Paul Frazee. If you enjoy the tutorial please e-mail him and let him know. by NeHe
Platform: | Size: 194595 | Author: 李明宗 | Hits:

[Linux-UnixTeach_Yourself_Shell_Programming_in_24_Hours

Description: In recent years, the UNIX operating system has seen a huge boost in its popularity, especially with the emergence of Linux. For programmers and users of UNIX, this comes as no surprise: UNIX was designed to provide an environment that s powerful yet easy to use. One of the main strengths of UNIX is that it comes with a large collection of standard programs. These programs perform a wide variety of tasks from listing your files to reading email. Unlike other operating systems, one of the key features of UNIX is that these programs can be combined to perform complicated tasks and solve your problems. One of the most powerful standard programs available in UNIX is the shell. The shell is a program that provides you with a consistent and easy-to-use environment for executing programs in UNIX. If you have ever used a UNIX system, you have interacted with the shell.
Platform: | Size: 1601725 | Author: 秦天惊 | Hits:

[OS programboost

Description: This 4 part series will discuss the Windows access control model and how it is implemented in Windows NT and 2000. In this 2nd article we will start programming with security identifiers, access control lists and security descriptors. We will solve trivial problems using the SID, obtain information from an access token, enable a privilege, fill up an access control list, and finally we will check if we have access to a resource. The demo project provided is a Whoami clone written Windows 2000 style. The source code includes equivalent programs of the article s code written with the Low level APIs, the Windows 2000 APIs, and the Active Template Library.
Platform: | Size: 777035 | Author: 海天 | Hits:

[OS programboost

Description: This 4 part series will discuss the Windows access control model and how it is implemented in Windows NT and 2000. In this 2nd article we will start programming with security identifiers, access control lists and security descriptors. We will solve trivial problems using the SID, obtain information from an access token, enable a privilege, fill up an access control list, and finally we will check if we have access to a resource. The demo project provided is a Whoami clone written Windows 2000 style. The source code includes equivalent programs of the article s code written with the Low level APIs, the Windows 2000 APIs, and the Active Template Library.
Platform: | Size: 777216 | Author: | Hits:

[Education soft system200000

Description: Recite(一个辅助英语学习软件源码) 该程序的UI部分使用了WTL7.5。WTL7.5可以很容易的在微软的官方网站找到,安装也很简单。   另外使用了BOOST库中的部分内容。包括filesystem用于操作文件名和目录,可以在( http://lunatic.bokee.com/5899788.html )找到更详细的介绍。serialization用于将对象序列化在磁盘文件中。datetime用于做日期的计算。还用到了string algo做简单的字符串操作。因此你需要从( http://www.boost.org )下载boost的最新版本1.33.1,并在本地编译它。   配置文件的读写使用了TinyXML,源码已经包含在源码包中,无须另外下载。   整个程序的祼奔性相当好,不依赖于其他任何的DLL或COM库,就一个EXE文件。   我的编程和调试环境为WindowsXP,Visual Studio .net 2003。   该软件的目的及作用请参见( http://lunatic.bokee.com/6153131.html )   使用方法( http://lunatic.bokee.com/6153160.html )   相关的资源( http://lunatic.bokee.com/6153181.html ) -Recite (one in English learning software source code) the procedures of the UI used WTL7. 5. WTL7.5 could easily on Microsoft's official Web site, the installation is also very simple. Also use the BOOST part of the contents. Including filesystem operations for the file name and directory, the (http :// lunatic.bokee.com/5899788.html) find a more detailed referral presentations. Object serialization used to sequence of the disk file. Datetime done for the calculation date. Also used a string algo so simple string manipulation. So you need from (http :// www.boost.org) boost download the latest version of a .33.1. and the local compile it. The configuration file read and write using TinyXML, FOSS has been contained in the source package, do not have to download. Nude whole procedure
Platform: | Size: 129024 | Author: yu | Hits:

[OtherE22_0230

Description: 一:需求分析 1. 问题描述 魔王总是使用自己的一种非常精练而抽象的语言讲话,没人能听懂,但他的语言是可逐步解释成人能听懂的语言,因为他的语言是由以下两种形式的规则由人的语言逐步抽象上去的: ----------------------------------------------------------- (1) a---> (B1)(B2)....(Bm) (2)[(op1)(p2)...(pn)]---->[o(pn)][o(p(n-1))].....[o(p1)o] ----------------------------------------------------------- 在这两种形式中,从左到右均表示解释.试写一个魔王语言的解释系统,把 他的话解释成人能听得懂的话. 2. 基本要求: 用下述两条具体规则和上述规则形式(2)实现.设大写字母表示魔王语言的词汇 小写字母表示人的语言的词汇 希腊字母表示可以用大写字母或小写字母代换的变量.魔王语言可含人的词汇. (1) B --> tAdA (2) A --> sae 3. 测试数据: B(ehnxgz)B 解释成 tsaedsaeezegexenehetsaedsae若将小写字母与汉字建立下表所示的对应关系,则魔王说的话是:"天上一只鹅地上一只鹅鹅追鹅赶鹅下鹅蛋鹅恨鹅天上一只鹅地上一只鹅". | t | d | s | a | e | z | g | x | n | h | | 天 | 地 | 上 | 一只| 鹅 | 追 | 赶 | 下 | 蛋 | 恨 | -one : a needs analysis. Problem description always use their own fiendish a very concise and abstract language speech Nobody can understand, but the language is gradually explained adult can understand the language, because his language is composed of the following two forms of rule by man's abstract language gradually boost :----------------------------------------------------------- (1) a
Platform: | Size: 39936 | Author: 苏言暖 | Hits:

[OpenGL programVertexBufferObjects

Description: When you need raw polygon-pushing power, you can always utilize the optimizations provided by OpenGL. Vertex Arrays are one good way to do that. For even more boost you can use a recent extension to graphics cards called Vertex Buffer Objects . The extension, ARB_vertex_buffer_object, works just like vertex arrays, except that it loads the data into the graphics card s high-performance memory, significantly lowering rendering time. Because the extension is relatively new, not all cards will support it. This awesome tutorial was written by Paul Frazee. If you enjoy the tutorial please e-mail him and let him know. by NeHe
Platform: | Size: 194560 | Author: 李明宗 | Hits:

[CSharpStringFormat

Description: Another type-safe alternative to Boost s string format library.
Platform: | Size: 7168 | Author: alex | Hits:

[Linux-Unixboost_1_37_0.tar

Description: Boost provides free peer-reviewed portable C++ source libraries. We emphasize libraries that work well with the C++ Standard Library. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications. The Boost license encourages both commercial and non-commercial use. We aim to establish "existing practice" and provide reference implementations so that Boost libraries are suitable for eventual standardization. Ten Boost libraries are already included in the C++ Standards Committee s Library Technical Report (TR1) as a step toward becoming part of a future C++ Standard. More Boost libraries are proposed for the upcoming TR2. Boost works on almost any modern operating system, including UNIX and Windows variants. Follow the Getting Started Guide to download and install Boost. Popular Linux and Unix distributions such as Fedora, Debian, and NetBSD include pre-built Boost packages. Boost may also already be available on your organization s internal web server.
Platform: | Size: 36333568 | Author: | Hits:

[STLBoost+STL

Description: 介绍C++和Boost的经典力作,非常值得研究,有想学习Boost的一定好好研究一下哈-Introduced the C++ And Boost classic masterpiece, very worthy of study, there are certain Boost want to learn a good look Kazakhstan
Platform: | Size: 498688 | Author: 王少华 | Hits:

[OtherSGISTL

Description: SGI的STL手册,STL必备,非常的不错。-SGI' s STL manual, STL essential, very good.
Platform: | Size: 674816 | Author: 丁伟 | Hits:

[Windows Developbaserver

Description: 基于boost的asio库的半异步半同步的网络框架可以用来实现Server和Client-Based on boost‘s asio library of semi-asynchronous network of semi-synchronous framework can be used to achieve the Server and Client
Platform: | Size: 141312 | Author: 柴君钧 | Hits:

[Graph program83390069HaarTraining

Description: boost 做人脸识别的一个经典程序,利用Haar特征,不多说了,看看吧-boost to do a classic face recognition program, the use of Haar features, not more than that, and let' s see it
Platform: | Size: 113664 | Author: gxy | Hits:

[Bookslinux

Description: 学linux必备 Protected by U.S. Black Hawk helicopters, Britain s Tony Blair flew into Iraq on Tuesday in a surprise show of political bravado designed to boost prospects for Iraqi elections and cheer UK troops before Christmas. -Knowledge about Linux In setting up a Commission on Truth and Friendship, the two countries hope to head off a parallel initiative by U.N. Secretary-General Kofi Annan, who is weighing his own expert commission to review whether justice was done after the 1999 violence, their foreign ministers said after talks with Annan.
Platform: | Size: 6597632 | Author: 张策 | Hits:

[OS programboost

Description: 工具类,boost,hah ha kla a a ga gfeaq rfd a ag ad g fggtqre -Tools for boost,very useful,hope it is help aa aa hgsfhg fag ag sg gsfg af aewr h j k h ld a r a f fa ga r a a hgah a gf gf ag dfsg afg aghfh rww s a a a a hggs
Platform: | Size: 8380416 | Author: 棱枫 | Hits:

[Mathimatics-Numerical algorithmsPspice-boost

Description: 主要是仿真的原理图,Pspice的。开关电源boost。-Mainly schematic simulation , Pspice s . Switching power boost.
Platform: | Size: 8570880 | Author: 小龙 | Hits:

[VC/MFCBoost.Asio-CPP-Network-Programming.pdf

Description: Network programming has been around for a very long time, and it s definitely not a task for the faint-hearted. Boost.Asio provides an excellent abstraction over it, making sure that with a minimal amount of coding, you can create beautiful client-server applications and have tons of fun doing it. And it throws some extra non-networking features, just as a bonus! Code that uses Boost.Asio is compact, easy to read, and if you follow what I describe in the book, it is bug-free.
Platform: | Size: 3676160 | Author: razvanr | Hits:

[Special Effectstexton boost

Description: 基于texton boost的图像分割,有监督,需要自己添加ground truth到训练文件夹进行训练,测试集和训练集随机分配(S upervised image segmentation based on texton boost. It needs to add ground truth to the training folder for training, and the test set and training set are allocated randomly.)
Platform: | Size: 9913344 | Author: Giovanna | Hits:
« 12 3 4 »

CodeBus www.codebus.net