Welcome![Sign In][Sign Up]
Location:
Search - Safe library

Search list

[Compress-Decompress algrithmszlib-1.2.2

Description: zlib 1.2.2 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). These documents are also available in other formats from ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html
Platform: | Size: 483798 | Author: fwx | Hits:

[Other41104

Description: This the string class you expected to find in STL, but didn t. The design goal of this class is to make all the string handling functions from the standard C library available within a single C++ class, with the added bonus of automatic buffer allocation and deallocation. The terse names of the original C functions have been preserved to ease the transition for C programmers. New functions have been given short but less cryptic names using the same style (one word, all lower case). Most functions work as they do in the standard library or slightly better. Some examples: 1: The resulting string is always zero terminated. 2: All functions are thread safe in the sense that the class (but not an individual object) can be used by multiple threads concurrently. 3: Pre-conditions are tested using assert() which makes it possible to trap \"out of bounds\" errors in debug build, with no speed penalties in release build. -This the string class you expected to fin d in STL, but did t. The design goal of this class is to mak e all the string handling functions from the sta ndard C library available within a single C clas s, with the added bonus of automatic buffer alloca tion and deallocation. The terse names of the or iginal C functions have been preserved to ease t he transition for C programmers. New functions have been given short but less cryptic names usi ng the same style (one word, all lower case). Most functions work as they do i n the standard library or slightly better. Some examples : 1 : The resulting string is always zero terminated . 2 : All functions are thread safe in the sense that t he class (but not an individual object) can be us ed by multiple threads concurrently. 3 : Pre-conditions
Platform: | Size: 5936 | Author: 郭春阳 | Hits:

[Otherstrsafe

Description: This module defines safer C library string * * routine replacements. These are meant to make C * * a bit more safe in reference to security and * * robustness -This module defines safer C library string * * routine replacements. These are meant to make C * * a bit more safe in reference to security and * * robustne
Platform: | Size: 12678 | Author: 去无踪 | Hits:

[Other resourceC语言参考(DOC)

Description: C#是一种简单、现代、面向对象和类型安全的编程语言,由C和C++发展而来。C#(发音为“C霎普”)牢固地植根于C和C++语言族谱中,并且会很快被C和C++程序员所熟悉。C#的目标在于把Visual Basic的高生产力和C++本身的能力结合起来。 C#作为Microsoft Visual Studio 7.0的一部分提供给用户。除了C#以外,Visual Studio还支持Visual Basic、Visual C++和描述语言VBScript和Jscript。所有这些语言都提供对Microsoft .NET平台的访问能力,它包括一个通用的执行引擎和一个丰富的类库。Microsoft .NET平台定义了一个“通用语言子集”(CLS),是一种混合语言,它可以增强CLS兼容语言和类库间的无缝协同工作能力。对于C#开发者,这意味着既是C#是一种新的语言,它已经可以对用老牌工具如Visual Basic和Visual C++使用的丰富类库进行完全访问。C#自己并没有包含一个类库。 本章的其余部分描述这种语言的基本特性。以后的章节将会详细描述规则和例外,并且有些时候以数学的方式描述,而这章会致力于对整体的简单而清楚地介绍。这样的目的是给读者一个关于语言的介绍,这样可以使读者可以更容易地开始编写程序和继续阅读后面的章节。-C# is a simple, modern, object-oriented, and type-safe programming languages, C and C from development. C# (pronounced "C Sharp & P") is firmly rooted in the C and C language genealogy, and will soon be C and C programmers are familiar with. C# aims to put the Visual Basic and C high productivity of its ability to work together. C# as Microsoft Visual Studio 7.0 part to the subscriber. In addition to C#, Visual Studio also supports Visual Basic, Visual C and scripting languages VBScript and Jscript. All these languages are available on the Microsoft.NET platform access capability, which includes the implementation of a common engine and a rich class library. Microsoft.NET platform definition of a "common language subset" (CLS), is a hybrid language, it can en
Platform: | Size: 280813 | Author: nala | Hits:

[SourceCode完整的C编译器源代码

Description: 一个完整的C编译器源代码, 可以编译出windows下可执行的exe文件,程序不大,总共不到2w行代码,是学习C编译器的好例子。 Features * SMALL! You can compile and execute C code everywhere, for example on rescue disks (about 100KB for x86 TCC executable, including C preprocessor, C compiler, assembler and linker). * FAST! tcc generates x86 code. No byte code overhead. Compile, assemble and link several times faster than GCC. * UNLIMITED! Any C dynamic library can be used directly. TCC is heading torward full ISOC99 compliance. TCC can of course compile itself. * SAFE! tcc includes an optional memory and bound checker. Bound checked code can be mixed freely with standard code. * Compile and execute C source directly. No linking or assembly necessary. Full C preprocessor and GNU-like assembler included. * C script supported : just add '#!/usr/local/bin/tcc -run' at the first line of your C source, and execute it directly from the command line. * With libtcc, you can use TCC as a backend for dynamic code generation.
Platform: | Size: 382914 | Author: wukercheng@yahoo.com.cn | Hits:

[Otherstrsafe

Description: This module defines safer C library string * * routine replacements. These are meant to make C * * a bit more safe in reference to security and * * robustness -This module defines safer C library string** routine replacements. These are meant to make C** a bit more safe in reference to security and** robustne
Platform: | Size: 12288 | Author: | Hits:

[OtherC语言参考(DOC)

Description: C#是一种简单、现代、面向对象和类型安全的编程语言,由C和C++发展而来。C#(发音为“C霎普”)牢固地植根于C和C++语言族谱中,并且会很快被C和C++程序员所熟悉。C#的目标在于把Visual Basic的高生产力和C++本身的能力结合起来。 C#作为Microsoft Visual Studio 7.0的一部分提供给用户。除了C#以外,Visual Studio还支持Visual Basic、Visual C++和描述语言VBScript和Jscript。所有这些语言都提供对Microsoft .NET平台的访问能力,它包括一个通用的执行引擎和一个丰富的类库。Microsoft .NET平台定义了一个“通用语言子集”(CLS),是一种混合语言,它可以增强CLS兼容语言和类库间的无缝协同工作能力。对于C#开发者,这意味着既是C#是一种新的语言,它已经可以对用老牌工具如Visual Basic和Visual C++使用的丰富类库进行完全访问。C#自己并没有包含一个类库。 本章的其余部分描述这种语言的基本特性。以后的章节将会详细描述规则和例外,并且有些时候以数学的方式描述,而这章会致力于对整体的简单而清楚地介绍。这样的目的是给读者一个关于语言的介绍,这样可以使读者可以更容易地开始编写程序和继续阅读后面的章节。-C# is a simple, modern, object-oriented, and type-safe programming languages, C and C from development. C# (pronounced "C Sharp & P") is firmly rooted in the C and C language genealogy, and will soon be C and C programmers are familiar with. C# aims to put the Visual Basic and C high productivity of its ability to work together. C# as Microsoft Visual Studio 7.0 part to the subscriber. In addition to C#, Visual Studio also supports Visual Basic, Visual C and scripting languages VBScript and Jscript. All these languages are available on the Microsoft.NET platform access capability, which includes the implementation of a common engine and a rich class library. Microsoft.NET platform definition of a "common language subset" (CLS), is a hybrid language, it can en
Platform: | Size: 280576 | Author: nala | Hits:

[Compress-Decompress algrithmszlib-1.2.2

Description: zlib 1.2.2 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFCs (Request for Comments) 1950 to 1952 in the files http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format). These documents are also available in other formats from ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html
Platform: | Size: 483328 | Author: fwx | Hits:

[Other41104

Description: This the string class you expected to find in STL, but didn t. The design goal of this class is to make all the string handling functions from the standard C library available within a single C++ class, with the added bonus of automatic buffer allocation and deallocation. The terse names of the original C functions have been preserved to ease the transition for C programmers. New functions have been given short but less cryptic names using the same style (one word, all lower case). Most functions work as they do in the standard library or slightly better. Some examples: 1: The resulting string is always zero terminated. 2: All functions are thread safe in the sense that the class (but not an individual object) can be used by multiple threads concurrently. 3: Pre-conditions are tested using assert() which makes it possible to trap "out of bounds" errors in debug build, with no speed penalties in release build. -This the string class you expected to fin d in STL, but did t. The design goal of this class is to mak e all the string handling functions from the sta ndard C library available within a single C clas s, with the added bonus of automatic buffer alloca tion and deallocation. The terse names of the or iginal C functions have been preserved to ease t he transition for C programmers. New functions have been given short but less cryptic names usi ng the same style (one word, all lower case). Most functions work as they do i n the standard library or slightly better. Some examples : 1 : The resulting string is always zero terminated . 2 : All functions are thread safe in the sense that t he class (but not an individual object) can be us ed by multiple threads concurrently. 3 : Pre-conditions
Platform: | Size: 5120 | Author: 郭春阳 | Hits:

[MultiLanguagelibrariy

Description: 这套图书管理信息系统是应用Visual Foxpro6.0软件开发出来的,其中包括了会员管理,书籍管理,借阅管理,还书管理四大模块。系统概述了图书管理信息系统的目的,要求及其实现技术,并具体介绍了图书管理信息系统的实现方式。系统界面设计美观合理,操作灵活方便,性能安全可靠。系统的使用大大地减轻了图书管工作人员的工作量。 -This book is the application of management information systems software development Visual Foxpro6.0 out, including members of management, book management, loan management, management of the four modules book. System provides an overview of library management information system for the purpose of their demands and realize technology, and specifically introduce a library management information system implementations. System interface design aesthetic reasonable, flexible and convenient operation, safe and reliable performance. System greatly reduced the library staff
Platform: | Size: 911360 | Author: 田阿甲 | Hits:

[CSharpStringFormat

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

[JSP/JavaListExample

Description: 这是使用Amino并发编程Java API库编写的List线程安全的Java程序。-This is complicated by the use of Amino Programming Java API library prepared List of Java thread-safe procedure.
Platform: | Size: 1024 | Author: lizhx | Hits:

[OtherCsharphelper

Description: 这个是C#的简单帮助文档,CSDN上找到的,有300多人下载过此PDF C#是一种简单、现代、面向对象和类型安全的编程语言,由 C和C++发展而来。C#(发音为“C 霎普”)牢固地植根于 C和 C++语言族谱中,并且会很快被 C和 C++程序员所熟悉。C#的目标在于把 Visual Basic的高生产力和 C++本身的能力结合起来。 C#作为Microsoft Visual Studio 7.0的一部分提供给用户。除了 C#以外,Visual Studio还支持Visual Basic、Visual C++和描述语言VBScript和Jscript。所有这些语言都提供对Microsoft .NET平台的访问能 力,它包括一个通用的执行引擎和一个丰富的类库。Microsoft .NET平台定义了一个“通用语言子集” (CLS),是一种混合语言,它可以增强 CLS兼容语言和类库间的无缝协同工作能力。对于 C#开发者, 这意味着既是 C#是一种新的语言,它已经可以对用老牌工具如Visual Basic和 Visual C++使用的丰富类 库进行完全访问。C#自己并没有包含一个类库。 -This is a simple C# Help, CSDN found, there are more than 300 people downloaded this PDF C# is a simple, modern, object-oriented and type-safe programming language, from C and C++ developed from. C# (pronounced "C Sharp S & P ") firmly rooted in the C and C++ language in genealogy, and will soon be C and C++ programmers are familiar with. C# The target is to High productivity of Visual Basic and C++ their own capacities. C# as a Microsoft Visual Studio 7.0 as part of providing to the user. In addition to C# than, Visual Studio also supports Visual Basic, Visual C++ and scripting languages VBScript and Jscript. All of these languages are available on the Microsoft. NET platform visit Force, which includes a common execution engine and a rich class library. Microsoft. NET platform defines a "common language subset" (CLS), is a mix of languages, which can enhance the CLS-compliant language and inter-class ability to seamlessly work together. For C# developer
Platform: | Size: 1732608 | Author: 按时 | Hits:

[Search EngineSTANN

Description: STANN是轻量级的邻域搜索C++库, 在低维空间性能极为卓越, 特别是3D空间, 比ann-1.1.1好.-STANN is a lightweight thread-safe library for doing Nearest Neighbor searches. It is designed for low dimensional data sets, preferably 3d
Platform: | Size: 26624 | Author: richard | Hits:

[Windows DevelopC.Code.Library

Description: C Code Library包含大量的C/C++语言源程序,用于开发安全可靠标准的C/C++程序。-C Code Library contains a large number of C/C++ language source code for the development of safe and reliable standard of C/C++ program.
Platform: | Size: 6013952 | Author: Li | Hits:

[VC/MFCAddison.Wesley.C.Plus.Plus.Primer.4th.Edition.Feb.

Description: C++ Primer, Fourth Edition-This popular tutorial introduction to standard C++ has been completely updated, reorganized, and rewritten to help programmers learn the language faster and use it in a more modern, effective way.Just as C++ has evolved since the last edition, so has the authors approach to teaching it. They now introduce the C++ standard library from the beginning, giving readers the means to write useful programs without first having to master every language detail. Highlighting today s best practices, they show how to write programs that are safe, can be built quickly, and yet offer outstanding performance. Examples that take advantage of the library, and explain the features of C++, also show how to make the best use of the language. As in its previous editions, the book s authoritative discussion of fundamental C++ concepts and techniques makes it a valuable resource even for more experienced programmers.Program Faster and More Effectively with This Rewritten Classic Restructured for quicker lear
Platform: | Size: 1655808 | Author: Mike | Hits:

[Windows Developlibrary

Description: It is a Library Management System which maintain whole library system safe and secure
Platform: | Size: 74752 | Author: ashish | Hits:

[Internet-Networklibrary-management-system

Description: 对于图书管理系统这样的管理系统,必须要满足使用方便、操作灵活和安全性好等需求。本系统主要实现了以下功能:  采用人机对话的操作方式,界面设计美观友好、操作灵活、方便、快捷、准确、数据存储安全可靠。  系统可以进行图书信息、仓库信息、柜台信息和供应商信息等信息的管理功能。  可以对图书的定价、库存和销售等信息进行管理。  提供入库查询和销售查询。  提供对查询结果的报表打印。  系统最大限度地实现了易维护性和易操作性。  系统运行稳定、安全可靠 -Such a management system for library management system, it is necessary to meet the easy to use, flexible operation and security needs. The system implements the following functions:  man-machine dialogue operation, beautiful and friendly interface design, flexible operation, convenient, fast, accurate, secure and reliable data storage. The  system can book information, warehouse information, counter information and vendor information and other information management functions.  book pricing, inventory and sales information management.  inbound inquiries and sales inquiries.  report printing query results. The  system to maximize the ease of maintenance and ease of operability.  system is stable, safe and reliable
Platform: | Size: 1274880 | Author: yang long | Hits:

[JSP/Javalibrary

Description: 简单的图书管理系统.操作简单、界面友好、灵活、使用、安全,采用MySQL为数据库-Simple library management system is simple, user-friendly, flexible, and safe, using MySQL for the database
Platform: | Size: 2499584 | Author: 吴军 | Hits:

[JSP/Javalibrary

Description: 简单的图书管理系统.操作简单、界面友好、灵活、使用、安全,采用MySQL为数据库-Simple library management system is simple, user-friendly, flexible, and safe, using MySQL for the database
Platform: | Size: 3993600 | Author: 王建文 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net