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

搜索资源列表

  1. HighPrecision2

    0下载:
  2. 基于STL string的高精度计算 支持以string类为存放格式的整数的多精度运算(包括+、-、*、/(整除)、%(取余)、-(取负)、乘方、开平方),部分允许string式的“整型”与int型混合运算,支持正负号,结果一律用string 型存放(多精度对单精度取余(用int)除外!)-Based on STL string of high-precision calculation of support for string-type format for storing the mu
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:11950
    • 提供者:wang yucao
  1. cnewmap

    0下载:
  2. 实现了类似CMap的一个类,实现了int=>int,int=>string,string=>string的功能,可动态增加,删除,修改,查找元素的内容,能方便地增加其他数据类型的管理-To achieve a similar category cmap realized int =
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:297021
    • 提供者:xuyangjie
  1. zichuanweizhi

    0下载:
  2. 编写一个函数int loc(char * a, char *b),确认a,b两个字符串中一个字符串是否包含另一个字符串,如果包含则返回被包含字符串在另外一字符串的起始位置,如果不包含则返回-1。请在主函数中让用户输入两个字符串,调用该函数进行判断,并输出判断结果。-Write a function int loc (char* a, char* b), confirmed that a, b two string if a string contains another string, if c
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:16435
    • 提供者:huaying
  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. BigNumber

    0下载:
  2. 直接引入 可以像int一样操作 跟Java里的好像 但好用多了 而且是加速版的,比用字符串写的还快(用vector<int>) 还附了些奇怪的函式 有兴趣自己写BigNumber的人可以参考看看 -Can be directly introduced to operate with the same as int in Java but it seems the more useful it is to speed up version of, than to
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:5064
    • 提供者:黃瀚生
  1. zip_unzip_src

    0下载:
  2. C#写得标准压缩解压缩小程序 .Net中函数声明: public static extern int MyZip_AddFile(String SrcFile,String ZipFile) public static extern int MyZip_AddDirectory(String SrcPath,String ZipFile) public static extern int MyZip_ExtractFileAll(String ZipFile,String P
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:258435
    • 提供者:一心一意
  1. c_methods_of_quick_sort

    0下载:
  2. 几种快速排序的方法,对int类型数组排序,对char类型数组排序,对double类型数组排序,对结构体一、二级排序,对字符串进行排序,计算几何中求凸包的cmp-Several methods of quick sort, sort array of type int, the type of char array to sort, sort array of double type of the structure of primary and secondary sort, sort of s
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1045
    • 提供者:Chueng
  1. u64ToStr

    0下载:
  2. convert unsinged int 64 to string
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:575
    • 提供者:passionpatel
  1. SendToCS

    0下载:
  2. This a COde to Send Emails with attachement very easily. You ca use it as an executable, or in you .Net project. Create you Form, create a Button and Enjoy. System::Void MyForm::SendOrder_Click(System::Object^ sender, System::EventArgs^ e
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:46641
    • 提供者:peppebck
  1. zidingyi-spinbox

    0下载:
  2. 自定义spinbox 实现显示内容为字符串 取出value值为int数据 编译可直接运行 为显示其效果 专门为此写了一个mian函数-Custom spinbox out to achieve the display value to a string value of int data compiled can be directly run to show the effect of specially written a mian function
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1256
    • 提供者:shiyi ren
  1. s6

    0下载:
  2. 6. 编写一个函数find_replace_str,其原型如下: int find_replace_str(char str[], const char find_str[], const char replace_str[]) 要求:该函数能够完成把字符串str中的所有子串find_str都替换成字符串replace_str,返回值为替换的次数。 -Six. Write a function find_replace_str, w
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:841617
    • 提供者:
  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. ch375

    0下载:
  2. ch375读写u盘C51示例源程序 #i nclude  "datatype.h"#i nclude  "console.h"#i nclude  "44b0x.h"#i nclude  <string.h> /*  以下定义的详细说明请看CH375HF9.H文件  */#define  LIB_CFG_FILE_IO 1 /*  文件读写的数据的复制方式,0为"外部子程序",1为"内部复制"  */#
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:8089
    • 提供者:伍世祺
  1. begoodatMATLAB6.5

    0下载:
  2. 本书第一章系统讲述 MATLAB6.5 的集成工作平台,引导读者初会MATLAB 基本用法。 第二、三章系统叙述MATLAB6.1 的四大基本数据类型(数值数组、字符串数组、元胞数组、构架数组),至于其它扩展数据类型(函数句柄、符号数据、内联函数、unit 数组、稀疏类)则另辟章节专述。此后,本书用九个独立章分述MATLAB6.5 的数值计算、符号计算、函数和数据可视、面向对象编程、GUI 交互操作界面设计、EXE 独立应用程序生成、实现不同软件平台交互的API、M-book 数据图形文字环
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:3465145
    • 提供者:yyj
  1. h3

    0下载:
  2. 设计一个栈,要求如下: 1、使用模版技术实现,要求该栈内能存储各种数据类型如int、char、string以及自定义类型 2、设计一个基类,基类定义栈的所有接口,子类来具体实现 3、每个子类使用不同类型的容器来组织底层数据-Design a stack requirements are as follows: 1, using template technology, requires that the stack can store various data types such
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1062430
    • 提供者:ychy
  1. Huge

    0下载:
  2. It contain an implementation for string class and a class for huge numbers. In some practical usage of mathematics, we need to use numbers lager than long int and 64 bit integer numbers, for example we need a number with 100 digits to be multiple or
  3. 所属分类:Data structs

  1. SingleServerWin32

    0下载:
  2. 使用C语言编写TCP/IP服务器、客户端程序,并能够在成功建立连接后在二者之间依次传送一个double、一个int、一个字符串数据。-Using the C language TCP/IP server, the client program, and the ability to successfully establish a connection between the two in order to send a double, an int, a string of data.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-05
    • 文件大小:1928
    • 提供者:
  1. SingleServerLinux

    0下载:
  2. TCP/IP服务器、客户端程序,并能够在成功建立连接后在二者之间依次传送一个double、一个int、一个字符串数据-TCP/IP server, the client program, and the ability to successfully establish a connection between the two in order to send a double, an int, a string of data
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-06
    • 文件大小:2687
    • 提供者:
  1. itoa

    0下载:
  2. 一个小程序把整数转化成字符串。输入整数1234,可以得到字符串类形的1234-transform int to string
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:195562
    • 提供者:hyo
  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 2 3 45 6 7 »
搜珍网 www.dssz.com