-
css3实现3d搜索框
css3实现3d搜索框是一款基于css3制作的3D搜索表单效果。(The 3D search box implemented by CSS3 is a 3D search form based on css3.)
- 2019-03-20 14:12:43下载
- 积分:1
-
16W 同义词组合大全 词库大数据 2020
说明: 16W+词库大数据 SEO伪原创文章采集同义词近义词替换词库伪原创词库 适用于任何伪原创采集使用(16W + thesaurus big data SEO pseudo original article collection synonym synonym substitution thesaurus pseudo original thesaurus is applicable to any pseudo original collection)
- 2020-08-11 10:58:28下载
- 积分:1
-
leach_1
leach协议matlab仿真代码,剩余能量及存活结点分布图,代码很全(leach agreement-matlab)
- 2019-02-24 13:11:31下载
- 积分:1
-
上传一个关于DDS开发的源程序,想做DDS的可以先看看这个,很好的。...
上传一个关于DDS开发的源程序,想做DDS的可以先看看这个,很好的。
- 2022-01-22 08:36:48下载
- 积分:1
-
ssm-master
良好的可扩展性,ssh主流技术有强大的用户社区支持它,所以该框架扩展性非常强,针对特殊应用时具有良好的可插拔性,避免大部分因技术问题不能实现的功能。
3. 良好的可维护性,业务系统经常会有新需求,三层构架因为逻辑层和展现层的合理分离,可使需求修改的风险降低到最低。随着新技术的流行或系统的老化,系统可能需要重构,ssh构架重构成功率要比其他构架高很多(Good scalability, SSH mainstream technology has strong user community support, so the framework has strong scalability, and has good plug and play for special applications, avoiding most of the functions that can not be achieved due to technical problems.
3., good maintainability. Business systems often have new needs. The three tier architecture reduces the risk of demand modification to a minimum due to the reasonable separation of logic layer and presentation layer. With the popularity of new technology or the aging of the system, the system may need refactoring, and the success rate of SSH architecture reconfiguration is much higher than that of other architectures.)
- 2018-03-12 09:08:42下载
- 积分:1
-
VC++6.0 在程序内注册ActiveX控件的例子源码
VC++6.0 在程序内注册ActiveX控件的例子源码,在程序中动态注册控件到Windows系统中,注册后所依赖该控件的程序才可正常运行。核心代码如下:
//加载ActiveX控件
HINSTANCE hLib = LoadLibrary(lpszDllName);
if (hLib == NULL)
{
TRACE(_T("%s加载失败
"), lpszDllName);
return FALSE;
}
//获得注册函数DllRegisterServer地址
FARPROC lpDllEntryPoint;
lpDllEntryPoint = GetProcAddress(hLib, _T("DllRegisterServer"));
//调用注册函数DllRegisterServer
if (lpDllEntryPoint != NULL)
{
if (FAILED((*lpDllEntryPoint)()))
{
TRACE(_T("调用DllRegisterServer失败
"));
FreeLibrary(hLib);
return FALSE;
}
else
{
FreeLibrary(hLib);
return TRUE;
}
}
else
{
TRACE(_T("调用DllRegisterServer失败
"));
FreeLibrary(hLib);
return FALSE;
}
更多代码请下载本源码包。
- 2022-08-18 20:45:44下载
- 积分:1
-
abookofMATLAB6_5
说明: 一本非常好的MATLAB 6_5 应用接口编程的电子书(a very good MATLAB 6_5 Application Programming Interface e-books)
- 2006-03-26 15:21:42下载
- 积分:1
-
传感器网络吞吐量测试
for testing throughput of sensor network
- 2022-03-26 01:49:08下载
- 积分:1
-
CString usage of Windows services, including the four major parts: First, Servic...
CString用法
Windows服务包括四大部分:
一,服务控制管理器(Service Control Manager)。是系统中的一个RPC服务器,总管所有服务,“Admin$System32Services.exe”。拥有一个在注册表中记录的数据库,包含了所有已安装的服务程序和设备驱动服务程序的相关信息。
二,服务控制程序(Service Control Program)。用来执行对服务程序的开启、控制和状态查询功能。
三,服务程序(Service Program)。服务的执行代码。
四,服务配置程序(Service Configuration Program)。 用来更改,查询已安装服务的信息。-CString usage of Windows services, including the four major parts: First, Service Control Manager (Service Control Manager). Is an RPC system servers, all mains services,
- 2022-04-24 01:16:09下载
- 积分:1
-
4_new_Vote
简单实现选举问题,同一个人可以投多个参选人,每个参选人的得票结果以所占总投票人数的百分比为结果(Simple realization of the election, the same person can cast a plurality of candidate, each candidate s results to the percentage of the total turnout for results)
- 2013-03-29 15:47:55下载
- 积分:1