搜索结果

找到约 10,000 项符合 H型风机 的查询结果

按分类筛选

显示更多分类

其他 关于进程&线程查看器 用过vc++自带的Process Viewer

关于进程&线程查看器 用过vc++自带的Process Viewer,觉得这个小程序简单易用,有时候作用还很大,我就产生了自己做一个类似程序的想法,想着想着就着手作了起来。  首先我查看了有关进程和线程的api函数(在tlhelp32.h中)了解了他们的用法。   具体实施阶段:    界面设计:该实用程序的界面几乎完全参考vc++自带的P ...
https://www.eeworm.com/dl/534/129113.html
下载: 108
查看: 1121

数据结构 与清华大学版的《数据结构》匹配二叉树的实现:BITREE1.CPP:为主程序

与清华大学版的《数据结构》匹配二叉树的实现:BITREE1.CPP:为主程序,其中实现了递归算法以及非递归算法的前序遍历,中序遍历,后序遍历。TSTACK1.H: 为头文件,其中定义了一些常量的值,其中也包括了书中第三章的栈的实现,只需要将注解符去掉即可。运行环境为:VC++6 或 TC3 ...
https://www.eeworm.com/dl/654/131972.html
下载: 131
查看: 1096

数据结构 这是一个分治解决的零件切割问题:给定一块宽度为W的矩形板

这是一个分治解决的零件切割问题:给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?加上一个小界面 ...
https://www.eeworm.com/dl/654/143022.html
下载: 191
查看: 1171

BREW编程 编写一程序

编写一程序,可以创建若干个虚拟进程,并对若干个虚拟进程进行调度,调度策略为时间片轮转。 虚拟程序的描述: 虚拟指令的格式: 操作命令 操作时间 其中,操作命令有以下几种: l C : 表示在CPU上计算 l I :表示输入 l O:表示输出 l W:表示等待 l H:表示进程结束 操作时间代表该操作命令要执行多长时间 假 ...
https://www.eeworm.com/dl/657/145577.html
下载: 121
查看: 1066

Windows CE This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end

This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end of program execution it will display in the debug window if there were any memory leaks and how the memory looks so you can identify where your memory leak occurred. It will display in the debug windo ...
https://www.eeworm.com/dl/674/149650.html
下载: 30
查看: 1090

压缩解压 We often get questions about how the deflate() and inflate() functions should be used. Users wonder

We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and so on. So for those who have read zlib.h (a ...
https://www.eeworm.com/dl/617/206209.html
下载: 151
查看: 1083

其他书籍 Zlib函数列表 We often get questions about how the deflate() and inflate() functions should be used. User

Zlib函数列表 We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly, and so on. So for those who have re ...
https://www.eeworm.com/dl/542/206211.html
下载: 48
查看: 1106

单片机开发 QUGR57KZZQXL530VXN2DANZQBJZGCGO6TW9JSWGUBUPN04SCX7UWNV34SCKPZNMBZOJWG1QRBA4X 42GWSVWJX8HWU6ZB6276OA

QUGR57KZZQXL530VXN2DANZQBJZGCGO6TW9JSWGUBUPN04SCX7UWNV34SCKPZNMBZOJWG1QRBA4X 42GWSVWJX8HWU6ZB6276OAM1VRKL5XR3TKID0A0ZEHGX5KRH4VE2KODDFIPCEA4X2VRQ0MLX55I5 1H3A40QYJBUT2QYEPP1M0YYDCKZLFBW5W5XAEXCP1WNMFOSKVDT5TSIB1E0U# Feature: EWAVR-CPP Version: 2.25_WIN standalone license (dongled) (no:1000-124-127- ...
https://www.eeworm.com/dl/648/283109.html
下载: 58
查看: 1231

汇编语言 输入一句子以及一子字符串(字符数分别小于50)

输入一句子以及一子字符串(字符数分别小于50) ,在句子中搜索是否含有该子字符串。如果句子中不包含子串,则显示’No match!’;否则显示’Match’,并把该子串在句子中第一个匹配的位置用十六进制数显示出来. (比如 ‘we are studing abc’. 中包含’abc’子串,出现在第10H位上;但不包括’xyz’子串.) ...
https://www.eeworm.com/dl/644/310010.html
下载: 193
查看: 1045

电子书籍 The literature of cryptography has a curious history. Secrecy, of course, has always played a centra

The literature of cryptography has a curious history. Secrecy, of course, has always played a central role, but until the First World War, important developments appeared in print in a more or less timely fashion and the field moved forward in much the same way as other specialized disciplines. A ...
https://www.eeworm.com/dl/cadence/ebook/376273.html
下载: 34
查看: 1067