搜索资源列表
AnimationTest.zip
- J2ME的动画制作程序, 在很短的时间内, 连续在同一个位置画上好几张图, 最适合的时间是在一秒中内画20到30张图, 这样的效果是让用户看起来会有不间断的感觉.
SP改造相关文档20040903
- 随着使用支持中文手机的用户增多,短信息已经成为手机用户最经常使用的业务之一。除了大量使用的手机用户到手机用户的点对点短信业务之外,从信息平台到手机用户的短信信息服务业务也在快速发展,该业务已经成为广大用户及时方便地获取信息的一种手段。-use with the support of the Chinese mobile phone users increased, SMS mobile phone users has become the most frequently used by one
WDP protocol
- 无线方式下的数据业务打包规范,中文翻译版!手边书,非常实用!看懂此文和相关的其它规范,就能在最深层次上理解WAP PUSH、短信承载等技术的原理。-wireless data services under the packaging norms, the Chinese translation version! On hand, a very practical! Read this article and other relevant norms, we will be able to und
HuffmanEncoding
- 霍夫曼(Huffman)编码算法是满足前缀条件的平均二进制码长最短的编码算法。本文用Matlab语言编程实现了霍夫曼(Huffman)编码,并有详细的word说明
Fetion2008_3.0.0720
- 编程的同时也少不了一些生活琐事,发短信寻找朋友时最需要的一款飞信,喜欢的就下咯
RedSky_SMS
- 多线程发送和接收短信,发送成功和失败都有返回结果。支持群发,是目前网络上功能最强大的免费短信收发控件。ocx格式,d6开发。
RFID-Module-YW-201
- 射频卡读写模块的资料,值得学习,发出来与大家共享。采用PHILIPS 公司的非接触技术设计的微型嵌入式非接触式IC卡读写模块。内嵌MF RC500射频基站,用户不必关心射频基站复杂的控制方法,只需要简单地通过选定的UART 或IIC 接口发送命令就可以对卡片进行所有的操作。该读卡模块是专门针对Mifare One读卡器设计的,带有默认自动寻卡功能。采用YW-201模块,用户可以在最短的时间内开发出符合自己需求的稳定的射频卡系统。
smslib-v3.3.0-src
- 最新版的smslib,手机发送短信非常方便
pfind20
- 最短路径分析的控件,首先使用regsvr32 程序注册该动态连接库,然后在vb中直接使用该动态链接库.程序中有相关说明,具体文件可以查看相关程序.-shortest path analysis controls, the first to use regsvr32 procedures for the registration of the dynamic link library, and then vb direct use of the dynamic link library. Proc
zuiduanlujing.rar
- 最短路径的一个非常好的算法实现这个算法采用迪杰斯特拉算法是最来在地理信息系统中使用很广的算法,TheshortestpathalgorithmtoachieveaverygoodthealgorithmusesDijkstraalgorithm,isthemostgeographicinformationsystemsinawideuseofthealgorithm
7bitcoding
- PDU 7BIT编码程序,目前,发送短消息常用Text和PDU(Protocol Data Unit,协议数据单元)模式。使用Text模式收发短信代码简单,实现起来十分容易,但最大的缺点是不能收发中文短信;而PDU模式不仅支持中文短信,也能发送英文短信。PDU模式收发短信可以使用3种编码:7-bit、8-bit和UCS2编码。7-bit编码用于发送普通的ASCII字符,8-bit编码通常用于发送数据消息,UCS2编码用于发送Unicode字符。-PDU 7BIT encoding process
Routers
- 通过输入一个联通的局域网,路由器可以自动生成各自的路由表。可以生成两个机器之间的最短路径。-Unicom by entering a local area network, the router can automatically generate their own routing table. Can generate the shortest path between two machines.
NAVI
- GPS数据解析,根据此数据进行路径选择,包括最短路径和最省时路径选择-Parse GPS data, base on that data to choose the route, including the shortest path and the most saving time path
tabhost
- tabHost的使用demo,在最短的时间最快捷的掌握tabhost的使用-the use of tabHost of android
Navigation
- 可以查找地理位置信息,找到两条线路的最短乘车方式,可以查看周边餐馆信息(需要服务器支持)-failed to translate
andorid-TSP
- 安卓程序,包括解决旅行商问题的应用,指南针,寻求最短路径的小游戏,关于旅行商问题的介绍。-Andrews program, including application to solve the traveling salesman problem, compass, seeking the shortest path game, the introduction of the traveling salesman problem.
导航系统
- 车载导航是利用车载GPS(全球定位系统)配合电子地图来进行的,它能方便且准确地告诉驾驶者去往目的地的最短或者最快路径,是驾驶员的好帮手。一般的车载导航的功能都有DVD播放器、收音接收、蓝牙免提、触摸屏、选配功能、智能轨迹倒车、胎压检测功能、虚拟六碟,后台控制功能。
D2D
- D2D中路由的实现,包括用户端的随机撒点,及最短路径算法-D2D routing implementations, including random sprinkle the client' s, and the shortest path algorithm
astardemo
- A*搜寻算法俗称A星算法。A*算法是比较流行的启发式搜索算法之一,被广泛应用于路径优化领域[。它的独特之处是检查最短路径中每个可能的节点时引入了全局信息,对当前节点距终点的距离做出估计,并作为评价该节点处于最短路线上的可能性的量度。(A * search algorithm commonly known as A Star algorithm. A * algorithm is one of the more popular heuristic search algorithms and is
FFT算法程序分步详解C程序
- 分步细讲解基2蝶形算法,尽量让你在最短的时间内掌握FFT算法的程序实现。(Step by step to explain the basic 2 butterfly algorithm, try to let you grasp the FFT algorithm in the shortest time.)