內容分類為:VC知識庫文章,VC知識庫FAQs,VC知識庫技巧。游戲編程應用、internet編程應用。大量技巧分類清晰。
上傳時間: 2015-03-28
上傳用戶:yph853211
某幼兒園按如下方法依次給A,B,C,D,E五個小孩發糖果。將全部糖果的一半再加二分之一塊糖果發給第一個小孩;將剩下糖果的三分之一再加三分之一塊糖果發給第二個小孩;將剩下糖果的四分之一再加四分之一塊糖果發給第三個小孩;將剩下糖果的五分之一再加五分之一塊糖果發給第四個小孩;將最后剩下的11塊糖果發給第五個小孩。每個小孩得到的糖果數均為整數。試確定原來共有多少塊糖果?每個小孩各得到多少塊糖果? 要求結果的輸出格式為 sum=糖果總數 xa=A得到的糖果數 xb=B得到的糖果數 xc=C得到的糖果數 xd=D得到的糖果數 xe=E得到的糖果數
標簽:
上傳時間: 2015-06-02
上傳用戶:葉山豪
恒日PLC編程軟件具有非常完善的模擬運行功能,該功能能夠完全反映梯形圖程序下載到控制器中的實際運行結果。 XC變成軟件的模擬運行窗口含有48個模擬開關量輸入點,48個開關量模擬輸出點,兩個7段LED數碼顯示模塊。
上傳時間: 2015-07-11
上傳用戶:tzl1975
本文從英文C–FAQ (2004 年7 月3 日修訂版) 翻譯而來。本文的中文版權為 朱群英和孫云所有。本文的內容可以自由用于個人目的,但是不可以未經許可出 版發行。英文版權為Steve Summit 所有,詳情見下面的英文版權說明。 The English version of this FAQ list is Copyright 1990-2004 by Steve Summit. Content from the book 《C Programming FAQs: Frequently Asked Questions》is made available here by permission of the author and the publisher as a service to the community. It is intended to complement the use of the published text and is protected by international copyright laws. The on-line content may be accessed freely for personal use but may not be republished without permission.
上傳時間: 2013-12-19
上傳用戶:LouieWu
VC知識庫,包括VC++文章,vc++FAQs ,以及VC++技巧
標簽: 知識庫
上傳時間: 2017-04-06
上傳用戶:yy541071797
信捷bd板的說明書,編程和接線說明都有,適合xc系列的plc加裝bd板!
標簽: 編程手冊
上傳時間: 2016-12-31
上傳用戶:358035849
Spartane-6 LXand LXT FPGAs are available in various speed grades, with -3 having the highest performance. The DC and AC electrical parameters of the Automotive XA Spartan-6 FPGAs and Defense-grade Spartan-6Q FPGAs devices are equivalent to the commercial specifications except where noted. The timing characteristics of the commercial(XC)-2 speed grade industrial device are the same as for a-2 speed grade commercial device. The -2Q and -3Q speed grades are exclusively for the expanded(Q) temperature range. The timing characteristics are equivalent to those shown for the-2 and-3speed grades for the Automotive and Defense-grade devices.Spartan-6 FPGA DC and AC characteristics are specified for commercial (C), industrial (), and expanded (Q) temperature ranges. Only selected speed grades and/or devices might be available in the industrial or expanded temperature ranges for Automotive and Defense-grade devices.
上傳時間: 2022-06-19
上傳用戶:
本文檔介紹如何使用 GNU 語言工具來編寫 16 位單片機 / 數字信號控制器應用程序代 碼。內容安排如下: ? 第 1 章 “編譯器概述”——介紹編譯器、開發工具和功能集。 ? 第 2 章“通用 C 接口”——介紹可用于增強 MPLAB XC 編譯器之間代碼可移植性 的通用 C 接口。 ? 第 3 章“操作指南”——列出了一些具體操作方面的問題和簡要說明,以及指向手 冊中相關章節的鏈接。 ? 第 4 章“XC16 工具鏈和 MPLAB X IDE”——說明關于如何通過 MPLAB X IDE 設 置和使用編譯器及相關工具的基礎知識。 ? 第 5 章 “編譯器命令行驅動程序”——介紹如何從命令行中使用編譯器。 ? 第 6 章“與器件相關的特性”——介紹編譯器頭文件和寄存器定義文件,以及如何 用于 SFR。 ? 第 7 章 “MPLAB XC16 和 ANSI C 之間的差別”——介紹編譯器語法支持的 C 語 言與標準 ANSI-89 C 之間的差別。 ? 第8章“支持的數據類型和變量”——介紹編譯器的整型、浮點型和指針數據類型。第 9 章 “定點算術支持”——說明編譯器中的定點算術支持。 ? 第 10 章 “存儲器分配和訪問”——介紹編譯器運行時模型,包括關于段、初始 化、存儲模型、軟件堆棧和更多方面的信息。 ? 第 11 章 “操作符和語句”——介紹操作符和語句。 ? 第 12 章 “寄存器使用”——說明如何訪問和使用 SFR。 ? 第 13 章 “函數”——詳細介紹可用的函數。 ? 第 14 章 “中斷”——介紹如何使用中斷。 ? 第 15 章 “main、運行時啟動和復位”——介紹 C 代碼的重要元素。 ? 第 16 章 “混合使用 C 代碼和匯編代碼”——提供關于編譯器與 16 位匯編語言模 塊配合使用的指導。 ? 第 17 章 “庫程序”——說明如何使用庫。 ? 第 18 章 “優化”——介紹優化選項。 ? 第 19 章 “預處理”——詳細介紹預處理操作。 ? 第 20 章 “鏈接程序”——說明鏈接如何工作。
標簽: mplab xc16 編譯器
上傳時間: 2022-07-16
上傳用戶:
MT7688 family integrates a 1T1R 802.11n Wi-Fi radio,a 580MHz MIPS? 24KEcTM CPU,1-port fast Ethernet PHY, USB2.0 host, PCIe, SD-XC,I2S/PCM and multiple slow IOs. MT7688 provides two operation modes-IoT gateway mode and IoT device mode. In IoT gateway mode, the PCI Express interface can connect to 802.1lac chipset for 1lac dual-band concurrent gateway. The high performance USB2.0 allows MT7688 to add 3G/LTE modem support or add a H.264 ISP for wireless IP camera. For the IoT device mode, MT7688 supports eMC, SD-XC and USB 2.0. MT7688 can support the Wifi high quality audio via 192Kbps/24bits I2S interface and VolP application through PCM. In IoT device mode, it further supports PWM, SPI slave,3d UARI and more GPIOs. For IoT gateway, it canl connect to touch panel and BLE, Zigbee/Z-Wave and sub-1G RF for smart home control.
上傳時間: 2022-07-24
上傳用戶:
The following table covers the main features offered by the MT7628KN and MT7628AN. Overall, the MT7628KN supports the requirements of an entry level AP/router, while the more advanced MT7628AN supports a number of interfaces together with a large maximum RAM capacity.Features· Embedded MIPS24KEc (575/580 MHz) with 64KBl-Cache and 32KB D-Cache·2T2R 2.4GHz with 300 Mbps PHY data rate· Legacy 802.11b/g and HT 802.11n modes·20/40 MHz channel bandwidth· Reverse Data Grant(RDG)· Maximal Ratio Combining(MRC)· Space Time Block Coding(STBC)· MCM 8 Mbytes DDR1 KGD(MT7628KN)·16-bit DDR1/2 up to 128/256 Mbytes(MT7628AN/KN)· SPI/SD-XC/eMMC·x1 USB 2.0 Host,x1 Ple Root Complex·5-port 10/100 FE PHY
標簽: mt7628
上傳時間: 2022-07-25
上傳用戶: