CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 文件格式 搜索资源 - 屏幕

搜索资源列表

  1. Java_applet

    0下载:
  2. 程序功能:在Applet 上使用鼠标在屏幕上随意画直线和画点。用户点击“画线”按钮可画直线,点击“画点”按钮可画连续点,点击“清除”按钮可清除画面上的所有内容。-The program features: the Applet, use the mouse to draw a straight line anywhere on the screen and draw points. The user clicks on the " drawing a line" button
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:17586
    • 提供者:mr cai
  1. C++

    0下载:
  2. 编写一个程序,在屏幕上出现一个圆心沿正弦曲线轨迹移动的实心圆,要求每隔4分之一周期,圆的填充色和圆的周边颜色都发生变化(颜色自己选取),同时圆的半径在四分之一周期内由正弦曲线幅值的0.2倍至0.6倍的线性增长。-The preparation of a procedure on the screen there is a center of a circle along the sinusoid trajectory mobile solid round, one request every 4
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:1021
    • 提供者:海阔天空
  1. screendesign

    0下载:
  2. 本书旨在帮助c成员建立功能强大,直观易学的屏幕接口. 书中给出了具体程序,用户可以用它来开发。 -C book is designed to help members of the establishment of a powerful, intuitive screen interface easy to learn. The book gives specific procedures, the user can use it to develop.
  3. 所属分类:File Formats

    • 发布日期:2017-05-14
    • 文件大小:3285316
    • 提供者:张苑妮
  1. 011

    0下载:
  2. 很多人也许都有过这样的经历:正在机房使用电脑时,屏幕上突然弹出一个消息窗口,把你吓了一跳!这些消息窗口通常都是机房或公司的网管发送过来的,目的大多是向使用者公布一些重要事项,例如通知下课啦、或是机房即将关闭等消息。你想知道如何发布这些消息吗?本文可以告诉你!其实发送这样的消息并不难,你可以采用以下三种方法: -Many people may have had this experience: the use of computers is the engine room, the screen
  3. 所属分类:File Formats

    • 发布日期:2017-04-14
    • 文件大小:4614
    • 提供者:li
  1. Cpp1

    0下载:
  2. 这是一个屏幕取词代码,用于大家一起学习。如有错误 ,请自己修改-This is a capturing code for everyone to learn. If an error, please make changes to
  3. 所属分类:File Formats

    • 发布日期:2017-03-30
    • 文件大小:626
    • 提供者:ou
  1. 12864LCD

    0下载:
  2. 这是一个可以精确到像素级的JM12864G的LCD头文件,用户可以使用里面的API完成这样的功能:把某个图片显示在屏幕坐标系的任意位置,超出屏幕部分不显示,不自动换行,而不只是在纵坐标上具体到像素级,而横坐标只能是“第几个字”的位置-This is an accurate to pixel level JM12864G the LCD header file, the user can use inside the API to accomplish this function: to an i
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:10660
    • 提供者:lin
  1. pos

    0下载:
  2. pos机程序代码说明 当收银员刷商品的条形码时,光电扫描仪会接受条形码信息将其存入Barcode中, 然后有程序调用存储有商品条形码,商品名称,价格的数据库,将数据库 中的条形码和Barcode对比,当二者相同时输出商品信息。程序通过收银员 按下收银系统界面的“确认”键来确定购买的商品条形码全部输入电脑, 不再接收扫描仪输入,执行程序向终端(屏幕)输出顾客应付款金额等信息,同时 由打印机打印购物小票。-pos machine code instructions when
  3. 所属分类:File Formats

    • 发布日期:2017-03-28
    • 文件大小:8017
    • 提供者:chenxiongbing
  1. shuixianhuashu

    0下载:
  2. 求所有的水仙花数,将各个水仙花数存放到一个数组中并在屏幕上打印出来。所谓水仙花数是指一个三位正整数,它各位数字的立方之和等于此正整数。例如,153是一个水仙花数,因为153=13+53+-For all the daffodil number, will each daffodil number stored in an array and print out on the screen. The so-called daffodil number is refers to a three po
  3. 所属分类:File Formats

    • 发布日期:2017-04-05
    • 文件大小:9298
    • 提供者:kaituozhe
  1. AT070TN83V1.0

    0下载:
  2. AT070TN83800*480的7寸液晶屏幕的使用资料,数据手册。-The data is for AT070TN83 seven inch TFT using.
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:880769
    • 提供者:super
  1. Market_LCM_Analysis

    0下载:
  2. 市场主流屏幕的整理,含详细接口,驱动芯片,分辨率等具体信息-Finishing the mainstream of the screen, containing details of the interface, and driver chips, such as resolution specific information
  3. 所属分类:File Formats

    • 发布日期:2017-04-04
    • 文件大小:14958
    • 提供者:zhusteven
  1. Cpp1

    0下载:
  2. 非递归中序遍历二叉树:要求从键盘输入二叉树各结点的值,并使用二叉链表来存储二叉树;使用非递归算法遍历二叉树,在屏幕上打印出二叉树中序遍历序列。-Non-recursive traversal of binary tree: the input binary tree node value from the keyboard and use the binary tree to store binary tree non-recursive algorithm for binary tree t
  3. 所属分类:File Formats

    • 发布日期:2017-11-27
    • 文件大小:665
    • 提供者:Grape
  1. erchashu

    0下载:
  2. 非递归中序遍历二叉树:要求从键盘输入二叉树各结点的值,并使用二叉链表来存储二叉树;使用非递归算法遍历二叉树,在屏幕上打印出二叉树中序遍历序列。-Non-recursive traversal of binary tree: the input binary tree node value from the keyboard and use the binary tree to store binary tree non-recursive algorithm for binary tree t
  3. 所属分类:File Formats

    • 发布日期:2017-12-07
    • 文件大小:669
    • 提供者:Grape
  1. 29263

    0下载:
  2. led显示程序设计 及 实现屏幕的上下左右的移动-LED display
  3. 所属分类:File Formats

    • 发布日期:2017-12-06
    • 文件大小:765353
    • 提供者:左某某
  1. keil

    0下载:
  2. 一个基于霍尔传感器测速并显示在LCD屏幕上的程序。-Hall sensor-based speed and displayed on the LCD screen of the program.
  3. 所属分类:File Formats

    • 发布日期:2017-04-06
    • 文件大小:8715
    • 提供者:何宇航
  1. LCD

    0下载:
  2. 这是一个C语言的程序,是LCD屏幕的显示程序,看看对朋友们有没有用。-this program is oK .
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:3396
    • 提供者:zhou
  1. qq

    0下载:
  2. qq隐藏特效,将窗体放置屏幕上方,窗体自行隐藏-qq hide the effect, the form is placed above the screen, form their own hide
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:654
    • 提供者:张旭
  1. Clock

    0下载:
  2. 模拟时钟转动程序,此程序在屏幕中间有一个指针式钟面。时间与机器系统时间相同-Analog clock Turn the program, the program in the middle of the screen there is a pointer clock face. The same time with the machine system time
  3. 所属分类:File Formats

    • 发布日期:2017-04-15
    • 文件大小:14979
    • 提供者:doubi
  1. OLED

    1下载:
  2. oled屏幕的驱动 用于stm32平台 oled测试接线图 GNG -GND VCC -3.3V~5.0V SCL -PA5 SDA -PA6 RST -PA7 D/C -PA12- drive oled oled screen test platform for stm32 wiring diagram GNG - GND VCC - 3.3V ~ 5.0V SCL - PA5 SDA - PA6 RST - PA7
  3. 所属分类:文件格式

    • 发布日期:2017-05-26
    • 文件大小:6753
    • 提供者:passort cen
  1. Lookmypc

    0下载:
  2.   下载LookMyPC远程桌面连接软件,可以获得使用LookMyPC远程控制组件(NetmanScreen.dll)和源码 自己开发一款远程桌面软件,快速的实现类似QQ远程协助,远程连接桌面的功能,还可以进行进行文件传输,屏幕控制共享剪切板等功能。   官网:http://www.lookmypc.com/   下载地址:http://down.netman123.cn/down/lookmypc.rar-Download LookMyPC Remote Desktop Connect
  3. 所属分类:File Formats

    • 发布日期:2017-05-07
    • 文件大小:1247443
    • 提供者:网络人
  1. DZM

    0下载:
  2. 编写一个打字母练习软件,随机从屏幕上方掉落字母,键盘点击该字母后消失,否则落到屏幕最下方,扣分,敲击成功加分,利用Timer控件实现字母的随机出现。-Write a letter playing practice software, random letters falling the top of the screen, click on the letter keyboard disappears, otherwise it falls bottom of the screen, poin
  3. 所属分类:File Formats

    • 发布日期:2017-05-04
    • 文件大小:10437
    • 提供者:wdd
« 12 »
搜珍网 www.dssz.com