-
设计一个一元多项式加法器:两个多项式相加,输出多项式并计算...
设计一个一元多项式加法器:两个多项式相加,输出多项式并计算-One dollar design a polynomial adder: the sum of two polynomials, and calculate the output polynomial
- 2022-03-24 13:41:46下载
- 积分:1
-
xmaker gerador德艾维斯
以前的交易系统如何通过开源抽泣一证gnu-gpl作者发布(版本3)。
- 2022-01-25 22:54:32下载
- 积分:1
-
winsock文件传输,界面很漂亮哦,能够在客户端和服务器之间传输文件。...
winsock文件传输,界面很漂亮哦,能够在客户端和服务器之间传输文件。-winsock file transfer, the interface is beautiful Oh, to the client and server to transfer files between.
- 2023-05-24 20:40:04下载
- 积分:1
-
Good genetic algorithm source code c++ language
很好的遗传算法源代码,基于c++语言开发,可以运行,-Good genetic algorithm source code c++ language-based development, can run,
- 2022-05-28 08:19:36下载
- 积分:1
-
Section map we can look at the fortran program
切面图的fortran程序 大家随意-Section map we can look at the fortran program
- 2022-03-26 12:40:29下载
- 积分:1
-
一个网上书店的程序代码
一个网上书店的程序代码-an online bookstore code
- 2023-06-16 10:00:04下载
- 积分:1
-
digital image processing
aliasing
digital image processing
aliasing -digital image processing
aliasing
- 2023-07-28 12:20:03下载
- 积分:1
-
A small game, simple and practical, I hope that we can love.
一个小游戏,简单实用,希望大家可以喜欢.-A small game, simple and practical, I hope that we can love.
- 2022-03-10 02:45:55下载
- 积分:1
-
这个是朋友作的毕业设计,基因算法原理的java实现过程
这个是朋友作的毕业设计,基因算法原理的java实现过程-This is a friend of the graduate design, genetic algorithm to achieve the principle of java process
- 2022-03-09 23:25:47下载
- 积分: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