资源列表
COLOR
- 取得屏幕上的一个颜色.用到了 [DllImport(\"gdi32.dll\")] private static extern bool BitBlt( IntPtr hdcDest, // 目標設備的句柄 int nXDest, // 目標對像的左上角的X坐標 int nYDest, // 目標對像的左上角的X坐標 int nWidth, // 目標對像的矩形的寬度 int nHeight, // 目標對像的矩形的長度 IntPtr hdcS
设A与B分别为两个带有头结点的有序循环链表
- 设A与B分别为两个带有头结点的有序循环链表(所谓有序是指链接点按数据域值大小链接,本题不妨设按数据域值从小到大排列),list1和list2分别为指向两个链表的指针。请写出将这两个链表合并为一个带头结点的有序循环链表的算法,Set up A and B respectively with the first two nodes in an orderly circulation list (so-called orderly means the link click data link thre
DatagramSocket
- 在DatagramSocket 上总是启用UDP 广播发送。为了接收广播包,应该将DatagramSocket 绑定到通配符地址。在某些实现中,将DatagramSocket 绑定到一个更加具体的地址时 ... -The DatagramSocket on UDP broadcasts sends are always enabled. In order to receive broadcast packets DatagramSocket should be bound to the wi
SPI)
- 实现主机和从机的通讯,也可实现自受自发的功能。-To achieve master-slave communication
gg
- 本设计主要用数字式温度传感器DS18B20来采集外界温度,该设计硬件部分核心器件为89C52单片机。通过编写大量C语言程序来支撑单片机来实现温度接收、转换、存储和显示等,最终温度通过数码管显示出来。软件方面通过二个智能板通过RXD、TXD通信,一个智能板显示温度值,通过RXD发送到另一个智能板上并显示。-The design of the main DS18B20 digital temperature sensor to capture the outside temperature, the
oscilloUtils
- PyVISA acquisition code for the Hewlett-Packard 1.5 Ghz Infinium 54845A oscilloscope.
MonteCarloSimulation
- Monte Carlo 通讯系统之模拟,内包含错误率与SNR之各项资料-Monte Carlo simulation of communication systems ,contains the error rate and SNR of the data
12
- 如何用Matlab语言编程实现图像的颜色处理-How to use Matlab programming language to achieve the color image processing
sh
- 2. 声明vehicle类,私有数据成员为 int MaxSpeed int Weight ,有public成员函数且为虚函数void run();void stop();bicycle 类motorcar类 均从vehicle类 虚拟派生得到。Motorcycle类从bicycle 类motorcar类公共派生得到。对虚函数调用,检测其晚期绑定。-2. Statement vehicle class, private data members int MaxSpeed int Weight
red
- Cơ chế hàng đ ợ i RED trong ns2-Cơ chế hàng đ ợ i RED trong ns2
handshake
- 在WINDOWS环境下,用c语言模拟TCP中HANDSHAKE代码-The HANDSHAKE code simulation in TCP
ppt1
- vbs编写的将ppt转换为word文字1.使用方法:在编辑框中填入ppt文件所在文件夹的位置,确定后自动将该文件夹下所有的ppt文件生成为一个word文件并保存在文件夹的上一个文件夹中。-convert ppt to word by vbs