CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 字符串 显示

搜索资源列表

  1. FreeRTOSUCGUI

    1下载:
  2. FreeRTOS操作系统上移植uc/GUI运行。实现字符串显示,图片显示等API函数。硬件平台是STM32的红牛开发板。-FreeRTOS operating system migration uc/GUI to run. To achieve a string display, picture display, etc. API. Hardware platform is a Red Bull STM32 development board.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2016-06-05
    • 文件大小:8467461
    • 提供者:汪汪
  1. 显示字符串及其显示位置

    0下载:
  2. 2. 编写Applet显示字符串,显示字符串及其显示位置,字体、字体大小和颜色通过HTML文件中的参数来传递。-2. Applet shows the preparation of a string, displays the string and display position, font, font size and color through the HTML file in the parameter to pass.
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-30
    • 文件大小:1789
    • 提供者:chenkan
  1. TreeHelperTest

    0下载:
  2. 将一长字符串根据分隔符分解/显示为TreeView格式-Decomposing a long string and displaying it in treeview style
  3. 所属分类:TreeView

    • 发布日期:2017-11-16
    • 文件大小:89317
    • 提供者:站长
  1. hream

    0下载:
  2. 用汇编实现统计输入的字符串中有多少个字母,多少个数字,以及空格,和其它字符,并显示出来。-Compilation of statistics used to achieve input string the number of letters, the number of digits, and spaces, and other characters, and displayed.
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:1857
    • 提供者:侯坡
  1. C

    0下载:
  2. 第一部分 基础篇 实例1 第一个C程序 2 实例2 求整数之积 6 实例3 比较实数大小 8 实例4 字符的输出 10 实例5 显示变量所占字节数 11 实例6 自增/自减运算 13 实例7 数列求和 14 实例8 乘法口诀表 17 实例9 猜数字游戏 19 实例10 模拟ATM(自动柜员机)界面 22 实例11 用一维数组统计学生成绩 24 实例12 用二维数组实现矩阵转置 26 实例13 求解二维数组的最大/最小元素 29 实例14 利
  3. 所属分类:source in ebook

    • 发布日期:2017-05-16
    • 文件大小:4363395
    • 提供者:郎永山
  1. 1262523828

    1下载:
  2. VC 源代码 -------------------------------------------------------------------------------- CatListBox_src.zip CatListBox_demo.zip   这个程序模仿Outlook建立分类列表框。 CClockST_src.zip CClockST_demo.zip  一个简单的数字时钟程序,其中的date类派生于MFC
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:1013190
    • 提供者:yongchensong
  1. des

    1下载:
  2. VC++实现DES加解密 Tips: 1.本程序可以加密1-4096个字符的任意长度字符串 2.如果密钥长度过短或者为空,程序将使用默认 密钥"YinXueYuan Build It!"进行加密. 3.加密结果将用16进制字符显示 4.本加密程序同时支持中/英文字符(包括密钥和明 文) 5.本加密程序支持特殊字符[例如换行符(回车键)] Attention: 1.加密时,密文的最后一个字符请不要使用半角 美元符号 $ 2.字符串加密最多支持
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-03-11
    • 文件大小:34047
    • 提供者:胡程
  1. zifuchuan

    0下载:
  2. (1)显示去掉的字符的个数 (2)显示输入字符的总数、数字的个数和字母的个数 (3)将新的字符串显示出来 -(1) show that the number of characters to remove (2) shows the total number of input characters, numbers, the number and the number of letters (3) the new string is displayed
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1040
    • 提供者:徐浏新
  1. mima

    0下载:
  2. 对字符串进行简单的加密处理; 也可以解密; 输入初始字符串,点击“加密”,显示加密后的字符串,在点击“解密”,显示解密后的字符串-On a simple string encryption processing also can decrypt enter the initial string, click the "encryption" to show the string after encryption, click the "declassified" to show
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:44080
    • 提供者:hxh
  1. asm_music

    0下载:
  2. PC计算机钢琴程序子程序: 包括以下资料 软件:提取音乐代码的软件工具(自己用VB写的) 资料:所有与按键和PC Sound有关资料 唱歌:包括歌曲有 聚萍、同一首歌、月亮代表我的心、美丽的神话、新年好、天空之城、 生日快乐、梁祝、铃儿响叮当、标准测试、 高低音阶测试、动画、PC钢琴 相关函数:延时、发声、查表、按键扫描、字符串显示-PC computer program subroutine Piano: software include the following
  3. 所属分类:assembly language

    • 发布日期:2017-04-17
    • 文件大小:107499
    • 提供者:Alexi
  1. Edit

    2下载:
  2. 设计一个Java程序编辑器 实验目的:图形界面、线程、流与文件等技术的综合应用。 题意 设计一个图形界面的文档编辑器,实现以下功能: (1) 打开、保存文件。 (2) 查找、替换字符串。 (3) 定时自动更新文件,并创建备份文件。 (4) 将Java关键字以不同颜色或不同字体显示。-The design of a Java program editor experimental purposes: graphical interfaces, threading, st
  3. 所属分类:Java Develop

    • 发布日期:2016-12-18
    • 文件大小:6309
    • 提供者:伊川
  1. lcd1602

    0下载:
  2. 从串口调试工具发送一字符串到单片机,在lcd1602上显示。-Debugging tools from the serial port to send a string to the microcontroller, in lcd1602 show.
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:1069
    • 提供者:leaf
  1. LCD1602_Driver

    0下载:
  2. 字符型LCD1602驱动程序,包括竟单字符与字符串显示,光标的闪烁控制和移动等。-char Type LCD1602 Device Driver
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:1386
    • 提供者:杨兆国
  1. WordSegment

    0下载:
  2. 基于字符串匹配的中文分词程序,C++版。 结果以文件显示。-String matching based on the Chinese word segmentation procedures, C++ version. To document the results.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:335146
    • 提供者:李宏波
  1. Po_Clock

    0下载:
  2. MFC做的系统时钟,刻度指针等均符合要求,顺便添加了字符串显示,以及数字时钟的显示-MFC to do the system clock, dial indicators, etc. to meet the requirements, so as to add the string display and digital clock display
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-08
    • 文件大小:1962595
    • 提供者:娜娜
  1. 12864

    0下载:
  2. 12864液晶显示控制程序;包括字符串显示和图形化显示-Liquid crystal display control program 12864 including the string display and graphical display
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:1463
    • 提供者:张桢
  1. lcd

    0下载:
  2. 超级强大的lcd仿真!! 利用lcd显示数字、字母、符号、英文字符串! 可以随意设定显示的位置,字符串显示起始位置! 并且包含闪烁显示、循环显示、移动显示、自动换行显示! 功能超强大-Simulation lcd super powerful! ! Lcd display using numbers, letters, symbols, English string! Can be configured to show the location of the start show
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:60469
    • 提供者:张军
  1. scankey

    0下载:
  2. 键盘扫描程序包含6个子文件P2.0产生2ms方波 由键盘接收字符并回发 向PC发送字符串 显示子程序-Keyboard scanner Program.Program includes six sub-files. 2ms square wave generated P2.0. Characters received from the keyboard and back-fat Send a string to the PC Show subroutine.
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:2426
    • 提供者:zhang
  1. LEDRolldisplay4

    0下载:
  2. LED旋转显示程序,提供字符串显示,可以使字符串显示在LED上-LEDdisplay
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:1063
    • 提供者:田腾
  1. sr

    0下载:
  2. 将.wav格式文件识别转换成文本字符串显示在对话框中。-Recognise the .wav format file and translate it to text or string. At last, display it on a dialog.
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-24
    • 文件大小:86416
    • 提供者:卢运钊
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com