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

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

N<b>IS</b>C

  • C++ Footprint and Performance Optimization contains case studies and sample code to give readers con

    C++ Footprint and Performance Optimization contains case studies and sample code to give readers concrete examples and proven solutions to problems that don t have cut and paste solutions. The market for miniature computer programming is exploding. C++ Footprint and Performance Optimization supplies programmers the knowledge they need to write code for the increasing number of hand-held devices, wearable computers, and intelligent appliances. This book gives readers valuable knowledge and programming techniques that are not currently part of traditional programming training.

    標(biāo)簽: Optimization Performance Footprint and

    上傳時間: 2014-01-06

    上傳用戶:杜瑩12345

  • 利用偉福 Lab2000P單片機(jī)實驗儀上提供的顯示電路和鍵盤電路

    利用偉福 Lab2000P單片機(jī)實驗儀上提供的顯示電路和鍵盤電路,做一個簡單的計算器。用十六進(jìn)制A鍵 =‘+’、B鍵 =‘-’、C鍵 = ‘x’、D鍵 = ‘/’、E鍵 = ‘=’、F鍵 = ‘C’。

    標(biāo)簽: 2000P 2000 Lab 單片機(jī)

    上傳時間: 2016-08-22

    上傳用戶:ukuk

  • trustlink的開發(fā)指南

    trustlink的開發(fā)指南,詳細(xì)列出b/s與c/s模式指紋開發(fā)的特點

    標(biāo)簽: trustlink 開發(fā)指南

    上傳時間: 2013-12-17

    上傳用戶:l254587896

  • 51單片機(jī)C語言多種點陣屏驅(qū)動程序(開發(fā)軟件為keil C ---8字點陣屏左移程序

    51單片機(jī)C語言多種點陣屏驅(qū)動程序(開發(fā)軟件為keil C ---8字點陣屏左移程序,64_16點陣屏驅(qū)動程序,上移顯示程序,左移顯示程序)51 monolithic integrated circuit C language many kinds of lattice screen driver (develops the software is keil C ---8 character lattice screen left shift procedure, the 64_16 lattice screen driver, uppers shift the display sequence, the left shift display sequence

    標(biāo)簽: keil 點陣屏 51單片機(jī)C語言 開發(fā)軟件

    上傳時間: 2014-01-04

    上傳用戶:Ants

  • java中大部分對圖形、文本、圖像的操作方法都定義在Graphics類中

    java中大部分對圖形、文本、圖像的操作方法都定義在Graphics類中,所以此次實驗使用的方法如Color(int r, int g,int b), setColor(Color c),drawline(int x1,int y1,int x2,int y2)等都來自Graphics類中,此外對文本和字體的處理還用到了Font類中的 new Font(“字體名”,字體風(fēng)格,字體大小),setFont(Font f)等方法;

    標(biāo)簽: Graphics java 圖形

    上傳時間: 2013-11-29

    上傳用戶:yimoney

  • anb 版的LBM程序 This code was written to show beginners in a simple and c short way the relevant proce

    anb 版的LBM程序 This code was written to show beginners in a simple and c short way the relevant procedures of a lattice Boltzmann solver, c pointing on how everything works "in principle". Nearly all c procedures could be implemented other (and better) as it is done c here, and even the algorithms used here could be changed to c save memory and increase performance. But the code works correct, c and we hope it will be good starting point for the first steps c in the lattice Boltzmann field. Good luck !

    標(biāo)簽: beginners relevant written simple

    上傳時間: 2017-02-11

    上傳用戶:wlcaption

  • z-trenning z-tickets. mipt lucky tickets. Count of numbers with 2*n digits in base k such that sum o

    z-trenning z-tickets. mipt lucky tickets. Count of numbers with 2*n digits in base k such that sum of first n digits is same as second n digits.

    標(biāo)簽: z-trenning z-tickets tickets numbers

    上傳時間: 2014-01-05

    上傳用戶:luopoguixiong

  • 簡單的無線遙控音樂制作 采用HC2272

    簡單的無線遙控音樂制作 采用HC2272,HC2262接收, 對應(yīng)管腳連接: 1、無線遙控部分 D0----P1^0 D1----P1^1 D2----P1^2 D3----P1^3 VT----P3^2 2、顯示部分: 74LS48驅(qū)動共陰數(shù)碼管 A-----P3^0 B-----P3^1 C-----P3^2 D-----P3^3 3、蜂鳴器(或喇叭) P3^4

    標(biāo)簽: 2272 HC 無線遙控

    上傳時間: 2014-12-01

    上傳用戶:txfyddz

  • Thermostat Project using DS18B20 and P89V51RD2 Microcontroller. Compiler used is SDCC. Schematic Inc

    Thermostat Project using DS18B20 and P89V51RD2 Microcontroller. Compiler used is SDCC. Schematic Included. Main file is "09.C". The code is written for turning the relay on and off at particular temperature thresholds.

    標(biāo)簽: Microcontroller Thermostat Schematic Compiler

    上傳時間: 2014-01-18

    上傳用戶:woshiayin

  • 一道程序編譯順序的考題

    一道程序編譯順序的考題,涉及到函數(shù)調(diào)用的先后順序及運算符號的優(yōu)先級等問題。下面我展開給你講。 C的程序編譯總是從main函數(shù)開始的,這道題的重點在“fun((int)fun(a+c,b),a-c)) ”語句。 系統(tǒng)首先要確定最外層 fun()函數(shù)的實參,第一個參數(shù)的確定需要遞歸調(diào)用fun()函數(shù)(不妨稱其為內(nèi)層函數(shù))。內(nèi)層函數(shù)的兩個參數(shù)分別為x=a+b=2+8=10、y=b=5,執(zhí)行函數(shù)體x+y=10+5=15,于是得外層函數(shù)的參數(shù)x=15。其另一個參數(shù)y=a-c=2-b=-6,再次執(zhí)行函數(shù)體,得最終返回值x+y=15+(-6)=9。

    標(biāo)簽: 程序編譯

    上傳時間: 2014-12-03

    上傳用戶:徐孺

主站蜘蛛池模板: 天津市| 葵青区| 安丘市| 锦屏县| 长汀县| 潮州市| 化隆| 兰坪| 平昌县| 黑龙江省| 晴隆县| 阿巴嘎旗| 宁南县| 项城市| 广灵县| 西乡县| 北宁市| 雷州市| 黄龙县| 荣昌县| 临猗县| 淮滨县| 康乐县| 营山县| 长宁区| 定南县| 盱眙县| 客服| 景宁| 苏州市| 明溪县| 天气| 石泉县| 绵竹市| 茌平县| 辽宁省| 郑州市| 汝州市| 华安县| 安化县| 万全县|