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

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

scratch

scratch是麻省理工學院的“終身幼兒園團隊”在2007年[5]發布的一種圖形化編程工具,主要面對全球青少年開放,是圖形化編程工具當中最廣為人知的一種,所有人都可以在軟件中創作自己的程序。截至2022年仍在更新。[6]
  • scratch星際飛行

    這是少兒scratch的星際飛行源碼,簡單好用,歡迎下載!

    標簽: scratch 星際 飛行

    上傳時間: 2020-04-07

    上傳用戶:biocai

  • scratch for pcDuino 創意編程》高清版 212頁

    內容簡介“舊時王謝堂前燕,飛入尋常百姓家”,在研究圖形化編程時就有這種感覺,原來屬于程序員們玩的編程,通過 scratch 圖形化編程工具讓普通人經過幾個小時學習也能玩,每個人都可以通過它發揮自己的想象力,用編程的方式去表達自己的內心。這個過程就如同當年的 DOS 向 Windows 轉變,正是這種圖形化操作窗口的出現,讓普通人在電腦面前不再恐懼,電腦做為表達自己的一種工具逐漸開始普及。本書系統闡述了 scratch 圖形化編程軟件的一個開發版本 scratch for pcDuino 的初步應用。使讀者能夠初步了解用程序解決問題的一般步驟和方法。本書在編寫形式上以主題引領任務,以任務驅動應用,以應用帶動能力,使讀者在使用時可操作性強。本書結合本地化素材,通過“游戲介紹”、“準備道具”、“腳本設計”、“游戲拓展”以講故事的方式,啟發讀者在探究的過程中完成學習任務。這種編排也有利于使用本書進行教學的教師,可以在此基礎上建立自己的本地化教材。

    標簽: scratch

    上傳時間: 2022-07-10

    上傳用戶:

  • scratch游戲設計教程(20個實例制作方法)

    scratch游戲設計教程(20個實例制作方法),附軟件鏈接地址,軟件有多國語設置。其中包括簡體中文。scratch就是這樣一款既簡單又好玩,小學生也能玩,能夠實現我們愿望的積木式編程軟件能制作一款自創的游戲、動漫作品等。內附的鏈接指引還附其它設計教程。

    標簽: scratch 游戲設計

    上傳時間: 2022-07-25

    上傳用戶:

  • DS1820 C51 子程序 (一線數據傳輸)

    //芯片資料請到www.elecfans.com查找 //DS1820 C51 子程序//這里以11.0592M晶體為例,不同的晶體速度可能需要調整延時的時間//sbit DQ =P2^1;//根據實際情況定義端口 typedef unsigned char byte;typedef unsigned int  word; //延時void delay(word useconds){  for(;useconds>0;useconds--);} //復位byte ow_reset(void){  byte presence;  DQ = 0; //pull DQ line low  delay(29); // leave it low for 480us  DQ = 1; // allow line to return high  delay(3); // wait for presence  presence = DQ; // get presence signal  delay(25); // wait for end of timeslot  return(presence); // presence signal returned}     // 0=presence, 1 = no part //從 1-wire 總線上讀取一個字節byte read_byte(void){  byte i;  byte value = 0;  for (i=8;i>0;i--)  {    value>>=1;    DQ = 0; // pull DQ low to start timeslot    DQ = 1; // then return high    delay(1);  //for (i=0; i<3; i++);     if(DQ)value|=0x80;    delay(6); // wait for rest of timeslot  }  return(value);} //向 1-WIRE 總線上寫一個字節void write_byte(char val){  byte i;  for (i=8; i>0; i--) // writes byte, one bit at a time  {    DQ = 0; // pull DQ low to start timeslot    DQ = val&0x01;    delay(5); // hold value for remainder of timeslot    DQ = 1;    val=val/2;  }  delay(5);} //讀取溫度char Read_Temperature(void){  union{    byte c[2];    int x;  }temp;   ow_reset();  write_byte(0xCC); // Skip ROM  write_byte(0xBE); // Read scratch Pad  temp.c[1]=read_byte();  temp.c[0]=read_byte();  ow_reset();  write_byte(0xCC); //Skip ROM  write_byte(0x44); // Start Conversion  return temp.x/2;}

    標簽: 1820 C51 DS 程序

    上傳時間: 2013-11-03

    上傳用戶:hongmo

  • Virtex-5 GTP Transceiver Wizar

    The LogiCORE™ GTP Wizard automates the task of creating HDL wrappers to configure the high-speed serial GTP transceivers in Virtex™-5 LXT and SXT devices. The menu-driven interface allows one or more GTP transceivers to be configured using pre-definedtemplates for popular industry standards, or from scratch, to support a wide variety of custom protocols.The Wizard produces a wrapper, an example design, and a testbench for rapid integration and verification of the serial interface with your custom function Features• Creates customized HDL wrappers to configureVirtex-5 RocketIO™ GTP transceivers• Users can configure Virtex-5 GTP transceivers toconform to industry standard protocols usingpredefined templates, or tailor the templates forcustom protocols• Included protocol templates provide support for thefollowing specifications: Aurora, CPRI, FibreChannel 1x, Gigabit Ethernet, HD-SDI, OBSAI,OC3, OC12, OC48, PCI Express® (PCIe®), SATA,SATA II, and XAUI• Automatically configures analog settings• Each custom wrapper includes example design, testbench; and both implementation and simulation scripts

    標簽: Transceiver Virtex Wizar GTP

    上傳時間: 2013-10-23

    上傳用戶:leyesome

  • Virtex-5 GTP Transceiver Wizar

    The LogiCORE™ GTP Wizard automates the task of creating HDL wrappers to configure the high-speed serial GTP transceivers in Virtex™-5 LXT and SXT devices. The menu-driven interface allows one or more GTP transceivers to be configured using pre-definedtemplates for popular industry standards, or from scratch, to support a wide variety of custom protocols.The Wizard produces a wrapper, an example design, and a testbench for rapid integration and verification of the serial interface with your custom function Features• Creates customized HDL wrappers to configureVirtex-5 RocketIO™ GTP transceivers• Users can configure Virtex-5 GTP transceivers toconform to industry standard protocols usingpredefined templates, or tailor the templates forcustom protocols• Included protocol templates provide support for thefollowing specifications: Aurora, CPRI, FibreChannel 1x, Gigabit Ethernet, HD-SDI, OBSAI,OC3, OC12, OC48, PCI Express® (PCIe®), SATA,SATA II, and XAUI• Automatically configures analog settings• Each custom wrapper includes example design, testbench; and both implementation and simulation scripts

    標簽: Transceiver Virtex Wizar GTP

    上傳時間: 2013-10-20

    上傳用戶:dave520l

  • SDP Search and Record generator OVERVIEW: Recognizing the difficulty in creating an SDP service

    SDP Search and Record generator OVERVIEW: Recognizing the difficulty in creating an SDP service description and search from scratch, Microsoft is providing a sample utility in bthnscreate.cxx to automatically create a service or record. This utility can be run to create an SDP record or to setup an SDP Service, Attribute, or ServiceAttribute search based on information stored in a human readable file.

    標簽: Recognizing difficulty SDP generator

    上傳時間: 2015-04-16

    上傳用戶:dyctj

  • 國內還比較新的network processor的微代碼開發

    國內還比較新的network processor的微代碼開發,關于scratch ring的例子,用的uc語言,告訴你如何利用已有的宏和調用硬件資源。

    標簽: processor network 比較 代碼

    上傳時間: 2013-12-07

    上傳用戶:

  • As of UnZip 5.42, this source has been removed from Info-ZIP s UnZip source distribution because of

    As of UnZip 5.42, this source has been removed from Info-ZIP s UnZip source distribution because of its conflicting copyright. There are no plans to ever rewrite this code from scratch, because the unreduce algorithm was never used in the "real" world.

    標簽: source UnZip distribution Info-ZIP

    上傳時間: 2013-12-19

    上傳用戶:songrui

  • In this paper, we describe the development of a rapidly reconfigurable system in which the users’ ta

    In this paper, we describe the development of a rapidly reconfigurable system in which the users’ tacit knowledge and requirements are elicited via a process of Interactive Evolution, finding the image processing parameters to achieve the required goals without any need for specialised knowledge of the machine vision system. We show that the resulting segmentation can be quickly and easily evolved from scratch, and achieves detection rates comparable to those of a hand-tuned system on a hot-rolled steel defect recognition problem.

    標簽: reconfigurable development the describe

    上傳時間: 2014-01-05

    上傳用戶:hopy

主站蜘蛛池模板: 武宁县| 保靖县| 拜泉县| 康平县| 肇源县| 大安市| 湖口县| 长顺县| 兰西县| 尉犁县| 苏尼特左旗| 伊通| 山东| 长泰县| 芮城县| 岑巩县| 鹰潭市| 晋宁县| 繁峙县| 新泰市| 嵊泗县| 商城县| 蓬溪县| 游戏| 石家庄市| 灵丘县| 岑巩县| 古田县| 宣化县| 龙井市| 赣榆县| 顺义区| 澄迈县| 葫芦岛市| 宜兰市| 仙居县| 肥乡县| 年辖:市辖区| 彭山县| 横山县| 锡林郭勒盟|