-
计算机程序的构造和解释
说明: 计算机程序的构造和解释,中英文双版本,是理解程序的有一个思路。(Construction and interpretation of computer program)
- 2020-03-18 08:57:02下载
- 积分:1
-
xc8_2.0_2.1破解
针对mplab ide的c编译器 xc8 版本v2.0 v2.1 破解文件 亲测好用 解压 按照对应的路径进行覆盖即可(C compiler xc8 version V2.0 v2.1 for MPLAB ide can crack files and overwrite them with decompression according to the corresponding path.)
- 2020-08-07 09:28:31下载
- 积分: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
-
AIAssignment4
sudoku using AI techniques
- 2009-05-20 20:36:26下载
- 积分:1
-
mt7601u-master
说明: Many usb Wi-Fi adapters that claim to have an RT5370 chipset actually have an MT7601 chipset. There are no drivers in Linux that support this device. This driver can be used to set up a hotspot with these devices. This has compiled and works on the following kernels:
- 2020-09-24 10:06:34下载
- 积分:1
-
GPR
说明: 简单实现高斯过程回归的问题,利用python语言做了一个简要的说明。(Simple implementation of gaussian process regression problem)
- 2019-06-28 09:14:44下载
- 积分:1
-
pwelch2
该段程序是用welch方法进行功率谱分析,有详细的注释。(The procedure is to use Welch method for power spectral analysis, detailed notes.)
- 2017-07-12 18:00:46下载
- 积分:1
-
ATP-EMTP_6_0免安装版
说明: ATP程序(The Alternative Transients Program)是目前世界上电磁暂态分析程序(EMTP)最广泛使用的一个版本,ATP-EMTP程序几乎可为世界上的每一个人所免费使用,并可在大多数类型的计算机上运行。(The ATP program is currently the world's electromagnetic transient analysis program (EMTP) a version of the most widely used ATP-EMTP program, almost for every person in the world are free to use, and can run on most types of computer.)
- 2017-08-10 20:35:57下载
- 积分:1
-
this programs gives the functionality of 2bit alu
this programs gives the functionality of 2bit alu
- 2022-07-02 15:18:25下载
- 积分:1
-
generate_inp_from_ansys
从ANSYS中导出结点坐标及单元信息,利用APDL语言(Export node coordinates and unit information from the ANSYS)
- 2020-11-01 22:09:55下载
- 积分:1