搜索资源列表
模拟Nokia手机输入的编辑框
- 模拟Nokia手机的输入法控件,继承自TCustomEdit.-simulation Nokia phones input controls, inherited from TCustomEdit.
模拟手机源程序做短信系统源码
- 模拟手机源程序,做短信系统(源码),制造手机短信系统。-analog phones source, so SMS System (FOSS), manufacturing SMS system.
Mobile_Simulator_demo
- 模拟手机界面的程序,采用面向对象的方法,实现各个按键的功能。-analog phone interface procedures, object-oriented methods and to achieve all key functions.
MessageSimulatel
- 模拟手机消息发送 能实现消息的转发,群发,定时发送等-analog phone messaging to achieve information transmitted and repeated, regular deliveries
jordluo
- 模拟手机短消息功能 问题描述 该系统要求对设计一个手机短消息系统,具有排序、查找、更新、显示等功能。通过此课题,熟练掌握数组、指针的各种操作,以及一些算法思想的应用。 -simulated phone short message describing the functional problems of the system design requirements for a mobile phone short message system, with sorting, locate
15
- 模拟手机通信录管理系统,实现对手机中的通信录进行管理。功能要求如下: (1) 查看功能:选择此功能时,列出下列三类选择。 A 办公类 B 个人类 C 商务类 当选中某类时,显示出此类所有数据中的姓名和电话号码。 (2) 增加功能:能录入新数据 一个结点包括:姓名、电话号码、分类、(办公类、个人类、商务类)、电子邮件。 例如:杨春 13589664454 商务类 chuny@126.com 当录入了重复的姓名和电话号码时,则提示数据录入重复并取消录入;当通信录中
MicrosoftPHON
- 模拟手机 Notes: // This example demonstrates the following functions // 1. Create Northwind sample database // 2. Create Employees table // 3. Open a connection to Northwind database // 4. Insert employee sample data using OL
simulatedphone
- 模拟手机源程序.别的地方看到的,可以参考吧
Fleefromthemeteorolite
- 本论文着眼于J2ME技术在手机娱乐上的应用,开发一个的基于MIDP2.0的手机游戏程序——逃离陨石,并介绍了游戏的结构分析和具体功能实现。游戏的界面和运作方式,尽力模拟手机游戏的普遍性形式,成为一个完整的手机游戏。
Mobile
- 模拟手机的基本功能编的,只实现一些表面的功能!-analog phones the basic functions of the series, only to achieve some of the functions of the surface!
模拟手机通讯录源程序
- 模拟手机管理系统
phone.rar
- 是基于J2ME的一个模拟手机的界面可以实现手机收发短信基于客户端和服务器端的功能,J2ME is based on an analog interface for the phone to send and receive mobile phone text messaging can be achieved based on the client and server-side functions
KeyTest.rar
- 模拟手机键盘 的MFC 开发界面程序 ,很好用,在 VC6.0, vc2005下测试通过 ,MFC phone keyboard simulation interface development process, very good, and in VC6.0, vc2005 under test
schoolyard
- 模拟校内网做的静态页面,共50多个页面,基中包含前台与后台界面优美,使用到多个javascr ipt特效,如光棒效果,网页动态菜单,日历-Imitate the static state page that the school net do, more than 50 total pages, include stage and backstage interface in the Ji beautiful, use to several javascr ipt special effects
phone
- 模拟手机源程序,包含短信中心2.02,模拟手机2.02和模拟通信2.02-Source analog phones, including SMS Center 2.02, 2.02 and analog phones analog communications 2.02
Bank
- 此程序是模拟手机中通讯录而写出的,有以下功能:(1)通讯录链表的建立 (2)通讯者结点的插入、查询、删除、输出(3)退出管理系统 -This process is simulated in the mobile phone address book and write, and has the following features: [1] set up the address book list [2] communication from node insertion, query, d
12_minic_phone_screen
- 模拟手机屏幕,实现所有编辑功能。 模块化分不是很合理,主要是想和初级程序员分享一下编码规范,当然该程序还有很多不足之处,想借此机会请大家多多指正,谢谢!-Analog cell phone screen, all editing features. Modular sub-not very reasonable, and only want to share code norms to junior programmer, of course, the program is not perf
tongxunlu
- 实现通讯录的录入、删除和添加系统。。模拟手机的通讯录管理程序-The realization of the address book entry, delete, and add the system. . Analog mobile phone address book management procedures
mobile
- 用ASP开发的模拟手机系统,包含现在所有的基本功能-Simulation developed by ASP phone system now contains all the basic functions of
手机抓包步骤(1)
- 在windows的模拟命令行中执行: Cd d:\soft\tools //进入windows系统某个目录 adb shell //调用安卓的adb接口进入手机系统 su //切换root用户 在手机上按“同意”之后再执行: Cd /data/local //进入Tcpdump目录 ./tcpdump –p –vv –s 0 –w /sdcard/test.pcap //开始抓包命令,test只是抓包后的文件名,可自己更改 在手机上访问需测试的网址,访问之后