-
rangweizixuanzhan
说明: 在图形中让文字旋转起来,是不是一个很有趣的东西呢.图形的处理越来越重要以及对这方面的人才需求也很大的,大家加油哦.(in graphic language allowing rotation, is a very interesting things?. Graphics handling increasingly important and the people in this area is also a great demand, you refueling oh.)
- 2006-03-25 12:57:58下载
- 积分:1
-
89600
89600全套资料。包括使用,说明,矢量分析的介绍,还有破解89000的文件(89600 full set of information. Including the use, instructions, vector analysis, introduction, the paper also crack 89000)
- 2021-01-11 22:08:49下载
- 积分:1
-
vc案例原代码3
这是VC++精彩案例一书的随书光盘(三),里面包含了很多具有代表性的代码,可用于初学VC者参考的好资料(This is a wonderful case with the CD (3), which contains a lot of representative code that can be used when a person VC good reference information)
- 2005-04-13 08:45:54下载
- 积分:1
-
UDPSERAPP
基于UDP协议通信 实现电脑之间的字符通信 简单的聊天功能(character communication based on UDP )
- 2014-09-19 11:46:58下载
- 积分:1
-
bombsetting
VC++编写的完整布雷程序,已经过测试,性能稳定,包含源文件和可执行文件.(VC++ written a complete mining process ,which has been tested, It s a stable performance, including the source files and executable file.)
- 2010-07-04 20:50:39下载
- 积分:1
-
Chicked
Windows编程屏幕涂鸦程序.学习SDK编程的好代码。(Windows programming procedures screen graffiti. Learn good SDK programming code.)
- 2009-03-11 15:21:11下载
- 积分:1
-
RealTime_Plot
实时曲线显示类,VC++语言开发,可同时显示4条曲线(用户可自行增加),提供标尺和信息显示栏,背景网格疏密程度可调,可直接产生DLL移植到其他工程中使用。(Real-time curve display category, VC++ Language development, can simultaneously display four curve (users can increase their own), to provide benchmark and information display boards, the extent of the background grid spacing adjustable, can be directly transplanted to generate DLL in other projects使用.)
- 2008-07-17 20:31:22下载
- 积分: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
-
lan
说明: 局域网视频会议,vc6.0/Windows XP编译通过。(LAN video conferencing, vc6.0/Windows XP compile.)
- 2010-03-26 10:58:50下载
- 积分:1
-
HuffmanTree
该系统应具有以下功能:
(1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。
(2) E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。
(3) D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中。
(4) P:打印代码文件(Print)。将文件CodeFile以紧凑格式显示在终端上,每行50个代码。同时将此字符形式的编码文件写入文件CodePrin中。
(5) T:打印哈夫曼树(Tree printing)。将已在 中的哈夫曼树以直观的方式(树或凹入表形式)显示在终端上,同时将此字符形式的哈夫曼树写入文件TreePrint中。
(The system should have the following features: (1) I: initialization (Initialization). Read from the terminal character set size n, and n and n characters right value, establishes a Huffman tree, and save it in the file hfmTree in. (2) E: encoding (Encoding). Has been built using the Huffman tree (if not in memory, reads from the file hfmTree), the text of the document ToBeTran encoded, and then putting the result in the CodeFile file. (3) D: decoding (Decoding). Huffman tree has been built using the file CodeFile the code will be decoded, the result is stored in the file TextFile. (4) P: Printing code files (Print). CodeFile in a compact format the document displayed on the terminal, one per line 50 code. While this character in the form of written documents CodePrin encoded file in. (5) T: Print Huffman tree (Tree printing). Would have been in the Huffman tree in an intuitive way (tree or recessed table form) displayed on the terminal, but this form of characters written to the file )
- 2013-06-21 13:45:16下载
- 积分:1