Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - arithmetic
Search - arithmetic - List
DL : 0
有关贝叶斯算法的java程序 优化计算和预测功能 比较好用-bayes arithmetic using java program
Update : 2024-05-19 Size : 15360 Publisher : 李晓亚

DL : 0
图形图像处理中常用的编码,拉普拉斯高斯编码、游程编码、算术编码、Huffman编码、Sobel编码等。-graphics processing commonly used coding, coding Laplace Gaussian, RIc, arithmetic coding, Huffman coding, coding Sobel.
Update : 2024-05-19 Size : 5120 Publisher : dz


Update : 2024-05-19 Size : 67584 Publisher : ftp

这是操作系统中的一个进程调度算法的源程序!使用delphi7.0K开发!-This is a programme of arithmetic of process attemper with DELPHI 7.0.
Update : 2024-05-19 Size : 197632 Publisher : 罗刚

DL : 0
在TC中,图形都最多只能在640X480的分辩率下编程,本源程序说明如何用C语言编写高分辩率的图形程序!----只说明如何初始化为高分辩率,其它算法功能都是相同的!-in TC, the graphics are only in the most easily visible outdoors under the Resolution Program, the source how to use C language to prepare high-resolution graphics only hostile to procedures on how to initialize the high-resolution, the other arithmetic functions are the same!
Update : 2024-05-19 Size : 1024 Publisher : 李平

这是一个可以实现长整数加减乘除的程序,请大家多多指教-this can be achieved is a long integer arithmetic procedures, please exhibitions
Update : 2024-05-19 Size : 2048 Publisher : 阿亮

DL : 0
浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus<f1, f2>::value // f1+f2 的结果 btil::fn::minus<f1, f2>::value // f1-f2 的结果 btil::fn::multiplies<f1, f2>::value // f1*f2 的结果 btil::fn::divides<f1, f2>::value // f1/f2 的结果 plus<f1, f2>::value::f_val // f1+f2 的结果的值 struct one { static const double f_val = 1.0 } // 两个浮点数 struct two { static const double f_val = 2.0 } minus<two, plus<divides<one, two>::value, one>::value >::value::f_val == 0.5 取负 取负运算就是取一个浮点数的负数。-float basic operations of the basic operations are four major operations, symbols, sizes, and float-watchman's rattle so. The first document contains "fn.hpp"# include "fn.hpp" float float basic operations of the basic operations are, plus or minus, riding, except from negative, in absolute terms, a comparison of the same. The arithmetic, plus or minus, multiplication and four Operational very similar, two parameters are needed, of course, is the result of the float. Example :// arithmetic btil : : fn : : pluslt; F1, f2gt; : : Value// f1 f2 results btil : : fn : : minuslt; F1, f2gt; : : Value// f1- f2 btil the results : : fn : : multiplieslt; f1, f2gt; : : value// f1- f2 results btil : : fn : : divideslt; f1, f2gt; : : value// f1/f2 pluslt results
Update : 2024-05-19 Size : 114688 Publisher : 杨海青

DL : 0
自己用C编写的小游戏,DOS界面哦,可以运行。 浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus<f1, f2>::value // f1+f2 的结果 btil::fn::minus<f1, f2>::value // f1-f2 的结果 btil::fn::multiplies<f1, f2>::value // f1*f2 的结果 btil::fn::divides<f1, f2>::value // f1/f2 的结果 plus<f1, f2>::value::f_val // f1+f2 的结果的值 struct one { static const double f_val = 1.0 } // 两个浮点数 struct two { static const double f_val = 2.0 } minus<two, plus<divides<one, two>::value, one>::value >::value::f_val == 0.5 取负 取负运算就是取一个浮点数的负数。-prepare themselves with a small C games, DOS interface, oh run. Float Float basic operations of the basic operations are four major operations, symbols, sizes, and float-watchman's rattle so. The first document contains "fn.hpp"# include "fn.hpp" float float basic operations of the basic operations are, plus or minus, riding, except from negative, in absolute terms, a comparison of the same. The arithmetic, plus or minus, multiplication and four Operational very similar, two parameters are needed, of course, is the result of the float. Example :// arithmetic btil : : fn : : pluslt; F1, f2gt; : : Value// f1 f2 results btil : : fn : : minuslt; F1, f2gt; : : Value// f1- f2 btil the results : : fn : : multiplieslt; f1, f2gt; : : value// f1- f2 results btil :
Update : 2024-05-19 Size : 273408 Publisher : 杨海青

