搜索资源列表
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
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
tongxunlu
- 实现通讯录的录入、删除和添加系统。。模拟手机的通讯录管理程序-The realization of the address book entry, delete, and add the system. . Analog mobile phone address book management procedures
mobile_screen_program
- 一个很好的C语言实现的,模拟手机屏幕字符编辑的程序,开发环境是DevC-A good realization of the C language to simulate the mobile phone screen characters in the editing processes, development environment is DevC++
videocapture
- 模拟手机摄像头的视频采集.可以执行,在电脑上安装一个摄像头.-Analog cell phone camera video capture. Can be implemented in the computer to install a camera.
phone_number
- 一个模拟手机号码的摇奖程序。可以从任意的手机号码中摇出一组手机号码。-An analog phone number of lottery program. Can be from any cell phone number in the roll out of a mobile phone number.
telephonebook_cellphone
- 一个模拟手机电话簿程序,可以按照名字字母排序,添加,删除,修改联系人,可以读取文件,并把相关资料保存进文件中,还可根据名字或电话号码查询联系人的相关信息。是个非常好用的程序,仿真度高,功能多,实用性好。-A simulated mobile phone book program, you can sort the letters by name, add, delete, modify contacts, you can read the file, and save the informati
phonecontacts
- 模拟手机通讯录,实现手机上相应的小功能等等。-Analog phone contacts, to achieve the corresponding small mobile phone and much more.
20114251244049
- 模拟手机通信录功能 可以实现对用户的添加 删除 修改 查询等操作 还可以模拟来电显示功能 -Analog mobile phone address book feature allows the user to add delete modify query operations can also simulate Caller ID
Mail-list
- 模拟手机通讯录,用于学生课程设计。该源程序可以实现通讯录的查询写入删除改正等功能-Analog mobile phone mail list
c-phone-tongxunlu
- 很好的模拟手机通讯录代码,很有参考价值,值得借鉴-good code ,have a try
phonebook12
- 模拟手机通讯录,基本实现客户端操作和管理端应用-Analog phone contacts, the basic client to operate and manage client application
LCD501_PhoneBook
- 利用 61 板、SPR 模组、SPLC501 液晶模组和 4×4键盘建立手机通讯录模型,要求通讯录具有下述功 能: 1. 通讯录条目的录入。可以通过 4×4 按键模拟手机键盘,实现中英文输入。通讯录条目至少应包括 姓名、两组以上电话号码、Email 等信息。 2. 通讯录查询和搜索。通讯录以一定规则排序,可翻页查看。提供通讯录搜索功能,输入姓名的一部 分,可搜索到匹配的条目。 3. 语音识别功能。可将通讯录中的指定条目设定为“可语音拨号”,并加以训练。当进入语音拨号
Simulation-of-mobile-SMS-editor
- 大学生VB程序设计作业,内涵模拟手机短信编辑器附件及源代码。-- Students VB program design work, the connotation of analog mobile phone text messages annex to the editor and source code.
4
- 手机通讯录源代码 在windows模拟手机通讯录 -Analog phone contacts phone contacts the source code in Windows
simulate-mobilephone-create-message
- 模拟手机短信编辑器,编辑信息,用VB,程序可靠简练-simulate mobile phone message
flex-achieve-call-
- flex实现模拟手机拨号功能。比如输入电话,删除电话,拨号,切换到短信模块或联系人模块等。-flex analog phone dialing. For example, enter the phone, delete the phone, dial, switch to the SMS module or contact module.
systemofcharge
- 本程序实现了模拟手机缴费系统的程序,使用c语言实现-This program implements a mobile phone payment system simulation program, using c language
game2048
- 这是一个模仿流行手机游戏2048的一个C++小程序,可以模拟手机操作。-This is a small game which is moni 2048 in the phone.Enjpy it!
手机抓包步骤(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只是抓包后的文件名,可自己更改 在手机上访问需测试的网址,访问之后