资源列表
2
- 单链表的插入和删除实验目的: 1、定义单链表的结点类型 2、通过单链表的定义掌握线性表的链式存储结构的特点; 3、熟悉单链表的建立以及插入、删除等基本操作。 -# include <stdio.h> # include<malloc.h> # define ND sizeof(struct List) struct List {int data struct List*next } void main() {
kk
- 万年历的程序,能实现闹钟,时间调整等功能!-Calendar of procedures, to achieve the alarm, the time adjustment function!
4
- 四则运算 将算术表达式转换成后缀表达式后计算-#include<stdio.h> #include <stdlib.h>
dos_matrix
- Enter the Matrix MS-DOS screensaver. Sample of using bios functions (by int 10h) for text data output (monitor in the text mode) and keyboard input. Requires: Borland C++ 3.1 for DOS.- Enter the Matrix MS-DOS screensaver. Sample of using bios f
VC
- 关于VC++和Matlab混合编程的一本PDF格式的书籍。-On the VC++ and Matlab programming mixed a PDF format of the book.
k-means
- k均值聚类算法源码 聚类算法学习的实例功能-k-means cluster algorithm
ex5-6
- 程序描述:这个程序利用89S51连接DAC0800,然后通过Timer0 的控制不停地送出三角波 */-Descr iption: 89S51 use this procedure to connect DAC0800, and then through the Timer0 kept out of the control triangle wave* /
Cat
- 基于单片机的测温程序,带有按键控制和液晶显示,报警等功能。-Procedures based on single-chip temperature measurement with keypad control and LCD display, alarm and other functions.
gngauss
- generate the gaussian noise
FPGA
- FPGA的特点及应用 jiaoshu fpgade yongtu-wu
VCwriting
- 这是一个 VC摹仿手写字的C源码 大家参考一下-This is like a hand-written word imitation VC source we refer to C
pro9
- some labview source code
