资源列表
TSP
- Traveling Salesman Problem 市场上有很多种商品,旅行商 Shrek 做短期买卖赚取差价。他从一个城市购买一件商品,到达下一个相邻的城市就卖掉。如果这一次买卖无利可图,那么他就不会这么走。凭着自己和同伴多年的经验,他已经对地图上 n 个城市之间的差价了如指掌。两城市间可能有多种商品可赚取差价,此时 Shrek 只好倒卖利润最大的一件商品。 现在请你帮 Shrek 规划一条路线,使他能赚最多的钱。 输入 第一行两个整数 n、m。表示有 n 个城市,编号
泰勒线阵综合
- 串馈天线阵副瓣抑制20dB,泰勒加权函数,主要用于天线阵列优化。(Designing of Low-Side Lobe Series Fed Microstrip Arrays)
IEEE33节点
- 采用simulink搭建IEEE标准33节点仿真模型及.m程序(IEEE standard 33 node simulation model)
opensees与matlab传递变量_运行通畅
- opensees 调用 matlab 进行参数优化(opensees matlab optimize parameter)
adaptiveHuffman
- 自适应哈夫曼编码的C++实现,从屏幕读取输入,将每个字符的编码及总体编码打印在屏幕上。(The C++ implementation of adaptive Huffman coding reads the input from the screen and prints the encoding and overall encoding of each character on the screen.)
ADINA84
- 该程序是大型有限元ADINA的源程序代码(This program is the source code of large finite element ADINA.)
APF_Threelevel
- 基于三电平逆变器的有源滤波装置设计,仿真模型完整,运行调试成功。(Based on the design of the active filter device of the three-level inverter, the simulation model is complete and the operation and debugging are successful.)
noma
- NOMA corrected: farther away from Base Station (BS), more allocated power; % Assuming the Base Station (BS) has total power of 1 and will allocate % power for each User as proportional to squared distance: Pwr ~ Dst^2
DC Motor
- 直流电动机开环调速系统的仿真模型研究;matlab/Simulink模型(Research on Simulation Model of Open-loop Speed Regulation System of DC Motor)
Quadcopter-Simulation-master
- 四旋翼控制仿真,包括动力学建模的simulink仿真以及控制(simulation of quadrotor)
三相SPWM逆变器
- 三相SPWM逆变器,可用于各种电路的仿真模块。(Three-phase SPWM inverters can be used in various circuit simulation modules.)
OnlineJudge_1216
- 1216. heap Descr iption 使用最小化堆实现一个整型的优先队列,实现下列功能: insert x,将优先级值为x的元素入队 find x,找出优先级值大于x的最小的元素,输出其下标。如果有多个元素优先级值相同输出下标最小的那个。 DECREASE i v,将第i个节点的优先级值减少v。 Input Format 第一行含有一个正整数M(1<=M<=20000),代表总的操作数。 以下M行,每行一个操作。 Out