CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 界面设计

搜索资源列表

  1. yinhangjia

    0下载:
  2. 简单的银行家算法,界面很简陋,全面包含操作系统课程设计中处理机调度。 -Bankers simple algorithm, the interface is very simple, comprehensive curriculum design that contains the operating system processor scheduling.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1489
    • 提供者:茅春荣
  1. stft_timefreq_complexSignal

    0下载:
  2. 短时傅立叶变换测频,可对复信号处理。界面设计好,用户交互方式编程。-STFT frequency measurement can be complex signal processing. Interface design, the user interactively programming.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:3110
    • 提供者:傅雄军
  1. jishibu

    0下载:
  2. 该程序为纪事薄,利用的是VC++文档界面设计的内容-The program for the Chronicle thin, using the VC document interface design elements
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-02
    • 文件大小:27662
    • 提供者:阿歪
  1. RJ010405(CA)

    0下载:
  2. 西北工业大学程序设计大赛作品 拿出来与大家分享 设计目的:更深层次的了解团队合作的意义,并了解项目开发的基本流程,提高学习兴趣 设计思路:1- 界面设计:在文本模式下利用窗口模式显示所有信息 2- 数据管理:利用链表代替数组可以灵活的处理信息 具体实现:主要分为8大模块 外加一个头文件 student.h:包含一些库文件并定义结构体 1-ScoreMg.c 主函数模块 功能:提供进入主菜单的界面显示并连接其它模块 2-menu.c 主菜单模块 功能:显
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-03
    • 文件大小:50763
    • 提供者:王赫
  1. RJ010408(Fantasy)

    0下载:
  2. 985工程高校西北工业大学程序设计大赛作品 拿出来与大家分享 本游戏模拟了超级好玩的牌类游戏——21点。 下面是本游戏的玩法: 1。进入主界面后见提示,按任意键开始游戏。 2。你是玩家,电脑是庄家,由你先要牌。当你要完所有的牌以后,再由电脑要牌。 3。等待游戏给出“DO YOU WANT ANOTHER CARD?”后,如果不要牌则按两下n键放弃继续要牌,若要按 任意键,要完一张牌以后电脑会再 次给出“DO YOU WANT ANOTHER CARD?”的提示,做
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-31
    • 文件大小:30014
    • 提供者:王赫
  1. Calculatoror

    0下载:
  2. 用VC++界面设计一个计算器很简单 主要是学习VC++编程的方法和它的消息驱动机制 多用些变量控制吧-With VC++ Interface design a calculator is very simple to learn VC++ Programming methods and its message-driven mechanism to control the use of these variables it
  3. 所属分类:RichEdit

    • 发布日期:2017-03-29
    • 文件大小:41395
    • 提供者:王虎
  1. shujuku

    0下载:
  2. 学生信息系统界面设计 实现与学生数据的连接与提供一个有好的应用界面!-Student Information System Interface Design and Implementation of data link with the students and provide a good application interface!
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-03
    • 文件大小:4832
    • 提供者:anyu
  1. kechengshejixueshengxinxi

    0下载:
  2. 数据结构课程设计 图形界面 单链表和排序的应用-Data structure course design graphical interface to sort single linked list and the application of
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:58395
    • 提供者:xaoyan
  1. rete

    0下载:
  2. 《简易聊天室》软件开发计划书,有详细的功能需求和界面设计,还有部分代码编写的指导内容- Simple Chat software development plan, a detailed functional requirements and interface design, there is some code to prepare the guidance of the content
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:31298
    • 提供者:yangkd548
  1. Exam1_BH

    0下载:
  2. visual basic 界面设计 控件选择 有源码 -visual basic interface design control choose source
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:63229
    • 提供者:yy
  1. UARComponents

    0下载:
  2. visual basic 界面设计 实现简单的功能-visual basic interface design to achieve a simple functional
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:18120
    • 提供者:yy
  1. dingyue

    0下载:
  2. 用户订阅系统的数据库课程设计报告,从需求分析到用户界面管理都完整实现。-Users to subscribe to the system database curriculum design report, from requirements analysis to user interface management to achieve integrity.
  3. 所属分类:Project Design

    • 发布日期:2017-04-25
    • 文件大小:225954
    • 提供者:李剑
  1. Calculator

    0下载:
  2. 一.设计思路: 1.界面设计 整个面板由4个面板组成, 第一个面板放置显示文本域以及清除按钮 panel1.setLayout(new FlowLayout()) panel1.add(bClear) panel1.add(XsArea) 第二个面板放置数字按钮及点按钮和等号按钮,采用GridLayout布局,4行3列 panel2.setLayout(new GridLayout(4,3)) panel2.add(b[i]) p
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:43112
    • 提供者:yu
  1. VC_Example_PCI-CAN

    0下载:
  2. VC关于DLL调用的源代码,关于界面设计,DLL调用等方面,很有参考价值。此例程针对武汉吉阳光电www.glinker.cn的GY7842 PCI-CAN总线接口卡开发,二次开发例程。-VC call on the DLL source code, with regard to interface design, DLL calls, etc., could very well refer. This routine for the www.glinker.cn Wuhan Photoelect
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:119218
    • 提供者:yinyedan
  1. VB_Example_USB-CAN

    1下载:
  2. VB关于DLL调用的源代码,关于界面设计,DLL调用等方面,很有参考价值。此例程针对武汉吉阳光电www.glinker.cn的GY8507 USB-CAN总线适配器开发,二次开发例程。-VB call on the DLL source code, with regard to interface design, DLL calls, etc., could very well refer. This routine for the www.glinker.cn Wuhan Photoelect
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:81478
    • 提供者:yinyedan
  1. Java123

    2下载:
  2. JAVA课程设计报告书 火柴游戏  使用图形用户界面  程序随机产生20—50根火柴,由人与计算机轮流拿,每次拿的数量不超过3根,拿到最后一根为胜。 -Report JAVA course design matches the game
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-05-04
    • 文件大小:48946
    • 提供者:www
  1. matlab_classical_programms

    0下载:
  2. matlab实用程序,包括图形应用、界面设计、图形处理、数值分析等,希望大家喜欢-matlab practical procedures, including graphics applications, interface design, graphics processing, numerical analysis, I hope you like
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:22020
    • 提供者:jiangxuer
  1. vbProjects

    0下载:
  2. 关于超市管理系统的代码,主要关于是用户界面设计的,对刚开始学习界面设计的人有参考作用-Supermarket Management System on the code, mainly on the user interface is designed for beginning to learn interface design reference for people
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-29
    • 文件大小:117825
    • 提供者:郭姗
  1. PhoneGame-ChineseChess(Java)

    0下载:
  2. 手机版象棋游戏采用MIDP1.0开发,在低端手机上运行的同时,保证了高端手机的兼容性,其市场发展空间巨大。伴随着中国移动GPRS和中国联通CDMA1X数据业务的开展,手机游戏将是3G数据业务的一个重要的应用领域。根据需求分析的描述以及与用户的沟通,现制定系统实现目标如下:界面设计简洁、友好、美观大方,保证直接上手便可游戏,操作简单、快捷方便,规则简单,方便游戏者进行游戏,实现智能规则判断, 支持大型Web服务器,以Http协议通讯, 向PC端开发靠拢,为以后PC与手机互联奠定基础。-er
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-25
    • 文件大小:438957
    • 提供者:Emily
  1. picogui-0[1].44.tar

    0下载:
  2. PicoGUI,很好的人机界面系统,对学习人机界面系统设计模式有很大帮助-PicoGUI, very good man-machine interface system for studying human-machine interface system design models are very helpful
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-23
    • 文件大小:6930773
    • 提供者:吴参林
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com