搜索资源列表
atl_atlbutton.rar
- This sample creates a button that displays itself with one of three different bitmaps, depending on its state. The button has a bitmap for: the unpushed state; the hover state (when the mouse moves over the button); and the pushed state. Default bitm
web server监测.zip
- This Unix C code monitors a web server every few minutes by trying to retrieve its home page. It sends you email when it can t connect, and every so often while the server is still down. It sends a final message when it comes back up. If you have ema
Database_Explorer.zip
- (转载)This application allows you to open Access databases, view their tables and fields and run queries in its own SQL window. It is a good demonstration of ADO and ADOX for beginners. The application works with both Access 97 and Access 2000 database
transsliderDemo
- 这是一个MFC透明滑块类,由于它使用CSliderCtrl 作为它的基类,所以它可以取代CSliderCtrl 对象。支持刻度标记。使用时,加这个类到你的项目中。增加你的滑块到项目中,接着将.h文件中的 CSliderCtrl类型修改为CMySliderControl ,并且#include这个MySliderControl.h 文件。-This a transparent MFC slider category, as it CSliderCtrl use as its base class.
HideCT
- 一个针对cashfiesta广告条的助手程序: 1.运行cashfiesta后,运行hidect.exe。 2.程序有如下几个功能: a.bind:绑定功能,即将cashfiesta窗口绑定到HIDECT窗口中。(因为cashfiesta窗口被做为Explorer的一项任务栏集成到桌面上,不利大家敌后工作 -)。 b.capture:捕捉功能,此功能用于监视cashfiesta的小人儿有没有工作,如果它偷懒,当然毫不客气地狂殴它的hip了,哈哈,希望大家也不要被老板狂殴此敏感部位啊...(此功能
FileDiff 2
- Tsp的例子:程序计数器 差分计数器 4.1 将修改后的程序与它先前的版本进行比较。 4.2 找出在修改后的程序里增加和删除的代码行。 4.3 用记号来标出一个改动。 计数器 4.4 统计在修改后的程序里增加和删除的代码行。 4.5 统计在修改后的程序里总的代码行数。 生成文件 4.6 为修改后的程序版本生成一个新的程序源文件,这个新的程序源文件带有修改标记和行标记信息。 4. 7 在程序的头部插入一节带有修改标记的注释 4.8 注释里提供改变行的行标号 4.9 注释里保存删除的代码行 4.10
一个增强的数据库类CDataSet
- 一个增强的数据库类CDataSet 因为MFC完全支持数据库应用程序的开发,所以大多数数据库应用都使用CDatabase和CRecordset类,并且类向导(Class Wizard)提供了快速简易的方式来使用这两个类。有一点不足的就是当应用程序涉及到多表数据库时,类向导将产生大量的关于记录集的源码文件使得工程(project)给人的感觉很混乱。 本文介绍如何使用一个模板记录集类来降低类向导所产生的记录集文件的数量,同时增强记录积类(CRecordset)的功能。这个模板记录集类叫做:CData
directrw
- 这个应用程序演示了如何直接地访问物理驱动-读取/编写扇区/簇,可和MBR, FAT,根目录等一块运行。包括了一个函数,能用来搜索坏了的簇,例如磁盘检查工具。它的局限性是它只能和FAT驱动一块运行(FAT12, FAT16,和FAT32),且不支持大的驱动器。-the application demonstrated how direct access to physical drive-reading / preparation Sector / cluster, and the MBR, FA
showpixel
- 鼠标拖动时,座标随其移动,并在鼠标附近显示座标值-mouse drag, with the coordinates of its mobile, and in the vicinity of the mouse coordinates indicated value
Excel报表
- Excel报表 我做的,很老的了 Rksvr.ini文件里的下列设置,要改成你实际的目录 [syspath] 系统=D:\\excel_sample1临时=D:\\excel_sample1 此主题相关图片如下: 点击浏览该文件 忘记说明一下, 因为在vfp6下写的,所以 select 语句在vfp8下要稍做修改,请自行修改-Excel statements I do, the very old Rksvr.ini documents in the following settings, you
插入和提取运算符的重载
- 在C++中运算符是一种特殊的函数名,其地位与函数一样,因此也可以定义成类的友元函数,为了便于对象的使用,利用类成员函数(运算符)的重载和友元的特性,为类的数据重载定义插入(<<)和提取(>>)运算符,以便于该类的对象使用cin和cout进行数据的输入和输出.-in C Operators is a special function name, its status and function, it can also be defined as a category of
ssyl23
- 生生一路私服发布系统 v2.3 本程序是一套私服实时发布程序,私服业主可以匿名发布自己的私服,只要管理员在后台通过验证就可以在首页显示了。为了吸引更多的用户,新版本中还特别加入了家族功能。-way artists Smart Dissemination System is a set of procedures for the immediate release procedures 1,500,000, 1,500,000 anonymous owners can launch its own
这是个类似华容道的拼图游戏
- 最新智力拼图游戏源代码,智力拚图,真的长智力哦,不过如果你知道了它的源代码那么你就是大智了-intellectual puzzles and the latest source code, intellectual puzzles, really long intellectual Oh, but if you know its source code so you are a Dazhi
操作系统11
- 用C语言作为编程语言,用结构体作为文件和目录等的编程结构;对于文件,其结构体中包括文件名、属性、文件内容、文件长度、指向父目录的指针、指向子目录的指针、指向同层目录或文件的指针。 目录结构和文件结构相似,只是没有内容,其只有子目录和子文件。 用户结构包括用户名、指向其文件目录的指针、指向下一个用户的指针。设置的文件操作命令有17条:新建文件、新建目录、删除文件、删除目录、在当前目录下指定目录新建子目录、在当前目录下指定目录新建子文件、打开文件、关闭文件、读文件、写文件、修改文件名、修改目录名、修
GentleTutorialoftheEMAlgorithm
- EM算法(英文)A Gentle Tutorial of the EM Algorithm and its Application to Parameter Estimation for Gaussian Mixture and Hidden Markov Models-A Gentle Tutorial of the EM Algorithm and its Application to Parameter Estimation for Gaussian Mixture a
HYBRID-WIND-DIESEL-MODELING-and-its-APPLICATIONS.
- HYBRID WIND DIESEL MODELING and its APPLICATIONS
judge-its-whether-it-as-a-leap-year
- 输入一个年份,判断其是否为闰年,并给出结果。-Input a Year, judge its whether it as a leap year, and gives the results.
its-spexb
- 用纯粹的API来创建窗口控件及其控制,讲的很好-With pure API to create window control and its control, speak very well
Simple image and its Fourier transform
- 简单图像及其傅里叶变换,可对图像进行简单的处理,本例为简单图形进行傅里叶变换的基础实例(Simple image and its Fourier transform)
Paper with its Matlab code
- Genetic algorithm for PAPR reduction in SLM wavelet-OFDM systems with its matlab codes