登录
首页 » Java » SQLiteLogin

SQLiteLogin

于 2017-09-12 发布 文件大小:37KB
0 196
下载积分: 1 下载次数: 1

代码说明:

  一个使用Eclipse编写的可使用数据库的登陆注册APP,可检查账号是否已存在。(A login registry APP written using Eclipse that can be used by the database to check if the account already exists.)

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

发表评论

0 个回复

  • samp2_3
    说明:  大叔大叔大叔的撒的大大说的我该如何一天大大说的撒的撒(qazqqswqfdeferhgtyndvSXVergbVberhaegadfvxczvzxcvcxzvzxczxcvzxczxcvzxcv)
    2020-06-24 16:00:01下载
    积分:1
  • complete source code for game quake 1 by id software, a must have for game progr...
    complete source code for game quake 1 by id software, a must have for game programers
    2022-04-01 17:16:40下载
    积分:1
  • kalman
    在对适用于 GPS/INS组合导航非线性模型的容积卡尔曼滤波进行深入研究的基础上,提出了一种改进的多重渐消 H∞ 鲁棒容积卡尔曼滤波算法.基于系统状态的可观测性给出多重渐消因子矩阵求解过程,提高滤波算法的稳定性,抑制滤波发散;引入 H∞ 鲁棒思想,构造多重渐消H∞ 鲁棒容积卡尔曼滤波器;提出采用一种奇异值分解的矩阵分解策略代替标准容积卡尔曼滤波中的 Cholesky分解,进一步提高算法的数值稳定性.结果表明:改进的多重渐消 H∞ 鲁棒容积 算法不仅能有效抑制滤波发散,提高算法的稳定性,还对观测异常值具有更高的鲁棒 性;(Based on the in-depth study of the volume Kalman filter for the nonlinear model of GPS/INS integrated navigation, a new method is proposed. An improved multi-fading H_ infinity robust cubic Kalman filter algorithm is proposed. Based on the observability of the system state, the multi-fading is given.)
    2018-10-20 16:51:30下载
    积分:1
  • 09-MIMO系统容量仿真程序
    说明:  function C=capacity(SNR,Nt,Nr) %SNR=0; %定义信噪比为0HZ A=10^(SNR/10); %信噪比的单位转换关系式 Im=eye(min(Nr,Nt)); %这里的"1"为发射天线和接收天线两者数目少的根数 sum=0; %初始化sum为0 for i=1:10000 %程序循环10000次 H=randn(Nr,Nt); %产生高斯信号源 if Nr<Nt Q=H*H'; %求威沙特矩阵 else Q=H'*H; end sum=sum+log2(det(Im+A*Q/Nt)); %10000次循环得到的信道容量总和 end C=sum/10000 %10000次循环的平均值(function C=capacity(SNR,Nt,Nr) %SNR = 0;% defines SNR as 0Hz A = 10 ^ (SNR / 10);% s / N unit conversion relation Im = eye (min (NR, NT));% here "1" is the number of the less number of transmitting antenna and receiving antenna Sum = 0;% initialize sum to 0 For I = 1:10000% program cycles 10000 times H = randn (NR, NT);% produces Gaussian signal source if Nr<Nt Q = h * H ';% to find the weissard matrix else Q=H'*H; End Sum = sum + log2 (DET (IM + A * q / NT));% sum of channel capacity from 10000 cycles End C = sum / 10000% average of 10000 cycles)
    2020-09-12 04:39:02下载
    积分:1
  • chaojirenmai
    Super connections Wang is using php+MySQL to develop WeChat distribution super network system. Super contacts Wang attention: 1, when you create a database, please use the utf8mb4_general_ci collation. 2, now is the era of cloud, our picture storage way is stored with seven cows, so you use this system in the net friend, the trouble first to register seven cattle account. 3, WeChat developers fill out the server address: http://, your domain name /shop/ 4, WeChat promotion two-dimensional code background picture change, shopcontrollerwx.php search PicUrl, your picture address is replaced up to OK
    2017-09-09 15:19:13下载
    积分:1
  • USER_PROGRAM
    C语言循环扫描16个按键,按键去抖动,检测按键是否松开。(C language cycle scan 16 keys, keys to jitter, check whether the keys are loosened)
    2020-06-17 08:00:02下载
    积分:1
  • BT_Printer
    pda连接蓝牙打印机程序,c#开发的语言(pda connection blue printer)
    2021-03-31 15:29:09下载
    积分:1
  • xuanbiliang
    说明:  以悬臂梁为例,用有限元法编程生成质量矩阵和刚度矩阵(采用平面梁单元,单元数在10到30之间)。 使用matlab的用于广义特征值问题分析的函数(eig(A,B,'chol'),该命令使用乔莱斯基分解的方法,计算对称矩阵A和对称正定矩阵B的广义特征值问题。A对应刚度矩阵,B对应质量矩阵)计算梁的前三阶固有频率和振型,计算得到梁的前三阶固有频率和振型,并画出振型图。(Taking cantilever beam as an example, the mass matrix and stiffness matrix are programmed by finite element method (using planar beam elements, with units ranging from 10 to 30). Using Matlab's function (eig (A, B,'chol') for the generalized eigenvalue problem analysis, the command uses the Jo Lessky decomposition method to calculate the generalized eigenvalue problem of the symmetric matrix A and the symmetric positive definite matrix B. A corresponds to the stiffness matrix and B corresponding to the mass matrix. The first three natural frequencies and modes of the beam are calculated, and the first three natural frequencies and modes of the beams are calculated, and the vibration pattern is drawn.)
    2018-05-30 20:08:33下载
    积分:1
  • upsample
    说明:  Matlab实现对正弦波采样的线性内插,及上采样过程。(Matlab to achieve sampling sinusoidal linear interpolation, and the sampling process.)
    2008-11-28 17:05:30下载
    积分:1
  • 难得的FFT计算软件文档。对在设计中用到FFT的同行有一定帮助...
    难得的FFT计算软件文档。对在设计中用到FFT的同行有一定帮助-dspic fft
    2023-08-17 04:45:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载