CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - error

搜索资源列表

  1. Millrab

    0下载:
  2. 经典的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.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:265968
    • 提供者:lixing
  1. 无限长表达式运算器

    0下载:
  2. 这个程序的作用是计算并输出运算表达式的值。本程序支持+、-、*、/、^这五个运算操作符,并支持()以及sin()、cos()、tan()、log()、ln()等函数,支持()、函数的多层嵌套。 本程序有一定的容错及判错功能-A program that evaluates an numeric expression, supports five operators: +, -, *, /, ^, and (), also supports functions like sin, cos, tan
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:14878
    • 提供者:飞杨
  1. spellchecking

    0下载:
  2. 基于哈希表的一个对于英文文章单词拼写错误检查及更正的优化算法-A hash table based on the article for the English spelling error checking and correction algorithm
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:1607815
    • 提供者:jimmy
  1. ExpresssionEvaluation

    0下载:
  2. 实现任意长度的四则运算式的计算~拥有完善查错功能-The realization of arbitrary length arithmetic calculation error checking function ~ has a well
  3. 所属分类:Console

    • 发布日期:2017-05-07
    • 文件大小:1348733
    • 提供者:excalibur
  1. TICTACTOEGAME

    0下载:
  2. 该程序是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
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:49370
    • 提供者:陈灿
  1. zhifa

    0下载:
  2. 基于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.
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:1290877
    • 提供者:summer
  1. calender

    1下载:
  2. 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.
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:3005
    • 提供者:marse
  1. NumericalSummation

    0下载:
  2. 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
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:532
    • 提供者:Cloudhyde
  1. shuizhunwang_pingcha

    0下载:
  2. 本款程序为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
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:1108099
    • 提供者:豆豆
  1. Widrow-Hoff-Training-Method

    0下载:
  2. 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
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:47863
    • 提供者:kader125
  1. Photogrammetry-Resection

    0下载:
  2. 摄影测量后方交会程序(C++),计算外方位元素,同时通过平差计算其误差。-Photogrammetric resection procedures (C++), calculated exterior orientation, while the error through the adjustment calculation.
  3. 所属分类:Console

    • 发布日期:2017-03-31
    • 文件大小:2006
    • 提供者:王亚飞
  1. Linear_equations

    0下载:
  2. 解线性方程,误差分析以及时间统计(浮点数,双精度,整数),以及一些结论-Solving linear equations, error analysis, and time statistics (float, double precision, integer), and some conclusions
  3. 所属分类:Console

    • 发布日期:2017-05-16
    • 文件大小:4142781
    • 提供者:王健泽
  1. parser

    0下载:
  2. Pascal 语言中,复合语句是用begin„ „ end 表示,条件语句的格式是if „ „ then„ „ else„ „ 表示,其中,else 子句可以出现也可以不出现。编一函数,检查Pascal 源文件 中的begin 和end 是否配对,if、then、else 是否配对。 输入:从名为pascal.in的文件中读入数据,该文件中即包含一个没有注释的pascal程序。 输出:输出文件名为p
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:1091
    • 提供者:lijinping
  1. upan

    0下载:
  2. 这是一个控制台程序,可以实现开机启动,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
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:14062
    • 提供者:martin
  1. InfixExpression

    0下载:
  2. 一个控制台中缀表达值求值程序,相当于一个科学计算器。只支持四则运算,不能纠错。数据结构必备。-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.
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:14541
    • 提供者:魏翔
  1. calculator

    0下载:
  2. 计算器,功能要求: <1>用户输入算式文本,确定后程序给出计算结果,支持两个操作数的加减乘除四则运算即可。例如 用户输入“1234+5678”,敲回车键后,屏幕显示“1234+5678=6912”,然后等待用户输入下一个算式文本; 又如用户输入“123/78”,敲回车键后,屏幕显示“123/78=1.577”, 然后等待用户输入下一个算式文本; 乘法符号用“*”表示 <2>操作数最多不超过四位,可以是整数或小数;结果如果是小数,保留到小数点后3位。
  3. 所属分类:Console

    • 发布日期:
    • 文件大小:935
    • 提供者:wangliangtao
  1. ApiSampleModi

    0下载:
  2. 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,
  3. 所属分类:Console

    • 发布日期:2017-11-11
    • 文件大小:2827172
    • 提供者:sunny
  1. TouchReader

    0下载:
  2. 触摸屏程序。已经过测试,生成无错误,可用程序。-Touch screen program. Has been tested to generate error-free programs that are available.
  3. 所属分类:Console

    • 发布日期:2017-12-03
    • 文件大小:1986898
    • 提供者:陈东来
  1. SmallVC

    0下载:
  2. 最小的编译器,可以编译控制台程序,还可以给出错误信息,会自动用记事本打开。-Minimum compiler can compile console program can also give an error message, it will automatically use Notepad to open.
  3. 所属分类:Console

    • 发布日期:2017-12-05
    • 文件大小:2788462
    • 提供者:刘光明
  1. DES

    0下载:
  2. 标准DES算法,控制台操作可对任意文件进行加解密,没有错误和BUG,代码都写有注释。使用C-Free,VS或VC++都可以进行编译。-Standard DES algorithm, console operator can encrypt and decrypt any file, no error and BUG, ​ ​ code written comments.
  3. 所属分类:Console

    • 发布日期:2017-12-02
    • 文件大小:4303
    • 提供者:袁明扬
« 12 3 »
搜珍网 www.dssz.com