-
实现对数据库添加,修改和删除
数据库为access数据库
实现对数据库添加,修改和删除
数据库为access数据库-of Database add, modify and delete database access database
- 2022-01-22 17:01:21下载
- 积分:1
-
关于卡尔曼滤波的matlab工具箱,里面有好几个,大家可以参考...
关于卡尔曼滤波的matlab工具箱,里面有好几个,大家可以参考-Kalman filter on matlab toolbox, which has quite a few, everyone can refer to
- 2022-07-21 16:36: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
-
The word building game is a well known game all over the world. It is also calle...
The word building game is a well known game all over the world. It is also called as scrabble. In this network-supported game, four players can play the game together sharing the same matrix board. Players can join their corresponding opponents directly by searching. I have used UDP sockets for searching the hosted game and TCP sockets for game processing. This game can be played within the subnet.
- 2023-01-15 04:30:03下载
- 积分:1
-
虚拟串口,可以添加任意数量的机器串口,串口…
虚拟串口,可以在机子上添加任意多个串口,对于调试串口的程序很有用-Virtual serial port, you can add any number of machine serial port, serial port for debugging the program very useful
- 2022-03-04 23:54:51下载
- 积分:1
-
支持J
支持J-LINK的sjf2410
J-LINK烧写NAND FLASH的工具-J-LINK support for the sjf2410J-LINK tool for NAND FLASH programmer
- 2022-03-21 15:38:19下载
- 积分:1
-
parrot
Parrot虚拟机一个紧随着Perl6一起开发的开源虚拟机,但它还面向其它的多门语言。-parrot
- 2023-06-22 18:00:05下载
- 积分:1
-
发送邮件
php发邮件程序,运行sendmail.php就可以了-send mail
- 2022-02-05 05:05:47下载
- 积分:1
-
用于做视频方面的图象格式转化的一些工具很有用的
用于做视频方面的图象格式转化的一些工具很有用的-Used to make video image format conversion tools useful
- 2022-01-25 15:14:45下载
- 积分:1
-
是个文档,和软件工程类似,如何实现一工程所需步骤
是个文档,和软件工程类似,如何实现一工程所需步骤-is documentation, and software engineering similar, and how to realize a project the necessary steps
- 2022-03-02 23:40:38下载
- 积分:1