登录
首页 » Others » Android 完整的通讯录项目源码

Android 完整的通讯录项目源码

于 2020-12-06 发布
0 310
下载积分: 1 下载次数: 1

代码说明:

这个通讯录包含了拨号盘、联系人、短信、个人中心4大模块其中,拨号盘功能包含了t9键盘搜索,电话搜索联系人的功能,并且在第一次加载时显示了通话记录。联系人模块显示了联系人的名称和电话,可进行快速检索,并可选择不同群组的联系人,展示群组的效果是照着人人网菜单的效果改变的信息模块显示了信息列表(其中包含电话、数量、时间、信息预览),对话列表,新建短信的功能(这个功能的添加联系人模块费了我不少时间,目前只能算是实现了基本功能,哪位同学有更好的方法,希望能留言交流一下)个人中心,是留给大家的想象空间...

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

发表评论

0 个回复

  • ECC点乘verilog硬件实现
    实现了ECC点乘,二进制伽罗瓦域,顶层点乘算法模块使用了一篇论文中介绍的高速点乘运算
    2020-11-28下载
    积分:1
  • ChinaMeteorologicalDataHandler.R
    程序实现功能:自动化处理中国地面气候资料日值数据集(V3.0),合并气温, 湿度, 风速, 日照, 降水, 蒸发, 气压, 地温数据, 提取关键列数据,将合并后的数据进行连接,进行标准化处理, 保存为逗号分割文件(.csv)
    2020-09-08 14:38:03下载
    积分:1
  • 稀疏自码深度学习的Matlab实现
    稀疏自编码深度学习的Matlab实现,sparse Auto coding,Matlab codetrain, m/7% CS294A/CS294W Programming Assignment Starter CodeInstructions%%%This file contains code that helps you get started ontheprogramming assignment. You will need to complete thecode in sampleIMAgEsml sparseAutoencoder Cost m and computeNumericalGradientml For the purpose of completing the assignment, you domot need tochange the code in this filecurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencodtrain.m∥%%========%6% STEP 0: Here we provide the relevant parameters valuesthat willl allow your sparse autoencoder to get good filters; youdo not need to9 change the parameters belowvisibleSize =8*8; number of input unitshiddensize 25number of hidden unitssparsity Param =0.01; desired average activation ofthe hidden units7 (This was denoted by the greek alpharho, which looks like a lower-case pcurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod4/57train.,m∥in the lecture notes)1 ambda=0.0001%o weight decay parameterbeta 3%o weight of sparsity penalty term%%==:79 STEP 1: Implement sampleIMAGESAfter implementing sampleIMAGES, the display_networkcommand shouldfo display a random sample of 200 patches from the datasetpatches sampleIMAgES;display_network(patches(:, randi(size(patches, 2), 204, 1)), 8)%为产生一个204维的列向量,每一维的值为0~10000curer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod5/57train.m/v%中的随机数,说明是随机取204个 patch来显示%o Obtain random parameters thetatheta= initializeParameters ( hiddenSize, visibleSize)%%=============三三三三====================================97 STEP 2: Implement sparseAutoencoder CostYou can implement all of the components (squared errorcost, weight decay termsparsity penalty) in the cost function at once, butit may be easier to do%o it step-by-step and run gradient checking (see STEP3 after each stepWecurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod6/57train. m vb suggest implementing the sparseAutoencoder Cost functionusing the following steps(a) Implement forward propagation in your neural networland implement the%squared error term of the cost function. Implementbackpropagation tocompute the derivatives. Then (using lambda=beta=(run gradient Checking%to verify that the calculations corresponding tothe squared error costterm are correctcurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod7/57train. m vl(b) Add in the weight decay term (in both the cost funcand the derivativecalculations), then re-run Gradient Checking toverify correctnessl (c) Add in the sparsity penalty term, then re-run gradiChecking toverify correctnessFeel free to change the training settings when debuggingyour%o code. (For example, reducing the training set sizecurer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod8/57train m vl/number of hidden units may make your code run fasterand setting betaand/or lambda to zero may be helpful for debuggingHowever, in yourfinal submission of the visualized weights, please useparameters web gave in Step 0 abovecoS七grad]sparseAutoencoderCost(theta, visibleSize,hiddensize, lambda,sparsityParam, beta,patches)二〓二二二二二二二〓二〓二〓二〓=二====〓=curer:YiBinYUyuyibintony@163.com,WuYiUniversityning, MATLAB Code for Sparse Autoencod9/57train.m vlll96% STeP 3: Gradient CheckingHint: If you are debugging your code, performing gradienchecking on smaller modelsand smaller training sets (e. g, using only 10 trainingexamples and 1-2 hiddenunits) may speed things upl First, lets make sure your numerical gradient computationis correct for a%o simple function. After you have implemented computeNumerun the followingcheckNumericalGradientocurer:YiBinYUyuyibintony@163.com,WuYiUniversityDeep Learning, MATLAB Code for Sparse Autoencode10/57
    2020-12-05下载
    积分:1
  • ECG心电算法(陷波,低通,小波变换)
    FIR低通滤波器,滤除信号中100HZ以上的高频噪声;FIR工频陷波器,抑制信号中的50HZ工频干扰;小波去噪:滤除信号中的白噪声;基线矫正:矫正由肌电干扰等带来的基线漂移现象。
    2020-11-27下载
    积分:1
  • 灰度图像基本处理,包括二值化和求质心
    对灰度图像进行二值化,二值膨胀,二值腐蚀以及求目标质心。
    2020-12-04下载
    积分:1
  • IQmath中文手册
    IQmath 中文手册、、德州仪器 (TI) TMS320C28x IQmath 库是一个高度优化和高精度的数学函数库集,供 C/C++ 程序员将浮点算法植入 TMS320C28x 器件上的定点代码。这些例程通常用于计算密集型实时应用,最佳执行速度和高精确度是这些应用的关键。通过使用这些例程,您可以获得比使用标准 ANSI C 语言编写的等效代码更快的执行速度。另外,通过提供即用型高精度函数,TI IQmath 库可以显著缩短 MCU 应用开发时间。
    2020-12-12下载
    积分:1
  • C++课设计报告及源代码
    整理了CSDN中的一些C++课程资源。免费提供给无资源业分的人。C++课程设计报告+职工信息表.docC++课程设计报告--小型特殊计算器.docC++课程设计报告模拟银行管理系统.doc哈尔滨工业大学课程设计报告.doc图书管理系统C++课程设计源代码.doc航空售票系统+C++课程设计源代码.doc运动会分数统计系统.doc通讯录课程设计报告(完).doc
    2020-11-27下载
    积分:1
  • 用C#和sql server开发的企业人事管理系统
    本系统以中小企业人事管理需求为来源,包括人事管理,考勤管理,工资管理,考勤管理等模块。
    2020-12-09下载
    积分:1
  • 基于fpga实现I2C协议的verilog模块以及测试代码
    本资料是基于fpga实现I2C协议的实现主体代码,并且详细介绍了I2C协议的原理以及基于fpga实现的基本思想
    2020-12-05下载
    积分:1
  • 基于导频的OFDM频偏估计
    主要用于OFDM的频偏估计,利用导频的相关性
    2020-11-28下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载