-
二次开发例程
C N A 全称Cellular Network Administration,它是OSS 系统里面自带的一个软件,用它可以实现几乎所有小区参数的操作,可以使我们的变频,割接,开新站,修改基站参数等工作变的简单而准确。下面我们就分几个方面介绍一些CNA常用的操作。
- 2022-01-30 23:20:47下载
- 积分:1
-
RS485通信模块代码单片机C语言
原创代码,实现RS485通信模块的收功能,很好的应用中断处理,按键控制以及LED1602显示功能,都可以实现。编译通过,纯原创!
- 2022-02-03 02:31:31下载
- 积分:1
-
贪吃蛇游戏
是的,又是蛇的游戏,如果你不无聊呢。你一定见过很多不同的语言创建蛇游戏。但你可曾见过一条蛇游戏,是可控的都是由键盘和操纵杆?没错,这就是蛇游戏之间的区别
- 2022-03-22 14:40:26下载
- 积分:1
-
一个简单的宾馆住宿系统,里面的系统资源比较齐全,如果在功能上再加强的话,会更加的完善。
一个简单的宾馆住宿系统,里面的系统资源比较齐全,如果在功能上再加强的话,会更加的完善。-a simple guesthouse accommodation, inside the relatively complete system resources, if the functions further enhanced so, the more perfect.
- 2023-04-22 07:30:03下载
- 积分:1
-
线性表的顺序存储
#ifndef __MY_SEQLIST_H__
#define __MY_SEQLIST_H__
typedef void SeqList;
typedef void SeqListNode;
//链表 创建
SeqList* SeqList_Create(int capacity);
//链表 销毁
void SeqList_Destroy(SeqList* list);
//链表 清空
void SeqList_Clear(SeqList* list);
//链表 长度
int SeqList_Length(SeqList* list);
//链表 容量
int SeqList_Capacity(SeqList* list);
//链表 在某一个位置 插入元素
int SeqList_Insert(SeqList* list, SeqListNode* node, int pos);
//获取某一个位置的链表结点
SeqListNode* SeqList_Get(SeqList* list, int pos);
//删除某一个位置的结点
SeqListNode* SeqList_Delete(SeqList* list, int pos);
#endif //__MY_SEQLIST_H__
- 2022-09-14 04:45:03下载
- 积分:1
-
C#4.0图解教程(含完整目录)
说明: 第 1 章 C# 和 .NET 框架
第 2 章 C# 编程概述
第 3 章 类型、存储和变量
第 4 章 类的基本概念
第 5 章 方法
第 6 章 深入理解类
第 7 章 类和继承
第 8 章 表达式和运算符
第 9 章 语句
第 10 章 结构
第 11 章 枚举
第 12 章 数组
第 13 章 委托
第 14 章 事件
第 15 章 接口
第 16 章 转换
第 17 章 泛型
第 18 章 枚举器和迭代器
第 19 章 LINQ
第 20 章 异步编程
第 21 章 命名空间和程序集
第 22 章 异常
第 23 章 预处理指令
第 24 章 反射和特性
第 25 章 其他主题(Chapter 1 C# and .NET Framework
Chapter 2 C# Programming Overview
Chapter 3 Types, Storage and Variables
Chapter 4 Basic Concepts of Classes
Chapter 5 Methods
Chapter 6 In-depth understanding of classes
Chapter 7 Classes and Inheritance
Chapter 8 Expressions and Operators
Chapter 9 Statements
Chapter 10 Structure
Chapter 11 Enumeration
Chapter 12 Arrays
Chapter 13 Delegation
Chapter 14 Events
Chapter 15 Interface
Chapter 16 Conversion
Chapter 17 Generics
Chapter 18 Enumerators and Iterators
Chapter 19 LINQ
Chapter 20 Asynchronous Programming
Chapter 21 Namespaces and Assemblies
Chapter 22 Exceptions
Chapter 23 Preprocessing Directives
Chapter 24 Reflection and Characteristics
Chapter 25 Other Topics)
- 2021-04-15 16:31:20下载
- 积分:1
-
随机数发送器实验
基于stm32f407的随机数发生器实验,可以实现贪吃蛇的食物随机出现
- 2022-01-25 23:10:52下载
- 积分:1
-
排序系统设计
功能:设编号为1,2,3,……,n的n(n>0)个人按顺时针方向围坐一圈,每个人持有一个正整数密码。开始时任选一个正整数做为报数上限m,...
排序系统设计
功能:设编号为1,2,3,……,n的n(n>0)个人按顺时针方向围坐一圈,每个人持有一个正整数密码。开始时任选一个正整数做为报数上限m,从第一个人开始顺时针方向自1起顺序报数,报到m是停止报数,报m的人出列,将他的密码作为新的m值,从他的下一个人开始重新从1报数。如此下去,直到所有人全部出列为止。令n最大值取30。要求设计一个程序模拟此过程,求出出列编号序列。
-Sorting system design features: Let numbered 1,2,3, ... ..., n of the n (n> 0) individuals sitting clockwise circle, each person holds a positive integer password. The beginning of a positive integer as reported optional maximum number of m, starting from the first person in a clockwise direction starting from a sequence reported the number of m is to stop the newspaper to report the number of people who reported m out of the column, his password as a new m value, the next person start from his re-reported from a number of. If things go on, until all of the column until all the up. Make n take the maximum 30. To design a program to simulate this process, find out the column number sequence.
- 2022-04-24 01:11:03下载
- 积分:1
-
学生管理系统
本系统是一个基于vs2010平台上的用c#开发的学生管理系统,可以对学生信息进行管理。数据库使用sql,基于.net的程序开发,不够完善,是.net期末考试的课程设计
- 2022-08-09 19:00:30下载
- 积分:1
-
串口助手软件
虚拟串口助手。自己使用C#来编写的额。这也是我刚开是的时候找到的一些对初学者最号的源代码
- 2022-02-01 13:29:05下载
- 积分:1