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

搜索资源列表

  1. int

    0下载:
  2. 编写函数int index返回字符t在字条串s中出现的最左边的位置,如果在s中没有与t匹配的子串,不返回-1-function int index prepared to return to the characters not string's note appeared in the leftmost position, If s and t is not matched substring, not to return -1
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:7774
    • 提供者:luyou
  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
    • 文件大小:881
    • 提供者:康健伟
  1. PMSTART8

    0下载:
  2. 保护模式下编程。通过陷阱门INT 0FEh进行字符串输出。通过任务状态段TSS进行任务切换 -Protected mode programming. INT 0FEh through the trap door to the output string. Through the Task State Segment TSS for task switching
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:4795
    • 提供者:周英
  1. zuoye

    0下载:
  2. 编写一个能够从控制台键盘输入n个数据,并将所输入的数据进行从小到大的排序后显 示输出。 要求: 1 输入的数据个数n可以有用户确定。 2 输入的数据类型可以由用户选择,可以选择的数据类型包括:int、double和string。 -Write a to n from the console keyboard input of data, and the input data sorted from small to large display output. Requ
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:934
    • 提供者:飞飞
  1. test66

    0下载:
  2. 对中断的调用。对文件写字符串。共五个例程。test66 是在显示屏上出现彩色字符串。-using int。 write string to an archive。
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:2853
    • 提供者:迟翔
  1. NFA

    0下载:
  2. 编译原理实验 NFA识别语言的java实现,为NFA.java文件中的NFA类实现成员函数boolean recognizeString(int move[][][], int accept_state[], String word).-Principle experiment NFA compile the java language to achieve recognition for NFA.java file NFA class implements member functions b
  3. 所属分类:Compiler program

    • 发布日期:2016-11-02
    • 文件大小:4096
    • 提供者:陈竑睿
  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
    • 文件大小:18388
    • 提供者:
  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
    • 文件大小:2477
    • 提供者:Yan
  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
    • 文件大小:15522
    • 提供者:Khalid
  1. deck-of-cards

    6下载:
  2. 编写一个洗牌和发牌的程序,包含类Card, 类DeckOfCards和一个驱动程序 类Card有: a) int型的数据成员face和suit b) 接受两个int型数据表示面值和花色的构造函数用于初始化数据 c) 两个string类型的static数组代表面值和花色 d) 一个toString函数返回Card,形式是“face of suit”的字符串。可以用+运算符连接字符串 类DeckOfCards有: a) 一个名为deck的Card类vector,用于存储C
  3. 所属分类:source in ebook

    • 发布日期:2017-04-09
    • 文件大小:2048
    • 提供者:张国
  1. minic_interpreter

    0下载:
  2. 一款比较完善的强大的C语言解释器,附带源码,可以嵌入到用户应用程序中。支持对比较复杂的C代码的解释执行。完美支持各种标准C语言语法,如if-else结构语句, ?:结构求值语句,for循环,while循环,do...while循环等 支持各种数据类型包括: char,short,int,string,float 支持多维数组及指针 支持自定义函数以及系统函数 支持局部变量以及全局变量,允许在变量定义时直接初始化 支持局部变量层次化作用域;允许定义系统常量;支持系统内部定义数据类型,但不支持用户在
  3. 所属分类:Compiler program

    • 发布日期:2017-10-31
    • 文件大小:118984
    • 提供者:CM
  1. ScanfDLL

    0下载:
  2. 简单的dll文件,包含接收一串整数输入的功能函数,以回车结束输入,函数接口int *scan()-Simple dll file that contains the function receives a string of integer input function to enter the end of the input function interface int* scan ()
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-23
    • 文件大小:490424
    • 提供者:曹操
  1. dotnetencrypt

    0下载:
  2. .Net框架由于拥有CLR提供的丰富库支持,只需很少的代码即可实现先前使用C等旧式语言很难实现的加密算法。 本类实现一些常用机密算法,供参考。其中MD5算法返回Int的ToString字串。-. Net Framework With CLR provides support for the rich, can be achieved with minimal code using C and other old-fashioned language previously difficul
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:1772
    • 提供者:晓马锅
  1. CP_test_1

    0下载:
  2. 编译原理实验 词法分析 一、实验目的: 通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。 二、实验内容 编制一个能够分析整数、小数、字符串、标识符、分隔符、运算符和关键字的词法分析程序。同时要能过滤行注释和块注释。 三、实验要求 1、词法规则 关键字: if、then、else、while、do、int、float、string、begin、en
  3. 所属分类:Compiler program

    • 发布日期:2017-05-08
    • 文件大小:1698259
    • 提供者:jchen
  1. C语言中scanf的使用

    0下载:
  2. 首先需要#include <stdio.h>int scanf( const char *format, ... );scanf()函数是格式化输入函数,它从标准输入设备(键盘) 读取输入的信息。第一个参数format为一个常量字符串,这个字符串中如果包含‘%’符号则使用后续参数进行匹配如:scanf("%d%d", &a, &b);(First, we need #include <stdio.h>int scanf (const c
  3. 所属分类:书籍源码

    • 发布日期:2018-04-29
    • 文件大小:5120
    • 提供者:Bruce Leung
搜珍网 www.dssz.com