The BWidget Toolkit is a high-level Widget Set for Tcl/Tk built using native Tcl/Tk 8.x namespaces.
標簽: high-level namespaces Tcl BWidget
上傳時間: 2015-05-07
上傳用戶:ljt101007
Fortran program: Evaluate a sequence of exponential integrals En(x)
標簽: exponential integrals Evaluate sequence
上傳時間: 2015-05-27
上傳用戶:sardinescn
2^x mod n = 1 acm競賽題 Give a number n, find the minimum x that satisfies 2^x mod n = 1. Input One positive integer on each line, the value of n. Output If the minimum x exists, print a line with 2^x mod n = 1. Print 2^? mod n = 1 otherwise. You should replace x and n with specific numbers. Sample Input 2 5 Sample Output 2^? mod 2 = 1 2^4 mod 5 = 1
標簽: mod satisfies minimum number
上傳時間: 2015-06-02
上傳用戶:qlpqlq
matlab解線性方程組的源代碼 function x=nagauss2(a,b,flag) % 用途:選列主元Gauss消去法解線性方程組ax=b % 格式:x=nagauss2(a,b,flag) a為系數矩陣,b為右端列向量,flag若為0,則顯示中間過程
標簽: nagauss function matlab Gauss
上傳時間: 2013-12-22
上傳用戶:exxxds
含t h r e a d x,u c o s 的b s p
標簽:
上傳時間: 2015-06-29
上傳用戶:xfbs821
-- Booth Multiplier -- This file contains all the entity-architectures for a complete -- k-bit x k-bit Booth multiplier. -- the design makes use of the new shift operators available in the VHDL-93 std -- this design passes the Synplify synthesis check -- download from: www.fpga.com.cn & www.pld.com.cn
標簽: entity-architectures Multiplier contains complete
上傳時間: 2015-07-02
上傳用戶:2467478207
merge sort give a set S of n integers and another integer x, determine whether or not there exits two elements in S whose sum is exactly x.
標簽: determine integers another integer
上傳時間: 2013-12-23
上傳用戶:xmsmh
PIECEWISE_EVAL: evaluates a piecewise function of x usage: y = PIECEWISE_EVAL(x,breakpoints,funs) arguments (input) x - vector or array of points to evaluate though the function breakpoints - list of n breakpoints, -inf and +inf are implicitly
標簽: PIECEWISE_EVAL breakpoints evaluates piecewise
上傳時間: 2014-01-25
上傳用戶:xyipie
LINEINTRGAL Line Integral in a 2D Vector Field. LINEINTRGAL(X,Y,U,V,C) computes the line integral along the lines given in cell array C. X and Y define the coordinates of a rectangular grid over which U and V are defined. X and Y must be monotonic and 2D plaid as % produced by MESHGRID. X, Y, U, and V must all be the same size.
標簽: LINEINTRGAL Integral computes integral
上傳時間: 2014-01-13
上傳用戶:hwl453472107
Cygwin/X User’s Guide. A magic tool for want to get unix application runing on windows.
標簽: application windows Cygwin runing
上傳時間: 2015-10-05
上傳用戶:firstbyte