资源列表
4
- 通过扩展已实现的基本数据结构,模拟更为复杂的数据结构,是一种常见而实用的技巧。这里,我们将利用栈结构,来模拟一种功能增强的队列。 具体来说,你必须首先实现一个元素类型为int的栈,该栈能且只能支持以下操作接口: bool empty() //判断是否栈空 void push(int) //向栈中压入一个整数 int pop() //弹出栈顶元素,并返回其数值 int top() //仅获取栈顶元素的值,但不弹出 接下来,你必须借助以上栈结构,
Double-List
- 双向链表也叫双链表,是链表的一种,它的每个数据结点中都有两个指针,分别指向直接后继和直接前驱。所以,从双向链表中的任意一个结点开始,都可以很方便地访问它的前驱结点和后继结点。一般我们都构造双向循环链表-doubly linked list
The-Outlook-for-automatic-control
- 对Outlook进行自动化控制,用VB程序编写-The Outlook for automatic control
COM_CONTROL
- 串口控制的资料和源码,里面包含源码和学习资料-A serial port control information and source code
Moon-APNS-master
- C#版apns推送, C#版apns推送-apns push server for c#
HttpAnalyzer
- HttpAnalyzerV7.0.1注册码抓包工具。非常有用。-Http Analyzer V7.0.1 registration code capture tool. Very useful.
UsingFile
- 使用C# 监控某个进程是否占用某个文件夹下面的文件,如果有往串口发送信息!-Monitor some process Whether Using some files in a path .and send a message for port .Using C#
OS_HW3
- 這是一個可以實現sobel邊緣偵測的程序碼,執行後會有sharp和sobel兩種檔-This is an achievable sobel edge detection program code, there will be sharp and sobel two files after execution
testodbc
- ODBC测试代码,可以测试出你的odbc有没有安装成功,使用QT 或者通过运行vsproject 也可以运行。ACCESS数据库-ODBC test code, you can test out your odbc have not installed successfully, using QT or by running vsproject you can run. ACCESS
wbyd
- 简单的多窗体实例代码,文本阅读器简单实现-Simple multi-form example code, text reader simple implementation
tpfangdasuoxiao
- 图片的放大和缩小实例代码,在C#上实现图片的放大和缩小功能,十分简单易懂!-Enlarge and reduce code examples and explain
Barcode-Reader
- read barcodes code39 codebar image fuul source code-read barcodes code39 codebar image fuul source code
