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

搜索资源列表

  1. 2

    0下载:
  2. 题一:给出一个函数,原型为 int compare(char* dest,char* src) 要求比较两个字符串(由dest与src字符指针标识) 1,如果两字符串所含字母完全相同,则返回0; 2,如果两字符串所含字母相同(不区分大小写;A与a也算字母相同) ,则返回1 3,否则返回3-Topic 1: given a function prototype is int compare (char* dest, char* src) asked to compare
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:768
    • 提供者:shuming
  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. StringIndexOutOf

    0下载:
  2. 个人原创代码:Java异常处理程序。编写Java Application程序,参考下面的程序,试修改程序,捕获相关异常,使得程序能正常运行。[提示:用错误数据测试,即可得到异常类名,运行时主方法参数输入 abc 测试] public class StringIndexOutOf{ public static void main(String args[]){ System.out.println("字符串索引越界异常") String str=args[0] System.ou
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:1156
    • 提供者:李瑞
  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. WeekDayConverter

    4下载:
  2. 一个简单的星期转换器,也就是你输入一个数字,就会输出响应的星期日期。-Write a Java program called WeekDayConverter that reads an integer value between 1 and 7 from the command line and prints out the corresponding day of the week. You may use either if…else statements or a switch
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:998
    • 提供者:撒旦
  1. PropertyUtil

    0下载:
  2. 获取属性工具类,提供获取int、String、boolean等类型的值。-Get attribute tools provide access to type int, String, boolean value.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-04
    • 文件大小:1190
    • 提供者:黄仕强
  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. MinValue

    1下载:
  2. a) Write the method signature for an instance method named minValue, which takes as a formal parameter an array of int and returns the minimum value found in that array. b) Implement the minValue method. Some or all of the values in the array ma
  3. 所属分类:Jsp/Servlet

    • 发布日期:2015-05-21
    • 文件大小:1024
    • 提供者:陈桐鑫
  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 2 3 4 5 67 8 »
搜珍网 www.dssz.com