Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - INT 1
Search - INT 1 - List
short **spOriginData:二维指针,指向原始的图像数据 * * short **spTransData0:小波变换系数,存放一次水平变换后的小波系数 * * short **spTransData1:小波变换系数,存放一次数值变换后的小波系数 * * int nHeight :图像属性参数,数值为原始图像的高度值 * * int nHeight_H :图像属性参数,数值为原始图像高度值的一半 * * int nWidth :图像属性参数,数值为原始图像的宽度值 * * int nWidth_H :图像属性参数,数值为原始图像宽度值的一半 * * int layer :小波变换的层数,数值为1层 * * float fRadius :小波变换因子,在调用时候已指定数值为1.414
Date : 2008-10-13 Size : 26.54kb User : 张三

short **spOriginData:二维指针,指向原始的图像数据 * * short **spTransData0:小波变换系数,存放一次水平变换后的小波系数 * * short **spTransData1:小波变换系数,存放一次数值变换后的小波系数 * * int nHeight :图像属性参数,数值为原始图像的高度值 * * int nHeight_H :图像属性参数,数值为原始图像高度值的一半 * * int nWidth :图像属性参数,数值为原始图像的宽度值 * * int nWidth_H :图像属性参数,数值为原始图像宽度值的一半 * * int layer :小波变换的层数,数值为1层 * * float fRadius :小波变换因子,在调用时候已指定数值为1.414 -short** spOriginData: two-dimensional pointer, point to the original image data** short** spTransData0: wavelet transform coefficients and for storing the first level of the wavelet transform coefficient** short** spTransData1: wavelet transform coefficient, a numerical transform stored after wavelet coefficients** int nHeight: image attribute parameters, values for the high value of the original image** int nHeight_H: image attribute parameters, numerical values for the original image of the half height** int nWidth: image attribute parameters, values for the width of the original image value** int nWidth_H: Image attribute parameters, numerical values for the original image width half** int layer: Wavelet Transform-rise, value of 1 layer** float fRadius: wavelet transform factor, has been designated in the call when the value of 1.414
Date : 2026-01-09 Size : 393kb User :

在单文档框架结构的背景窗口上显示图案。重载视图OnEraseBkgnd函数,添加代码:if(!m_bAnimatedBkgnd) pDC->StretchBlt(0,0, rcClient.right-rcClient.left, rcClient.bottom-rcClient.top, &dcMem, 0,0, bm.bmWidth, bm.bmHeight, SRCCOPY) else { int x=0 int y=0 while(y<rcClient.bottom-rcClient.top) { while(x<rcClient.right-rcClient.left) { pDC->BitBlt(x,y, bm.bmWidth, bm.bmHeight, &dcMem, 0,0, SRCCOPY) x+=bm.bmWidth } x=0 y+=bm.bmHeight } }-Frame structure in a single document window to show the background patterns. View OnEraseBkgnd overloaded function, add the code: if (! M_bAnimatedBkgnd) pDC-
Date : 2026-01-09 Size : 212kb User : linxiuguo

一个简单的程序,实在还没学会什么太实用的东西,只能先上传这个了!-HFONT CreateFont(HDC hdc,int nCharHeight,BOOL bItalic)
Date : 2026-01-09 Size : 47kb User : lyj

这个是我自己写的扩展的picturecontrol控件,可以实现绘图如各种函数、鼠标双击放大、鼠标拖动、设置文本等多项高级功能,在网上是找不到的。使用方法:1:包含进源文件,在对话框上建一个picturecontrol控件,并且设置notify属性为true 2,设置该控件变量为CWaveStatic类型m_pic变量 3,m_pic.setscale(X,Y)设置坐标属性 m_pic.setData(double*,int n)设置函数变量 即可正常显示-This is extended picturecontrol control of my own writing, drawing such a variety of functions, mouse double-click to zoom in, drag the mouse, set the text and many other advanced features, and can not find on the Internet. Usage: 1: include into the source file, build a picturecontrol controls in the dialog box, set the notify attribute and set the control variable type CWaveStatic m_pic variable 3, m_pic.setscale (X, Y) coordinates property m_pic set to true 2 . setData (double*, int n) set function variables can be displayed properly
Date : 2026-01-09 Size : 4kb User : 交换链

VC.NET创建自定义消息,在运行的窗口中点击鼠标右键即可显示自定义的消息,以弹出窗口的方式弹出自定义的消息提示。  bool addflag,authorflag,loginflag=true,glflag=true //用来判断现在执行的是添加操作还是修改操作 authorflag是用来判断当前为哪种登陆权限 loginflag用来记录在下拉框上点了哪个权限,是管理员还是宾客   CString ID,lpszFileName,logFileName,mianFileName //ID用来标记现在登陆的用户名是什么,logFileName用来获取日志路径,lpszFileName用来获取数据库路径,mianFileName记录主程序路径   int static num1=1,num2=1 //num1用来记录管理员权限的帐号登陆的次数,num2用来记录宾客权限的帐号登陆的次数   本程序在编译时自动获取文件的Debug路径,这样变为发行版的时候数据库可以放在同一目录下。-VC.NET create a custom message in the run window, click the right mouse button to display a custom message, custom pop-up window pop-up message prompts. bool addflag, authorflag, loginflag = true, glflag = true //used to determine now perform add or modify operations authorflag is used to determine the current which landing permission loginflag used to record a point in the drop-down box which permission is the administrators or guests CString ID, lpszFileName, the logFileName, mianFileName //ID used to mark what is now login user name the logfilename used to obtain the log path, lpszFileName used to get the database path, the path of the mianFileName record the main program int static num1 = 1, num2 = 1 //num1 used to record the account with administrator privileges number of landing, num2 account used to record the guests permission to the number of landing this program for Debug path of the file automatically at compile time, this change for release when the database can be pla
Date : 2026-01-09 Size : 33kb User : 吴嘉怡

自己用winSDK写的计算器,支持int与double型数据的加减乘除,用了栈的思想,附带源码,欢迎大家指点-Own with winSDK write a calculator, support int and double-data addition and subtraction, multiplication and division, with the idea of ​ ​ a stack, with source, we welcome the guidance
Date : 2026-01-09 Size : 964kb User : dragonfive

INT文件的读写,INTFileRW.zip-INT file read and write,INTFileRW.zip
Date : 2026-01-09 Size : 42kb User : li

矩阵的加减乘与转置运算.能计算double与int型矩阵-Matrix multiplication and subtraction transpose operation
Date : 2026-01-09 Size : 1.85mb User : 张宇飞

大整数除法运算,用户输入两个大整数,系统给出相加结果。-1024 bit large integer addition operation
Date : 2026-01-09 Size : 12kb User :

一个线程驰的类, 下面的是基本的使用方法 struct TSession SOCKET socket int id-A line Cheng Chi classes, the use of the following is the basic method of struct TSession SOCKET SOCKET int id
Date : 2026-01-09 Size : 2kb User : nalevss

一个线程驰的类, 下面的是基本的使用方法 struct TSession SOCKET socket int id()
Date : 2026-01-09 Size : 2kb User : aahemc
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.