资源列表
迷宫求解的非递归算法
- #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
excelprint
- C#源代码,可以实现报表EXCEL的导出和打印。是初学者很好的学习代码。非常的简单易懂-C# source code, can be achieved EXCEL export and print reports. Is good for beginners to learn the code. Very simple and easy to understand
5555
- 用最小二乘法拟合圆的圆心和半径 源代码-Using least squares fit circle' s center and radius of the source code
设置代理的代码
- 是通过插件形式修改注册表的C#代码,可以直接在B/S程序中调用,缺点是课户端安全策略可能阻止代码运行.-through plug-in the form of amendments to the registry of C# code directly on the B/S process called shortcoming is that class households-security strategy may prevent the code runs.
NO3.2
- 计算机图形学汽车夜幕行驶程序(有月亮作参照物)-Night driving car computer graphics program (with the Moon as reference objects)
txtSourceCode
- i wart to get some software
Form2
- C# 最简单的正则表达式验证文本输入的例子-C# The simplest example of a regular expression validation
Decimal-to-hexadecimal
- 十进制转为十六进制,输入任意的十进制数就可以准确的转化为十六进制-Decimal to hexadecimal
fenzhifa
- 分治法求数组中最大值和最小值,与普通方法比较-Divide and conquer method for the maximum and minimum values in the array, compared with the conventional method
intel_TBE
- intel ipp 6.1 license-intel ipp 6.1 license file
BinaryApi
- externalize Api Source Code for Linux.
单片机计数器
- 单片机计数器系统,可以进行技术功能,按下中断可以停止计数,非常好用