亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Text-Overflow

  • UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, wh

    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

  • 一個非常完整的網(wǎng)絡會議系統(tǒng)

    一個非常完整的網(wǎng)絡會議系統(tǒng),用c#實現(xiàn)。涵蓋了視頻會議(video conference)、語音會議(voice conference)、文字會議(text conference)等模式。功能非常齊全。

    標簽: 網(wǎng)絡會議

    上傳時間: 2014-01-04

    上傳用戶:Altman

  • 2005-7-13 10:03 前幾天要做一個短信收發(fā)的小軟件

    2005-7-13 10:03 前幾天要做一個短信收發(fā)的小軟件,于是按照習慣Box尋找例程和控件,可惜沒有找到! 于是,大幅翁、Google!!!終于找到了好幾個,不是要收費就是不能用!氣憤!! 這又不是什么高新尖端科技,俺們不是做不出來,俺們只是秉承RAD的精神而已! 于是這個短消息控件誕生了!雖然還很簡陋,起碼胳膊腿都有了,剩下就看它怎么跑了! 使用標準AT指令 現(xiàn)在只能支持PDU模式(Text模式太簡陋)! 支持7_Bit 和 UCS2 編碼 集成了串口(spcomm) 只需要簡單的配置幾個參數(shù)就可以收發(fā)短信了

    標簽: 2005 13 10 03

    上傳時間: 2015-12-19

    上傳用戶:wxhwjf

  • LCDScreen is a couple of Delphi component which simulate a dot-LCD multilines screen. It is fully c

    LCDScreen is a couple of Delphi component which simulate a dot-LCD multilines screen. It is fully customizable and has animation and special effects capabilities for the displayed text. TLCDScreen is the display component and TLCDAnimator the animation one. Both have build-in Property editor making easier the development at design-time.

    標簽: multilines LCDScreen component simulate

    上傳時間: 2015-12-23

    上傳用戶:invtnewer

  • JK Proxy Project - Version 0.1 ------------------------------ This was going to be a proxy serve

    JK Proxy Project - Version 0.1 ------------------------------ This was going to be a proxy server bu I stopped developing this program (maybe I will go on coding on this application again some time). The email part with spam filtering already works. Check out the numerous text files for additional information.

    標簽: Project Version Proxy going

    上傳時間: 2014-08-10

    上傳用戶:coeus

  • This manual describes the Call Library Function Node and the Code Interface Node (CIN). The Call Li

    This manual describes the Call Library Function Node and the Code Interface Node (CIN). The Call Library Function Node and the CIN are the LabVIEW programming objects you use to call compiled code from text-based programming languages. This manual includes reference information about libraries of functions, memory and file manipulation routines, and diagnostic routines that you can use with calls to external code.

    標簽: Call Node Interface describes

    上傳時間: 2014-12-08

    上傳用戶:zm7516678

  • 用VB的MSCOMM給單片機發(fā)十六進制的數(shù)11

    用VB的MSCOMM給單片機發(fā)十六進制的數(shù)11,單片機收到后把11送過來,用VB的text顯示

    標簽: MSCOMM 單片機 十六進制

    上傳時間: 2013-12-17

    上傳用戶:

  • Abstract The Lucene Server project is an attempt to extend the Jakarta Lucene tool with server ca

    Abstract The Lucene Server project is an attempt to extend the Jakarta Lucene tool with server capabilities. Lucene is a robust Java API that enables you creating indexes from text sources and perform powerful searches on these indexes. With Lucene, creating an index must be done programmatically and there are almost no possibilities of integrating index management in a distributed environment. In other words, out of the box, Lucene is suitable for integrating indexing and searching possibilities in a single application but not for providing index/search services for multiple applications. The Lucene Server project comes with a Java API that propose the following make it easy to create indexes in a declarative way by simply providing an XML configuration document. make it easy to personalize the way Lucene must handle different kind of data sources. provide services for index management and searching that can be accessed from several applications. enable batch tasks scheduling.

    標簽: Lucene Abstract Jakarta project

    上傳時間: 2016-01-10

    上傳用戶:songrui

  • 雜湊法(Hashing)的搜尋與一般的搜尋法(searching)是不一樣的。在雜湊法中

    雜湊法(Hashing)的搜尋與一般的搜尋法(searching)是不一樣的。在雜湊法中,鍵值(key value)或識別字(identifier)在記憶體的位址是經(jīng)由函數(shù)(function)轉換而得的。此種函數(shù),一般稱之為雜湊函數(shù)(Hashing function)或鍵值對應位址轉換(key to address transformation)。對於有限的儲存空間,能夠有效使用且在加入或刪除時也能快的完成,利用雜湊法是最適當不過了。因為雜湊表搜尋在沒有碰撞(collision)及溢位(overflow)的情況下,只要一次就可擷取到。

    標簽: searching Hashing

    上傳時間: 2016-01-14

    上傳用戶:dancnc

  • Microsoft.NET測試驅動開發(fā) Test-Driven Development in Microsoft .NET by James W. Newkirk and Alexei A.

    Microsoft.NET測試驅動開發(fā) Test-Driven Development in Microsoft .NET by James W. Newkirk and Alexei A. Vorontsov ISBN:0735619484 Microsoft Press © 2004 Using a wealth of pragmatic examples in C# and other .NET development tools, the two authors of this text demonstrate how to use automated tests to drive lean, efficient coding and better design.

    標簽: Microsoft A. W. Development

    上傳時間: 2014-01-07

    上傳用戶:ynzfm

主站蜘蛛池模板: 静安区| 青州市| 保德县| 高台县| 林甸县| 叶城县| 莱西市| 玛纳斯县| 临猗县| 贵港市| 天气| 岐山县| 宣化县| 高清| 蒲城县| 双柏县| 应城市| 黄龙县| 当阳市| 盖州市| 顺昌县| 永胜县| 扎鲁特旗| 子洲县| 乌兰察布市| 江安县| 岐山县| 玉屏| 奇台县| 鱼台县| 绵竹市| 吴堡县| 遵义县| 项城市| 临澧县| 长岭县| 普安县| 镇江市| 五华县| 清丰县| 重庆市|