登录
首页 » C++ » NumericEditor

NumericEditor

于 2010-02-21 发布 文件大小:17KB
0 286
下载积分: 1 下载次数: 4

代码说明:

  symbian白皮书,数值编辑器NumericEditor(symbian white paper, numerical editor NumericEditor)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Max-IntMax-MinMin-Min
    极小 算法(Min-Min)、极大极小算法(Max-Min)、最大时间跨度算法(Max-Int)三种典型的映射算法的算法原理以及计算程序(Minimal algorithm (Min-Min), max-min algorithm (Max-Min), maximum time-span algorithm (Max-Int) three typical mapping algorithm and the algorithm of the calculation program)
    2008-04-01 20:41:46下载
    积分:1
  • The-application-of-semivariogram
    半变异函数的应用拟合球状模型程序 在土壤重金属分析中的应用(The application of semivariogram spherical model fitting procedure in analysis of soil heavy metals)
    2011-10-17 21:28:39下载
    积分:1
  • C语言学习8例A C语言学习8例A
    C语言学习8例A C语言学习8例A-C Language Learning eight cases A C language learning eight cases A
    2023-05-02 04:15:02下载
    积分:1
  • 测试链接并显示查询数据
    using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;//Download by http://down.liehuo.netusing System.Data.SqlClient;namespace Case05_12{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { try { //生成连接数据库字符串 string ConStr = "data source=.;database=ljp;uid=sa;pwd=123"; //定义SqlConnection对象实例 SqlConnection con = new SqlConnection(ConStr); //定义Select查询语句 string Sql = "select*from biaoge"; SqlDataAdapter ada = new SqlDataAdapter(Sql, con); DataSet ds = new DataSet(); //定义DataSet对象实例 ada.Fill(ds); //连接数据表格,显示数据 this.dataGridView1.DataSource = ds.Tables[0].DefaultView; } catch { return; } } private void button2_Click(object sender, EventArgs e) { this.Close(); Application.Exit(); } }}
    2014-10-02下载
    积分:1
  • SM2、SM3、SM4算法说明及c语言代码
    实现国密算法的SM2、SM3、SM4,可以界面上测试算法的正确性,同时包含国密局公开的国密算法规范 SM2椭圆曲线公钥密码算法 SM3密码杂凑算法 适用于商用密码应用中的数字签名和验证、消息认证码的生成与验证以及随机数的生成,可满足多种密码应用的安全需求。 SMS4 密码算法  该算法的分组长度为128比特,密钥长度为128比特。加密算法与密钥扩展算法都采用32轮非线性迭代结构。解密算法与加密算法的结构相同,只是轮密钥的使用顺序相反,解密轮密钥是加密轮密钥的逆序。
    2022-10-18 23:30:03下载
    积分:1
  • CreamOff
    cream off software testversion
    2017-10-15 18:43:09下载
    积分:1
  • C# 在线考试系统源码下载(含数据库)
    C# 在线考试系统源码下载(含数据库)
    2014-08-07下载
    积分:1
  • Longinteger
    说明:  可求任意长整数的加减法,输入格式为1,1111,1111类型的格式(Rectifiable arbitrary long integer addition and subtraction, enter the format type of format 1,1111,1111)
    2008-11-18 22:17:33下载
    积分:1
  • KEY_TEST
    用C语言对LED灯进行测试 通过实际按下键盘进行测试笔(the test of LED with C language and the keyboard is a necessity )
    2011-11-30 19:32:38下载
    积分:1
  • Stm32Dma
    说明:  学习STM32的基础例程,对初学者很有帮助,主要是对DMA的基本操作(Learning the basic routine of STM32 is very helpful for beginners, mainly for the basic operation of DMA)
    2021-01-28 13:38:09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载