-
VB游戏编程,它可以对爱好编游戏的爱好者提供一定的帮助和认识。也可以作为对VB的认识。谢谢 ...
VB游戏编程,它可以对爱好编游戏的爱好者提供一定的帮助和认识。也可以作为对VB的认识。谢谢 -VB game programming, it can right-loving part of the game to provide some help and understanding. I can understand the VB. Thank you!
- 2022-02-09 13:20:06下载
- 积分:1
-
Security_Checkup_R80_PRINT_web
Check Point Security Checkup Report.
- 2020-06-21 16:40:01下载
- 积分: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
-
nachos的使用文档,含操作系统的几个实验说明
nachos的使用文档,含操作系统的几个实验说明-nachos use files, the operating system containing several experimental note
- 2022-02-07 01:54:12下载
- 积分:1
-
dbs
关于多普勒锐化的一些很好的资料,希望对大家有帮助(Doppler sharpened some of the very good information, I hope to help everyone.)
- 2018-09-28 16:20:33下载
- 积分:1
-
BRA
Digital Predistortion of Nonlieaner RF Power Amplifier with Memory Effects.
This M code simulates a DPD technique linearization for a AB-class nonlinear HPA with memory effects. Here we consider a memory polynomial predistorter to modeling nonlinearity characteristics and memory effects of a HPA.Simulation procedures divided into three separate parts:
1)Analog imperfection compensation for the direct upconversion transmitter
2)Design a DPD based on a memory polynomial predistorter
3)Performance evaluation via a number of parameters such as:EVM,PSD,SNR,
- 2011-05-10 00:45:24下载
- 积分:1
-
犯错
excel做的传统工程量计算表(加入vba后能自动计算、汇总、标注说明)
1、序号根据填入的分部分项名称自动填出1~N的数值。
2、代码栏根据填入的数据自动给出同一分部分项名称序号,为汇总提供方便。
3、项目名称/计算部位栏中书写分部分项名称、计算部位。
4、计算式栏中填入加、减、乘、除、乘方等运算公式,并在计算式中可加入注明(注明要用中括号或大括号,本例中有)。
5、单位栏为分部分项的计量单位,采用下拉菜单选取,点击单位所在的单元格即出现下拉菜单(必须填写,否则不能汇总)。
6、总量为C列同类代码的工程量汇总,系统会自动计算出同类代码的工程量总量,填入同一序号的总量上单元格。
7、工程量汇总表中,只填写1~N的序号,系统会自动将工程量中的分部分项名称、单位、总量填入。
8、因1、2行已被锁住工程名称在工程名称工作表中填入。
9、序号、代码、计算表达式、总量要敲回车键方能计算
-err
- 2022-01-26 06:15:01下载
- 积分:1
-
ioshuadongkaiguan
Implementation of slidable Toggle Button with an IOS6-style custom component
- 2020-06-16 00:40:01下载
- 积分:1
-
对于先进的几何形状,大多数应用程序将更喜欢加载前
For advanced geometry, most apps will prefer to load pre-authored
meshes from a file. Fortunately, when using meshes, D3DX does most of
the work for this, parsing a geometry file and creating vertx buffers
for us. This tutorial shows how to use a D3DXMESH
object, including loading it from a file and rendering it. One thing
D3DX does not handle for us is the materials and textures for a mesh,
so note that we have to handle those manually.
- 2022-05-26 16:23:51下载
- 积分:1
-
将笛卡尔坐标系上的点定义为一个服务类Point,Point类提供求得坐标系上两点间距离的功能、获取和设置坐标的功能、获取极坐标的功能,和完成对已创建的Point...
将笛卡尔坐标系上的点定义为一个服务类Point,Point类提供求得坐标系上两点间距离的功能、获取和设置坐标的功能、获取极坐标的功能,和完成对已创建的Point类对象统计功能。设计测试Point服务类的应用程序主类,测试并显示输出提供功能的结果。(求以点(1,1)为极坐标原点,点(5,5)的极坐标)-Will be a point on the Cartesian coordinate system is defined as a service class Point, Point class provides coordinates obtained on the function of the distance between two points, access and set coordinates, polar coordinates to obtain functions, and the completion of the Point that have been created class object statistical functions. Design Test Point service class application" s main class to provide functionality to test and display the output results. (Seeking to point (1,1) to polar coordinates origin point (5,5) in polar coordinates)
- 2022-04-18 05:26:57下载
- 积分:1