-
LBGalogrithm
这是在 c + + 中的 LBG 算法仿真程序。
LBG 算法被用来估计通信信号的初始阶段。
- 2022-10-15 03:00:04下载
- 积分:1
-
对于下雪的景象大家可能都不陌生,我们还是用VB来制作一个下雪的景象吧。其实制作这样一个下雪的景象并不复杂,它的原理是首先在底色为黑色的屏幕上随机画出许多白点(雪...
对于下雪的景象大家可能都不陌生,我们还是用VB来制作一个下雪的景象吧。其实制作这样一个下雪的景象并不复杂,它的原理是首先在底色为黑色的屏幕上随机画出许多白点(雪花),然后使这些雪花不断地向下移动(重画),反复循环,就成功地模拟了下雪的景象。下面是这个小程序,你可以修改其中的一些数据调整雪花的密度和雪花落下的快慢。-The snow scene you may not be familiar with, we still use VB to create a snow scene of it. In fact, the production of such a scene of snow is not complicated, it is the first principle of a black background for the screen to draw a random number of white spots (snow), and then make these snowflakes down constantly (re-drawing), repeated cycle, on the successful simulation of the snow scene. The following is a small program, you can modify some of the data to adjust the density of snowflakes and the speed of falling snowflakes.
- 2023-01-03 02:40:03下载
- 积分:1
-
EVC to do the routines, middle button pop
EVC做的例程,中间按钮弹出式菜单,可切换当前任务。类似Windows中的任务管理器。-EVC to do the routines, middle button pop-up menu to switch the current mission. Similar to Windows Task Manager.
- 2022-06-12 13:28:34下载
- 积分:1
-
使用ODBC 对ACCESS 数据库进行访问
使用ODBC 对ACCESS 数据库进行访问-ACCESS database using ODBC on a visit
- 2023-08-16 04:25:07下载
- 积分:1
-
(C语言)十进制转为任意进制
编程实践,十进制转为任意进制,R是你要转的进制。已过COJ1147。
- 2022-03-19 14:42:35下载
- 积分:1
-
Napster服务端源程序
Napster服务端源程序-source Napster server
- 2023-08-22 00:25:04下载
- 积分:1
-
VC毛玻璃
#define GDIPVER 0x0110 //定义高版本的GDI+(1.1)
#include
#include
#include
#include
#include
#pragma comment(lib,"GdiPlus.lib")
using namespace Gdiplus;
#include
#pragma comment(lib,"dwmapi.lib")
//Aero效果是否已启用
BOOL IsCompositionEnabled()
{
BOOL bEnabled,bResult;
bResult = (SUCCEEDED(DwmIsCompositionEnabled(&bEnabled)) && bEnabled);
return bResult;
}
//对已分层的窗口启动玻璃效果
HRESULT EnableBlurBehindWindow(HWND hWnd, //窗口句柄
BOOL bEnable = TRUE, //启用或禁用
HRGN hRgn = 0, //模糊窗体中某个区域
BOOL bTransitionOnMaximized = FALSE) //最大化时是否启用
{
DWM_BLURBEHIND blurBehind = { 0 };
blurBehind.dwFlags = DWM_BB_ENABLE | DWM_BB_TRANSITIONONMAXIMIZED;
blurBehind.fEnable = bEnable;
blurBehind.fTransitionOnMaximized = bTransitionOnMaximized;
if (bEnable && hRgn != NULL)
{
blurBehind.dwFlags |= DWM_BB_BLURREGION;
blurBehind.h
- 2023-05-01 15:10:04下载
- 积分:1
-
数据库组件的构建工具是一个工具,允许开发者选择数据库…
The database assembly build tool is a tool to allow a developer to select database schema items (tables, views, stored procedures, users etc.) and export the DDL to create these items to a SQL file.
- 2023-02-17 12:55:03下载
- 积分:1
-
detection, the process outlined, very good use.
检测,列举进程,挺好用的。-detection, the process outlined, very good use.
- 2022-07-07 21:28:31下载
- 积分:1
-
own band prepared by the 16 calculators, and specific function is the other band...
自己编写的16进制计算器, 具体功能就是可将其他进制的数转换成16进制的.-own band prepared by the 16 calculators, and specific function is the other band can be converted into a number of the 16 band.
- 2023-02-26 20:25:03下载
- 积分:1