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

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

src-draw

  • │ .classpath │ .project │ 404.html │ index.html │ welcome.html │ ├─bin │ └─com │

    │ .classpath │ .project │ 404.html │ index.html │ welcome.html │ ├─bin │ └─com │ └─accp │ └─demo │ └─socket │ Client.class │ HttpServer.class │ Server.class │ └─src └─com └─accp └─demo └─socket Client.java HttpServer.java Server.java

    標簽: html classpath project welcome

    上傳時間: 2013-12-19

    上傳用戶:csgcd001

  • Matlab 畫三維立體圖形

    Matlab 畫三維立體圖形 The aim of geom3d library is to handle and visualize 3D geometric primitives such as points, lines, planes, polyhedra... It provides low-level functions for manipulating 3D geometric primitives, making easier the development of more complex geometric algorithms.      Some features of the library are:   - creation of various shapes (3D points, 3D lines, planes, polyhedra...)     through an intuitive syntax.      Ex: createPlane(p1, p2, p3) to create a plane through 3 points.     - derivation of new shapes: intersection between 2 planes, intersection between     a plane and a line, between a sphere and a line...   - functions for 3D polygons and polyhedra. Polyhedra use classical vertex-faces     arrays (face array contain indices of vertices), and support faces with any     number of vertices. Some basic models are provided (createOctaedron,     createCubeoctaedron...), as well as some computation (like faceNormal or     centroid)      - manipulation of planar transformation. Ex.:     ROT = createRotationOx(THETA);     P2  = transformPoint3d(P1, ROT);     - direct drawing of shapes with specialized functions. Clipping is performed      automatically for infinite shapes such as lines or rays. Ex:     drawPoint3d([50 50 25; 20 70 10], 'ro');    % draw some points     drawLine3d([X0 Y0 Z0 DX DY DZ]);            % clip and draw straight line Some functions require the geom2d package.       Additional help is provided in geom3d/Contents.m file, as well as summary files     like 'points3d.m' or 'lines3d.m'.

    標簽: Matlab 畫三維立體圖形

    上傳時間: 2015-11-02

    上傳用戶:A1321

  • linux

    簡單命令使用grep等的使用 [zorro@isch ~]$ history     1  ifconfig     2  su     3  exit     4  ls     5  cd Desktop/     6  ls     7  tar zxcf VMwareTools-8.4.5-324285.tar.gz      8  tar zxvf VMwareTools-8.4.5-324285.tar.gz      9  cd  vmware-tools-distrib/    10  ls    11  ./vmware-install.pl     12  su    13  ls    14  cd ..    15  ls    16  rm VMwareTools-8.4.5-324285.tar.gz     17  rm -r vmware-tools-distrib    18  ls    19  make    20  ls    21  cd redis/    22  quit    23  ls    24  ca redis/    25  cd redis/    26  cd redis-2.8.17    27  make    28  cd redis-2.8.17    29  ls    30  cd redis-2.8.17    31  cd str    32  cd src    33  ls    34  ./redis-cli    35  ls    36  cd redis-2.8.17 tar.gz    37  make    38  cd src    39  ./redis-server .. /redis.conf    40  ./redis-cli    41  ./redis-server ../redis.conf    42  vi test1.sh    43  ./test1.sh    44  vi test.sh    45  ./test.sh    46  ls    47  chmod 777 test.sh    48  ./test.sh    49  vi express    50  $ grep –n ‘the’ express    51  clear    52  grep -n 'the' express    53  vi express    54  grep -n 'the' express    55  grep -vn 'the'express    56  grep -vn 'the' express    57  grep -in 'the' express    58  vi test2.c    59  grep -l 'the' *.c     60  grep -n 't[ae]st' express    61  grep -n 'oo' express    62  grep -n '[^g]oo' express    63  grep -n '[a^z]oo' express    64  grep -n '[0^9]' express    65  grep -n '^the' express    66  vi express    67  sed -e 'd' express    68  sed -e '1d' express    69  sed -e '1~7d' express    70  sed -e '$d' express     71  sed -e '1,/^$/d' express     72  ls    73  cd    74  pwd    75  history [zorro@isch ~]$ 

    標簽: 簡單命令使用

    上傳時間: 2016-05-24

    上傳用戶:12345678gan

  • zj智能卡Src

    一個支持多應用智能卡源碼,其中的文件系統很好。

    標簽: Src 智能卡

    上傳時間: 2016-08-19

    上傳用戶:zhaistone

  • src人臉識別

    稀疏人臉識別,基于稀疏表示的人臉識別方法與綜述

    標簽: src人臉識別 基于稀疏矩陣的人臉識別

    上傳時間: 2016-09-23

    上傳用戶:Odelia

  • CCS樣式選擇符設計

    CCS樣式選擇符,初學者,設計,DW,網頁制作,大一作業 部分預覽: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>CSS樣式選擇符</title> <style type="text/css">  body  { background-image:url(images/%E8%83%8C%E6%99%AF%E5%9B%BE%E7%89%87.jpg); background-repeat:repeat;  }    .class1  { text-align:center; font-weight:bolder;  }  .class2  { font-family:"仿宋"; text-indent:8em;  }    .class3  { font-size:18px; font-family:"宋體"; text-indent:4em;  }    #id1  { font-family:Zombie, Verdana, "Comic Sans MS"; font-style:oblique; font-size:64px;  }    #id2  { font-family:"黑體"; font-size:36px;  }  #id3  { color:#F69; font-weight:bolder; text-shadow:#FCC;  } </style> </head> <body>  <table width="780" height="1555" border="0" cellspacing="0" align="center" bgcolor="#FFFFFF">   <tr height="30">    <td align="center"><img src="images/頂部圖片.jpg" /></td>   </tr>

    標簽: CCS 網頁設計

    上傳時間: 2017-12-07

    上傳用戶:圈圈Ace

  • notepad2_4.2.25漢化資源文件

    notepad2_4.2.25漢化資源文件 CSDN-tags:notepad2 sChinese 中文rc資源 Notepad2中文資源修改自: http://www.flos-freeware.ch/zip/notepad2_4.2.25_src.zip\src\Notepad2.rc

    標簽: notepad2 25 漢化 資源

    上傳時間: 2018-09-08

    上傳用戶:xxagri

  • CMPP3.0源碼

    CMPP3.0源碼 java實現 1.將common文件夾、MsgConfig.properties放于src根目錄下。 2.修改MsgConfig.properties配置文件對應的內容為可用參數。 3.方法入口:common.msg.util.MsgContainer     sendWapPushMsg(String url,String desc,String cusMsisdn):發送web push短信;         sendMsg(String msg,String cusMsisdn):發送SMS 4.“定時器.txt”記錄的是長鏈接鏈路檢查的基于spring的配置,如果使用java原生定時器可自行配置。 5.依賴包包括

    標簽: CMPP3 源碼

    上傳時間: 2019-11-11

    上傳用戶:leonmomo

  • Applications of Evolutionary Computing

    Evolutionary Computation (EC) deals with problem solving, optimization, and machine learning techniques inspired by principles of natural evolution and ge- netics. Just from this basic definition, it is clear that one of the main features of the research community involved in the study of its theory and in its applications is multidisciplinarity. For this reason, EC has been able to draw the attention of an ever-increasing number of researchers and practitioners in several fields.

    標簽: Applications Evolutionary Computing of

    上傳時間: 2020-05-26

    上傳用戶:shancjb

  • LLC諧振腔半橋變壓器設計問題.pdf

    LLC諧振腔半橋變壓器設計問題.pdfThe design equations of LLC-SRC were listed as:

    標簽: llc 變壓器

    上傳時間: 2021-12-03

    上傳用戶:jiabin

主站蜘蛛池模板: 林周县| 安徽省| 武宣县| 墨脱县| 沂南县| 于田县| 忻城县| 视频| 雷州市| 大丰市| 皋兰县| 柳江县| 贵阳市| 辰溪县| 开平市| 洛川县| 东乌| 乡城县| 图片| 宁武县| 佛冈县| 兴宁市| 怀来县| 平定县| 呼和浩特市| 子洲县| 扬中市| 万山特区| 特克斯县| 大悟县| 棋牌| 馆陶县| 天津市| 扎兰屯市| 赫章县| 咸丰县| 龙岩市| 岢岚县| 理塘县| 通州区| 犍为县|