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

搜索资源列表

  1. NumEdit_demo(An E Notation Numeric Edit Control).z

    0下载:
  2. CloseSmoothly_demo,实现数字化输入的编辑框控件,数字,字符过滤功能-CloseSmoothly_demo, digital input edit box control, numbers, characters filtering
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:14995
    • 提供者:杜建军
  1. Os_300

    0下载:
  2. 某新建超市要在其出入口大厅设计安装一套能自动管理的储物柜系统。寄存物品时要首先申请一个储物柜,如果有空闲的,则自动打开,同时给顾客打印一个密码或柜号作为寄存凭证,用户可随即放入物品并关闭储物柜;如果没有空闲的,则告知顾客或报警。提取物品时,首先输入自己的寄存密码或柜号,如果正确,对应的储物柜自动打开,顾客可取出寄存物品。所以要求在储物柜的中间位置设置一个控制键盘,包括0~9十个数字键、“确定”键、“取消”键和一个用于开柜的“存包”键。-supermarket to a new entrance
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2294
    • 提供者:紫水晶
  1. heatmaptext

    0下载:
  2. Heat maps with numeric values overlayed
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:46685
    • 提供者:张莹
  1. vbincommonsourcenumericcode

    0下载:
  2. vb in common source numeric code.rar
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:2060769
    • 提供者:my name
  1. StaticList

    0下载:
  2. We often need to use static data in our programs. By static, I mean our programs do not modify the data. For example, we can insert the list of the 50 US state names into a combobox so that the user can select his/her state using a mouse. The same go
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:13278
    • 提供者:rove
  1. NUMARICTEXTBOX.ZIP

    0下载:
  2. numeric textbox programming
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:57188
    • 提供者:金光天
  1. 字符串处理函数集1

    0下载:
  2. 这是一个字符串处理函数集,包括: IsNumeric——检查串是否为数字串 Upcase——变成大写串 Lowercase——变成小写串 Trim——截掉串尾的空格 RTrim——截掉串开始处的空格 LTrim——截掉串尾的空格 right——从右到左截掉字符 left—— 从左到右截掉字符 mid——截掉从某个起始位置到右边位置的字符 zip文件中包含StringFunctins.h和StringFunctins.cpp是字符串处理函数的头文件和实现文件,main.cpp和main.h是一个控
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5968
    • 提供者:梁志洪
  1. 无限长表达式运算器

    0下载:
  2. 这个程序的作用是计算并输出运算表达式的值。本程序支持+、-、*、/、^这五个运算操作符,并支持()以及sin()、cos()、tan()、log()、ln()等函数,支持()、函数的多层嵌套。 本程序有一定的容错及判错功能-A program that evaluates an numeric expression, supports five operators: +, -, *, /, ^, and (), also supports functions like sin, cos, tan
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:14878
    • 提供者:飞杨
  1. Stringencryptionprocess.rar

    0下载:
  2. 字符串加密程序,可设置一位字符或数字密钥加密原字符串,字符串长度无限制,String encryption process, you can set a character or numeric key encryption the original string, string length limit
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:1136
    • 提供者:STAR
  1. gsl-1.4.tar.gz

    0下载:
  2. 数值计算工具包-支持Windows环境、Linux和App系统VC++,,Numeric Calculation package
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:2211031
    • 提供者:mei hongyan
  1. NumEditCtrl_demo.zip

    0下载:
  2. 数字输入编辑框,The edit which accpets numeric input
  3. 所属分类:EditBox

    • 发布日期:2017-11-08
    • 文件大小:33450
    • 提供者:
  1. EX_Calculator03

    0下载:
  2. 基于VC++,单选按钮在有数字键盘的计算器中的应用-Based on VC++, the radio button in the numeric keypad of the calculator application
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:35278
    • 提供者:小郭
  1. LDL-2.0.1.tar

    1下载:
  2. 对基于稀疏矩阵存储技术的对称正定稀疏矩阵进行LDL分解,C++编写-LDL is a set of concise routines for factorizing symmetric positive-definite sparse matrices, with some applicability to symmetric indefinite matrices. Its primary purpose is to illustrate much of the basic theory of
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:225831
    • 提供者:aaq
  1. circulant

    0下载:
  2. This MATLAB code generates a square circulant matrix using the vector V as the first row of the result if V is a row vector or as the first column of the result if V is a column vector. V may be any numeric data type or a character string. -This MA
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2882
    • 提供者:Mohammed
  1. 17869354soft-keyboard

    0下载:
  2. 需要软键盘的请下载,只包含数字键,很多人软键盘用不了那么多功能,这个是很好的选择,简单也适合学习-Needs the soft keyboard to invite downloading, only contains the numeric keyboard, very many human of soft keyboards have more than enough that multi-purpose, this is the very good choice, also suits s
  3. 所属分类:Button control

    • 发布日期:2017-03-25
    • 文件大小:117510
    • 提供者:wanglu
  1. numeric

    0下载:
  2. giving word to numeric number
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1870790
    • 提供者:umesh
  1. Numeric-Integration

    0下载:
  2. Numeric Intration . Sympsons Rule
  3. 所属分类:Other windows programs

    • 发布日期:
    • 文件大小:526786
    • 提供者:arielnalonso
  1. Numeric to Roman

    0下载:
  2. How to make numeric to roman..
  3. 所属分类:网络编程

  1. Numeric to Roman

    0下载:
  2. VB numeric to roman.. this is that way...
  3. 所属分类:网络编程

  1. ASCII-numeric-value

    0下载:
  2. This program creates a text file, copies the binary value of an input file and prints it to the text file as ASCII numeric value.
  3. 所属分类:Console

    • 发布日期:2017-04-28
    • 文件大小:385020
    • 提供者:bhinds-cc
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com