Welcome![Sign In][Sign Up]
Location:
Search - arithmetic

Search list

[Data structs稀疏矩阵运算器

Description: 题目:稀疏矩阵是指那些多数元素为0的矩阵.利用稀疏特点进行存储和计算可以大大节省存储空间,提高计算效率.实现一个能进行稀疏矩阵基本运算的运算器.基本要求:以带行逻辑连接信息的3元组顺序表表示稀疏矩阵,实现两个矩阵相加,相减和相乘的运算.矩阵的输入形式采用3元组表示,而运算结果的矩阵则以通常的阵列形式列出.概要设计:1.以带行逻辑连接信息的3元组顺序表表示稀疏矩阵2.本程序包含2个模块:(1) 各集合定义模块(2) 主程序模块-topics : sparse matrix refers to those elements for most of the matrix 0. Using sparse features storage and computation can be greatly reduced storage space and improve computational efficiency. One can achieve for sparse matrix operations basic computing device. Basic requirements : OK logical connection with the three yuan Information Group the order said the sparse matrix table to achieve two matrices together, subtract and multiply arithmetic. Matrix entry forms using three yuan Group said, and the results of the matrix operations while the usual array listed. summary of design : 1. in line with the logic of information linking the three element group said sparse chronology matrix 2. this program contains two modules : (1) Set module (2) main program module
Platform: | Size: 47104 | Author: 雨后阳光 | Hits:

[Windows Developcn700_vc511678900355

Description: 求阶乘算法(0---10000)标准C++语言控制台应用程序 可能很多人都曾经想过要实现一些比较大的数的阶乘,但是C++中提供的标准数据类型其存储空间太小,根本无法实现。我们可以通过其他方法来实现,本程序用一个很简单的算法实现数的阶乘,程序很短,也很简单,各处都有注释,相信大家很容易就可以看懂,下载源码后在VC6.0中打开编译后即可运行,程序经少许改动可以实现更大的数的阶乘,有兴趣的读者在看完本程序后可一动手试试,其乐无穷!!希望这个程序能给大家一点帮助-The arithmetic for counting factorial(0-10000) This is a standard C++ language console application, many people could want to relize the factorial of some large numbers, but the memory space of the standard data type provided by the C++ is too small, so it can not realize at all. But we can realize it by other method, the program realize the factorial of the number you give by a simple arithmetic ,this is a short and easy program, and there are remarks everywhere, I believe that everyone can easily understand it, after downloading the sound code you can open it in VC6.0, then edit and run it. you also can change something to realize the factorial of a larger number, the reader who is interesting in it can have a try, there are more happiness in it!! At last, I hope that the program can give you some help.
Platform: | Size: 1024 | Author: 张权 | Hits:

[Algorithm^^A_big_nu1648259212003

Description: This program is to handle all possible arithmetic operations (+, -, *, /, %) and logic operations (<, >, >=, <=, ==, !=) between 2 numbers, which have quite a lot of number of digits.-This program is to handle all possible arithmetic operations (+,-,*, /, %) and logic operations (<, >, >=, <=, ==, !=) between 2 numbers, which have quite a lot of number of digits.
Platform: | Size: 3072 | Author: liudm_123456 | Hits:

[Compress-Decompress algrithmslzari_huf

Description: In each step the LZSS algorithm sends either a character or a <position, length> pair. Among these, perhaps character "e" appears more frequently than "x", and a <position, length> pair of length 3 might be commoner than one of length 18, say. Thus, if we encode the more frequent in fewer bits and the less frequent in more bits, the total length of the encoded text will be diminished. This consideration suggests that we use Huffman or arithmetic coding, preferably of adaptive kind, along with LZSS.-In each step the LZSS algorithm sends either a character or a lt;position, lengthgt; pair. Among these, perhaps character "e" appears more frequently than "x", and a lt;position, lengthgt; pair of length 3 might be commoner than one of length 18, say. Thus, if we encode the more frequent in fewer bits and the less frequent in more bits, the total length of the encoded text will be diminished. This consideration suggests that we use Huffman or arithmetic coding, preferably of adaptive kind, along with LZSS.
Platform: | Size: 4096 | Author: 冰冰 | Hits:

[Otherlong_int200

Description: 实现长整数型的运算,加 减 乘 等 解决了越界的问题 可以计算两百位的数!-achieve long-integer arithmetic, as modified by the cross-border solution to the problem of calculating the number 200!
Platform: | Size: 230400 | Author: 吴丹 | Hits:

[Windows DevelopC语言代码

Description: OCR算法代码。 这不是一个完整的系统,没法生成可执行程序。 代码基于Linux/KDE开发,用到了C++标准模板库。 代码的目的是向读者展示一个OCR系统包括哪些部分,如何工作, 读者可以借鉴这些代码,改动后用到自己的系统中。 由于这是从一个完整的OCR系统中抽取的部分代码, 所以这些代码无法单独编译。 两个*.dat文件如下: char_data.dat:字符特征数据 words_de.dat:词库(后处理用)-OCR arithmetic code. It is not a complete system, and not build execute program. The development of this code based on Linux/KDE, and used C++ standard moulding board library. Its purpose to lay out including parts and how to work in an OCR system to reader. You, Reader, also could use these code for reference, and used in your system after altered. These code could not be build by itself because it is extracted from a whole OCR system. Two file of*.dat is : char_data.dat: Characteristic data of character words_de.dat: word library (used in after-disposal).
Platform: | Size: 873472 | Author: 李权波 | Hits:

[Windows Developfaceeditapp

Description: 用VC编写的人工神经faceeditapp算法,还不尽完美!欢迎下载指导!-Artifical nerve faceeditapp arithmetic programed with VC,it is not perfect yet.Welcome to download and guide.
Platform: | Size: 47104 | Author: 王哲 | Hits:

[Windows Develop求积分

Description: 用vc编写的求积分的算法程序!还不尽完美!欢迎下载指导!-A quadrature arithmetic programmed with VC.It still has faults,welcome to download and give your valuable advice
Platform: | Size: 44032 | Author: 王哲 | Hits:

[OS Developqasw sgww q

Description: 先进先出优先算法可以解决一些常见问题并为其源程序-FIFO arithmetic,it can solve some common question.It have source code.
Platform: | Size: 1024 | Author: tom | Hits:

[Windows Developchulijidaiodu

Description: 处理器调度 设计一个按优先数调度算法实现处理器调度的程序。-Processor scheduler:achieve processor schedule with priority number scheduling arithmetic.
Platform: | Size: 1024 | Author: htg | Hits:

[Windows Develop频繁树算法

Description: 频繁树增长算法的特点以及在现实生活中的应用-introduce the feature of frequency tree arithmetic and its application.
Platform: | Size: 35840 | Author: 周庆 | Hits:

[AI-NN-PRAlgorithm-SVM-0.11.tar

Description: 在人工智能中模式识别比较新的分类算法,支持向量机.用于特征分类.-A new classify arithmetic of pattern-recognition in artificial intelligence,use support vecotr machine to classify the characteristic
Platform: | Size: 50176 | Author: rabo | Hits:

[Technology Management词法分析器(wendang)

Description: /*本程序用于词法分析:从DOS界面输入一行的C语句,并以#号结尾(注意必须以这个为结束标志,否则出错),要求输出对应的单词的种类码和该类中的 内码。其中,关键字种类为1,分界符种类为2,算术运算符、关系运算符、常数、标识符分别为3、4、5、6。-/* this procedure uses in the lexical analysis: Inputs a line of C sentence from the DOS contact surface, and take# the number ending (attention must by this as end mark, otherwise makes a mistake), request output correspondence word type code and this kind of center encoding. Among them, the essential character type is 1, the dividing line symbol type is 2, the arithmetic operator, the relational operator, the constant, the identifier respectively are 3, 4, 5, 6.
Platform: | Size: 6144 | Author: 徐昕 | Hits:

[Chess Poker games比心算

Description: "比心算"是一个锻炼玩家心算和快速反应能力的游戏,非常适合java初级学习者,能够通过编写提高对数组,字符串与异常处理的能力.PS:我也是个java爱好者,希望与大家共同进步.-"than mental arithmetic" is a player mental arithmetic training and rapid reaction capability of the game and are very suitable for java primary learners to improve through the preparation of an array, string and exception handling capabilities. PS : I am also a java lovers, hope and common progress.
Platform: | Size: 53248 | Author: 杨军 | Hits:

[Windows Developslcm

Description: 操 作系统的实验程序,经典的银行家算法,界面交互性友好性不错-A test program of operating system,based on classic banker arithmetic with a friendly interface.
Platform: | Size: 2048 | Author: 孙云 | Hits:

[Windows Developqjs00

Description: 数据结构的一个程序,叫秦九韶算法。计算方法也应用到。-A program of data structure,which named QINGJIUSHAO arithmetic.It also includes caculating method.
Platform: | Size: 248832 | Author: 孙云 | Hits:

[Othercanculator

Description: 实现了一个简单的计算器的功能,可以加减乘除,还要其他一些数学运算,如乘方等.-achieve a simple calculator functions, arithmetic, but also a number of other mathematical calculations, such as involution.
Platform: | Size: 2048 | Author: 张强 | Hits:

[Graph programpinghua

Description: 包含对一幅扫描图像进行锐化,平滑,中值滤波等基本的算法。-include image edge,smooth, median filter arithmetic
Platform: | Size: 4096 | Author: 邹少林 | Hits:

[Windows DevelopBresenham_Middle_line

Description: 图形直线中点生成算法,Bresenham画直线,Bresenham画椭圆-This is a arithmetic of Bresenham_Middle_line.It draw line and ellipse acrossed Bresenham.
Platform: | Size: 51200 | Author: 沈征华 | Hits:

[Multimedia Developcbs3-20020516[1].tar

Description: CBS是一个科学计算器工具,它首次以教育工具出现在法国二进制模拟转换测试中。当你选中“Step by step”选项,你将可以看见计算器是如何处理你的你的算术表达式的。“Calc-By-Step”程序可以在英语和法语两种模式中使用。“Calc-By-Step ”程序是Delphi语言建立的计算器程序,可以显示如何创建词汇剖析器和求值程序。在压缩包中包含Delphi 5的原代码,“Calc-By-Step” 是一个自由程序。-CBS is a scientific calculator tool, the first tool of education in France binary conversion testing. When you select the "Step by step" option, you will be able to see the calculator is how to deal with your your arithmetic expressions. "Calc-By-Step" to be made by the English and French were used in two modes. "Calc-By-Step" process is the establishment of the Delphi language calculator program that can show how to set up a glossary for analysis and evaluation procedures. The compression package contains five Delphi's original code, "Calc-By-Step" is a free program.
Platform: | Size: 313344 | Author: 侯为 | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net