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

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

direction-independent

  • BMP文件是Windows保存圖像的一種通用文件格式

    BMP文件是Windows保存圖像的一種通用文件格式,在數字圖像處理方面占有重要的地位。BMP文件中保存的圖像數據是一種DIB(Device-Independent Bitmap,即設備無關位圖),DIB是標準的Windows位圖格式,它自帶顏色信息,因此調色板管理非常容易。有許多文章是關于講述如何將BMP文件讀取、顯示的,而如何將數據保存為BMP文件則不是太多,本文作者通過一個實例講述這一過程。

    標簽: Windows BMP 圖像 文件格式

    上傳時間: 2014-01-02

    上傳用戶:zmy123

  • As science advances, novel experiments are becoming more and more complex, requiring a zoo of contro

    As science advances, novel experiments are becoming more and more complex, requiring a zoo of control devices and electronics executing complicated sequences of steps. Device availability and monetary constrains usually lead to a highly heterogeneous setup with components from several different manufacturers using many different protocols and interfacing mechanisms. This often results in control software being puzzled together to use and provide a multitude of interfacing and control functionality, each using their own calling conventions, data structures, etc. To make matters worse, usually a group of relatively independent programmers is trying to write and maintain the code base. Often this causes extensive duplication of effort as program segments are hard to reuse, since unpredictable changes to the segments by the original authors might compromise other code using these segments.

    標簽: more experiments requiring advances

    上傳時間: 2013-12-24

    上傳用戶:qilin

  • The FastICA package is a free (GPL) MATLAB program that implements the fast fixed-point algorithm fo

    The FastICA package is a free (GPL) MATLAB program that implements the fast fixed-point algorithm for independent component analysis and projection pursuit. It features an easy-to-use graphical user interface, and a computationally powerful algorithm.

    標簽: fixed-point implements algorithm FastICA

    上傳時間: 2014-08-17

    上傳用戶:yy541071797

  • 貪吃蛇*要點分析: *1)數據結構:matrix[][]用來存儲地圖上面的信息

    貪吃蛇*要點分析: *1)數據結構:matrix[][]用來存儲地圖上面的信息,如果什么也沒有設置為false, * 如果有食物或蛇,設置為true;nodeArray,一個LinkedList,用來保存蛇的每 * 一節;food用來保存食物的位置;而Node類是保存每個位置的信息。 *2)重要函數: * changeDirection(int newDirection) ,用來改變蛇前進的方向,而且只是 * 保存頭部的前進方向,因為其他的前進方向已經用位置來指明了。 其中newDirection * 必須和原來的direction不是相反方向,所以相反方向的值用了同樣的奇偶性。在測試 * 的時候使用了direction%2!=newDirection%2 進行判斷。 * moveOn(),用來更新蛇的位置,對于當前方向,把頭部位置進行相應改變。如果越界, * 結束;否則,檢測是否遇到食物(加頭部)或身體(結束);如果什么都沒有,加上頭部, * 去掉尾部。由于用了LinkedList數據結構,省去了相當多的麻煩。

    標簽: matrix 貪吃蛇 數據結構

    上傳時間: 2014-06-14

    上傳用戶:cjf0304

  • ucos II對xilinx的fx系列的power pc 405的板級支持包

    ucos II對xilinx的fx系列的power pc 405的板級支持包,包括port定義和板載控制,需另外下載cpu independent的ucos

    標簽: xilinx power ucos 405

    上傳時間: 2016-06-29

    上傳用戶:鳳臨西北

  • 一個iscsi實現源碼

    一個iscsi實現源碼,值得參考。It is a high-performance, transport independent, multi-platform implementation of RFC3720 iSCSI.

    標簽: iscsi 源碼

    上傳時間: 2016-06-30

    上傳用戶:it男一枚

  • The IWDG project is a simple program for the STM32F103RBT6 using Keil MCBSTM32 Evaluation Board an

    The IWDG project is a simple program for the STM32F103RBT6 using Keil MCBSTM32 Evaluation Board and demonstrating the use of the Independent Watchdog.

    標簽: Evaluation project program MCBSTM

    上傳時間: 2014-12-06

    上傳用戶:362279997

  • This directory includes matlab interface of the curvelet transform using usfft. Basic functions

    This directory includes matlab interface of the curvelet transform using usfft. Basic functions fdct_usfft.m -- forward curvelet transform afdct_usfft.m -- adjoint curvelet transform ifdct_usfft.m -- inverse curvelet transform fdct_usfft_param.m -- returns the location of each curvelet in phase-space Useful tools fdct_usfft_dispcoef.m -- returns a matrix contains all curvelet coefficients fdct_usfft_pos2idx.m -- for fixed scale and fixed direction, returns the curvelet which is closest to a certain point on the image Demos fdct_usfft_demo_basic.m -- display the shape of a curvelet fdct_usfft_demo_recon.m -- partial reconstruction using curvelet fdct_usfft_demo_disp.m -- display all the curvelet coefficients of an image fdct_usfft_demo_denoise.m -- image denoising using curvelet

    標簽: directory functions interface transform

    上傳時間: 2016-08-31

    上傳用戶:cooran

  • The tca package is a Matlab program that implements the tree-dependent component analysis (TCA) alg

    The tca package is a Matlab program that implements the tree-dependent component analysis (TCA) algorithms that extends the independent component analysis (ICA), where instead of looking for a linear transform that makes the data components independent, we are looking for components that can be best fitted in a tree structured graphical model. The TCA model can be applied in any situation where the data can be assumed to have been transformed by an unknown linear transformation.

    標簽: tree-dependent implements component analysis

    上傳時間: 2016-09-17

    上傳用戶:cazjing

  • he algorithm is equivalent to Infomax by Bell and Sejnowski 1995 [1] using a maximum likelihood form

    he algorithm is equivalent to Infomax by Bell and Sejnowski 1995 [1] using a maximum likelihood formulation. No noise is assumed and the number of observations must equal the number of sources. The BFGS method [2] is used for optimization. The number of independent components are calculated using Bayes Information Criterion [3] (BIC), with PCA for dimension reduction.

    標簽: equivalent likelihood algorithm Sejnowski

    上傳時間: 2016-09-17

    上傳用戶:Altman

主站蜘蛛池模板: 曲沃县| 靖西县| 双牌县| 谢通门县| 天祝| 延寿县| 永城市| 洪雅县| 延庆县| 马鞍山市| 托克逊县| 新巴尔虎右旗| 永兴县| 雷山县| 永福县| 海伦市| 金门县| 焉耆| 齐齐哈尔市| 吉木萨尔县| 江陵县| 柏乡县| 祁阳县| 望城县| 永仁县| 九江县| 晴隆县| 银川市| 文成县| 绥德县| 青铜峡市| 富民县| 札达县| 漾濞| 广水市| 北碚区| 调兵山市| 满城县| 麻栗坡县| 西乌珠穆沁旗| 隆化县|