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

搜索资源列表

  1. Metaparllel

    0下载:
  2. 串行程序并行化软件 它提供给程序员一个图形化的交互界面,首先由程序员选择并行算法,然后通过配置向导对所选择的并行算法进行定制,生成配置文件,然后参照配置文件自动生成并行程序的框架代码,并将程序员提供的元任务的串行代码嵌入到框架代码中,最后生成并行程序-software programmers to provide an interactive graphical interface, the first programmer to choose from parallel algorithm
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:154.64kb
    • 提供者:joey
  1. c++编程百例

    1下载:
  2. C++编程百例源码,包括最简单的入门程序和图形编程等等,适合新手学习-C programming source, including the most simple entry procedures and graphical programming, etc., suitable for novice learning
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:2.41mb
    • 提供者:刘可
  1. leidejichen

    0下载:
  2. java的初学者可以在这些程序中快速学习到关于图形化的设计技术。-java beginners in these procedures can quickly learn of the graphic design technology.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:3.44kb
    • 提供者:李怀银
  1. consolePipe_src

    0下载:
  2. 用图形界面的程序装载控制台程序并接收控制台程序的输出-use graphical interface loading procedures and receiving procedures console console program output
  3. 所属分类:控制台(字符窗口)编程

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

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

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

    0下载:
  2. 这是利用遗传算法提取基元图形的程序,采用C编写。-This is the use of genetic algorithm-based extraction procedures yuan graphics, C preparation.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:4.17kb
    • 提供者:李建新
  1. systemcode

    0下载:
  2. 系统工程课本中框图实现 特点是 1、 运用动态存储,节省空间。 2、 算法严格按照框图,便于理解 3、 输入输出较简洁,而且满足要求。 这三个程序的主要缺点是: 1、 输入输出界面不够友好,用DOS界面交互,不如图形界面好 2、 输入必须以固定格式,没有安全性检验,一旦输错必须重新输入; 3、 在“矩阵划分”的程序中,输入不够灵活,同时由于动态分配内存,矩阵元素定位时间长,时间复杂度增加。
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:6.25kb
    • 提供者:郝红星
  1. 数据结构的课程设计

    0下载:
  2. 大二时做的一个数据结构的课程设计,用2-3树实现的图书馆管理系统,只是控制台程序,没有很好的图形界面。包括管理员、读者。管理员功能有:采编入库、查看图书、查看读者、删除读者。读者功能有:借书、还书、预约、查找等等。。功能全面。包括注册账号,登录需要账号密码。-Sophomore to do a data structure of the curriculum design, with 2-3 tree implementation of library management system, bu
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-04-09
    • 文件大小:1.59mb
    • 提供者:麦思明
  1. CmdGui

    0下载:
  2. 利用管道以GUI(图形用户界面)形式执行CUI(控制台用户界面)程序。 (CreatePipe)-Using pipelines to GUI (graphical user interface) form of the implementation of CUI (console user interface) program. (CreatePipe)
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:74.67kb
    • 提供者:guanmj
  1. Mine

    0下载:
  2. 简单的布雷程序,类似于Windows中扫雷结束后的图形提示,提示当前雷位置以及其附近的具体雷的数目-Simple mining process, similar to Windows in the mine after the end of the graphics tips, suggesting that the current location and its nearby mine-mine the number of specific
  3. 所属分类:Console

    • 发布日期:2017-03-28
    • 文件大小:60.17kb
    • 提供者:hawksons
  1. ma-de-bian-li

    0下载:
  2. 数据结构课程设计——马的遍历:在中国象棋棋盘上,对任一位置上放置的一个马,均能选择一个合适的路线,使得该棋子能按象棋的规则不重复地走过棋盘上的每一位置。 要求: (1)依次输出所走过的各位置的坐标。 (2)最好能画出棋盘的图形形式,并在其上动态地标注行走过程。 (3)程序能方便地地移植到其它规格的棋盘上。 -Data Structure Course Design- Horse traversal: the board in the Chinese chess on t
  3. 所属分类:Console

    • 发布日期:2017-03-21
    • 文件大小:48.37kb
    • 提供者:
  1. Hiding-Information

    0下载:
  2. 这个小程序用作实现信息隐藏原则。其实质,是通过函数来完成在控制台下,画一些字符构成的简单图形。-This code implements the principle of Hiding Information .
  3. 所属分类:Console

    • 发布日期:2017-04-05
    • 文件大小:671byte
    • 提供者:洛菲雨
  1. clock

    0下载:
  2. 图形显示时钟时间 c++控制台应用程序-Graphical display of the clock time
  3. 所属分类:Console

    • 发布日期:2017-04-11
    • 文件大小:1.17kb
    • 提供者:afhp
  1. C_graph

    0下载:
  2. 一个用C语言编写的柱状图形显示程序,可在VC下运行.-Columnar graphical display program written in C
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:1.08kb
    • 提供者:zhanglizhong
  1. Snake

    0下载:
  2. 在VC6.0环境下实现的图形化贪吃蛇程序设计。代码原创。压缩包含项目相关的所有文件。经过老师验收。-In VC6.0 environment to achieve Snake graphical programming. Original code. Compressed file that contains all the relevant project. After a teacher acceptance.
  3. 所属分类:Console

    • 发布日期:2017-04-08
    • 文件大小:3.44kb
    • 提供者:石同享
  1. main

    0下载:
  2. 这是一个俄罗斯方块的windows控制台运用程序,有漂亮的图形和大气的外观。-It s a wonderful program design with colorful face.
  3. 所属分类:Console

    • 发布日期:2017-04-15
    • 文件大小:5.55kb
    • 提供者:XiaowenZeng
  1. Clock_project

    0下载:
  2. 题目:图形时钟 在屏幕上显示一个图形时钟(用程序绘制一个与时钟样式相似即可),时间与系统时间一致,且要随着时间的走动准确的走动。要求将时针、分针、秒针的特性封装成类,并利用继承关系。-Topic: graphical clock Displays a graphical clock on the screen (with the procedures for drawing a style similar to and clock), time and the system tim
  3. 所属分类:Console

    • 发布日期:2017-05-15
    • 文件大小:3.65mb
    • 提供者:
  1. clock

    0下载:
  2. 用C语言编写的在电脑上运行的电子时钟程序。采用了图形库来进行显示时间,包含里对图形库的简单应用和讲解!- C language used in the operation of the computer on the computer clock program. The use of graphics library to display time, including the simple application of the graphics library and explain
  3. 所属分类:Console

    • 发布日期:2017-05-31
    • 文件大小:12.32mb
    • 提供者:姜永利
  1. RussiaBlock

    0下载:
  2. 俄罗斯方块的C程序,在EasyX图形库(http://www.easyx.cn)即TC的图形库在VC下的移植实现-Tetris C program, in the EasyX graphics library (http://www.easyx.cn) that TC graphics library in VC transplantation
  3. 所属分类:Console

    • 发布日期:2017-05-09
    • 文件大小:1.54mb
    • 提供者:陈旭
  1. 打印空心菱形

    0下载:
  2. 该程序实现了简单的打印空心菱形的C语言源代码,展示了图形打印基础知识。
  3. 所属分类:控制台(字符窗口)编程

搜珍网 www.dssz.com