A * 算法的源程序,给定地图,可以从开始地点寻找路径到目的地。-This is a* arithmetic source code, appointed a map, it can search route from start spot to destination.
Update : 2024-05-19 Size : 13312 Publisher :

多数程序设计语言处理整数的能力是有限的,如C语言中,int类型数据范围是-32767----32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,本程序是设计算法实现大整数的加减运算。-majority programming language processing is integral to the limited capacity, such as C language, int data type is the scope-32767---- 32767. Practical problems of the treatment process often involves large integer arithmetic, such as the RSA encryption algorithm requires at least 64-bit integers, the procedure is designed algorithm large integer addition and subtraction operations.
Update : 2024-05-19 Size : 1024 Publisher : 王承陶

DL : 0
完成标准中缀算术表达式到后缀表达式的自动转换。-completed standard grade arithmetic expression of the suffix expression of an automatic conversion.
Update : 2024-05-19 Size : 5120 Publisher : 陆春华

DL : 1
图像处理中的一个算法, 提供分水岭算法的详细代码。-a arithmetic of image processing, codes for watershed arithmetic.
Update : 2024-05-19 Size : 37888 Publisher : 王磊

GIF动画解码算法,用VC做的外壳,内部是纯C语言实现的算法,很有参考价值,尤其是可以参考做为嵌入式系统实现GIF动画。-An decode arithmetic for GIF animated cartoon. Its shell is made with VC, and internal arithmetic is implemented with pure C language. It has value to refer,especially we can refer to it ro implemente GIF animated cartoon in embedded system.
Update : 2024-05-19 Size : 12288 Publisher : 余爱军

加减乘除练习用的程序,它可以让学生练习加减乘除等数学运算。-arithmetic practice with the procedure, it can allow students to practice arithmetic and other mathematical calculations.
Update : 2024-05-19 Size : 3072 Publisher : 杨勇登

DL : 1
网游奇迹的战士配点算法软件,是当初游戏时自己编写来玩的,采用VC编写,界面简单使用方便!-an arithmetic software on the network game "Mu".it was used to enjoy myself in the first. it was writen by Vc ,and was designed very convenient to use .
Update : 2024-05-19 Size : 21504 Publisher : 萧寒月

计算用运算符后缀法表示的表达式的值。后缀表达式也称逆波兰表达式,比中缀表达式计算起来更方便简单些,中缀表达式要计算就存在着括号的匹配问题,所以在计算表达式值时一般都是先转换成后缀表达式,再用后缀法计算表达式的值。如:表达式(a+b*c)/d-e用后缀法表示应为abc*+d/e-。只考虑四则算术运算,且假设输入的操作数均为1位十进制数(0—9),并且输入的后缀形式表达式不含语法错误-calculated Operators suffix France said the value of the expression. Suffix expression also called inverse Poland expression, which is made up of formulas can be more convenient for some simple, ordinary expression to calculate the brackets on the existence of the matching problem, in the calculation of expression values are generally first converted into a suffix expression, reuse suffix calculated the value of the expression. Such as : The expression (a, b* c)/d-e suffix method used to be said for abc* d/e-. Consider only four arithmetic operations and the operation of input assumptions are a few decimal (0-9), and enter the suffix-free form expression syntax errors
Update : 2024-05-19 Size : 1024 Publisher : 刘一

一java的小应用程序,在游戏中,用户随意抽出四张扑克牌,用加减乘除的方法将它们连接起来,使得结果等于24。-a small application, in a game in which users randomly picked four cards using the arithmetic method of connecting them, making the results mean 24.
Update : 2024-05-19 Size : 605184 Publisher :

高精度源程序,可进行任意长度的加减乘除模运算,本程序的大数用数组与表示数组长度一个结构表示-precision source, the length of the arbitrary arithmetic modulo operation, the majority of the procedures used with arrays of arrays length of a structure of
Update : 2024-05-19 Size : 1024 Publisher : ZJF

一个算术编码实现的过程,自己研究时使用,别人要是对我有什么意见欢迎E我-achieve an arithmetic coding process, the use of their own research, to others if I have any advice I welcome E
Update : 2024-05-19 Size : 37888 Publisher : 周银春

一个利用C语言来实现加密算法之DES算法的源码。-A source program of DES arithmetic using C .
Update : 2024-05-19 Size : 6144 Publisher : 彭晓明
« 1 2 ... 44 45 46 47 48 4950 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.