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

搜索资源列表

  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. SaveShutDownWindows

    0下载:
  2. 安全关闭windows系统。关闭windows系统可以使用ExitWindowsEx这个API,但是有时关闭时有些进程会没相应,需要人为终止。所以在本程序中我先将用户进程先终止掉,然后再关闭系统。-closed windows security system. Close windows system ExitWindowsEx can use this API, However, sometimes when some of the closure process will be no cor
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1.5kb
    • 提供者:曹京
  1. coursesystem

    0下载:
  2. 课程成绩管理程序,用Java RMI实现,具有以下功能: 1.客户端能够录入课程名称、课程编号、授课教师、学号、学生名称、学生成绩; 2.客户端能够按照课程名/课程编号或者学生名称/学号查询成绩; 3.对于成绩不及格的同学,服务器端可以用回调方法通知学生补考时间和地点。 -courses results management process, using Java RMI, has the following functions : 1. Client programs can
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:17.04kb
    • 提供者:li
  1. jisuanjisuoding

    0下载:
  2. 这是一个计算机锁定程序,还不错,不过有些短,不过没有关系啦,要效率嘛-This is a computer locking procedures, quite good, but some are short, but -- no relationship to the efficiency!
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:952byte
    • 提供者:电子狂
  1. myknapsack

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

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

    0下载:
  2. 是个纯粹c语言编写的控制台应用程序。能完成成绩管理中的插入,排序,查找,删除,修改功能。成绩保存在默认的文件中,用户可选择启动时是否加载文件或退出程序时是否保存本次结果。 该程序的不足之处是:没有做图形用户界面,用户操作可能不是太方便。没有用数据库,而是直接将程序结果保存到文件中。 该程序较好的实现了成绩管理的功能部分。这部分c代码可用作进一步开发的资源。-is purely c language console applications. Complete results of the
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:36.38kb
    • 提供者:xuwei
  1. j_9238_input

    0下载:
  2. 实现文本内容的自动校验,标签属性与普通input相似,使用该标签后无需再考虑数据提交时的据校验问题。与struts的动态表单需要大量配置校验文本规则相比,这里的工作量为0。 -achieve text automatic calibration, labeling and regular input attributes similar after using the label no longer consider the data submitted was checking the p
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:16.9kb
    • 提供者:rocky
  1. intToFloat

    1下载:
  2. 将int类型数据转化为float型。对于没有浮点运算器的平台非常适合。-will int data type conversion to float type. For no floating point unit is suitable for the platform.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1.25kb
    • 提供者:abc
  1. 1316-How-Many-Fibs

    0下载:
  2. HDU ACM 1316 Problem Descr iption Recall the definition of the Fibonacci numbers: f1 := 1 f2 := 2 fn := fn-1 + fn-2 (n >= 3) Given two numbers a and b, calculate how many Fibonacci numbers are in the range [a, b].
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2016-01-25
    • 文件大小:1kb
    • 提供者:zzyazz
  1. DOS_edlin

    0下载:
  2. DOS下行编辑器 功能: 编辑软件的状态 编辑软件分为两种状态: 状态一:命令状态(命令态) 输入、处理各种行编辑命令。所输入的内容要根据事先定义的编辑命令进行解释,完成规定的操作。 编辑命令状态提示符:* 状态二:行输入状态(编辑态) 输入文本行。所输入的内容要全部作为文本存入文件中。 输入态提示符:无 系统启动进入命令状态,显示提示符 *。-DOS downlink editor functions : editing software edi
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:24.88kb
    • 提供者:
  1. Hopfield

    0下载:
  2. hopfield network realization on C++. this is no module realization but it is work.
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:1.46kb
    • 提供者:two2off
  1. winscript_example

    0下载:
  2. VBscr ipt wrapper class allow to add vbscr ipt scenaries to applications. No MFC/ATL/etc. Example:scr iptEngine engine engine.Initialize() engine.AddDispatch(L"MyFunction",MyFunctionHandler) engine.Parsescr ipt(L"scr iptText) engine.Execite() -V
  3. 所属分类:Console

    • 发布日期:2017-03-24
    • 文件大小:9.9kb
    • 提供者:Andrey
  1. God

    0下载:
  2. 用Windows控制台程序实现A*算法在交通网络中寻找最短路径的应用,并附有实际的测试数据,程序已经调过没有问题。-Windows Console Application with the realization of A* algorithm to find the shortest path transport network applications, along with the actual test data, the program has emphasized there is
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:1.12mb
    • 提供者:丁小寻
  1. thread Console

    0下载:
  2. 一个控制台类和一个 多线程类,而且调用方便,是多线程的,运行性能超级稳定,SP3 测试、虚拟机测试均无崩溃现象,可正常退出,暂停、继续。这个多线程运行 绝对稳定 IDE中不崩溃,堪称精品…… -A console and a multi-class thread class, and the call is convenient, is multi-threaded, super-stable operating performance, SP3 test, there was no c
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2013-01-30
    • 文件大小:17.98kb
    • 提供者:liusgeng
  1. main

    0下载:
  2. cosole win32 chess, 2 players, no artifical intelligent
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:2.87kb
    • 提供者:sheldim
  1. Bitree

    0下载:
  2. 二叉树非递归,bitree。。二叉树非递归,bitr-no
  3. 所属分类:Console

    • 发布日期:2017-03-25
    • 文件大小:636.27kb
    • 提供者:cahye
  1. Apriori

    0下载:
  2. 主要是自定义实现了数据挖掘的Apriori算法,能够挖掘频繁N项集等,主要是算法的实现,没有更多界面的东西-Achieved mainly custom data mining Apriori algorithm, to mining frequent itemsets and so N is mainly algorithm, no more interface stuff
  3. 所属分类:Console

    • 发布日期:2017-05-10
    • 文件大小:2.24mb
    • 提供者:iotmoc
  1. cal

    0下载:
  2. 文法计算器,基于LR文法的,实现小数的加减乘除-no
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:1.19kb
    • 提供者:Melody
  1. BigIntegerMultiply

    0下载:
  2. 输入两个大整数,整数长度可以很长,原则上没有长度限制,将这两个大整数进行相乘得出结果。-Enter the two big integers, integer length can be very long, in principle, there is no length limit, these two big integers multiplying the result.
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:739byte
    • 提供者:colin
  1. ccode

    0下载:
  2. 包括汉诺塔、杨辉三角、求根值等c程序,在VC++6.0运行没问题。-Including the Tower of Hanoi, Yang Hui triangle, the value of such c rooting process running in VC++6.0 no problem.
  3. 所属分类:Console

    • 发布日期:2017-04-09
    • 文件大小:1.35kb
    • 提供者:吴勇
« 12 3 4 »
搜珍网 www.dssz.com