资源列表
绘制曲线图
- windows GDI 绘图 动态绘制曲线,绘制刷新防止闪烁(Windows GDI drawing dynamic drawing curve, drawing refresh to prevent flicker)
威纶触摸屏控制台达变频器
- 触摸屏控制台达变频器Touch screen control delta frequency converter(Touch screen control delta frequency converter)
语法分析
- sample语言语法分析器 编译原理实验 语法分析 Sample语言 语法分析是编译过程的核心部分,其主要工作就是指出错误(Sample language parser Compiling principle experimental grammar analysis of Sample language Syntax analysis is the core of the compilation process, and its main task is to point out er
002_动力节点_XML_介绍解析XML的几种方式
- 这里面是一个视频介绍如何解析XML文档的几种方法(This is a video introduce how to parse XML documents)
迷宫游戏
- 设计一个迷宫游戏,给定迷宫的入口。如果存在出口,程序能够显示行走的路径,并最终到达出口,并输出“成功走出迷宫”;如果不存在出口,程序也能够显示行走的过程,并最终回退到入口,并输出“回退到入口” 1.定义二维数组 a 存储随机迷宫. 定义四个整型值用以存储用户输入的迷宫的长(m)宽(n)以及随机设定的入口(p)出口(q)。 定义一个字符ch接收回车键的输入. 定义整型值r与l表示当前在迷宫的位置。(Design a maze game, given the entrance to the
Arrays
- Homework about how to use arrays in C++
emd
- emd分解程序代码,里面有详细介绍,请下载使用(function imf = emd(x) % Empiricial Mode Decomposition (Hilbert-Huang Transform) % imf = emd(x) % Func : findpeaks x = transpose(x(:)); imf = []; while ~ismonotonic(x) x1 = x; sd = Inf; while (sd > 0.1)
Loop
- Homework for Using Loops in C++
000_动力节点_XML_源码
- 这是DOM4J解析XML的代码,包含类,XML文件(This is the code to explain how to parse XML documents with DOM4J)
AGE
- homework to calcualte a persons age given his date of birth in c++
Classes
- Homework on creating Classes in c++
Gomoku
- 一个简单的五子棋程序,初步实现了简单的ai(A simple Gobang program, a preliminary realization of a simple AI)
