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

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

G函數(shù)(shù)

  • 一個(gè)很好用的 lcd 時(shí)鐘程序 C語言 #include<reg51.h> #include<stdio.h> //定義計(jì)時(shí)器0 的重裝值 #define RELOAD

    一個(gè)很好用的 lcd 時(shí)鐘程序 C語言 #include<reg51.h> #include<stdio.h> //定義計(jì)時(shí)器0 的重裝值 #define RELOAD_HIGH 0x3C #define RELOAD_LOW 0xD2 //定義按鍵彈跳時(shí)間 #define DB_VAL //定義設(shè)置模式的最大時(shí)間間隔 #define TIMEOUT 200 //定義游標(biāo)位置常數(shù) #define HOME 0 #define HOUR 1 #define MIN 2 #define SEC 3

    標(biāo)簽: include define RELOAD stdio

    上傳時(shí)間: 2014-12-19

    上傳用戶:zukfu

  • 在VC 6.0平臺(tái)下

    在VC 6.0平臺(tái)下,讀取G代碼文件,利用Boost中Regex正則表達(dá)式逐行提取數(shù)控G代碼中的數(shù)值,分析兩行G代碼之間各軸速度變化。提供保存分析結(jié)果功能

    標(biāo)簽: 6.0

    上傳時(shí)間: 2014-01-23

    上傳用戶:hasan2015

  • 考察例1 4 - 8中的1 4個(gè)點(diǎn)。A中的最近點(diǎn)對(duì)為(b,h)

    考察例1 4 - 8中的1 4個(gè)點(diǎn)。A中的最近點(diǎn)對(duì)為(b,h),其距離約為0 . 3 1 6。B中最近點(diǎn)對(duì)為 (f, j),其距離為0 . 3,因此= 0 . 3。當(dāng)考察 是否存在第三類點(diǎn)時(shí),除d, g, i, l, m 以外 的點(diǎn)均被淘汰,因?yàn)樗鼈兙喾指罹€x= 1的 距離≥ 。RA ={d, i, m},RB= {g, l},由 于d 和m 的比較區(qū)中沒有點(diǎn),只需考察i 即可。i 的比較區(qū)中僅含點(diǎn)l。計(jì)算i 和l 的距離,發(fā)現(xiàn)它小于,因此(i, l) 是最近

    標(biāo)簽:

    上傳時(shí)間: 2013-12-03

    上傳用戶:66666

  • SQL Server 2005 Integration Services (SSIS) is a new Extract, Transform, and Load (ETL) tool that sh

    SQL Server 2005 Integration Services (SSIS) is a new Extract, Transform, and Load (ETL) tool that ships with SQL Server 2005. As with many of Microsoft s development tools, you can extend SSIS to perform other operations not already bundled with the product. SSIS provides the SSIS Class Library for just this purpose. The SSIS Class Library Object Model includes all the classes and interfaces you need to extend or augment SSIS.

    標(biāo)簽: Integration Transform Services Extract

    上傳時(shí)間: 2015-10-11

    上傳用戶:baiom

  • 這是一個(gè)非常簡(jiǎn)單的遺傳算法源代碼

    這是一個(gè)非常簡(jiǎn)單的遺傳算法源代碼,對(duì)一特定的應(yīng)用修正此代碼,用戶只需改變常數(shù)的定義并且定義“評(píng)價(jià)函數(shù)”即可。注意代碼的設(shè)計(jì)是求最大值,其中的目標(biāo)函數(shù)只能取正值;且函數(shù)值和個(gè)體的適應(yīng)值之間沒有區(qū)別。該系統(tǒng)使用比率選擇、精華模型、單點(diǎn)雜交和均勻變異。

    標(biāo)簽: 算法 源代碼

    上傳時(shí)間: 2013-12-20

    上傳用戶:luke5347

  • 利用函數(shù)MadHG生成規(guī)則LDPC碼的校驗(yàn)矩陣H

    利用函數(shù)MadHG生成規(guī)則LDPC碼的校驗(yàn)矩陣H,其行重為6,列重為3,行數(shù)為列數(shù)一半(行數(shù)越大越好),H中任意兩列沒有圍長(zhǎng)為4的圈,并得到H對(duì)應(yīng)的生成矩陣G,可以保證mod(G*H ,2)=0。使用方法為:[H,G] = MadHG(m,n,x),x= 1(得到的G左半部分為單位陣) or 2(G右半部分為單位陣),

    標(biāo)簽: MadHG LDPC 函數(shù) 矩陣

    上傳時(shí)間: 2013-12-06

    上傳用戶:xiaohuanhuan

  • 利用函數(shù)MadHG生成規(guī)則LDPC碼的校驗(yàn)矩陣H

    利用函數(shù)MadHG生成規(guī)則LDPC碼的校驗(yàn)矩陣H,其行重為6,列重為3,行數(shù)為列數(shù)一半(行數(shù)越大越好),H中任意兩列沒有圍長(zhǎng)為4的圈,并得到H對(duì)應(yīng)的生成矩陣G,可以保證mod(G*H ,2)=0。使用方法為:[H,G] = MadHG(m,n,x),x= 1(得到的G左半部分為單位陣) or 2(G右半部分為單位陣),

    標(biāo)簽: MadHG LDPC 函數(shù) 矩陣

    上傳時(shí)間: 2015-10-12

    上傳用戶:hustfanenze

  • - Convert file (plain text) or clipboard content among the following encodings: big5, gbk, hz, sh

    - Convert file (plain text) or clipboard content among the following encodings: big5, gbk, hz, shift-jis, jis, euc-jp, unicode big-endian, unicode little-endian, and utf-8. - Batch files conversion - Preview file content and converted result before actual conversion.

    標(biāo)簽: clipboard encodings following Convert

    上傳時(shí)間: 2015-10-13

    上傳用戶:manlian

  • penMesh is a generic and efficient data structure for representing and manipulating polygonal meshes

    penMesh is a generic and efficient data structure for representing and manipulating polygonal meshes. OpenMesh is developed at the Computer Graphics Group, RWTH Aachen , as part of the OpenSGPlus project, is funded by the German Ministry for Research and Education ( BMBF), and will serve as geometry kernel upon which the so-called high level primitives (e.g. subdivision surfaces or progressive meshes) of OpenSGPlus are built. It was designed with the following goals in mind : Flexibility : provide a basis for many different algorithms without the need for adaptation. Efficiency : maximize time efficiency while keeping memory usage as low as possible. Ease of use : wrap complex internal structure in an easy-to-use interface.

    標(biāo)簽: manipulating representing and efficient

    上傳時(shí)間: 2015-10-14

    上傳用戶:米卡

  • 本程序主要功能是把所的可執(zhí)行文件(.exe)都?xì)w納到一樣來

    本程序主要功能是把所的可執(zhí)行文件(.exe)都?xì)w納到一樣來,這樣方便操作,其中代碼里包函如何得到可執(zhí)行文件(.exe)的圖標(biāo)和如何存放這些可執(zhí)行文件(.exe)的路徑,雙擊就可以運(yùn)行相關(guān)的可執(zhí)行的文件(.exe),內(nèi)式網(wǎng)吧里的單機(jī)游戲的管理

    標(biāo)簽: exe 程序 可執(zhí)行文件

    上傳時(shí)間: 2015-10-15

    上傳用戶:lx9076

主站蜘蛛池模板: 镇远县| 新化县| 通江县| 上蔡县| 绥江县| 岳普湖县| 阳春市| 东城区| 方山县| 平湖市| 长宁区| 康定县| 荥经县| 区。| 宁河县| 宜兰市| 涡阳县| 田阳县| 华阴市| 孟州市| 弥勒县| 满城县| 石狮市| 邢台县| 恩施市| 潜江市| 如皋市| 临海市| 惠水县| 屯昌县| 修水县| 永安市| 高碑店市| 合阳县| 平罗县| 日照市| 唐海县| 望谟县| 通海县| 山阴县| 乌兰浩特市|