CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - print string

搜索资源列表

  1. 汇编

    0下载:
  2. 4.asm…… 响铃程序,输入一个数字字符N,响铃N次。(完成)ysk3.asm ……显示一个星型倒三角。m1.asm ………编程将键盘输入的8位无符号二进制数转化为十六进制数和十进制数,并输出结果form.asm ……采用子程序编程按以下三种格式(██,◣,◥)打印九九乘法表:(完成)char.asm ……小写字母a b c d ……x y z的ASCII码分别为61H 62H 63H 64H……78H 79H 7AH, 而大写字母A B C D ….X Y Z的ASCII码分别为41H 42
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:2.83kb
    • 提供者:冯萍
  1. masm2

    0下载:
  2. to search a character in a string and print the addre
  3. 所属分类:汇编语言

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

    0下载:
  2. public class gedebahe { public static void main( String [] args) { for ( ) { int a=-1,b,c //b,c是分解出来的两个数 System.out.print(\"Please input a oushu:\") //输入一个偶数 try { BufferedReader in = new BufferedReader(new InputStreamReader(System.in)) String inputL
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:881byte
    • 提供者:康健伟
  1. 编译LLR(1)

    0下载:
  2. 用户输入一个文法,然后再输入,要被分析的字符串,自动进行语法分析,把每一不的分析过程都一一打印出来。直到分析成功或失败。-a user input grammar, and then imported to the string were analyzed automatically syntax analysis, the analysis of each process does not have to print out on January 1. Until the analysis o
  3. 所属分类:编译器/词法分析

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

    0下载:
  2. 找可规约串进行规约,并演示栈的变化情况,打印并且输出-Statute of the string can be carried out to find the statute, and demonstrate the changes in the stack, print and output
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:2.46kb
    • 提供者:ss
  1. Project1_Origin

    0下载:
  2. To manipulate arrays using assembly language.-## First declare an array A of integer numbers 3,7,12,15,21. ## The program prompt user for an input between 1-50. And count down the entered number to 0. Print out the result. ## Print out the conten
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:2.87kb
    • 提供者:kevin Hwang
  1. Program

    0下载:
  2. Linked List and Array Read String and print them
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:3.13kb
    • 提供者:Elite Liew
  1. script_interpreter

    0下载:
  2. 一个用c语言写的解释器,有三种数据类型:int、float、string。支持+ -×/和print功能。虽然很小,但有很强的参考意义,容易扩展-A simple interpreter, there are three data types: int, float, string. Support+- ×/and print functions. Although small, but has a strong reference value, easy to extend
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:17.96kb
    • 提供者:
  1. example

    0下载:
  2. Write an EXE program that accepts a string from the keyboard, converts it to HEX (this algorithm should also check to see if the input is a number), and stores it. It should take a second string and convert it to HEX, then add the two numbers,
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:2.42kb
    • 提供者:Yan
  1. HUIBIAN

    0下载:
  2. 初级汇编应用:打印字符、转换代码、字符串比较等等。-Primary assembler application: Print character conversion code, string comparison, etc..
  3. 所属分类:assembly language

    • 发布日期:2017-11-20
    • 文件大小:4.1kb
    • 提供者:刘亮
  1. CS2---Assignment1

    0下载:
  2. an advance data type to represent a student at PMU. Name this class PMUStudent". The following should be the members of this class: 1- string name //this member will hold the name of the student 2- string major //this member will tell the major o
  3. 所属分类:Compiler program

    • 发布日期:2017-11-11
    • 文件大小:15.16kb
    • 提供者:Khalid
  1. na4csv

    0下载:
  2. 用来吧指定的文件中特定的字符串提取并放到csv文件中。实时打印结果到屏幕-Used to it a specific string in the specified file extracted and placed into a csv file. Real-time print the results to the screen
  3. 所属分类:Compiler program

    • 发布日期:2017-11-11
    • 文件大小:1.19kb
    • 提供者:kevin
  1. FAR4.13FS

    0下载:
  2. FastReport Enterprise 4.13.1 VCL Full Source-version 4.13 --------------- + Added Lazarus Beta support starts from Fast Report Professionnal edition. Current version allows preview, print and design report template under Windows and Linux p
  3. 所属分类:Delphi VCL

    • 发布日期:2017-11-11
    • 文件大小:9.2mb
    • 提供者:hellowangyi
  1. 1227150100

    0下载:
  2.   1.基础部分   (1)编写程序实现两个字符串比较的自定义版(教材8.5)。   (2)编写程序实现字符串数组的排序。用指针数组作为函数mySort形参,实现字符串数组的排序。函数mySort还有一个形参n,用来指定字符串数组的大小。   (3)教材8.4   (4)编写程序实现数据交换。分别用指针和引用作为函数mySwap的形参,并通过重载分别实现int、double型变量值的交换。   (5)字符串交换   编写程序,交换两个不同长度的字符串,分别打印
  3. 所属分类:汇编语言

    • 发布日期:2025-04-01
    • 文件大小:2.54kb
    • 提供者:徐兵
  1. CPP-source-word-scanner

    1下载:
  2. 实验一:C++源代码单词扫描程序(词法分析) 功能: (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。 (4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:45.17kb
    • 提供者:邵阳
  1. mips1

    0下载:
  2. MIPS,輸入英文大小寫字母或是數字將會印出對應的字串,輸入?即終止程式-MIPS program, when you enter an alphabet or number, it will print the corresponding string
  3. 所属分类:assembly language

    • 发布日期:2017-04-12
    • 文件大小:1.19kb
    • 提供者:Burnburn
  1. cs

    0下载:
  2. 判断任意一年是否为闰年,输入年份,执行程序后输出是否为闰年 打印以下图案: * *** ***** ******* ********* 计算M=11+ 22+ 33+…+ NN,直到N等于30为止 输入8个整数,将其逆序存放后再输出。 2、从 键盘 上输入两个字符串,不用库函数strcat()连接两个字符串,连接后的字符串放到另一
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:2.78kb
    • 提供者:杰伦
  1. Lab02

    0下载:
  2. Main class which is testing methods where in other classes.That class allows us print the String content of an URL with HTML codes or without HTML codes.
  3. 所属分类:LabView

    • 发布日期:2017-04-25
    • 文件大小:22.62kb
    • 提供者:mustafa
  1. exe

    0下载:
  2. 8086 打印字符串程序, 调用 AX 为字符串在数据段中的首地址(8086 print strings, AX IS THE BASE ADRESS FOR STRING TO PRINT IN DATA SEGMENT)
  3. 所属分类:汇编语言

    • 发布日期:2017-12-20
    • 文件大小:1kb
    • 提供者:辛嘉彰
  1. 汇编2 - 副本

    0下载:
  2. 从键盘上提示输入一串字符,统计其中大写字母的个数,小写字母的个数,数字的个数以及其它字符的个数,并且将结果显示在屏幕上。(input a string and print)
  3. 所属分类:汇编语言

    • 发布日期:2017-12-29
    • 文件大小:1kb
    • 提供者:cyll
« 12 »
搜珍网 www.dssz.com