2.3 子程序设计 实验报告学生:计算机学院0801班王定桥 实验2.4 查找电话号码 1:题目:查找电话号码phone 2.实验要求 1)要求建立一个可以存入50项的电话号码表,每项包括人名(20字符)和电话号码(8字符)两部分; 2)程序可以接受用户输入的人名及相应的电话号码,并把它们加入到电话号码表中; 3)凡有新的输入后,程序可以按人名对电话号码进行排序; 4)程序可接收需要查找的电话号码的人名,并从电话号码表中查出电话号码,再在屏幕上以如下格式显示 name tel Xxxxx xx
A powerful and intuitive SIP SDK to accelerate development of SIP applications and websites Our brand-new SIP SDK provides a powerful and highly versatile solution to add quickly SIP based dial and receive phone calls features in your software appli
Private Function GetPhoneNum(ByVal phone As String) As String Dim result As String = "" Dim temp As String Dim temp2 As String If phone = "" Then result = phone Else If InStr(1, phone, Chr(10)) 0 Then temp = Left(phone, InStr(phone, Chr(10)) - 1) t
基于c网络电话 / Phone.h : main header file for the PHONE application // #include "resource.h" // main symbols ///////////////////////////////////////////////////////////////////////////// // CPhoneApp: // See Phone.cpp for the implementation of this class