使用C#語(yǔ)言實(shí)現(xiàn)軟件自動(dòng)升級(jí)的實(shí)例源碼,方便自己開(kāi)發(fā)的軟件自行升級(jí)維護(hù)
標(biāo)簽: 語(yǔ)言 自動(dòng)升級(jí) 源碼 軟件
上傳時(shí)間: 2013-12-18
上傳用戶(hù):ryb
這是一個(gè)控制無(wú)刷直流電機(jī)調(diào)速的程序,采用c語(yǔ)言編程,適用于tms320f2812
標(biāo)簽: 控制 無(wú)刷直流 電機(jī)調(diào)速 程序
上傳時(shí)間: 2017-05-09
上傳用戶(hù):hn891122
ds18b20的C語(yǔ)言使用范例,有讀寫(xiě),顯示等模塊,可能與你的電路板不相符,請(qǐng)自行修改
上傳時(shí)間: 2017-05-11
上傳用戶(hù):黑漆漆
nRF24E1編程下載板是我們自行開(kāi)發(fā)的簡(jiǎn)易無(wú)線通信模塊nRF24E1的在線下載板,使用方便。 nRF24E1編程下載板源程序包括上位機(jī)程序、單片機(jī)固件程序和nRF24E1內(nèi)51核控制程序, 分別存放在“上位機(jī)程序”、“AT89S52”和“nRF24E1”三個(gè)文件夾內(nèi)。 “上位機(jī)程序”內(nèi)有應(yīng)用軟件download.exe。 “AT89S52”內(nèi)有單片機(jī)固件源程序download.c,可以直接編譯連接生成下載文件,下載到目標(biāo)單片機(jī)AT89S52中。 “nRF24E1”內(nèi)有控制nRF24E1工作的源程序,分別是: 24E1.c:典型控制應(yīng)用; putchar.c:nRF24E1串行通信源程序; transmit.c:nRF24E1無(wú)線發(fā)送源程序; receive.c:nRF24E1無(wú)線接收源程序; “Temperature”:nRF24E1控制DS18B20溫度采集并無(wú)線發(fā)送源程序。
上傳時(shí)間: 2014-01-08
上傳用戶(hù):ommshaggar
In C Algorithms for Real-Time DSP, author Paul M. Embree presents a complete guide to digital signal processing techniques in the C programming language. This book is structured in such a way that it will be most useful to the engineer who is familiar with DSP and the C language, but who is not necessarily an expert in both. All of the example programs in this book have been tested using standard C compilers in the UNIX and MS-DOS programming environments. In addition, the examples have been compiled using the real-time programing tools of specific real-time embedded DSP microprocessors (Analog Devices ADSP-21020 and ADSP-21062 Texas Instruments TMS320C30 and TMS320C40 and AT&T DSP32C) and then tested with real-time hardware using real-world signals.
標(biāo)簽: M. Algorithms Real-Time complete
上傳時(shí)間: 2014-01-07
上傳用戶(hù):epson850
C in A Nutshell Learning a language--any language--involves a process wherein you learn to rely less and less on instruction and more increasingly on the aspects of the language you ve mastered. Whether you re learning French, Java, or C, at some point you ll set aside the tutorial and attempt to converse on your own. It s not necessary to know every subtle facet of French in order to speak it well, especially if there s a good dictionary available. Likewise, C programmers don t need to memorize every detail of C in order to write good programs. What they need instead is a reliable, comprehensive reference that they can keep nearby. C in a Nutshell is that reference.
標(biāo)簽: language Nutshell Learning involves
上傳時(shí)間: 2013-12-25
上傳用戶(hù):王者A
The C++ Cookbook will make your path to mastery much shorter. This practical, problem-solving guide is ideal if you re an engineer, programmer, or researcher writing an application for one of the legions of platforms on which C++ runs. The algorithms provided in C++ Cookbook will jump-start your development by giving you some basic building blocks that you don t have to develop on your own.
標(biāo)簽: problem-solving practical Cookbook mastery
上傳時(shí)間: 2017-06-07
上傳用戶(hù):yph853211
BP神經(jīng)網(wǎng)絡(luò)程序,C語(yǔ)言源代碼 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "math.h" #include "stdio.h" #include "time.h" #include "fstream.h" #define N 120 //學(xué)習(xí)樣本個(gè)數(shù) #define IN 3 //輸入層神經(jīng)元數(shù)目 #define HN 2 //隱層神經(jīng)元數(shù)目 #define ON 2 //輸出層神經(jīng)元數(shù)目 #define Z 20000 //舊權(quán)值保存-》每次study的權(quán)值都保存下來(lái) double P[IN] //單個(gè)樣本輸入數(shù)據(jù) double T[ON] //單個(gè)樣本教師數(shù)據(jù) double U11[IN][HN] //輸入層至第一隱層權(quán)值 double V[HN][ON] //隱層至輸出層權(quán)值 double X1[HN] //第一隱層的輸入 double Y[ON] //輸出層的輸入 double H1[HN] //第一隱層的輸出 double O[ON] //輸出層的輸出 double YU_HN1[HN] //第一隱層的閾值 double YU_ON[ON] //輸出層的閾值 double err_m[N] //第m個(gè)樣本的總誤差 double a //學(xué)習(xí)效率 double alpha //動(dòng)量因子
標(biāo)簽: include iostream iomanip stdlib
上傳時(shí)間: 2017-06-15
上傳用戶(hù):xinzhch
Electronics Design Checklist C) 2003 Hank Wallace This is a checklist for electronics designers. The idea is for engineers and technicians to share experiences and create a detailed checklist, which the individual designer can pare down to meet his or her specific needs. There are many details that go into the making of a first-run design success, and this checklist helps prevent Murphy s gremlins from marring an otherwise healthy design.
標(biāo)簽: Electronics electronics Checklist checklist
上傳時(shí)間: 2017-06-17
上傳用戶(hù):ddddddos
A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can use other device drivers--that is, access the network, talk to a serial port, get interactive input from the user, pop up GUI windows, or read from disks. User-space drivers implemented using FUSD can be much easier to debug it is impossible for them to crash the machine, are easily traceable using tools such as gdb, and can be killed and restarted without rebooting even if they become corrupted. FUSD drivers don t have to be in C--Perl, Python, or any other language that knows how to read from and write to a file descriptor can work with FUSD. User-space drivers can be swapped out, whereas kernel drivers lock physical memory.
標(biāo)簽: user-space can drivers perform
上傳時(shí)間: 2014-01-01
上傳用戶(hù):saharawalker
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1