-
NJ
说明: 实验停车场管理,用C++,在VC++6.0下运行(Parking management experiment with C++, running under VC++6.0)
- 2014-01-05 22:57:20下载
- 积分:1
-
memory_edit
一个可以查看内存,并且可以编辑内存的小程序(one can view memory, and can edit the memory small programs)
- 2005-02-27 01:26:48下载
- 积分:1
-
FibonacciHeap
斐波那契堆基于二项式堆,在支持以O(1)时间实现插入、合并和以O(log n)实现删除最小元素的基础上,进一步实现了以O(1)实现指定节点值减少和用O(log n)时间完成删除任意节点操作(Fibonacci heap-based binomial heaps of support to the O (1) time to achieve insertion, Merger and O (log n) to achieve the smallest element deleted on the basis of further to the O (1) to achieve specified nodes and reduce the value of O (log n) time to complete the deletion of arbitrary nodes parade for)
- 2007-01-04 22:36:07下载
- 积分:1
-
C-P-P-100-cases-of-classic-program
C++经典程序100例,更多的试题,源代码,c++的练习题
(C++ 100 cases of classic program, more questions, source code, c++ exercises)
- 2013-03-29 11:10:28下载
- 积分:1
-
DSP1
说明: DSP开发全过程经典,好的DSP开发书籍(DSP Book)
- 2009-08-03 10:28:26下载
- 积分:1
-
CheckRYL
本例将对数据库的基本操作封装成一个基本类,实现同时连接不同的数据库(mysql和mssql),并从其中取出数据利用socket发送.(the cases will be the basic operation of the database packaged as a basic category, simultaneously connect different databases (mysql and mssql) remove from which to send data using socket.)
- 2006-07-17 14:57:42下载
- 积分:1
-
visual_c_plus_plus_net
visual C++ .NET 开发精典实例 , PDF书(visual C++. NET development classics examples, PDF Book)
- 2010-01-04 21:35:23下载
- 积分:1
-
Duilib
2013+duilib入门简明教程+整个工程(含资源、代码)+(2013+duilib entry Concise Guide+ entire project (including resources, code)+)
- 2014-03-24 15:36:16下载
- 积分:1
-
ajks
说明: 许多现代浮点单元的一项主要体系结构功能,是能够将一个乘法与后面紧跟的加法作为单个运算执 行,且没有中间舍入误差。例如,Intel 的 Itanium 体系结构提供了一些指令,将三元运算 (a*b+c) 、(a*b-c) 和 (c-a*b) 中的每一个都组合为单个浮点指令(分别为 fma、fms 和 fnma)。这些单个 指令都比执行独立的乘法和加法指令快,并且因为没有中间乘法舍入,所以更为精确。该优化可以显 著提高那些含有多个交错乘法和加法运算的函数的速度(many modern floating point unit of a major system structure and function is to be a follow closely behind multiplication and addition of implementation as a single operator, with no intermediate rounding error. For example, Intel's Itanium architecture provides a number of directives to the ternary operator (a* b, c), (a* b-c) and (c-a* b) each have a portfolio to a single floating point instructions (Fullmetal respectively, and fms fnma) . These individual instruction than the implementation of an independent and additive multiplication instructions quickly, and because no middle multiplication into homes, so more precise. The optimization can significantly increase those containing more than staggered multiplication and addition operations function of the speed)
- 2006-03-23 20:52:57下载
- 积分:1
-
socket
SOCKET通信,一个服务端,一个客户端的通信。(SOCKET communications, a server, a client communication.)
- 2013-11-04 16:50:40下载
- 积分:1