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

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

non-square

  • gperiodic is a program for browsing the periodic table and looking up data for different elements. I

    gperiodic is a program for browsing the periodic table and looking up data for different elements. It also features a non-graphical interface. gperiodicOrb是一個瀏覽元素周期表和查詢不同元素的數據的程序。它有一個非圖形化的界面。

    標簽: gperiodic for different browsing

    上傳時間: 2013-12-25

    上傳用戶:亞亞娟娟123

  • Client/Server版本 DBISAM compiles directly into your application with no external libraries required.

    Client/Server版本 DBISAM compiles directly into your application with no external libraries required. Runtime package support is also provided if so desired. It has a very small footprint and does not require any forms support in Delphi 6, C++Builder 6, and Kylix 2 and higher, which helps keep the size of non-UI applications like services or web applications to a minimum.

    標簽: application libraries compiles directly

    上傳時間: 2015-04-04

    上傳用戶:sz_hjbf

  • SR-tree is an index structure for high-dimensional nearest neighbor queries

    SR-tree is an index structure for high-dimensional nearest neighbor queries,C++ sourcecode. SR-tree outperforms the R*-tree and the SS-tree especially for high-dimensional and non-uniform data which are likely to appear in the actual image / video applications.

    標簽: high-dimensional structure neighbor SR-tree

    上傳時間: 2013-12-10

    上傳用戶:zjf3110

  • prolog 找路例子程序: === === === === === === Part 1-Adding connections Part 2-Simple Path example

    prolog 找路例子程序: === === === === === === Part 1-Adding connections Part 2-Simple Path example | ?- path1(a,b,P,T). will produce the response: T = 15 P = [a,b] ? Part 3 - Non-repeating path As an example, the query: ?- path2(a,h,P,T). will succeed and may produce the bindings: P = [a,depot,b,d,e,f,h] T = 155 Part 4 - Generating a path below a cost threshold As an example, the query: ?- path_below_cost(a,[a,b,c,d,e,f,g,h],RS,300). returns: RS = [a,b,depot,c,d,e,g,f,h] ? RS = [a,c,depot,b,d,e,g,f,h] ? no ==================================

    標簽: Part connections example prolog

    上傳時間: 2015-04-24

    上傳用戶:ljt101007

  • This project is created using the Keil ARM CA Compiler. The Logic Analyzer built into the simula

    This project is created using the Keil ARM CA Compiler. The Logic Analyzer built into the simulator may be used to monitor and display any variable or peripheral I/O register. It is already configured to show the PWM output signal on PORT3.0 and PORT3.1 This ARM Example may be debugged using only the uVision Simulator and your PC--no additional hardware or evaluation boards are required. The Simulator provides cycle-accurate simulation of all on-chip peripherals of the ADuC7000 device series. You may create various input signals like digital pulses, sine waves, sawtooth waves, and square waves using signal functions which you write in C. Signal functions run in the background in the simulator within timing constraints you configure. In this example, several signal functions are defined in the included Startup_SIM.INI file.

    標簽: the Analyzer Compiler project

    上傳時間: 2013-12-19

    上傳用戶:Yukiseop

  • The subject which is to us propos¨¦ is as follows: calculation of the degr¨¦ d¡ &ma

    The subject which is to us propos¨¦ is as follows: calculation of the degr¨¦ d¡ ¯ inconsistance d¡ ¯ un logical program possibilist in C++. We thus work on a logical program possibilist, it be-¨¤-statement a logical program resulting from non-classique logic. The goal first of this project is of d¨¦ terminer if a logical program is consisting or not of share the calculation of sound degr¨¦ d¡ ¯ inconsistance.

    標簽: brvbar calculation subject follows

    上傳時間: 2013-12-18

    上傳用戶:yulg

  • The tar file contains the following files: ptfsf.c: heart of the perfect TFSF code ptfsf.h: he

    The tar file contains the following files: ptfsf.c: heart of the perfect TFSF code ptfsf.h: header file for same ptfsf-demo.c: FDTD code which demonstrates use of perfect TFSF code. Essentially this program used to generate results shown in the paper ptfsf-file-maker.c: code to generate an incident-field file using the "perfect" incident fields ptfsf-demo-file.c: FDTD code which uses the perfect incident fields stored in a file fdtdgen.h: defines macros used in much of my code Makefile: simple make-file to compile programs Also include are some simple script files to run the programs with reasonable values. The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field Ez, Hx, and Hy). The program is currently written so that the incident field always strikes the lower-left corner of the total-field region first. (If you want a different corner, that should be a fairly simple tweak to the code, but for now you ll have to make that tweak yourself.)

    標簽: ptfsf following the contains

    上傳時間: 2013-11-28

    上傳用戶:風之驕子

  • The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statisti

    The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statistics algorithm AS 274 (see comments at the start of the module). A planar-rotation algorithm is used to update the QR- factorization. This makes it suitable for updating regressions as more data become available. The module contains a test for singularities which is simpler and quicker than calculating the singular-value decomposition. An important feature of the algorithm is that it does not square the condition number. The matrix X X is not formed. Hence it is suitable for ill- conditioned problems, such as fitting polynomials. By taking advantage of the MODULE facility, it has been possible to remove many of the arguments to routines. Apart from the new function VARPRD, and a back-substitution routine BKSUB2 which it calls, the routines behave as in AS 274.

    標簽: least-squares unconstrained Statisti Applied

    上傳時間: 2015-05-14

    上傳用戶:aig85

  • Decoding most of the infrared signals can be easily handled by PIC16C5X microcontrollers. This appl

    Decoding most of the infrared signals can be easily handled by PIC16C5X microcontrollers. This application note describes how this decoding may be done. The only mandatory hardware for decoding IR signals is an infrared receiver. The use of two types is described here. Both are modular types used often by the consumer electronics industry. The first type responds to infrared signals modulated at about 40 kHz. The second responds to non-modulated infrared pulses and has a restricted range. The hardware costs of each approach will be less than two dollars.

    標簽: microcontrollers Decoding infrared handled

    上傳時間: 2015-05-24

    上傳用戶:ruan2570406

  • 利用多態性編程

    利用多態性編程,創建一個square類,實現求三角形、正方形和圓形面積。方法 //抽象出一個共享的類,定義一個函數求面積的公共界面。再重新定義各面積的求面積 //函數,在主類中創建不同類的對象,并求不同形狀的面積

    標簽: 編程

    上傳時間: 2013-12-16

    上傳用戶:athjac

主站蜘蛛池模板: 嘉义市| 克拉玛依市| 奉新县| 调兵山市| 体育| 边坝县| 安庆市| 定州市| 大安市| 龙井市| 静乐县| 朝阳县| 格尔木市| 宣威市| 延寿县| 台南市| 锡林浩特市| 清徐县| 德安县| 长葛市| 房山区| 巨野县| 田阳县| 绥江县| 池州市| 周口市| 仁寿县| 麟游县| 区。| 扎鲁特旗| 新宾| 进贤县| 灵石县| 乡宁县| 青神县| 辛集市| 焉耆| 依安县| 永年县| 卢湾区| 卢龙县|