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

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

libnxml-no-curl

  • cp0801_pathloss為UWB信道損耗計算函數

    cp0801_pathloss為UWB信道損耗計算函數,利用a=(c/(d^gamma))計算出信道增益,然后對函數的輸入信號幅度進行變換得到輸出結果。 cp0801_Gnoise1和cp0801_Gnoise2為產生AWGN的函數,分別為Eb/No和Ex/No條件下AWGN的產生

    標簽: pathloss 0801 UWB cp

    上傳時間: 2013-12-17

    上傳用戶:gxmm

  • This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end

    This code detects memory leaks in embedded VC++ almost the same way crtdbg does in VC++. At the end of program execution it will display in the debug window if there were any memory leaks and how the memory looks so you can identify where your memory leak occurred. It will display in the debug window a message saying no memory leaks detected if there are no memory leaks. Similar to what crtdbg.h does in VC++. The code detects memory leaks generated with calls to new and delete operators in C++. The code doesn t detect memory leaks generated with C functions: malloc, calloc, free, but that can be done in the future. Let me know and I will program it.

    標簽: the embedded detects almost

    上傳時間: 2015-05-07

    上傳用戶:comua

  • This m file models a DPSK UWB system using a delay in one leg of the mixer, correlation receiver low

    This m file models a DPSK UWB system using a delay in one leg of the mixer, correlation receiver low pass filter combination requiring no template for synching. Various waveforms are displayed throughout the system to allow the user to observe operation of the system.

    標簽: correlation receiver models system

    上傳時間: 2013-12-13

    上傳用戶:semi1981

  • This a very simple Yee algorithm 3D FDTD code in C implementing the free space form of Maxwell s equ

    This a very simple Yee algorithm 3D FDTD code in C implementing the free space form of Maxwell s equations on a Cartesian grid. There are no internal materials or geometry. The code as delivered simulates an idealized rectangular waveguide by treating the interior of the mesh as free space/air and enforcing PEC (Perfect Electric Conductor) conditions on the faces of the mesh.

    標簽: implementing algorithm Maxwell simple

    上傳時間: 2015-05-14

    上傳用戶:水中浮云

  • ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and pri

    ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and printed both to the console and to an output file. • Assume a file with correct data (no garbage, characters, etc.). • you must check and provide appropriate execution for 2 extra cases, namely when the matrix size given is either “0” , or when the size is greater than the maximum handled of “5” . In these 2 cases you must implement the following behaviour: o If size = 0, then print a message “Size = 0 is unacceptable” and continue by reading the next size for the next 2 matrices (if not end of file). o If size >5, then print two messages: “Size is too big - unacceptable”. Then read and discard the next (size2 ) integers and continue by reading the next size for the next 2 matrices (if not end of file).

    標簽: multiplication Implement matrices matrix

    上傳時間: 2014-08-30

    上傳用戶:dsgkjgkjg

  • 數字運算

    數字運算,判斷一個數是否接近素數 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no

    標簽: 數字 運算

    上傳時間: 2015-05-21

    上傳用戶:daguda

  • * Function: * 1. Replace the first oldstr with newstr in srcstr * Arguments: * IN : * srcst

    * Function: * 1. Replace the first oldstr with newstr in srcstr * Arguments: * IN : * srcstr * oldstr * newstr * OUT : * srcstr * Return: * 1. If find and replace one oldstr with newstr in srcstr , return 1 * 2. If find no oldstr in srcstr , return 0 * 3. If error (malloc return NULL) return -1 * Notes: * 1. srcstr should be large size enough.

    標簽: Arguments Function Replace oldstr

    上傳時間: 2014-12-20

    上傳用戶:Yukiseop

  • 程序接收鍵入的一個關鍵字和一個句子

    程序接收鍵入的一個關鍵字和一個句子,若句子中不包含關鍵字,則顯示‘NO MATCH’;若句子包含關鍵字則顯示‘MATCH’,并把該關鍵字在句子中的位置用十六進制數顯示出來。程序以輸入CTRL+C退出

    標簽: 程序 接收

    上傳時間: 2015-06-09

    上傳用戶:qazxsw

  • 一個游戲 the hardware for the game includes a number of displays, each with a button and -- a light, t

    一個游戲 the hardware for the game includes a number of displays, each with a button and -- a light, that each represent a bin that can store marbles (beans). -- -- The display indicates the number of marbles in each bin at any given time. -- The light indecates that the present bin is not empty and that pushing the -- button is a valid move in the game. -- -- The button for each display indicates that a player takes the marbles from -- the selected bin, and takes them in his hand. The hand is represented by a -- diplay itself (no button). -- -- Each player has a home bin, located on opposite sides of the game.

    標簽: the hardware displays includes

    上傳時間: 2015-06-10

    上傳用戶:cc1015285075

  • Due to an increase in demand for and questions about direct disk access for Micrososft platforms, a

    Due to an increase in demand for and questions about direct disk access for Micrososft platforms, and due to the fact that Microsoft has no API for direct disk access, I am releasing this library much earlier than I intended at that start. I am still working on this code.

    標簽: Micrososft for questions platforms

    上傳時間: 2014-01-26

    上傳用戶:xaijhqx

主站蜘蛛池模板: 正宁县| 梁平县| 津南区| 呼伦贝尔市| 玛纳斯县| 桐城市| 涿鹿县| 丰城市| 长汀县| 潮州市| 依安县| 天水市| 荆州市| 崇州市| 巴林左旗| 黔南| 富裕县| 施甸县| 吴忠市| 岑巩县| 仁寿县| 达孜县| 邹平县| 正宁县| 白水县| 尤溪县| 望城县| 金昌市| 同仁县| 沛县| 义乌市| 平阴县| 双流县| 龙游县| 寿宁县| 武乡县| 资中县| 东安县| 麦盖提县| 谷城县| 玉树县|