-
PDA的ucos
PDA的ucos-2程序,包括常用芯片的驱动及程序架构,欢迎下载-PDA-ucos-2 procedures, which are used in chip-driven and procedural framework, welcome to download
- 2022-05-18 12:51:38下载
- 积分:1
-
2仍然
2仍然-2 still
- 2022-02-26 05:46:29下载
- 积分:1
-
将 mapinfo的mif格式文件导入microstation的vba程序
将 mapinfo的mif格式文件导入microstation的vba程序-to MapInfo mif format into the vba procedures microstation
- 2022-08-16 15:49:49下载
- 积分:1
-
baud rate calculation assistant V1.0 date : 2004
波特率计算助手V1.0
日期:2004-8-28
51波特率计算助手,可以计算波特率、记数初值等
作者:赵兵败
oicq:25767751
email:killer523@163.com-baud rate calculation assistant V1.0 date : 2004-2006-8-28 51 baud rate calculation aides, baud rate can be calculated, such as initial counting Author : Zhao defeated Live : 25767751 email : killer523@163.com
- 2022-02-04 10:46:40下载
- 积分:1
-
使用模拟退货思想解决tsp(旅行者问题),下载后看说明使用程序...
使用模拟退货思想解决tsp(旅行者问题),下载后看说明使用程序-Return thinking the use of simulation to solve tsp (travelers) will look after downloading the use of procedures
- 2022-03-18 06:22:43下载
- 积分:1
-
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删...
单链表的插入和删除实验目的:
1、定义单链表的结点类型
2、通过单链表的定义掌握线性表的链式存储结构的特点;
3、熟悉单链表的建立以及插入、删除等基本操作。
-# include
# include
# define ND sizeof(struct List)
struct List
{int data
struct List*next
}
void main()
{ int n,i=1,e,a
struct List*head
struct List*p,*q
q=head=p=(struct List*)malloc(ND)
- 2022-04-15 10:12:17下载
- 积分:1
-
利用有限差分算法编写的三维迭后偏移的代码,算法精度高,结果很理想。...
利用有限差分算法编写的三维迭后偏移的代码,算法精度高,结果很理想。-Prepared by using three-dimensional finite difference algorithm Diego after the offset of the code, algorithms, high precision, the result very satisfactory.
- 2022-08-06 08:01:01下载
- 积分:1
-
视角调整,与大家共享.希望对大家有所帮助,也希望自己能多学习....
视角调整,与大家共享.希望对大家有所帮助,也希望自己能多学习.
- 2022-03-10 08:28:34下载
- 积分:1
-
一个基于LABVIEW的LCD的显示程序,是可以循环移动的,快来学习吧。...
一个基于LABVIEW的LCD的显示程序,是可以循环移动的,快来学习吧。-LABVIEW-based program the LCD display can cycle mobile, Come learn from it.
- 2022-06-01 05:23:50下载
- 积分:1
-
利用三元组存储大规模稀疏矩阵并实现矩阵加减乘的运算。输入要求:三元组方式。运行环境C...
利用三元组存储大规模稀疏矩阵并实现矩阵加减乘的运算。输入要求:三元组方式。运行环境C-mass sparse matrix storage and achieve matrix modified by the operator. Entry requirements : Triples way. C Runtime Environment
- 2023-05-06 11:40:02下载
- 积分:1