CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - integer float

搜索资源列表

  1. cpropertygrid_static_library

    0下载:
  2. CPropertyGrid是基于MFC开发的一个属性表控件,它以表格的方式显示和输入数据,其功能和外观类似Visual Basic 6以及Visual Studio 2003的属性窗口。   CPropertyGrid支持的数据类型有:字符串、整数、浮点数、布尔型、度分秒、尺寸、颜色、字体、文件、按钮、列表、日期、时间等,而且可以根据需求进行扩展。 -CPropertyGrid MFC is based on the development of an attribute list co
  3. 所属分类:PropertySheet

    • 发布日期:2008-10-13
    • 文件大小:1566604
    • 提供者:黄河
  1. lwip_readme

    0下载:
  2.  整型寄存器中的值被解释为有符号的二进制补码数,而reg寄存器或时间寄存器中的值被解释为无符号数。实数和实数时间类型寄存器中的值被解释为有符号浮点数。 -integer value of the register be interpreted as a symbol of the binary complement, rather reg register or time value of the register was no explanation for the symbols. Re
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2626
    • 提供者:dong
  1. C++程序设计语言实验三

    0下载:
  2. 实验三:C++编程入门 一、实验内容 1. 类模版。 2. 运算符重载。 3. 友元。 4. 继承。 二、实验题目 1, 设计一个类SavingsAccount,定义一个静态数据成员记录存款的年利率(rate),该类的每个成员都包含一个私有的数据成员balance,表示该成员当前的存款数额。提供一个成员函数CalMonthlyInterest(),用以计算月利息(用balance乘以rate再除以12),并将这个月利息加入balance中。提供一个静态成员函数ModifyRate(
  3. 所属分类:其他小程序

  1. maskEdit

    0下载:
  2. 带掩码功能的多功能编辑框。使用它可以完成整数、浮点数、字符串等类型的输入。-Mask function with multi-edit box. Use it to complete integer, float, string and other types of input.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:25913
    • 提供者:Hellow
  1. FSM

    0下载:
  2. This program can determin very accurately the nature of the user input.it detects whether it is an integer, a float, a number in scientific notation
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:7883
    • 提供者:niko
  1. long_int_to_floating

    1下载:
  2. 该文件为16进制长整型数转换为浮点数的源代码,经过反复测试,没问题。-The document is 16 M long integer is converted to float the source code, after repeated testing, no problem.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-21
    • 文件大小:636
    • 提供者:张飞
  1. Int2Float

    0下载:
  2. ieee754... integer to float-ieee754... integer to float...
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:29348
    • 提供者:dooyong
  1. DataValidate

    0下载:
  2. 使用正则表达式对输入的数据即时校验。包括整型,非负整数,非正整数,浮点数,非负浮点数,非正浮点数,中文,英文,大写英文,小写英文,数字和英文,数字和英文或下划线,日期。-Using regular expressions for real-time validation of data input. Including integer, non-negative integers, non-positive integer, floating-point, non-negative floati
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:1761
    • 提供者:zk
  1. Cquestionpdf

    0下载:
  2. c语言名题精选百篇,作者花费一年时间搜集了各种常见C程序段的极具技巧性的编程法,其内容都是大有来头的,而且给出了详细的参考资料。如一个普通的Fibonacci数就给出了非递归解、快速算法、扩充算法等,步步深入,直至几无油水可榨。对于视速度如生命,连一个普通的浮点数转化为整数都另辟蹊径以减少CPU cycle的游戏程序员,怎可不看?-c language name selected one hundred questions, to spend a year of collecting a var
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-16
    • 文件大小:26159628
    • 提供者:
  1. Linear_equations

    0下载:
  2. 解线性方程,误差分析以及时间统计(浮点数,双精度,整数),以及一些结论-Solving linear equations, error analysis, and time statistics (float, double precision, integer), and some conclusions
  3. 所属分类:Console

    • 发布日期:2017-05-16
    • 文件大小:4142781
    • 提供者:王健泽
  1. shiyan4-3

    0下载:
  2. 编写一个栈的类模板(包括其成员函数定义),以便为任何类型的对象提供栈结构数据操作。并在应用程序中创建整数栈、字符栈和浮点数栈,提供一些数据进行进栈、退栈和打印操作的测试。-Write a stack class template (including its membership function is defined), in order to provide data manipulation stack structure as any type of object. And create
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:834
    • 提供者:summer
  1. zhengque

    0下载:
  2. 给定程序中,函数fun的功能是将形参给定的字符串、整数、浮点数写到文本 文件中,再用字符方式从此文本文件中逐个读入并显示在终端屏幕上。 -Given program, the function fun feature is the parameter given string, integer, float written text File, and then one by one to read from character mode and displayed on th
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:24064
    • 提供者:王瑞敏
  1. 6

    0下载:
  2. 定义一个CPoint类,利用成员函数的重载实现整数的两点间距离和浮点数的两点间距离。要求: (1) 分别用int,float数值类型设计成员函数重载; (2) 分别用int,float的数值测试该程序。-Define a CPoint class using overloaded member function implementations between two integer and floating-point distance between two points distan
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:587
    • 提供者:白露
  1. Simple-Finite-State-Machine

    0下载:
  2. This program can determin very accurately the nature of the user input, it detects whether it is an integer, a float, a number in scientific notation or simply an invalid input. To be capable of doing this the program uses a simple FSM (Fini
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:8759
    • 提供者:neihai
  1. hw2

    0下载:
  2. 系统包括三个部分: (1) 输入数据:包括初始形状数据和终止形状数据, 一般为事先定义好的整型变量数据,如简单的几何物体形状(苹果,凳子, 陶罐)以及简单的动物形状(大象,马)等。也可以设计交互界面,用户通过界面交互输入数据。 (2) 插值算法,包括线性插值和矢量线性插值。线性插值:对于初始和终止形状上每个点的坐标 Pi 进行线性插值得到物体变 形的中间形状;矢量线性插值:对初始形状和终止形状上每两个相邻点计算其对应的长 Li 和角度θi,然后对 Li 和θi 进行线性插值得到中
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:5629
    • 提供者:Gina
  1. project1

    4下载:
  2. Write a program that asks you 10 records of students. Each record consists of a name (w/o space), and scores for three courses (in integer, 1 to 5). Output a list as the next page and calculate average score (in float) of each student and each course
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:87925
    • 提供者:abc
  1. Check

    0下载:
  2. Compares integer and float arithmetic
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:14336
    • 提供者:eboi
  1. 布林效益工资管理 (ACCESS)

    0下载:
  2. 数据库表说明: create table fyjsb (id integer primary key , nf integer, 年分 yf integer, 月份 ks string, 科室 mark integer, 标记 1收入 0支出 num float, 钱数 xmmc string, 项目名称 xmdh string, 项目代号 kszsry integer, 科室正式人员 kshtry integ
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:1642496
    • 提供者:FENGXING
搜珍网 www.dssz.com