-
一个关于BPSK误码率仿真的程序
一个关于BPSK误码率仿真的程序,内容只包括误码率仿真部分!-One on BPSK BER simulation procedures, including the signal generated by adding Gaussian white noise, and bit error rate!
- 2022-02-04 06:57:56下载
- 积分:1
-
本软件能够用来简单地计算GPA(加权平均成绩绩点)值
本软件能够用来简单地计算GPA(加权平均成绩绩点)值-Calculale GPA
- 2022-03-29 15:50:51下载
- 积分:1
-
杨乐平老师的第二章例程
杨乐平老师的第二章例程-Yang Leping teachers chapter routines
- 2022-02-04 23:50:49下载
- 积分:1
-
Delphi DBGrid以动态模糊方式调取数据
让Delphi DBGrid以动态模糊方式调取数据,作者:黄雄波 丘陵,源码名称:lunwen1.exe;lunwen1.dpr。在Delphi的DBGrid中利用动态模糊查询实现数据快速输入,在产品编号字段中,以大写字母形式输入产品编号(如输入GM),便可完成动态模糊检索。实现这一功能,可很好的让DBGrid更人性化,更易用,对软件体验的提升也有帮助。
- 2023-05-28 04:30:03下载
- 积分:1
-
vc++ 6.0开发控制台Windows服务监控程序
vc++6.0 实现基于控制台的Windows服务监控程序,可实现windows服务监控和检测网关程序的侦听端口,运行后请根据CMD窗口的提示操作。if (pstProgNodeBuf->m_nFlag == 2) //连接当前Sgip侦听的端口
{
if (!ConnectSgipServer(pstProgNodeBuf->m_nPort)) //SGIP不正常运行
{
if (!StartUnlimitService(pstProgNodeBuf->m_szServiceName)) //启动该服务
{
sprintf(szLog,"启动该[%s]服务失败",pstProgNodeBuf->m_szServiceName);
WriteLogRecord(szLog);
LogMsg(szLog);
pstProgNodeBuf->m_iRecCount ++ ; //超过2次启动服务失败
if(difftime(tCurrTime,pstProgNodeBuf->tSendShortTime) > 2*60*60 && pstProgNodeBuf->m_iRecCount >= 2) //检测发送短消息时间间隔 (设置值为1个小时即1*60*60秒)
{
CString strSendMessage;
strSendMessage.Format("%s",pstProgNodeBuf->m_szSendMessage);
//发送短消息
//连接服务器,发送内容
//发送短消息
- 2022-02-09 22:47:24下载
- 积分:1
-
一直使用的非常不错的液晶屏字模生成软件
一直使用的非常不错的液晶屏字模生成软件-Have been using a very good LCD screen matrix generation software
- 2022-07-16 21:43:33下载
- 积分:1
-
字模软件,LCD取摸程序,LED显示必备软件
字模软件,LCD取摸程序,LED显示必备软件-Matrix software, LCD touch access procedures, LED display the necessary software
- 2023-04-06 02:50:03下载
- 积分:1
-
利用传统的波束形成方法和music算法对宽带信号的DOA进行估计的仿真程序。...
利用传统的波束形成方法和music算法对宽带信号的DOA进行估计的仿真程序。-Using traditional methods and music beamforming algorithm to wideband signal DOA estimation of the simulation program.
- 2022-04-06 14:51:12下载
- 积分:1
-
编写程序计算三门课的平均成绩,要求应用程序分别用Java语言三种不同的循环语句实现,每门课的成绩用Math类的random()方法随机产生(random()产生...
编写程序计算三门课的平均成绩,要求应用程序分别用Java语言三种不同的循环语句实现,每门课的成绩用Math类的random()方法随机产生(random()产生的数值在0和1之间),成绩范围为40~100。
提示:自定义一个类,该类实现一个返回随机数的函数。在main函数里测试时直接调用该类的获取随机数方法。 获得随机数相关的类为:java.lang.Math 需要时可引入该类即:import java.lang.Math
-Write a program grade point average calculation of three lessons to require the application were used Java language in three different loop realization of the achievements of each course with the Math class, random () method of randomly generated (random () produces values between 0 and between 1), results range from 40 ~ 100. Tip: Customize a class that implements a function to return random numbers. In the main function, where the test is called the class to obtain a direct method of random numbers. Obtain a random number associated category: java.lang.Math necessary for the introduction of the class that is: import java.lang.Math
- 2022-07-05 00:59:52下载
- 积分:1
-
这个是vb编写的控制服务器的程序,还包括一个于此相关的视频教程...
这个是vb编写的控制服务器的程序,还包括一个于此相关的视频教程-This is the control server vb preparation procedures, this also includes a related video tutorial
- 2022-07-17 15:13:16下载
- 积分:1