Distribution generator Here is a simple generator which can build some distributions with given properties. Distributions generator (Compile with -lm) Typical use might be: ./distributions -u -m 1 -M 10 -n 100 -s 500 Generates a distribution of 100 uniform random numbers between 1 and 10, such that the sum of numbers is 500. ./distributions -p -2.2 -m 1 -M 100 -n 200 -s 500 Idem with 200 numbers between 1 and 100 following a power law with exponent -
標簽: generator distributions Distribution simple
上傳時間: 2014-01-27
上傳用戶:sammi
內含源代碼和編譯實驗報告,Containing the source code and Compile the experimental report ,C-C
上傳時間: 2015-11-06
上傳用戶:風之驕子
首先,打開文件夾PackageDemo,運行StudentInfo.jcw, 進入JCreator環境,要求按順序分別編譯(即運行菜單項“Builder”——“Compile File”)Student.java, CourseSession.java, RosterReporter.java, StudentInfo.java. 然后,運行菜單項“Builder”——“Execute File”,并代開文件夾PackageDemo——classes, 看該目錄下生成了哪些文件,并將這些文件全部刪除。 修改程序,使得運行后RosterReporter.class文件在\classes\sisi\report目錄下,Student.class,CourseSession.class,RosterReporter.class及StudentInfo.class文件存放在\classes\sis\studentinfo目錄下
標簽:
上傳時間: 2015-11-06
上傳用戶:VRMMO
詞法分析器。 要求:1.讀出所給文件的所有詞 2.將所有詞輸出寫入一個txt文檔中。 3.每個詞用特殊符號‘^’隔開 源程序為自己所編譯的cpp文件,即“text2.cpp”,Compile——〉Build——〉BuildExiecute,將結果寫入另一個文件“after_execute.txt”中。
上傳時間: 2014-01-15
上傳用戶:13517191407
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
對于單個控件,COMPONET-->INSTALL COMPONENT..-->PAS或DCU文件-->INSTALL。 2.對于帶*.DPK文件的控件包,FILE-->OPEN(下拉列表框中選*.DPK)-->INSTALL即可。 3.對于帶*.BPL文件的控件包,INSTALL PACKAGES-->ADD-->BPL文件名即可。 4.如果以上INSTALL按鈕為失效的話,試試Compile按鈕。 5.是RUN TIME LIB則在OPTION下的PACKAGES下的RUNTIMEPACKES加之。 如果編譯時提示文件找不到的話,一般是控件的安裝目錄不在DELPHI的LIB目錄中, 有兩種方法可以解決: 1.反安裝的源文件拷入到DELPHI的LIB目錄下。 2.或者TOOLS-->ENVIRONMENT OPTIONS中把控件源代碼路徑加入到DELPHI的LIB目錄中即可。
標簽: INSTALL gt COMPONENT COMPONET
上傳時間: 2013-12-25
上傳用戶:ljmwh2000
Book: Windows Graphics Programming Win32 GDI and DirectDraw Author: Feng Yuan Publisher: Prentice Hall PTR First Edition December 01, 2000 ISBN: 0-13-086985-6, 1234 pages 從Chinaitlab上下載后不能閱讀,這是重新Compile、整理后的版本
標簽: Programming DirectDraw Publisher Graphics
上傳時間: 2014-01-24
上傳用戶:qunquan
最大流,The programs are designed to run under BSD UNIX. All programs read from the standard input and write to the standard output. Run "make" to Compile the programs and generators. File "list" lists the programs produced my "make". Input files are in DIMACS format. See sample.input.
標簽:
上傳時間: 2015-12-30
上傳用戶:zhenyushaw
This tutorial will deal with getting input using Direct Input. All you will need to run and/or Compile this tutorial is a keybaord, mouse, DirectX 8.0 or 9.0 and the DirectX 8.0 or 9.0 SDK.
標簽: will tutorial getting Direct
上傳時間: 2016-01-17
上傳用戶:star_in_rain
AES for BCB5/6 控件 安裝: 1)展開XAES.ZIP 2)啟動C++ Builder,菜單: File --> Open Project -->(定位到你展開的目錄)--> 根據你的編譯器版本,找到Release下對應的XAes_CB5.bpk或者XAes_CB6.bpk,打開! 3)選擇Compile,編譯完成后點擊“Install”,Aes控件將安裝到控件板的Netsys頁上。
上傳時間: 2014-01-15
上傳用戶:hxy200501