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

搜索资源列表

  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. no.1

    0下载:
  2. 定义一个结构体typedef struct{int num char name[10] int score[4] }STU ,里面有两个整形数组和一个字符数组,用来存储学生的信息;主函数中接收数据并存入结构体,然后调用函数进行数据的查找,修改删除;编写三个函数 find_stu(STU per[],int t) :输入学生的学号进行查找 modify_stu(STU per[],int t) 对找到的学生的姓名和成绩进行修改; delete_stu(STU per[],int m)
  3. 所属分类:Printing program

    • 发布日期:2017-03-21
    • 文件大小:793
    • 提供者:张树
  1. c-P-P-algorithm-procedures

    0下载:
  2. 程序开始运行,要求用户首先输入两个大数。 然后进行菜单选择,进行相应的大数运算。 分析说明:由于大数的范围太大,不能直接定义为int或者float等, 所以我们的想法就是定义成字符串类型, 输入的数字一位一位地存入字符数组里面。 然后在运算的时候也是一位一位地运算。 这个过程就得从最基本的数学运算法则做起,不乏多种判断。 涉及到数组和指针的应用。最难的就是判断情 况还有应用数组和指针过程中出现的多种未可预知的错误, 还得通过逐步调试慢慢找出。我们先从加减
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:275502
    • 提供者:yang
  1. MobileGuess

    0下载:
  2.   MobileGuess Android手机上的猜数字小游戏源码,部分代码注释:   public abstract int getGuessTimeLeft() //返回剩余猜测次数   public abstract String getNewNumber() //返回待猜数字   public abstract int getGuessTime() //返回可猜测总次数   public abstract int getGuessedTime() //返回已猜测次
  3. 所属分类:android

    • 发布日期:2017-04-01
    • 文件大小:52675
    • 提供者:张龙
  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. The-Binary-Tree

    1下载:
  2. 构造一颗二叉排序树并实现其中元素的插入和删除。即先输入一串数据(int型),使计算机构造出一棵二叉排序树(限于C语言的表达,咱不在屏幕上使其输出)。然后按照屏幕提示,删除一个已有的数据,再构成一个新的二叉排序树。-Construct a binary sort tree and which elements insertions and deletions.To enter a string of data (int type), the computer constructed a binar
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:766
    • 提供者:wangchengqi
  1. The-Poly

    0下载:
  2. 内容为用起泡排序法实现元素的非递减排列.构造一颗二叉排序树并实现其中元素的插入和删除。即先输入一串数据(int型),使计算机构造出一棵二叉排序树(限于C语言的表达,咱不在屏幕上使其输出)。然后按照屏幕提示,删除一个已有的数据,再构成一个新的二叉排序树。-Construct a binary sort tree and which elements insertions and deletions.To enter a string of data (int type), the computer
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1002
    • 提供者:wangchengqi
  1. Exercise5.5

    0下载:
  2. 1.已经4个字符串,编程输出它们中最小的一个 2.将一个长度为n的字符串,编程实现其逆序输出 3.已知一个二维int型数组,编程求出它的最小的元素值 4.已知字符型指针数组中存放若干个字符串,编程从键盘上修改其中某个字符串 5.有n个小孩排成一圈,从第一个小孩开始作1到3的报数,凡报数为3的小孩从圈中出来,求最后出圈的小孩的顺序号是多少? -1 has four strings, programmed output the smallest of them A
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:227246
    • 提供者:shenghonghe
  1. Vehicles

    0下载:
  2. 一个关于Vehicle的小程序,带源码,测试可以执行。主要是一个类的继承的练习。-Vehicles Create a base class called Vehicle that has • the manufacturer’s name (type string), • number of cylinders in the engine (type int), and • owner (type Person, given below).
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-07
    • 文件大小:7634
    • 提供者:沈晴雯
  1. MyTool

    0下载:
  2. 这个只是一个小工具,可以用来提高编程效率。 只要是来操作剪贴板,比如:将剪贴板中所有字母大写,全部小写,首字母大写,将复制的内容加上@。 制动封装的使用方法:比如 private int i 只需复制 int i 然后点击制动封装,直接Ctrl+V就封装好了。 生成完整的类:可以封装这个类中所有的属性,和生成两个构造方法。使用方法再要封装的类里直接Ctrl+A,Ctrl+C 点击按钮生成完整的类Ctrl+V就可以了 最后就是可以到数据库生成类,这个连接字符串可能要改,能将数据库的
  3. 所属分类:CSharp

    • 发布日期:2017-11-06
    • 文件大小:2193074
    • 提供者:邓星
  1. TimeSchedule

    0下载:
  2. 1. 解压,然后将文件导入Eclipse; 2. 运行该程序前,要先安装mysql; 3. 安装完mysql后,下载mysql-connector-java-5.1.22; 4. 将mysql-connector-java-5.1.22放入JDK中,方法见本人博客博文《java数据库编程的前期准备——mysql-connector-java-5.1.22》; 5. 在源包中的TaskDatabases.java中修改user变量和password变量(两者
  3. 所属分类:MySQL

    • 发布日期:2017-11-29
    • 文件大小:45591
    • 提供者:炳佳
  1. char_string

    0下载:
  2. 举例实现由int转换到char类型;string数据连接添加char数组;string转化到const char类型;-Example to achieve the conversion from int to char type string data connections add char array string conversion to const char type
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:989469
    • 提供者:沈耀强
  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. ch06

    0下载:
  2. 1. 编写并测试如下函数:void Add (int a[], int m, int b[], int n) 该函数将数组b的前n个元素追加到数组a的前m个元素后,假定数组a具有至少存放m+n个元素的空间。例如,如果数组a为{22,33,44,55,66,77,88,99},数组b为{20,30,40,50,60,70,80,90},则调用Add(a,5,b,3)后,将把数组a变为{22,33,44,55,66,20,30,40}。注意数组b并没有改变,而且数组a中只需改变n个元素。 编写一
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:36628464
    • 提供者:王石
  1. aspnetms

    0下载:
  2. CodeGenerator 的特点: 1. 标记简结实用, 所有网页美工都能在一分钟内掌握. 而且不与HTML标准冲突, 模板页可用任何WYSIWYG工具编辑, 和编辑普通HTML网完全相同. 2. 标记只与表示层相关, 不包括任何业务逻辑, 丝毫不影响你应用多层结构. 3. 标记到后台被解析成了生成器对象, 完全面向对象, 不像绝大多数生成器要死嗑字符串. 4. 生成器对象使用DataSource属性取得数据, DataSource可以为 简单值类型(如
  3. 所属分类:.net

    • 发布日期:2017-12-01
    • 文件大小:10937
    • 提供者:sdfweio
  1. 5

    0下载:
  2. (1)设计Person类,要求具有用于表示姓名的保护数据成员:string szName; 实现信息打印的公有成员函数:void Print()。其中,Print函数设计为虚函数,输出的信息格式为:“Person 姓名”。 (2)从Person类派生Student类,添加用于表示学号的保护数据成员:int iNumber;重定义用于信息打印的公有成员函数:void Print()。其中,Print函数输出的信息格式为:“Student 姓名 学号”。 (3)从 Perso
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-23
    • 文件大小:958
    • 提供者:zhang
  1. duilie

    0下载:
  2. 1.定义顺序队列类型,实现队列的所有基本操作。 2.定义链队列类型,实现队列的所有基本操作。 3.将字符串转换为整形,例如将“123”转换为int型的123。 -Define the order of the queue type, all the basic operations of the queue. Definition the chain queue types, all the basic operations of the queue. Will convert a
  3. 所属分类:Data structs

    • 发布日期:2017-11-08
    • 文件大小:2690
    • 提供者:pang
  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. inttostring

    0下载:
  2. 整型转字符串数组,郭晓璐开发,赵树新辅导,功能很强大-int to string
  3. 所属分类:CSharp

    • 发布日期:2017-11-12
    • 文件大小:300600
    • 提供者:让我去火星
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com