搜索资源列表
TestD&DTree_e
- 本程序是在JBuild 9.0中开发的,主程序是 DiskManager.java。实现一个树形控件,可以添加和删除节点。-this procedure was developed JBuild 9.0, is the main program DiskManager.java. Achieving a tree controls, can add and delete nodes.
Tryload
- 在vc中同一主程序框架中的不同菜单的切换,以及list的使用-vc were the same in the framework of the main program menu of different switching and the use of list
GameSvr1
- 私服主程序源代码? 私服主程序源代码?-main program source code 1,500,000 1,500,000 main program source code for the main program source code 1,500,000 1,500,000 main program source code main program source code
Jsnake
- 程序是用来布置软件界面。使用户具有友好的入口。本程序没有特殊功能,仅由主程序调用进行初始化界面,是主程序的子程序。程序采用顺序处理。非常驻内存。无覆盖要求。可重人 -procedure is used to layout software interface. Enables users with a friendly entrance. No special procedures of the functional only by the main program called initial
Mouse.exe
- 鼠标钩子编程源代码 本程序能实现显示鼠标所在位置内容 见主程序Mouse.exe,源代码已给出 请斑竹审核 -mouse hook programming source code procedures to achieve the mouse shows the location of the main program elements Mouse.e xe, the source code has been given 62-audit requested
SVC-MATLAB
- 这个是支持向量聚类机用matlab编译的主程序和部分子程序-this is clustering support vector machine Matlab Compiler part of the main program and subprogram
gouzhaohaoshu
- 下列程序的目的是, 在定义类时直接定义一个无参数的对象B,在主程序中创建并初始化对象A,再改变对象B的参数,最后再改变对象A的参数。 -following procedures aimed at the class definition directly to a non - parametric definition of the target B, In the main object creation and initialization A, B object to change the
BasicControl_Div
- 可以算是学Visual C++的入门~~~~~ 主程序段只有:UpdateData(TRUE) if(m_b==0){ AfxMessageBox(\"除数不为0\") CWnd* pWnd=GetDlgItem(IDC_EDIT2) pWnd->SetFocus() return } int n=m_a/m_b int r=m_a-n*m_b char tbuf[160] sprint
interrupt20
- 该文件夹包括实验报告,流程图,以及源代码.程序实现功能:在主程序运行期间,每5秒钟响铃一次;当键盘上的某个键被按下时,主程序和响铃都被挂起,显示器显示buffer缓冲区中的字符串,然后等待下一次按键引起的键盘中断;当键盘中断发生后,恢复主程序和响铃.这一过程可以重复任意次。-The folder including experiments, flow charts, as well as source code. Program functions : the main program duri
DvsServer
- MPEG4网络视频服务器服务器接收分析处理主程序!-MPEG4 video server network server to receive analysis main program!
adsp_boot
- AD公司的DSP的外置ROM引导程序可引导用户主程序-AD company DSP external ROM guide procedures to guide the user main program
EFG1D
- 无网格伽辽金法,主程序,结合以上传的前两个程序来使用,算杆的应力,和位移!-element-free Galerkin method, main program, a combination of the first two upload procedures to use, operator of stress and displacement.
TRAY
- 该程序主要功能为在任务栏右边加入程序的图标,并将程序隐藏起来,在后台运行。在需要时可通过对托盘的操作将主程序显示出来。
SpecMenu
- 该程序主要功能是实现WindowsXP的开始菜单的效果,在主程序中点右键即可显示出WindowsXP风格的菜单。
MoleBox
- 制作绿色文件的有用程序 将其附加文件与主程序打包成一个exe文件
qqmusicgbk19
- 空间音乐查询工具1.9 1122 本工具采集php抓取QQ空间音乐。 换播放器可直接去qq空间音乐播放器 系统要求 PHP+ZEND3.3以后 cache 目录可写 cfg_qq_file.txt 可写 用二进制模式上传本系统文件 确认服务器能ping qzone-music.qq.com 文件目录说明 player 播放器目录 cache 查询缓存目录,必须为可写 style 风格目录,所有风格存放此目录,conf
main
- 一个脱壳的奇迹MAIN主程序,上外挂用的
barexample
- 特征单元法求解非均匀结构的平面应力问题。包括刚度矩阵、质量矩阵,组装程序、主程序等绘图程序。
mypinlvji
- 该程序实现一个频率计,测量范围:1-49999999赫兹,用8为数码管扫描显示出被测信号的频率。 INT_DIV模块用于对系统的频率进行分频,此模块的输出信号为被测信号的频率,可以自己设定分频系数,验证频率计的功能,实际应用中,可去掉此模块,直接把待测信号加到CLKCIN端即可。 MYPINLVJI模块是实现频率计的主程序,对系统时钟进行分频,产生0.5赫兹的信号,在此信号的高电平期间(时间为1秒)对输入的信号进行计数,从而实现频率测量,最后用7段数码管显示出测量的频率。
MDI_background_test
- 如何实现MDI主应用程序的窗体背景呢,答案是采用超级武器---子类化,这样主程序的背景处理部分就由我们自己的类来处理了!具体实现代码如下!从CWnd派生一个类CBGColorWnd,然后分别处理WM_ERASEBKGND和WM_SIZE即可