搜索资源列表
compareeffic
- 程序从标准输入读入数据输出至指定输出文件,并根据输入的要求同步写或异步写。 此程序的主体在于read和write函数的配合使用以实现将从输入文件读入的数据复制到输出文件。-procedures from the standard input output read data to the designated output file, and in accordance with the requirements of the importation of synchronous or as
ok000120
- 学习病毒的脚本程序,vbscr ipt 从病毒里搞道德,好看啊-study of the scr ipt virus, the virus Lane vbscr ipt from engaging morality, ah!
DeleteTrayNullIcon
- 《清除无效的托盘图标》 大家五一节快乐! 我的好朋友王煌问我,有些带托盘图标的程序,在程序崩溃(可能是从任务管理器里强行终止的)以后,托盘上的图标还存在,直到鼠标 移过以后才消失,那如何让程序来自动清除这些无效的托盘图标呢?我在网上看到一些别人的代码例子,做了这个程序,希望对大家有点帮助。 ◆◆◆ 作者 ◆◆◆ 谢红伟 · chrys · chrys@163.com · http://www.howa.com.cn ◆◆◆ 日期 ◆◆◆ 20
SYSTEM_TRAY_SRC
- 本程序从CWnd派生出一个类CSystemTray,用于实现添加图标到系统条上。
t_shell
- Shell编程技术和实例 一个简单的类似与 lunix 下的shell 主要从入手方面说 she-Shell programming techniques and examples of a simple and similar to the shell lunix mainly from the start said the she
并行接口
- 此程序为一可编程并行接口实验源程序,通过此实验可掌握8255方式0的工作原理及使用方法。编程从8255C口输入数据,再从A口输出。-procedure for a programmable parallel interface experiment source, the passage of this experiment can seize 8,255 0 means the working principle and methods of use. Programming from the
ABS_Guide_cn
- shell脚本教程,有大量的示例,从简单语法开始,由简单到复杂-There are a lot of shell scr ipting tutorial examples
dragdropfiles
- 一个如何在你的程序中接受从Windows Explorer里拖过来的文件的例子--A example that how to receive files dragged from Windows Explorer
swap_io
- 大小字节转换, 包括从大小字节转换 大小字节转换-The size of the byte conversion, including the conversion of the conversion from the size of the byte size bytes conversion size bytes
WindowsShell
- WindowsShell编程指南与实例 本书对Windows Shell编程指南与实例进行介绍,先从COM说起,把Windows Shell名字空间、扩展、进行介绍,还有考贝钩子处理程序、上下文相关处理程序、拖放处理程序、图标处理程序、属性表处理程序、放置处理程序、数据处理程序、任务条通知区、应用程序桌面任务条、Windows Shell链接、屏幕保护程序等知识进行讲解,有很强的知识性,可读性,值得参考阅读。-WindowsShell
linux
- 全面包含了linux相关的知识,从基础使用到shell编程的学习-Comprehensive knowledge, contains the Linux knowledge learning from the shell to study, improve programming
Ifdef
- 本程序主要对#ifdef和#endif的用法进行了说明,从程序中可以很清楚的看出这两句代码的作用-This procedure for the# ifdef and# endif usage are described, from the program can be clearly seen that the role of these two code
postgresql_to_excel(python)
- 该文件实现了使用python脚本,从postgreslq数据库中读取数据,并存储数据到excel中。-This file implements the use of python scr ipt to read data from postgreslq database and stored in the data to excel.
wanhuatong
- 这是一个我从internet上转载的万花筒小程序-The past is gone and static. Nothing we can do will change it. Thefuture is before us and dynamic. Everything we do will affect it.
shell-programming-
- shell高级编程,从基础介绍到高级编程,可以当做工具书查询,也可以为程序员编程提供参考-Advanced shell programming, from basic introduction to advanced programming books can be used as the query, and can also provide a reference for programmers programming
ISCAS 89 源代码
- ISCAS 89基准时序电路集,可由国际互联网通过FTP方式下载得到。它是North Carolina州立大学的微电子中心在IScAS’85基准电路的基础上,从世界各地(包括企业和研究机构)广泛征集到的。国际上时序电路测试算法的结果比较中,大都是采用IsCAS’89基准电路作为测试对象。ISCAS 89基准电路主要应用于时序电路的可测性分析,它们可作为ATPG性能的评估标准,以验证全扫描和部分扫描的测试生成技术。不仅如此,IScAS’89基准时序电路珏可广泛地应用于模拟、故障模拟、形式验证、逻饕
WindowsLocal-Ring-0-Exploit
- 一个windows本地提权漏洞,影响从Windows nt到Windows 8,利用漏洞接替了系统内核拿到最高权限-Windows NT/2K/XP/2K3/VISTA/2K8/7/8 EPATHOBJ local ring0 exploit There s a pretty obvious bug in win32k!EPATHOBJ::pprFlattenRec where the // PATHREC object returned by win32k!EPATHOBJ
Project1
- 我见过许多代码,在从ACCESS数据库读取图像数据后,往往需要借助一个临时文件进行转换才能显示,其实借助API,完全可以直接显示,而不需要临时文件,此外,大家还可以使用OleCreatePictureIndirect函数转图像数据转换成标准的IPicture接口,以实现VB图像显示的自动性和持续性,具体代码如下:-I ve seen a lot of code, after reading the image data from the ACCESS database, often need
Project1
- 使用无窗口透明控件,好处是控件不是从窗口类继承而来的,可以节省一些内存资源,难点是鼠标控制和坐标计算,缺点是无法直接响应键盘事件。而且,需要注意的是,在Paint事件里,坐标是从(0,0)开始的,而在其它地方,坐标是相对于容器的。缺点是设计时,无法用鼠标点选控件(只能用键盘移动),微软公司也在MSDN里说了这是一个BUG,但至今未解决。 好了,废话俺不说了,打开VB6,新建一个“标准 EXE”,然后添加一个用户控件,把控件的BackStyle属性设置为“透明”,把Windowles
words.tar
- 内容提取器,从规定内容的文本中提取出特定的部分-Content extractor extracts from the text of a specific portion of the predetermined content