n皇后問題求解(8<=n<=1000) a) 皇后個數的設定 在指定文本框內輸入皇后個數即可,注意: 皇后個數在8和1000 之間(包括8和1000) b) 求解 點擊<Solve>按鈕即可進行求解. c) 求解過程顯示 在標有Total Collision的靜態文本框中將輸出當前棋盤上的皇后總沖突數. 當沖突數降到0時,求解完畢. d) 求解結果顯示 程序可以圖形化顯示8<=n<=50的皇后求解結果. e) 退出程序,點擊<Exit>即可退出程序.
上傳時間: 2016-01-28
上傳用戶:ztj182002
Making a cheap 1M SPI Rom Emulator 8 second to copy from parallel to SPI re-Program STM Serial Flash M25P10 by reading 29010 parallel ROM Running on standard 8051 32 I/O, a TTL 7407 as bus switch. Total programming time is about 8 seconds including Erase, Program
標簽: re-Program SPI Emulator parallel
上傳時間: 2016-03-22
上傳用戶:wanqunsheng
I built the Superlist control whilst developing an RSS reader called FeedGhost. Although there are plenty of commercial grouped list controls available I wanted to have Total control over the code and of course its usability. Superlist supports drag drop column customisation, grouping as well as handling thousands of entries smoothly. It s also highly customisable if you want to change its look and feel. In this article I ll explain how to use and extend the control in a demo project. If you download the source, you can find demo project under the Tests/SuperListTest directory.
標簽: developing Superlist FeedGhost Although
上傳時間: 2016-04-15
上傳用戶:佳期如夢
ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is no edit possibility, just quick view - so it s useful to implement "View file" feature in your Delphi/C++Builder application. The following view modes are implemented: Text, Binary, Hex, Unicode: all files, of unlimited size. Plain file dump is shown. Used ATBinHex component: only visible part of file is loaded into memory. Modes are suitable for huge files and files of unknown type. RTF/UTF-8: RTF and UTF-8 encoded texts. File is shown using RichEdit control. Image: all general image formats: BMP JPG ICO GIF PNG... File is shown using ATImageBox component. Multimedia: all file types supported by MS Windows Media Player: AVI MPEG WMV MP3... File is shown using WMP ActiveX control. Internet: all file types supported by MS Internet Explorer: HTML XML DOC XLS... File is shown using MSIE ActiveX control. Plugins: all files supported by Total Commander Lister plugins.
標簽: component ATViewer Builder various
上傳時間: 2013-12-24
上傳用戶:小鵬
I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is mainly targeted to data with some symbols occuring more often than the rest (e.g. having some data file consisted of 3 different symbols and their Total number of occurence in that file s1(1000), s2(200), s3(30) so the Total length of file is 1000+200+30=1230 bytes, it will be encoded assigning one bit to s1 and 2 bits to s2, s3 so the encoded length will be 1*1000+2*(200+30)=1460 bits=182 bytes). In the best case the file consisted of just one symbol will be encoded with compression ratio as 1:8. Huffman coding is used in image compression, however in JPEG2000 arithmetic codec is imployed.
標簽: decompress algorithm compress Huffman
上傳時間: 2016-05-16
上傳用戶:aysyzxzm
linux under the C programming which complementary with the book of <linux under the C programming>has a Total of Chapter 14 proceedings, and "linux .
標簽: programming the linux under
上傳時間: 2016-08-05
上傳用戶:semi1981
The toolbox solves a variety of approximate modeling problems for linear static models. The model can be parameterized in kernel, image, or input/output form and the approximation criterion, called misfit, is a weighted norm between the given data and data that is consistent with the model. There are three main classes of functions in the toolbox: transformation functions, misfit computation functions, and approximation functions. The approximation functions derive an approximate model from data, the misfit computation functions are used for validation and comparison of models, and the transformation functions are used for deriving one model representation from another. KEYWORDS: Total least squares, generalized Total least squares, software implementation.
標簽: approximate The modeling problems
上傳時間: 2013-12-20
上傳用戶:15071087253
Nemesis a complete Linux video security system. It s idea is a cheap replacement for your commercial video system that can retail from a Total of $15,000 up.
標簽: replacement commercia complete security
上傳時間: 2014-01-21
上傳用戶:gaojiao1999
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
1. 統計工資 設計要求: (1) 使用結構數組設計一個公司職員的數據結構,使用下述的結構定義: struct employee{ int age char name[15] double salary } (2) 在主函數里構造一個數組company,用來存放職工信息。 (3) 設計update函數,用來對company中指定職員的信息進行更改。要求先按照name查詢到相應的職員,然后修改并保存。 (4) 設計一個read函數,用來向company中錄入職員信息,并顯示結果。 (5) 編寫mean函數求平均工資。 應該能對全體職工或大于某一年齡的職工工資求和并計算平均值。 (6) 編寫Total函數對工資求和。 應該能對全體職工或某一年齡段職工的工資求和。
上傳時間: 2014-01-23
上傳用戶:colinal