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
函数名称:CRC-16 Process 函数原型:INT16U make_crc16(INT8U *msgaddr,INT8U datalen) 函数功能:进行CRC校验和产生CRC代码.这个函数只影响全局变量crc16. 校验字放在字符串最后,低8位在前高8位在后. msgaddr : 进行CRC16校验的据块的首地址 datalen : 进行CRC16校验的据块的个数 CRC-ITU的计算算法如下: a.寄存器组初始化为全"1"(0xFFFF)。 b.寄存器组向右移动一个字节。 c.刚移出的那个字节与数据字节进行异或运算,得出一个指向值表的索引。 d.索引所指的表值与寄存器组做异或运算。 f.数据指针加1,如果数据没有全部处理完,则重复步骤b。 g.寄存器组取反,得到CRC,附加在数据之后(这一步可省略)。
上传时间: 2015-12-21
上传用户:llandlu
控制台下显示有色字符,代码在freebsd下测试通过,可以摆脱黑白的控制台了。编译环境g
上传时间: 2013-12-11
上传用户:784533221
BG码转换程序是一个二进制码(Binary,简称 B码)与格雷码(Gray Code,简称G码)相互转换的软件.
上传时间: 2014-12-19
上传用户:hgy9473
做到在互连网的语音通信功能,使用g.729压缩,在 北京 -------- 重庆 间测试过,一端是长城宽带。一端是56k modem 拨号上网。语音比较清晰,但有一点停吨现象。
上传时间: 2013-12-05
上传用户:hopy
java语言开发的P2P流媒体系统,“Stream-2-Stream implements multicast+, a next generation streaming protocol. Multicast+ is more efficient and requires less bandwidth than direct streaming (e.g. shoutcast/icecast). Stream-2-Stream (abbreviated "s2s" or "S2S") stations have no user limit stations can be set up without paying a fortune for bandwidth. Stream-2-Stream saves bandwidth by passing streams from one peer to another through multicast and unicast p2p, rather than everyone getting a stream from one central server (Shoutcast/Icecast). ”更多:http://s2s.sourceforge.net/about.php
上传时间: 2016-01-09
上传用户:ikemada
2D Collsion Detection in Real-time Demonstration This is the sample application that accompanies Game Developer magazine. It is meant as a demonstration of a method for 2D collision detection.
标签: Demonstration application accompanies Detection
上传时间: 2016-01-17
上传用户:sardinescn
UCS (Ultra Corba Simulator) is one more powerful corba client/servant simulator tool than other similar products(e.g. Telcopro s MtSim, or OpenFusion s Corba Explorer, or eaiBridge s CAST). It doesn t need idl-related helper class or IR service.
标签: Simulator simulator powerful servant
上传时间: 2016-01-17
上传用户:hustfanenze
这是一个模拟第3类模式地震波的matlab脚本。 This a collection of Matlab scripts that solve the antiplane (mode III) earthquake dynamic problem with slip-weakening friction, on a 1D fault embedded in a 2D homogeneous elastic unbounded medium. The problem is formulated as a boundary integral equation and the elastodynamic kernels are analytically derived in the spectral domain (spatial wavenumber). The method is explained e.g. by Morrysey and Geubelle (1997), and has been improved and extensively used by Nadia Lapusta, Alain Cochard, etc.
标签: collection antiplane scripts matlab
上传时间: 2013-12-26
上传用户:远远ssad
三星S42SD电浆电视的故障判断及维修 三星 V2 . V3 .V4 LG V6 .V7 面板电源版 我们皆可处理 一. 面板上各模组的功能: 如下图所示,pdp面板一共分为电源板、X驱动板、Y驱动板、逻辑板、逻辑BUFFER板(E、F、G)、Y BUFFER板(上、下)、 OF等部分: *电源板: 给面板上其他功能模组及整机厂家做的主板,视频处理板提供电源。 *X驱动板:按照逻辑板上送来的时序信号,产生并为X电极提供驱动信号。 *Y驱动板:按照逻辑板上送来的时序信号,产生并为Y电极提供驱动信号。
上传时间: 2016-01-29
上传用户:AbuGe