资源列表
eo117356
- 易语言源码分享。希望更多的朋友了解易语言。源码名称:银戒指-窗口热键。体验中文编程-Easy language source code sharing.Hope more friends to understand easy language.Source Name: Silver Ring- window hotkey.Chinese programming experience
time
- 时间片轮转算法 c语言 可执行文件 试验过没有问题-Round-robin algorithm c language
PDM_FROM_TXT
- 将在WORD中的多个表结构文档转到TXT后导入到PDM中 部分标准字段做自动化处理 所有NUMBER型字段不能为空,默认为0 赵利军 2009-11-26-' The structure of multiple tables in WORD document Go TXT imported into the PDM' part of the standard field do automated processing ' all NUMBER field can no
guijiemian
- 关于界面设计的我整理的一段小程序,matlab的gui设计-I put together a small program interface design, matlab gui design
KT3870-Demo(IIC)-
- 音频芯片KT3870 IIC总线通信参考代码-Audio chip the KT3870 IIC bus communication reference code
papr
- ofdm系统基于matlab的papr仿真程序,包括三种方法-ofdm matlab-based simulation papr
PID
- PID for Owen PLC1xx Open for edition
contour
- 基于OPENGL图形库的等高线的绘制。在VC++6.0中添加GLUT工具包,利用GLUT自带函数完成等高线的绘制-Drawing contour lines base on OPENGL graphics library. Add GLUT toolkit in VC++ 6.0, and take the use of GLUT function complete the paint contour lines
IQ
- 各种调制雷达信号和噪声混合后的正交分解并滤除噪声后的IQ信号-Radar signal and a quadrature modulation noise mixed signal decomposition and filter out noise after IQ
QAM_generator
- 真实工作环境下,幅相调制信号QAM的信号产生方法。-QAM modulation
Desktop
- ARMA的代码 自己写的 希望对大家偶帮助- ArMa s own code to write
1(2)
- 问题描述 设Pn(x)和Qm(x)分别两个一元多项式。试编写程序实现一元多项式的加法运算。 基本要求 需要基于线性表的基本操作来实现一元多项式的加法运算 需要利用有序链表来实现线性表。 -Problem descr iptionPn (x) and Qm (x), respectively, two unary polynomial.Try to write programs achieve one yuan polynomial addition operation.