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

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

家庭網(wǎng)(wǎng)

  • 實(shí)現(xiàn)RLS的matlab程序

    實(shí)現(xiàn)RLS的matlab程序,并繪出了w隨n變換的曲線

    標(biāo)簽: matlab RLS 程序

    上傳時(shí)間: 2017-05-24

    上傳用戶:tfyt

  • 簡單實(shí)用的桌面?zhèn)€人理財(cái)軟件

    簡單實(shí)用的桌面?zhèn)€人理財(cái)軟件,滿足家庭和個(gè)人的理財(cái)需求,提供賬戶管理,收支管理,借貸管理,統(tǒng)計(jì)等功能

    標(biāo)簽: 簡單實(shí)用 軟件

    上傳時(shí)間: 2017-05-25

    上傳用戶:lanjisu111

  • 準(zhǔn)確

    準(zhǔn)確,快速,方便地獲得溫度在現(xiàn)代企事業(yè)單位,廠房車間和家庭中有著越來越重要的意義。本文設(shè)計(jì)了一套基于MSC51單片機(jī)的溫度采集系統(tǒng)。應(yīng)用該系統(tǒng)可以即時(shí)、準(zhǔn)確地獲得兩路溫度參數(shù)(可擴(kuò)展至256路),測溫范圍達(dá)0~125C,參數(shù)精確至0.25C,并可以現(xiàn)場控制欲采集的指定傳感器的溫度參數(shù),通過數(shù)碼管顯示出來,通過RS232接口可連接至計(jì)算機(jī),并通過監(jiān)控軟件觀察實(shí)時(shí)數(shù)據(jù)和波形。該系統(tǒng)具有易擴(kuò)展、精度高、成本低等特點(diǎn),適宜現(xiàn)場監(jiān)控,實(shí)驗(yàn)室,家庭等對溫度有要求的場所。

    標(biāo)簽:

    上傳時(shí)間: 2017-06-01

    上傳用戶:lanhuaying

  • 利用電話遠(yuǎn)程系統(tǒng)

    利用電話遠(yuǎn)程系統(tǒng),通過密碼驗(yàn)證來實(shí)現(xiàn)對家庭電器的智能控制。

    標(biāo)簽: 電話遠(yuǎn)程

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

    上傳用戶:zhengzg

  • WALSH CODES AND THEIR DERIVATIVES - INTRODUCTION - WALSH FUNCTIONS DEFINITION AND PROPERTIES - W

    WALSH CODES AND THEIR DERIVATIVES - INTRODUCTION - WALSH FUNCTIONS DEFINITION AND PROPERTIES - WALSH FUNCTION GENERATING - WALSH FUNCTIONS USED WITHIN THE IS-95 SYSTEM - WALSH FUNCTIONS USED WITHIN THE CDMA2000 SYSTEM

    標(biāo)簽: WALSH INTRODUCTION DERIVATIVES DEFINITION

    上傳時(shí)間: 2017-06-05

    上傳用戶:天誠24

  • This project attempts to stream high-speed ADC (or other digital) samples into a computer equipped w

    This project attempts to stream high-speed ADC (or other digital) samples into a computer equipped with USB 2.0 CY3681FX2 AD9245

    標(biāo)簽: high-speed attempts computer equipped

    上傳時(shí)間: 2017-06-11

    上傳用戶:曹云鵬

  • 運(yùn)用ADO技術(shù)連接ACCESS數(shù)據(jù)庫(改變連接字串就能連接SQL數(shù)據(jù)庫)

    運(yùn)用ADO技術(shù)連接ACCESS數(shù)據(jù)庫(改變連接字串就能連接SQL數(shù)據(jù)庫),做了一個(gè)家庭記賬管理軟件!用到了讀寫數(shù)據(jù),寫數(shù)據(jù),更改數(shù)據(jù),刪除數(shù)據(jù)等操作,學(xué)習(xí)數(shù)據(jù)庫編程的朋友可以看看!

    標(biāo)簽: ACCESS 連接 ADO SQL

    上傳時(shí)間: 2014-11-17

    上傳用戶:壞天使kk

  • //初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } //設(shè)置模式

    //初始化 if(initscr() == NULL) { perror("initcurs") exit(EXIT_FAILURE) } //設(shè)置模式 cbreak() noecho() keypad(stdscr, TRUE) //建立窗口 win = newwin(h, w, 3, 20) box(win, 0, 0) keypad(win, TRUE) wmove(win, cury, curx) mvaddstr(16, 1, "Press arrow keys to move the cursor within the window.\n") mvaddstr(17, 1, "Press q to quit.\n") refresh() wrefresh(win)

    標(biāo)簽: EXIT_FAILURE initcurs initscr perror

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

    上傳用戶:FreeSky

  • width = gdk_pixbuf_animation_get_width(ani) height = gdk_pixbuf_animation_get_height(ani) cu

    width = gdk_pixbuf_animation_get_width(ani) height = gdk_pixbuf_animation_get_height(ani) current_frame_list = gdk_pixbuf_animation_get_frames(ani) pixmap = gdk_pixmap_new(w->window, width, height, -1) clean_pixmap = gdk_pixmap_new(w->window, width, height, -1) if (w->style->bg_pixmap[GTK_STATE_NORMAL]) { GdkPixmap *bg = w->style->bg_pixmap[GTK_STATE_NORMAL] GdkGC *gc GdkGCValues values values.tile = bg values.fill = GDK_TILED gc = gdk_gc_new_with_values(w->window, &values, GDK_GC_FILL|GDK_GC_TILE) gdk_gc_set_ts_origin(gc, (w->allocation.width - width)/2, (w->allocation.height-height)/2) gdk_draw_rectangle(clean_pixmap,gc, TRUE, 0, 0, width, height) gdk_gc_destroy(gc) } else { gdk_draw_rectangle(clean_pixmap, w->style->bg_gc[GTK_STATE_NORMAL], TRUE, 0, 0, width, height) }

    標(biāo)簽: gdk_pixbuf_animation_get_height gdk_pixbuf_animation_get_width ani height

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

    上傳用戶:thinode

  • The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT alg

    The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT algorithm (following the ideas in the CMU Task parallel suite). 1.- Generates an input signal vector (dgen) with size n=n1xn2 stored in row major order In this code the size of the input signal is NN=NxN (n=NN, n1=n2=N) 2.- Transpose (tpose) A to have it stored in column major order 3.- Perform independent FFTs on the rows (cffts) 4.- Scale each element of the resulting array by a factor of w[n]**(p*q) 5.- Transpose (tpose) to prepair it for the next step 6.- Perform independent FFTs on the rows (cffts) 7.- Transpose the resulting matrix The code requires nested Parallelism.

    標(biāo)簽: iterations performs Bailey number

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

    上傳用戶:libenshu01

主站蜘蛛池模板: 内丘县| 辽宁省| 双辽市| 章丘市| 凯里市| 凤阳县| 浙江省| 阿拉善右旗| 崇明县| 连南| 同德县| 颍上县| 公主岭市| 佛山市| 勐海县| 锡林浩特市| 乐安县| 高密市| 新丰县| 手游| 石首市| 临西县| 喀什市| 临西县| 舒兰市| 剑川县| 白银市| 通道| 铁岭市| 乌审旗| 庆元县| 顺昌县| 永泰县| 满洲里市| 隆昌县| 灵川县| 藁城市| 剑川县| 平度市| 上高县| 黎平县|