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

搜索资源列表

  1. e2

    0下载:
  2. 是一款用vc++编写的计算levshtein距离的程序.也就是可以做time alignment,计算两个文档之间最小的距离(插入,删除,替换的最小次数)-is a preparation using vc levshtein distance calculation procedures. It is time to do alignment, the two documents between the calculated minimum distance (insertion, delet
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:116.56kb
    • 提供者:冷彦
  1. 递归枚举模板

    0下载:
  2. 递归枚举模板 问题描述:生成长度为n的字串,其字符从26个英文字母的前p(p≤26)个字母中选取,使得没有相邻的子序列相等。例如p=3,n=5时: //  abcba 满足条件 //  abcbc 不满足条件 //输入:n p //输出:所有满足条件的字串及总数-recursive template Problem descr iption : n generation length of the string and its 26 characters from the
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1.26kb
    • 提供者:qew
  1. 实验一

    0下载:
  2. 选择一个调度算法,实现处理器调度。 二、实习目的 在采用多道程序设计的系统中,往往若干个进程同时处于就绪状态。当就绪进程个数大于处理器数时,就必须依照某种策略来决定那些进程优先占有处理器。本实习模拟在单处理器情况下的处理器调度,加深了解处理器调度的工作。 -choose a scheduling algorithm to achieve processor scheduling. 2, internships aim of the introduction of multi-chan
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:7.01kb
    • 提供者:郭郭
  1. 多态

    0下载:
  2. 一次java课实验,内含多个练习java中多态机制的程序-a java class experiments, consisted of a number of exercises java Multi-state mechanism of procedures
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:6.57kb
    • 提供者:scj
  1. Serial_enumser

    0下载:
  2. 一个不错的控制台函数,它检测计算机上有多少可用的串口-a good console function, it detects the number of computers available Serial
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:5.57kb
    • 提供者:安杰伦
  1. Complex_Number

    0下载:
  2. Complex Number用来计算复数,具体功能压缩包内有英文解释,英文不好的慢慢看哦-Complex Number used to calculate the plural and specific functions within a compressed English explained, slowly English is not good, the FACT
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:35.67kb
    • 提供者:Gellss
  1. myknapsack

    1下载:
  2. a) 0-1背包问题采用的是动态规划法,该算法思想简介如下: 有些问题常常没有办法把它们分成较小数目的子问题,在这种情况下,可以试着把问题分成必要多的子问题,每个子问题又可以分成数目不确定的必要多的子子问题,这样就会产生大量的子问题。如果分得的子问题界限不清,互相交叉,则在大量的子问题中会存在一些完全相同的子问题,因而在解这类问题时,将可能重复多次解同一个子问题。这种重复当然是不必要的,避免的方法可以在解决一个子问题后把它的解(包括其子子问题的解)保留下来,若遇到求解与之相同的子问题的时候,
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1.57kb
    • 提供者:林茜
  1. gou1

    0下载:
  2. 从键盘输入N个数字,程序将对这些数进行由大到小的排序。程序采取的的冒泡排序法,且程序输出了其每一趟排序的具体过程-N input from the keyboard figures, the number of these procedures will be conducted importance of the ranking. The procedures Bubble Sort of law and its procedures output per trip sequencing of
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:10.28kb
    • 提供者:gouhuafeng
  1. Srand

    0下载:
  2. 生成随机数的一个小程序,这种方法每次调用第一次产生的随机数相同率很高,但是做个循环连续调用几次,然后调用最后一次得到的随机数,就可以避免这种问题-Random Number Generation of a small program called this method the first time the same number of random high rate But to be a continuous cycle called several times, and then the
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:7.4kb
    • 提供者:张团周
  1. 112255

    0下载:
  2. 输入一个数字,以螺旋的方式向里面递加,最终形成一个方阵。要面试的同学建议-importation of a number of ways to screw to the inside of progressive, ultimately form a matrix. To interview the students look at the recommendations
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:7.09kb
    • 提供者:李乘风
  1. programs

    0下载:
  2. 一个可以将大文件分割的小程序。注意写路径得时候最后一个文件夹一定要加上\\,文件编号从0开始-a large file can be divided in small programs. Path to write the final time in a folder must add \\, document number, starting from 0
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:21.58kb
    • 提供者:WY.lslrt
  1. ipmon_src

    0下载:
  2. 一个管理小工具,可以进行IP检测,并拒绝指定的IP,以及连接数量超过一定数量的IP-a small management tool that can be IP testing, and refused to designated IP, and connect with more than a certain number of IP
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:102.43kb
    • 提供者:hehe
  1. 6paixusuanfa

    0下载:
  2. 1、 演示程序对6种内部排序算法(堆排序、直接插入排序、简单选择排序、快速排序、希尔排序、归并排序)作输入实测比较。 2、 待排序表的元素的关键字为整数。用户可输入不同数据作测试比较。比较的指标为关键字参加的比较次数(用compCount计量)和关键字的移动次数(用shiftCount计量,关键字交换计为3次移动)。 3、 演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”下,用户可由键盘输入待排序表的表长(不大于20)和数据。 4、 每次测试完毕,显示各种
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:31.84kb
    • 提供者:张涛
  1. CountTheNumberOfTheWord

    0下载:
  2. 这个程序可以统计一个文本文件中的英文单词的个数,用了SPI中的MAP-this procedure can be a text file statistics of the number of English words with the SPI the MAP
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1.04kb
    • 提供者:chenjing
  1. henclib263

    0下载:
  2. 客户机/服务器系统比文件服务器系统能提供更高的性能,因为客户端和服务器端将应用的处理要求分开,同时又共同实现其处理要求,对客户端程序的请求实现“分布式应用处理”。服务器为多个客户端应用程序管理数据,而客户端程序发送、请求和分析从服务器接收的数据,这是一种“胖客户机 (Fat Client)”,“瘦服务器 (Thin Server)”的网络计算模式。服务器处理服务要求的过程实际是,先获取传送来的头信息,然后根据头信息新建文件,然后继续接受数据写入文件,当接受完数据后关闭文件。-client / s
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:2.6mb
    • 提供者:徐航
  1. 编写一个判断一个数字是否是素数的函数

    0下载:
  2. 编写一个判断一个数字是否是素数的函数,利用该函数求200以内的素数之和。(素数指除了1和它本身之外,该数没有其他因子,例如101就是一个素数。)-Write a judge whether a number is prime function, using the function evaluation within 200 prime numbers. (In addition to a prime number, and it refers to itself, not the number
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2012-03-29
    • 文件大小:411.71kb
    • 提供者:testsb
  1. The-number-of-statistical-character

    0下载:
  2. 输入一行字符,分别统计出其中英文字母、数字、空格和其他字符的个数。-Enter a line of characters, respectively, the statistics of the number of the English letters, numbers, spaces and other characters.
  3. 所属分类:Console

    • 发布日期:2017-03-24
    • 文件大小:685byte
    • 提供者:张一
  1. ASKII-related-to-decimal-number

    0下载:
  2. ASCII码和十进制数的对照表,非常便于查阅-ASCII table related to decimal number
  3. 所属分类:Console

    • 发布日期:2017-11-07
    • 文件大小:5.38kb
    • 提供者:richard
  1. conversion-of-number-systems

    0下载:
  2. 进制转换问题conversion of number systems-conversion of number systems
  3. 所属分类:Console

    • 发布日期:2017-11-13
    • 文件大小:725byte
    • 提供者:清风
  1. Magnetic-Number

    0下载:
  2. 验证磁力数6147,495的存在.输入任意四位数或三位数,按照规则计算后,最后必然得到6147或者495.-Verify the presence of a magnetic number 6147,495. Enter any four-digit or three-digit, calculated in accordance with the rules after the last bound to obtain 6147 or 495.
  3. 所属分类:Console

    • 发布日期:2017-04-12
    • 文件大小:622byte
    • 提供者:袁田
« 12 3 4 5 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com