搜索资源列表
用c编写的N*N的螺旋矩阵源代码
- /* 实现效果: 1 2 6 7 15 3 5 8 14 16 4 9 13 17 22 10 12 18 21 23 11 19 20 24 25 */ #include <stdio.h> #define N 5 //阶数,即N*N的螺旋矩阵 void main() { int i, j, num=1, a[N][N]; for(i=0; i<=N/2; i++) &nb
Sudoku
- 能产生有唯一解的数独代码,同时能对用户输入的数独题目进行判断并运算-Be able to produce a unique solution of the Sudoku code, while the user can input the number of unique topics, and operations to determine
MotorControl
- 通过两个三轴控制卡实现5轴运动控制,同时读取光栅尺的读数信息-Through two axis control card for 5-axis motion control, while reading the information read the grating
spwminverter
- 本文件是一个SPWM逆变器的仿真源文件,可以在MATLAB7.1中直接运行。设计中PWM Generator采用外部调制信号,并在调制信号中注入了三次谐波,很好的抑制了输出谐波,同时提高了直流电源的利用率。-This document is a SPWM inverter simulation source file, you can directly run MATLAB7.1. Design of PWM Generator external modulation signal, and i
KolmogorovEntropy_GP
- 一种简单有效的测度熵替代方法——近似熵(approximate entropy)方 法.应用以上方法对Logistic映射复杂度进行了分析.结果表明Lyapunov指数和测度熵的值与复 杂度基本呈线性关系,分维数与复杂度的函数关系尚难确定,且与Lyapunov指数、测度熵之间的关 系也不明确. - Approximate entropy (ApEn) method is also studied. They are applied to analyze the complex
dt930
- 开发过casio dt930的朋友,如果商品信息非常多并且机器非常多的情况下,下载速度慢,是一个问题,本程序,对数据进行了处理,不再添加不必要的空格,另外本程序对数据进行了lzari压缩算法的压缩,在机器内部进行解压缩,由于高估了机器的处理能力,解压缩过程很慢,但对于多台机器来讲,不占机座,比如9台机器3个机座,能缩短1半的时间。-Casio dt930 development have been friends, if the message is more than goods and ma
web server监测
- This Unix C code monitors a web server every few minutes by trying to retrieve its home page. It sends you email when it can t connect, and every so often while the server is still down. It sends a final message when it comes back up. If you have ema
mysql
- 本文档由太平洋软件资讯栏目制作,版权归太平洋软件资讯站 及文档作者所有。制作该文档的目的是为了方便广大网友。因此任何人都可以自由复制,或在网络中散布该文档。但不允许将该文档用于出版或其它商业用途,同时使用该文档的过程中,未经允许,不得对该文档进行修改及反编译。如有问题请与我们联系谢谢!-This document information from the Pacific software program production, belongs to the Pacific station and
VB
- 打开字体文件夹等待三秒然后刷新在等待2.5秒最后自动关闭该文件夹。-Open the fonts folder and then wait 3 seconds to refresh while waiting for the final 2.5 seconds automatically close the folder.
6_5
- 设计一个鼠标程序,在按下Ctrl键的同时按下鼠标左键,在窗口中拖动鼠标,可以画出一个圆;在按下Shift键的同时按下鼠标左键,在窗口中拖动鼠标,画出一个矩形。-The design of a mouse procedures, press the Ctrl key while pressing the left mouse button, drag the mouse in the window, you can draw a circle in pressing Shift key whil
do-while
- do-while循环语句的翻译(递归下降法。输出三地址),编译原理课程设计-do-while loop statement translation (recursive descent method. Output 3 addresses) Principles of Course Design Compiler
while
- do while 递归下降分析法语法语义分析输出为四元式-do while recursive descent analysis grammatical and semantic analysis of the output quaternion type
continue-break-switch-while
- 此代码主要从各种方面描述了continue和break在while和for循环中的用法区别,很适合初学者了解continue和break的作用机理,了解while和for循环的实现方式。-This code describes the main aspects from a variety of continue and break in while and for loops usage distinction, it is suitable for beginners to understa
Statement(while-do-while-for)
- 针对30人的某班转换所有同学的成绩并输出。要求用while语言、do-while语句和for语句三种方法编程。-30 people in a class for converting and outputting the results of all students. Asked to use the language while, do-while statement and the for statement are three ways to programming.
while-language_v2
- Prolog code defining syntax und semantics of the "while language" with welltyped predicates. Inspired by "Semantics With Applications" (Nielson).-Prolog code defining syntax und semantics of the "while language" with welltyped predicates. Inspir
while-language
- Haskell code defining syntax und semantics of the "while language" with welltyped predicates. Inspired by "Semantics With Applications" (Nielson).
while
- 小程序,while语句的实现与使用,可以扩展-while statement
while研究
- delphi 的使用方法 while研究(The use of Delphi: a while study)
while (2)
- 用while循环编辑猜数游戏,通过满足用户的不同需求进行编译,如猜数的次数(Edit the guessing game with the while loop)
do-while-loop
- do and while loop in c
