Josephu算法 建立一個01.in的文件,輸入N行數據(m,n),m為總人數,第n個人出列 輸出結果會保存在自動生成一個01.OUT的文件中
上傳時間: 2016-11-25
上傳用戶:jiahao131
51單片連tcs230的源程序,絕對原創(chuàng),可以記憶顏色。 #define uchar unsigned char #include <reg52.h> #include<math.h> sbit S0=P1^7 sbit S1=P1^0 //端口定義 sbit S2=P1^1 sbit S3=P1^2 sbit OE=P1^3 sbit OUT=P3^4 //頻率從TO口輸入 sbit key0=P1^5 sbit LED=P1^6 sbit a=P3^0 sbit b=P3^1 uchar color //1:blue 2:green 3:red uchar T[4] //color timer uchar TH[4] uchar TL[4] uchar bizhi[4] void time1() interrupt 3 { TH[color]=TH0 TL[color]=TL0 T[color]=(TH[color]*0xff+TL[color]) TR0=0 //關定時器 TR1=0 TH1=0xB1 TL1=0xE0 //歸0 TH0=0x00 TL0=0x00 //歸0 }
上傳時間: 2016-11-26
上傳用戶:秦莞爾w
This book is designed to teach you the best practices in developing Windows DNA applications. We have avoided making this book a primer on every technology associated with Windows DNA. If we had followed this course, this would be an encyclopedia set. Everyone has their favorite authors and books on the various technical subject areas. The market is full of books to teach you the basics, the how, this book tries to be different in that we pull OUT the important points to teach you abOUT the why. If you need training in a particular technology covered in this book, Sams has a number of 24-hour and 21-day books that cover a wide range of topics.
標簽: applications developing practices designed
上傳時間: 2016-11-27
上傳用戶:yyq123456789
Inside the C++ Object Model Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritance, and "the virtuals"-virtual functions and virtual inheritance. This book shows how your understanding the underlying implementation models can help you code more efficiently and with greater confidence. Lippman dispells the misinformation and myths abOUT the overhead and complexity associated with C++, while pointing OUT areas in which costs and trade offs, sometimes hidden, do exist. He then explains how the various implementation models arose, points OUT areas in which they are likely to evolve, and why they are what they are. He covers the semantic implications of the C++ object model and how that model affects your programs.
上傳時間: 2013-12-24
上傳用戶:zhouli
BlackBerry Hacks will enhance your mobile computing with great tips and tricks. You ll learn that the BlackBerry is capable of things you never thought possible, and you ll learn how to make it an even better email and web workhorse: Get the most OUT of the built-in applications Take control of email with filters, searches, and more Rev up your mobile gaming--whether you re an arcade addict or poker pro Browse the web, chat over IM, and keep up with news and weblogs Work with office documents, spell check your messages, and send faxes Become more secure, lock down your BlackBerry and stash secure information somewhere safe Manage and monitor the BlackBerry Enterprise Server (BES) and Mobile Data System (MDS) Create web sites that look great on a BlackBerry Develop and deploy BlackBerry applications
標簽: BlackBerry computing enhance mobile
上傳時間: 2016-12-07
上傳用戶:GavinNeko
DSP6713實現(xiàn)的卷積算法程序。文件包是調試后的全部工程文件,包括下載文件OUT和工程文件pjt
上傳時間: 2013-12-02
上傳用戶:rishian
Implement a phone book system for employees of a company. Your program will OUTput the following menu (1) Enter an employee and a phone pair to the system (2) Lookup an employee s phone number (3) Find OUT who is/are the person(s) of a given number (4) How many people are currently in the system (5) Delete an employee from the system (6) OUTput all employees name‐phone pair (7) How many phone numbers total in the current system (8) Quit When
標簽: Implement employees following company
上傳時間: 2013-12-17
上傳用戶:zhangliming420
用C語言編的一個小解釋器,可以執(zhí)行C程序的!算是可以執(zhí)行C程序的C程序吧! 選自最新C語言精華(第三版)Herbert Schildt著 A small interpreter arranges which with the C language, may carry OUT the C procedure! Is may carry OUT C the procedure C procedure! (Master) writes oh!
標簽: C語言
上傳時間: 2013-12-20
上傳用戶:kelimu
The AVRcam source files were built using the WinAVR distribution (version 3.3.1 of GCC). I haven t tested other versions of GCC, but they should compile withOUT too much difficulty. * The source files for the AVRcam had the author name and copyright information added back into them after the judging of the project, since it states in the competition rules that the author s name can not be present during their inspection. * The included source files are the ones that were submitted for the entry into the Circuit Cellar contest. I have continued to develop the AVRcam, and have added several new features (such as ignoring objects that aren t larger than a minimum size, removing tracked objects that overlap with each, and some general optimizations). If you are interested in the latest source, email me at john@jrobot.net * For more info abOUT the AVRcam, check OUT http://www.jrobot.net John Orlando August 20, 2004
標簽: distribution version AVRcam source
上傳時間: 2016-12-30
上傳用戶:GavinNeko
設有父子2個進程共享一個臨界資源,每個進程循環(huán)進入該臨界區(qū)3次:父進程每次進入臨界區(qū)后顯示“prnt in”,出臨界區(qū)則顯示“prnt OUT”;子進程每次進入臨界區(qū)后顯示“chld in”出臨界區(qū)則顯示“chld OUT”。觀察運行結果,應該是一個進程出來后另一個才能進去。
上傳時間: 2017-01-02
上傳用戶:chfanjiang