登录
首页 » c# » Sipek.SoftPhone

Sipek.SoftPhone

于 2023-08-19 发布 文件大小:5.44 MB
0 66
下载积分: 2 下载次数: 1

代码说明:

Sipek.SoftPhone源码Sipek.SoftPhone源码Sipek.SoftPhone源码Sipek.SoftPhone源码Sipek.SoftPhone源码Sipek.SoftPhone源码Sipek.SoftPhone源码Sipek.SoftPhone源码Sipek.SoftPhone源码Sipek.SoftPhone源码Sipek.SoftPhone源码Sipek.SoftPhone源码Sipek.SoftPhone源码Sipek.SoftPhone源码

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • one
    实验1 C++基础编程 实验目的 ? 掌握VC++ 6.0进行程序设计的基本步骤。 ? 学会在VC++ 6.0环境下进行简单C++程序设计。 ? 掌握new和delete的用法。 ? 熟练使用string类处理字符串。 ? 重点掌握函数的参数传递方式、函数重载、函数默认值的实现。 实验学时 本次实验需要2个学时。 实验要求 ? 实验上机之前,根据实验内容要求,自行设计编写程序,完成预习报告。 ? 实验上机时调试并修正程序。 ? 当次上机结束前分析错误原因并给出实验结论,提交实验报告。 实验内容 1.基础部分 (1)动态分配保存10个成绩数组的存储空间,并对成绩进行输入,求出最高分并输出,用new和delete。 { double*pd=new double [10]; double k; for(int i=0;i<10;i++) cin>>pd[i]; for(int j=0;j<9;j++) { if(pd[j]>pd[j+1]) { k=pd[j]; pd[j]=pd[j+1]; pd[j+1]=k; } if(j==8) cout<<pd[j+1]<<endl; } system("pause"); return 0; } (2).定义函数,实现两个变量的交换(用传递指针和传递引用的方式分别实现),并对比区别。 (4).上述第(3)题,如果希望给形参默认值,如a=1,b=2,c=3,该如何修改和如何调用?(Experiment 1 C++ Basic Programming Experimental purpose Grasp the basic steps of VC++ 6.0 programming. Learn to design simple C++ programs in the environment of VC++ 6.0. Master the usage of new and delete. Proficiency in string class processing. Emphasis is laid on how to transfer function parameters, how to overload function and how to realize default value of function. Experimental hours This experiment needs two hours. Experimental requirements Before the experiment is put on the computer, according to the requirement of the experiment content, the program is designed and written by oneself, and the preview report is completed. Debug and correct the program when the experiment is on the computer.)
    2019-05-01 14:56:42下载
    积分:1
  • Matlab_source_code_of_modern_communication_systems
    现代通信系统matlab源代码,通信的肯定用得着的(Matlab source code for modern communications systems, communication certainly useful in the)
    2010-05-12 12:52:43下载
    积分:1
  • ios_Chat
    微信功能实现通信机制沟通你我他.在你我他之间架起沟通的桥梁(Micro-channel communication mechanism to achieve functional communication you and me. Between you and me, he acted as bridges)
    2014-02-10 18:46:52下载
    积分:1
  • J1939
    j1939在康明斯电控发动机上的应用情况和基本概念(j1939 electronically controlled Cummins engine in the application and basic concepts)
    2013-11-04 12:48:08下载
    积分:1
  • stl
    说明:  实现拉格朗日差值计算的C++程序,结果输入到m文件中用于matlab计算。(Lagrangian difference calculated to achieve C++ program, the results for input to the m file matlab calculations.)
    2011-04-04 22:30:18下载
    积分:1
  • simple-file
    简单的文件系统试验源代码,可用于操作系统的大型实验~~(Simple test source code of the file system, the operating system can be used for large-scale experiments to ~)
    2013-01-06 14:34:35下载
    积分:1
  • 国产兆易创新芯片GD32F450文档.pdf
    GigaDevice Semiconductor Inc.GD32F4xxARM® Cortex™-M4 32-bit MCU适用于 GD32F405xx、GD32F407xx、GD32F450xx 系列
    2020-12-12下载
    积分:1
  • LED驱动源码
    这是基于ARM9开发板写的LED驱动测试代码,能够达到开关灯,流水灯等效果。这只是个例子代码,不做实际使用,不过是很好的驱动模板,大家可以学习学习,观摩观摩。大家一起学习。谢谢大家的支持。
    2022-08-04 10:15:11下载
    积分:1
  • DataTable-demo
    DataTable 分类求和 web类型的源代码(DataTable classification summation web)
    2013-12-25 21:58:16下载
    积分:1
  • CONENCT-BIZZ
    Game to connect different cities roads.
    2016-11-15 16:40:55下载
    积分:1
  • 696516资源总数
  • 106648会员总数
  • 8今日下载