中国移动IVR开发范例,为青牛平台使用。现有的PSTN、PLMN、CATV、Internet等各种网络,有着不同的通信协议和媒体方式,融合通信平台构筑在现有的各种基础通信网络之上,在应用层屏蔽掉通信协议的差异,并实现统一的服务路由、统一的资源管理、计费管理、服务数据管理、认证服务、目录服务、内容管理等。通过融合通信平台可以实现信息发布、信息点播、电子商务、客户服务、市场营销、销售管理、资源管理、物流管理等多种增值服务。
上传时间: 2013-12-19
上传用户:gmh1314
mp3设计程序资料,采用c语言编写。 README file for yampp-3 source code 2001-05-27 This is the current state of the yampp-3 source code, 2001-05-27. This code is intended to run on Rev. B of the yampp-3 PCB, but can ofcourse be used on compatible systems as well. It still uses the "old" song selection system as the yampp-2. However, the disk handling routines has improved a lot and the obviosly, the new VS1001 handling has been put in. The codesize is almost at it s maximum at 1F40 bytes. A .ROM file is included if you don t have the compiler set up. For now, the documentation is in the code
上传时间: 2015-04-13
上传用户:小码农lz
Java课程设计 耿祥义编著 清华大学出版社 ISBN:7-302-07915-3 广工图书馆编号:TP3125A/G47 http://www.tupwq.net 1.记忆测试系统 2.计算器 3.Hannoi塔 4.JPEG图像生成器 5.标准化考试系统(单机版) 6.标准化考试系统(C/S网络版) 7.标准化考试系统(B/S版) 8.日历记事本 9.学籍管理系统 10.图书查询系统(B/S网络版) 11.中国象棋打谱系统 12.魔板游戏 13.挖雷游戏 14.网络聊天室(B/S模式) 15.局域网广播系统
上传时间: 2013-12-14
上传用户:AbuGe
中国的企业也逐渐完善各方面机制,开始“自立”。而这只是第一步,尤其是在经济日益全球化的今天,中国的企业要在世界竞争中立于不败之地,还必须“自强”。随着信息时代的到来,企业竞争又面临着新的课题,如何在新的时代继续发展,保持繁荣。而信息化毫无疑问是解决此问题的重要手段。 ERP是市场上最为成熟的企业信息化产品,它通过改造企业的物流、资金流、信息流,从而使得企业在管理水平和生产能力上发生质的变化,进而带来巨大的效益。而且还会为将来的电子商务(E—Business)、电子贸易(E—Commerce)打下基础。所以对于正在进行工业化的发展中国家来说,实施ERP意义深远。 SAPR/3系统是ERP市场中最优秀的系统之一。它有着先进的技术、丰富的功能,并且已经占据了大部分ERP市场。对于这样大型的管理软件,实施过程将涉及非常多的因素,为了保证成功地实施,必须遵循科学、有效的方法。本书希望通过对SAPR/3实施方法的介绍,以给国内的ERP实施人员一些帮助和启发,使得SAPR/3在中国的实施获得更多的效益。
上传时间: 2015-07-20
上传用户:坏天使kk
Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The first line of the input file shoud contain two chars indicate the source and destination city for breadth first and depth first algorithm. The second line of input file shoud be an integer m indicate the number of connections for the map. Following m lines describe the map, each line represents to one connection in this form: dist city1 city2, which means there is a connection between city1 and city2 with the distance dist. The following input are for A* The following line contains two chars indicate the source and destination city for A* algorithm. Then there is an integer h indicate the number of heuristic. The following h lines is in the form: city dist which means the straight-line distance from the city to B is dist.
标签: Implemented following compile command
上传时间: 2014-01-01
上传用户:lhc9102
acm HDOJ 1051WoodenSticks Description: There is a pile of n wooden sticks. The length and weight of each stick are known in advance. The sticks are to be processed by a woodworking machine in one by one fashion. It needs some time, called setup time, for the machine to prepare processing a stick. The setup times are associated with cleaning operations and changing tools and shapes in the machine. The setup times of the woodworking machine are given as follows: (a) The setup time for the first wooden stick is 1 minute. (b) Right after processing a stick of length l and weight w , the machine will need no setup time for a stick of length l and weight w if l<=l and w<=w . Otherwise, it will need 1 minute for setup.
标签: WoodenSticks Description length wooden
上传时间: 2014-03-08
上传用户:netwolf
本业务技术规范在信产部行标和中国电信相关规范基础上,根据相关具体需 求,结合软交换试商用工程的实际情况,制定软交换网络上各类业务的业务技术 实现方式和流程,包括业务描述、业务规范和呼叫流程。 参照PSTN 业务体系,软交换体系应实现基本业务、补充业务、IP Centrex、 传统智能业务;同时应满足试商用阶段新型增值业务的要求。在PSTN 业务体系 的基础上,根据软交换网络和终端的业务特性,结合市场需求,扩充了业务种类, 修改了相关的技术要求,并提供了较详细的技术实现流程。 随着技术和市场的发展,软交换新型增值业务的需求更加具体明确,相关业 务规范将得到发展和完善。 本规范可作为软交换业务的研发、测试、业务受理的技术依据和参考。
上传时间: 2013-12-24
上传用户:banyou
the calculator s usage! after you have inputed 2 operators,choose + - * / function! But the only situation I did t deal with is that when you choos + fuction ,and the operaters signs is like this -A+B,just turn it to B-A!
标签: calculator the operators function
上传时间: 2016-02-12
上传用户:lili123
DirectX not only provides fast access to the hardware and therefore incredibly speedy performance, but it also makes it much easier for hardware developers to produce new devices that work well in the Windows environment. The DirectX APIs take away the necessity of writing your own low-level, device-specific code to access hardware such as the display adapter and network card, making it much easier for you to write programs that take full advantage of the computer s multimedia capabilities.
标签: performance incredibly therefore hardware
上传时间: 2016-02-16
上传用户:秦莞尔w
Generate 100 samples of a zero-mean white noise sequence with variance , by using a uniform random number generator. a Compute the autocorrelation of for . b Compute the periodogram estimate and plot it. c Generate 10 different realizations of , and compute the corresponding sample autocorrelation sequences , and . Compute the average autocorrelation sequence as and the corresponding periodogram for . d Compute and plot the average periodogram using the Bartlett method. e Comment on the results in parts (a) through (d).
标签: zero-mean Generate sequence variance
上传时间: 2016-03-04
上传用户:朗朗乾坤