搜索资源列表
Millrab
- 经典的MillRab(蒙特卡罗)概率算法,用于素数测试。蒙特卡罗算法的错误概率不超过 (1/4)^k,k为算法的运行次数。-classic MillRab (Monte Carlo) probabilistic algorithm for testing in a few. Monte Carlo algorithm error probability less than (1 / 4) ^ k, k algorithm for the operation frequency.
无限长表达式运算器
- 这个程序的作用是计算并输出运算表达式的值。本程序支持+、-、*、/、^这五个运算操作符,并支持()以及sin()、cos()、tan()、log()、ln()等函数,支持()、函数的多层嵌套。 本程序有一定的容错及判错功能-A program that evaluates an numeric expression, supports five operators: +, -, *, /, ^, and (), also supports functions like sin, cos, tan
spellchecking
- 基于哈希表的一个对于英文文章单词拼写错误检查及更正的优化算法-A hash table based on the article for the English spelling error checking and correction algorithm
ExpresssionEvaluation
- 实现任意长度的四则运算式的计算~拥有完善查错功能-The realization of arbitrary length arithmetic calculation error checking function ~ has a well
TICTACTOEGAME
- 该程序是TICACTOE游戏,棋盘为3×3,3个棋子连起来即为赢。输入参数时,如输入的数字超出边界或已有棋子的地方再输入,则提示出错,要求重新输入。-The program is TICACTOE game board for a 3 × 3,3 chess is to win together. Input parameters, such as the number of input or beyond the border areas have been re-enter the piec
zhifa
- 基于VC控制台开发的基本指法练习的小工具,可以统计练习时的错误率以及练习时间。-VC console based on the basic fingering exercises developed by a small tool, you can practice when the error rate statistics, as well as practice time.
calender
- 8086汇编语言实现的一个万年历,可以接收用户键入的年、月、日,并自动计算显示这个日期对应星期几,有输入提示,输入错误检查及错误提示功能。-A calendar coded by 8086 assembly language, which can receive the year, month, day, and calculate the corresponding date, with input checking,error checking abiliies.
NumericalSummation
- Produce a table of the values of the series (1) for the 3001 values of x, x = 0.0, 0.1, 0.2, …, 300.00. All entries of the table must have an absolute error less than 10-10. This problem is based on a problem from Hamming (1962), when main
shuizhunwang_pingcha
- 本款程序为Visual Studio2008下的C++编写,功能为实现水准网平差。通过已知高程点,各水准路线的观测高差、距离及已知点高程求9个待定高程点高程平差值;以及平差后精度最弱的点及其高程平差值中误差。 -Procedures for Visual Studio2008 this subsection C++ under the written standards for the realization of network adjustment function. By a know
Widrow-Hoff-Training-Method
- The WH class is an implementation of the Widrow-Hoff. The Widrow-Hoff (WH) algorithm, often called Least Mean Square (LMS), is an online-algorithm. The WH can be interpreted as a gradient descent procedure on the error space. In other words, the
Photogrammetry-Resection
- 摄影测量后方交会程序(C++),计算外方位元素,同时通过平差计算其误差。-Photogrammetric resection procedures (C++), calculated exterior orientation, while the error through the adjustment calculation.
Linear_equations
- 解线性方程,误差分析以及时间统计(浮点数,双精度,整数),以及一些结论-Solving linear equations, error analysis, and time statistics (float, double precision, integer), and some conclusions
parser
- Pascal 语言中,复合语句是用begin„ „ end 表示,条件语句的格式是if „ „ then„ „ else„ „ 表示,其中,else 子句可以出现也可以不出现。编一函数,检查Pascal 源文件 中的begin 和end 是否配对,if、then、else 是否配对。 输入:从名为pascal.in的文件中读入数据,该文件中即包含一个没有注释的pascal程序。 输出:输出文件名为p
upan
- 这是一个控制台程序,可以实现开机启动,U盘插入时偷取U盘中的doc,txt,jpg文件,保存在D盘一个系统隐藏的文件夹中,让后发动到邮箱,这里还有一个BUG,加入没有连接网络的话会报错。-This is a console application, you can boot U disk into the theft of the U disk, doc, txt, jpg files, stored in the D drive a system hidden folder, so that
InfixExpression
- 一个控制台中缀表达值求值程序,相当于一个科学计算器。只支持四则运算,不能纠错。数据结构必备。-A console infix expression value of the evaluation procedure, the equivalent of a scientific calculator. Only supports four operations, not error correction. Data structure is essential.
calculator
- 计算器,功能要求: <1>用户输入算式文本,确定后程序给出计算结果,支持两个操作数的加减乘除四则运算即可。例如 用户输入“1234+5678”,敲回车键后,屏幕显示“1234+5678=6912”,然后等待用户输入下一个算式文本; 又如用户输入“123/78”,敲回车键后,屏幕显示“123/78=1.577”, 然后等待用户输入下一个算式文本; 乘法符号用“*”表示 <2>操作数最多不超过四位,可以是整数或小数;结果如果是小数,保留到小数点后3位。
ApiSampleModi
- st官方开源命令行写入工具本人修改版,缩短了命令行参数长度以适应在其他程序中调用,避免调用时出现命令行超过255字节错误。-st official open source command line writes the modified version of the tools I shorten the length of the command line parameters to adapt to call other programs to avoid the command line,
TouchReader
- 触摸屏程序。已经过测试,生成无错误,可用程序。-Touch screen program. Has been tested to generate error-free programs that are available.
SmallVC
- 最小的编译器,可以编译控制台程序,还可以给出错误信息,会自动用记事本打开。-Minimum compiler can compile console program can also give an error message, it will automatically use Notepad to open.
DES
- 标准DES算法,控制台操作可对任意文件进行加解密,没有错误和BUG,代码都写有注释。使用C-Free,VS或VC++都可以进行编译。-Standard DES algorithm, console operator can encrypt and decrypt any file, no error and BUG, code written comments.
