资源列表
用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
Delta1
- VB与台达PLC通信源代码,利用此可以对台达PLC进行强制输出操作并进行监控
222
- 这个程序实现了输入10个学生某门课的成绩,然后按与输入次序相反的书许输出成绩.-The realization of this process to permit the importation of 10 students in a class achievements, and then press and enter the order book opposite Xu output results.
bianqian
- 用VB写的一个小巧的桌面便签。总是在桌面的最前面,开机自运行等。-Using VB to write a small desktop notes. Always in the top of the desktop, boot from the run so.
VC_Programming_classic_PING_procedure_code
- VC编程开发PING程序经典代码VC Programming classic PING procedure code-VC Programming classic PING procedure code
Msg
- 基于windows系统扩展的实时RTX 系统下的实时tcp/ip通讯-Based on the windows system, expansion of real-time RTX real-time TCP/IP communication
UCT
- 蒙特卡洛树算法,基于python实现。游戏编程- Monte Carlo tree search (MCTS) is a heuristic search algorithm for some kinds of decision processes, most notably those employed in game play
kouhou
- 是小学期课程设计的题目,随机调制信号下的模拟ppm,窗函数法设计一个数字带通FIR滤波器。- Is the topic of the elementary school stage curriculum design, Random ppm modulated analog signal under A window function design FIR digital band-pass filter.
baisan_v20
- 采用的是脉冲对消法,采用加权网络中节点强度和权重都是幂率分布的模型,利用matlab写成的窄带噪声发生。- It uses a pulse of consumer law, Using weighted model nodes in the network strength and weight are power law distribution, Using matlab written narrowband noise occurs.
signal_and_systems
- 信号系统常用程序.卷积/傅立叶级数/频谱分析/调制解调等-signal system commonly used procedures. Convolution / Fourier Series / spectrum analysis / modem, etc.
keifui_v74
- 用平面波展开法计算二维声子晶体带隙,重要参数的提取,基于小波变换的数字水印算法matlab代码。- Computation Method D phononic bandgap plane wave, Extract important parameters, Based on wavelet transform digital watermarking algorithm matlab code.
window 贪吃蛇小游戏
- 这个小游戏是一个贪吃蛇小游戏,通过模拟队列实现。wasd控制方向
