资源列表
迷宫求解的非递归算法
- #include #include #include #define N 20 int aa[N][N]; int yes=0; int x[100][2],n=0; void fun1(int (*aa)[N],int (*a)[N]); int fun(int (*a)[N],int i,int j); void begain(int (*t)[N]); void pr(int (*t)[N],int nn); void win(int (*t)[N]); void lose(); void
NewFolder
- This a test file ...! -This is a test file ...!
Calendar
- 该代码用于显示日历,用C++编写,输入年和月就行了。-The code used to display the calendar, using C++ to prepare, enter the year and month on the list.
NO3.2
- 计算机图形学汽车夜幕行驶程序(有月亮作参照物)-Night driving car computer graphics program (with the Moon as reference objects)
ds1307
- DS1307 clok upravlenie vreminem
xieshuju
- VC++写数组的数据到TXT文件,很实用,很给力!-VC++ to write an array of data to TXT file, it is practical, it is a force!
C
- c语言源代码——关于矩阵的转置的程序C代码-c programming language- on the matrix transpose of the code. .
Sharpwrite-a-program-in-cPP-using-hybrid-inherita
- #write a program in c++ using hybrid inheritance .
intel_TBE
- intel ipp 6.1 license-intel ipp 6.1 license file
decode
- 此文档中包含Base64和Quoted-Printable的解码函数,已测试其正确性-This document contains Base64 and Quoted-Printable decoding function, have been tested for accuracy
BinaryApi
- externalize Api Source Code for Linux.
单片机计数器
- 单片机计数器系统,可以进行技术功能,按下中断可以停止计数,非常好用