Construction of Regular Gallagher Parity Check
标签: Construction Gallagher Regular Parity
上传时间: 2014-01-18
上传用户:csgcd001
The equal-area theorem●This is sinusoidal PWM (SPWM)●The equal-area theorem can be appliedto realize any shape of waveforms ●Natural sampling●Calculation based on equal-area criterion●Selected harmonic elimination●Regular sampling●Hysteresis-band control●Triangular wave comparison withfeedback control
上传时间: 2013-11-22
上传用户:linyao
vs.lib is a math library in C++ with a set of linear algebra and integrable / differentiable objects. vs.lib is a rapid-proto-typing tool which makes programming in numerical applications as easy as writing mathematical expressions.
标签: differentiable integrable algebra library
上传时间: 2015-03-03
上传用户:PresidentHuang
SPLASH is a c++ class library that implements many of the Perl constructs and data types, including extensive regex regular expression pattern matching. For those not familiar with Perl, it is an excellent scripting language by Larry Wall and is available for most platforms. This Class library provides List, String, Regular Expression, and text manipulation handling capabilities based on those provided in Perl
标签: implements constructs including library
上传时间: 2013-12-07
上传用户:1583060504
delphi7从入门到精通源代码,(英文名为Mastering Delphi 7) 电子工业出版社
上传时间: 2014-11-21
上传用户:it男一枚
VC++动态链接库编程之基础慨念: Visual C++支持三种DLL,它们分别是Non-MFC DLL(非MFC动态库)、MFC Regular DLL(MFC规则DLL)、MFC Extension DLL(MFC扩展DLL)
上传时间: 2013-12-20
上传用户:ywqaxiwang
CCALC provides convenient way to for performing calculations. You can use standard infix notation for expressions and store results in variables.
标签: calculations convenient performing provides
上传时间: 2015-08-18
上传用户:dave520l
Cracking the Code - Wireless Programming with J2ME This book is based on the unique concept of cracking the code and mastering the technology.The technologies covered are J2ME version 1.0.2 and the applications are also tested on version 1.0.3 Beta.
标签: Programming the Cracking Wireless
上传时间: 2015-08-20
上传用户:fhzm5658
二维SIMPLEC程序,包含三个project:二维稳态传热,常粘度系数湍流的动态模拟,湍流中被动标量扩散(基于时均的 k –ε方程. 同时压缩包中还有详细的说明文档. 注意:本程序只限于学习用途,切勿作商业用途,作者享有对此代码及使用目的的最终解释权! Cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc Cccc This computer program was copied from the graduate student course program Cccc of the University of Minnesota. Part of it was re-formulated to meet the Cccc personal computer environment. Some inappropriate expressions were also Cccc corrected. The program is used only for teaching purpose. No part of it Cccc may be published. You may use it as a frame to re-develop your own code Cccc for research purpose. XJTU Instructor, 1995.11 Cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc
上传时间: 2015-12-10
上传用户:大三三
UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC Library Builtin functions: Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc. * Expands the text in expr using the UnderC preprocessor, putting the result into buff. void uc_macro_subst(const char* expr, char* buff, int buffsize) * Executes a UC #-command, like #l or #help. uc_cmd() expects the name of the command, _without_ the hash, e.g. uc_cmd("l fred.cpp") or uc_cmd("help"). void uc_cmd(const char* cmd) * Evaluates any C++ expression or statement will return non-zero if unsuccessful.
标签: implementation Extensions libraries standard
上传时间: 2013-12-14
上传用户:leehom61