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

搜索资源列表

  1. Answer C2

    0下载:
  2. 实现标准库函数strstr的功能:在str1中查找str2,若找到,返回指向str1中第一次出现str2的位置; int A ( const char * str1, const char * str2 ); 没有的话,返回-1 有则返回所在位置(从0开始) 写出函数,对编写函数main完成对strstr的功能的验证。 -achieve the standard library functions strstr function : the search for str
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:2.89kb
    • 提供者:王鹏
  1. fibonacci系列打印

    0下载:
  2. 该程序是一个有关fibonacci数列的打印问题 其中的一个功能是能修改生长周期 虽然很简单但不是每个人都会做的哟-that the procedure was a Fibonacci series, the printing problem which is a function of the growth cycle would amend Although very simple but not everyone will do yo
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:2.1kb
    • 提供者:浪漫天使
  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. app_updated

    0下载:
  2. 差分法提取目标时,为了保持背景的实时性,需要对不背景进行自适应更新,用VC编程-differential extraction of the target, in order to maintain the real-time background, the background is not necessary to conduct adaptive updated programming with VC
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:483.5kb
    • 提供者:张莉
  1. 控制台窗口界面的编程

    0下载:
  2. 一般来说,我们编的控制台程序是DOS窗口的,且不支持鼠标应用,其实这些功能(界面和鼠标功能)是能实现的,这篇文章就详细的介绍了怎样进行控制台程序界面编程,希望能给你带来收获。-Generally speaking, we have a procedure DOS console window, which did not support the application of the mouse, these features (functional interface and the mouse
  3. 所属分类:控制台(字符窗口)编程

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

    1下载:
  2. 自己编写的俄罗斯方块小程序。该程序与网络上其他程序不同,本程序是完全采用C++编写的控制台下的程序,而非窗口程序,虽然不华丽,但是非常适合初学者学习算法和基本C++知识。-own sheet prepared by the Russian small programs. The program networks with various other procedures, the procedures are completely prepared by the C procedures und
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:7.29kb
    • 提供者:李明
  1. first_word

    0下载:
  2. 这个程序是一个关于词法的分析程序。它可以对一些字段不是很长的语句进行词法上的分析。并输出分析结果。-the procedure is one of the lexical analysis procedure. It can be right some of the fields is not a very long statement for the lexical analysis. Results of the analysis and output.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:10.04kb
    • 提供者:tom
  1. rmishili

    0下载:
  2. rmi程序,非常简单的,不知道可以不可以,联系: lijie451789@126.com,信息安全的课程设计,不知道可以不可以,联系: lijie451789@126.com-rmi procedure is very simple and does not know she can not, contact : lijie451789@126.com, information security curriculum design, and do not know they can not, c
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:24.04kb
    • 提供者:李杰
  1. JavaScanner

    0下载:
  2. JAVA词法分析程序,程序不难,但是对于初学者来说具有一定参考价值-JAVA lexical analysis procedure is not difficult, but for a newcomer with a certain reference value
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:19.97kb
    • 提供者:奚士佳
  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. circlecutting

    0下载:
  2. 集装箱的装箱问题 给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装箱的空间利用率最高? 本程序要求用贪心算法解决: 贪心算法总是作出在当前看来是最好的选择。也就是说,不从整体最优上加以考虑,它所做出的仅是在某种意义上的局部最优解。 -problem given a container, its long-L, width W and H for high, the existing bat
  3. 所属分类:控制台(字符窗口)编程

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

    0下载:
  2. 语音分析平台(不包括HMM模型) 平台源码中提供了语音文件的提取和处理方法,时域分析(预处理/能量/振幅/过零/端点检测),频域分析(fft/功率谱/倒谱)和矢量量化的实现(搜集转发)-voice analysis platform (not including HMM) platform to provide a source document voice extraction and processing methods , time-domain analysis (pretreatm
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:155.39kb
    • 提供者:何洁
  1. pay

    0下载:
  2. C语言编写的,涉及链表的部分,没有连接数据库,所有信息用文件保存,不是很完善,请多指教-C language, involving Chain, is not linked to a database with all the information document preservation, not perfect, please enlighten
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:8.36kb
    • 提供者:心晴
  1. 4.22

    0下载:
  2. java编程的初级,希望能帮助大家,我也是初学,编 的不是太好,大家多多批评-primary, we hope to help, I am also learning, the provision is not too good, many people criticized
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:3.83kb
    • 提供者:刘爽
  1. 11LinkList

    0下载:
  2. 链表的源代码,分为带头节点的链表,不带头节点的链表。-Chain source code into the lead in the linked list node, the node does not take the lead List.
  3. 所属分类:控制台(字符窗口)编程

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

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

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

    0下载:
  2. 一个简单的学生管理系统,是用C/C++混合写的,但由于时间不足。。。只有几个小时,所以做得不是很理想,但如果只是学习用,那就完全没问题了。-a simple student management system is the use of C / C was mixed, but because of the lack of time. . . Only a few hours, so do it is not ideal, but if only to study, it did not com
  3. 所属分类:控制台(字符窗口)编程

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

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

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

    0下载:
  2. 这是一个词法扫描程序 还不是很完善,有些问下 可以做参考-This is a lexical scanning procedure is not perfect, and some may be asked to do reference
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:7.4kb
    • 提供者:陈爱军
  1. not-PHE

    0下载:
  2. 在不同VB程序中共享数据,不用DDE, Files, Sub-classing, Automation-Sharing data in VB program, need not DDE, Files, Sub- classing, Automation
  3. 所属分类:Console

    • 发布日期:2017-12-15
    • 文件大小:3kb
    • 提供者:WS+9527
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com