搜索资源列表
window2dib.zip
- 将一个窗口的图象存为DIB
安装成NT服务控制其他服务.zip
- 将一个程序,安装成NT服务控制其他服务。
监视网络联接的程序,并且将获得的信息保存到一个Access数据库中.zip
- 监视网络联接的程序,并且将获得的信息保存到一个Access数据库中
OpenGL 场景绘制到打印机.zip
- 用MFC 封装OpenGL 可以用两种API:快速绘制和优秀的界面。然而,由于许多打印机驱动器不支持SetPixelFormat() API 函数,这样就不能直接将OpenGL 场景绘制到打印机上。一种广泛使用的技术是先将一个OpenGL 场景绘制到DIB 区,再将它复制到DC以供打印或预览。这个项目演示了这一方法。
halftran.zip
- 将一个图象以半透明的方式叠加到另外一个图象上
《如何将一个文件分割成多个小文件》配套源代码
- 一个小的文件分割器。-a small file dividers.
把一个网站统统当下来
- 可以将一个网站里面的内容全部拷贝下来,我试了一下,仿佛只能下载当前网页里面的内容。而不是整个网站里的所有东东。-can be inside a website all copies of the content down, I tried it, as if the current website can download the contents inside. Instead throughout the site all Dong
将一个文本文件的内容倒序显示
- 实现一个文本文件的内容倒序显示 用VC++编的一个不错的小功能-achieve a text file content using VC reverse shows a good part of a small function
将一个矩形边界的四周设为吸收边界的程序
- 将一个矩形边界的四周设为吸收边界的程序
《如何将一个文件分割成多个小文件》配套源代码
- 一个小的文件分割器。-a small file dividers.
把一个网站统统当下来
- 可以将一个网站里面的内容全部拷贝下来,我试了一下,仿佛只能下载当前网页里面的内容。而不是整个网站里的所有东东。-can be inside a website all copies of the content down, I tried it, as if the current website can download the contents inside. Instead throughout the site all Dong
将一个文本文件的内容倒序显示
- 实现一个文本文件的内容倒序显示 用VC++编的一个不错的小功能-achieve a text file content using VC reverse shows a good part of a small function
如何做到像《金山词霸》一样只运行一个实例
- 我们在使用《金山词霸》时发现,在《金山词霸》已经运行了的情况下,再次点击《金山词霸》的图标,那么它不会再运行另外一个《金山词霸》,而是将已有的《金山词霸》给激活,始终只能运行一个《金山词霸》的实例。-we use "free email" found that the "free email" has been running the circumstances, again click on &
div
- 将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。 程序分析:对n进行分解质因数,应先找到一个最小的质数k,然后按下述步骤完成: (1)如果这个质数恰等于n,则说明分解质因数的过程已经结束,打印出即可。 (2)如果n<>k,但n能被k整除,则应打印出k的值,并用n除以k的商,作为新的正整数你n, 重复执行第一步。 (3)如果n不能被k整除,则用k+1作为k的值,重复执行第一步。
jz
- 矩阵的转置。将一个稀疏矩阵压缩存贮到一个三元组数组中,转置存放到三元组数组中。-Matrix transpose. A compressed sparse matrix storage to a triple array, transpose them onto an array of triples.
excel将一个工作表根据条件拆分成多个工作表.txt
- excel将一个工作表根据条件拆分成多个工作表(Excel divides a worksheet into multiple worksheets according to the criteria)
10将一个窗口始终放在最前面
- 10将一个窗口始终放在最前面(10 always put a window at the front)
74将数据库输出到一个文本文件中
- 74将数据库输出到一个文本文件中(74 output the database to a text file)
有一个交通工具类vehicle
- 有一个交通工具类vehicle,将它作为基类派生小车类car、卡车类truck和轮船类boat,定义这些类并定义一个虚函数用来显示各类信息。(There is a vehicle class vehicle. It is used as a base class to derive car of car, truck truck and ship boat. These classes are defined, and a virtua
input11
- 一个大文件包含很多数据,可利用此程序划分到很多小文件中(devide a lot of data in a file to a number of file)