资源列表
矢量微分
- 物理-Physics
main
- "Fine case for the" source code
2
- 单链表的插入和删除实验目的: 1、定义单链表的结点类型 2、通过单链表的定义掌握线性表的链式存储结构的特点; 3、熟悉单链表的建立以及插入、删除等基本操作。 -# include <stdio.h> # include<malloc.h> # define ND sizeof(struct List) struct List {int data struct List*next } void main() {
clue--search
- 基于VC中数据结构线索查找的实现和调用,主要用于本科生设计课程学习使用。-Based on the implementation of VC in the data structure clues Find and calls, mainly for undergraduate design courses to learn how to use.
PCA
- 主元分析-PCA analysis
couroutine
- Simple example of using python coroutines and generators to create a market simulator with: 1) A one-good market, collecting bids from the agents, which, after each trading period, updates each price, and 2) a set of agents, observing the mark
G
- 一个原序列A(1),A(2),…,A(n) 在一秒后序列后将会变成 A(1),A(2)+2A(1),A(3)+2A(2)+3A(1),…,A(n)+2A(n-1)+…+nA(1) 求在T秒后的序列。-One of the original sequence A (1), A (2), ..., A (n) in the second after the sequence will become A (1), A (2)+2A (1), A (3)+2A (2 )+3A (1), ..
txt
- 适合卫星通信本科学生借鉴。主要为卫星转发器仿真设计。可以实现上下变频,非线性放大器实现和卫星转发器实现。-Satellite transponder Simulation Design。Achieve Frequency conversion
chess
- 关于棋盘覆盖问题的代码。-The code for board cover problem.
CPP
- 编程实现下面问题:给你100元去超市购物,你买了若干花生和苹果,花生和苹果的单价及数量由键盘输入,然后把购买的花生、苹果的单价、数量、金额、总额及找零输出。 要求: 1.输入的时候总额控制不要超过100元 2.输出格式参考如下(数据自己任意输入) XXX超市购物小票 物品名称 单价 数量 金额 花生 7.50 8.00 60.00 苹果 6.00 5.40 32.40 已
qr.c
- C 语言编写的QR分解,利用子矩阵实现递归 。-QR decomposition
OMP
- 频谱感知与检测中利用omp算法进行重构的优化-Optimization of spectrum sensing and detection algorithms use omp reconstruction