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
A* sudo sudo/* B* adduser script adduser C* rmuser script rmuser E* tout tout/* F* dumdum dumdum G* lostfile lostfile H* Mkfl.localsys Makefile.localsys I* spacegripe spacegripe J* sendmail.cf sendmail.cf N* remote remote.c O* distributed conrol distrib/* P* hosts and name server makerevhosts Q* xargs xargs/*
標簽: adduser script rmuser sudo
上傳時間: 2016-03-29
上傳用戶:gxrui1991
基于J2EE的物流信息系統的設計與實現 介紹了J2EE 體系結構、Mv c模式等相關概念和技術,并重點探討了 目 前比 較受歡迎的三種開源框架( s t r ut s框架、S Pr i n g框架和H i b e m a t e 框架)。 分析了他們的體系結構、 特點和優缺點。 根據J ZE E的分層結構,結合We b應用 的特點, 將三種框架進行組合設計, 即表現層用S t r ut s框架、 業務邏輯層用S P ri n g 框架、持久層用比b ema t e 框架,從而來構建物流信息系統。這種整合框架使各 層相對獨立, 減少各層之間的禍合程度,同時加快了系統的開發過程,增強了系 統的可維護性和可擴展性,初步達到了分布式物流信息系統的設計目標。 經過以上分析,結合物流系統的業務需求,進行了相關的實現。最后,系統 運用先進的A ja x技術來增強Ui層與服務器的異步通信能力, 使用戶體驗到動態 且響應靈 敏的桌 面級w e b應用程序。 通過江聯公司的試運行結果,系統達到了 渝瞇。 并 且 對 江 聯 公 司 提 出 了 基 于 R F I D 的 解 決 方 案 的 實 施 計 劃 。
上傳時間: 2016-06-01
上傳用戶:ynsnjs
ITU-T在1996年3月公布了G.729建議的8Kbit/s共軛結構代數碼激勵線性預測(CS-ACELP)語音編碼方案,其編解碼程序C語言的源代碼。
上傳時間: 2014-01-25
上傳用戶:whenfly
One dimensional wavelet transform s input data from file dataIn.txt h[] : -1 0 1 2 g[] : 1 1 0 3 c[] : 1 4 2 5 4 6 7 8
標簽: dimensional transform wavelet dataIn
上傳時間: 2016-08-24
上傳用戶:gaojiao1999
這是一段G.729A的編碼和解碼仿真程序,由C和matlab混合實現,還帶有輸入語音矢量,可以測試
上傳時間: 2013-12-16
上傳用戶:com1com2
具有浮點指令的g.729語音壓縮編碼,符合ITU-T G.729 Annex C 規范,通過修改makefile可以支持windows/linux/solaris等操作系統,僅需要很少的更改就可以應用到voip領域
上傳時間: 2016-09-24
上傳用戶:hongmo
Imtelephone.com出品的g.729編解碼庫及應用的源代碼,使用visual c++實現
標簽: Imtelephone 729 com 編解碼
上傳時間: 2016-09-24
上傳用戶:lz4v4
本代碼提供讀取Segy格式地震數據的SegyReader類(C++) 在segy.h文件中有segy卷頭/道頭的每一個字段的中文詳細說明,方便大家查詢使用. 另外, 使用QT3.x制作的GUI界面程序, 可以選擇一個segy文件, 使用SegyReader類讀取并顯示相關信息在界面上. ===sr.exe的執行需要QT3.3.4的dll文件(因文件較大故未加入,需要者安裝QT3.3.4或與本人聯系),在主界面上執行菜單 File -> Open,選擇提供的test.sgy文件即可
標簽: segy SegyReader Segy QT
上傳時間: 2014-07-02
上傳用戶:hj_18
g.726編解碼源程序,可在C++環境下運行
上傳時間: 2016-11-03
上傳用戶:ainimao