-
jiaotongdeng
51单片机程序,模拟十字路口的红绿灯,内附protues仿真文件。(51 MCU program, the analog crossroads of traffic lights, enclosing protues simulation file.)
- 2012-10-28 15:21:34下载
- 积分:1
-
TheguessinggameonVC
基于VC的猜数游戏,在TCP/IP的协议之上的网络编程(The guessing game on VC, in the TCP/IP protocols on network programming)
- 2020-12-30 08:58:59下载
- 积分:1
-
Microsoft s AJAX development kit with examples of procedures, is to study the de...
微软的AJAX开发包带的实例程序,是学习AJAX开发很好的参考材料。-Microsoft s AJAX development kit with examples of procedures, is to study the development of good AJAX reference material.
- 2022-02-02 16:50:28下载
- 积分:1
-
C# to write code statistical procedures
C#写的代码统计程序-C# to write code statistical procedures
- 2022-02-03 00:10:04下载
- 积分:1
-
TCPIPxieyijiwangluobiancheng
TCP/IP协议及网络编程技术,是网络编程学习或者爱好者的从入门到精通的一本必备电子书籍!!!!(TCP/IP protocol and network programming, network programming enthusiasts or learning entry to master an essential e-books! ! ! !)
- 2016-03-28 14:03:27下载
- 积分:1
-
11.指纹密码锁
说明: 单片机设计指纹密码锁,需要的可自行下载。(Single-chip design fingerprint lock, the need can be downloaded by yourself)
- 2020-12-08 21:06:38下载
- 积分:1
-
tu
说明: 、实验目的
1 熟练掌握各种内排序方法,深刻理解排序算法及其执行过程;
2 学会分析各种内排序算法的性能;
3 了解各种排序方法的优缺点,对于实际问题能够选择一种较好的排序方案;
4 熟练掌握图的存储结构;
5 掌握图的邻接矩阵和邻接表表示分别进行深度和广度优先搜索遍历的算法。
6 了解图的最小生成树算法。
(Proficiency in the order of search, binary search and index search basic search algorithm, these algorithms are familiar with what kind of storage structure suitable for implementation two master binary sort tree characteristics, building methods, and dynamic search algorithm 3 master hash table of characteristics and construction methods.)
- 2009-12-30 21:15:29下载
- 积分:1
-
chess game design procedure is divided into computer
一个三连棋的游戏设计程序,程序分为电脑与电脑对战,人与人对战和人与电脑对战-chess game design procedure is divided into computer-to-computer connections, and the people who screen and the computer screen
- 2022-06-27 13:25:35下载
- 积分:1
-
排课系统
/*头文件*/
#include
#include
#include
#include
/*宏定义*/
#define NULL 0
#define OK 1
#define ERROR -1
#define ESC 0x011b
#define TAB 0x0f09
#define ENTER 0x1c0d
#define UP 0x4800
#define DOWN 0x5000
#define LEFT 0x4b00
#define RIGHT 0x4d00
#define BACKSPACE 0x0e08
#define SPACE 0x3920
/*结构体类型定义*/
struct weekday{
int wday;
char addr[5][10];
struct weekday *next;
};
struct course{
char cnumber[10];
char cname[10];
char period[10];
struct weekday *whead;
struct course
- 2022-06-03 02:01:58下载
- 积分:1
-
using ZMNL method to simulate the clutter
杂波的仿真是雷达系统分析和模拟的重要研究方向。
ZMNL 方法广泛用于创建地面杂波。
是 matlab 代码可以用于模拟地面杂波的奥伯对数正态分布,利用 ZMNL 方法。
- 2022-11-28 00:35:03下载
- 积分:1