/* This a simple genetic algorithm implementation where the */
/* evaluation function takes positive values only and the */
/* fitness of an individual is the same as the value of the */
/* objective function
Floating Window.It is descendant of TCustomPanel. You can:
- Drag on its title bar.
- Set title bar on the left (only for truetype font)
- Show/Hide buttons on title bar
- Expand/shrink window (like tool window in CorelDraw)
TFIND
searches for one or more strings (boolean AND) in a text file.
TFIND reports all lines where the string(s) were found (or NOT found
by option).
The search can be limited to a field in a fixed field (i.e. column
oriented) list.
An extended search mode is available, where only letters and digits
are relevant.
Other options:
case sensitive search,
alternative errorlevel with number of hits,
header line with file name, LFN, custom prefix
FIST可堆疊文件系統(tǒng),linux文件系統(tǒng)修改相關(guān)的開源軟件,使得對(duì)linux文件系統(tǒng)功能的改進(jìn)很簡單了
The FiST (File System Translator) system combines two methods to solve the above problems in a novel way: a set of stackable file system templates for each operating system, and a high-level language that can describe stackable file systems in a cross-platform portable fashion. Using FiST, stackable file systems need only be described once. FiST s code generation tool, fistgen, compiles a single file system description into loadable kernel modules for several operating systems (currently Solaris, Linux, and FreeBSD). The project demonstrates that with FiST, code size and development time are reduced significantly, while imposing a small performance overhead of only 1-2%. These benefits are achieved, as well as portability, without changing existing operating systems or file system.
實(shí)用的單片機(jī)開發(fā)與應(yīng)用程序,包括:中值濾波子程序,AD轉(zhuǎn)換類程序,16、32位整型數(shù)開方,單片機(jī)音樂程序--祝你平安。對(duì)初學(xué)者很有幫助的。MCU development and practical applications, including: median filter subroutine, AD converter type of proceeding, 16,32-bit integer number prescribing, SCM music program - I wish you peace. Helpful for beginners.
S29NS-J
128 Megabit (8 M x 16-Bit), 64 Megabit (4 M x 16-Bit),
32 Megabit (2 M x 16-Bit), and 16 Megabit (1 M x 16 Bit),
110 nm CMOS 1.8-Volt only Simultaneous Read/Write,
Burst Mode Flash Memories
Data Sheet
JVT-S203 contains the JSVM 6 reference software. It corresponds to CVS tag “JSVM_5_12_1”.
For obtaining future versions of the software, the CVS server can be accessed using any CVS client. The server is configured to allow read access only using the parameters specified in Table 1. Write access to the JSVM software server is restricted to the JSVM software coordinators group.
This code implements min binomial heaps and min leftist trees.Plus, measure and compare the relative performance of these two implementations under the assumption that the only permissible operations are insert and delete-min.
Traveling Salesman Problem (TSP) has been an interesting problem for a long
time in classical optimization techniques which are based on linear and nonlinear
programming. TSP can be described as follows: Given a number of cities to visit
and their distances from all other cities know, an optimal travel route has to be
found so that each city is visited one and only once with the least possible distance
traveled. This is a simple problem with handful of cities but becomes complicated
as the number increases.
其中:ClientInfor.inf 文件:
第一行的數(shù)據(jù)表示: 客戶端游戲版本號(hào)
第一行的數(shù)據(jù)表示: 更新文件存放的網(wǎng)絡(luò)路徑
UpdateInfor.inf文件:
第一行的數(shù)據(jù)表示: 最新游戲版本號(hào)
第二行的數(shù)據(jù)表示: 有多少文件需要更新
后面每行的數(shù)據(jù)表示: 需要更新的文件的名稱
frmUpdate.frm窗體: 負(fù)責(zé)下載
modZip.BAS模塊: 只負(fù)責(zé)用來壓縮文件和解壓縮文件的
其中的 UnZipTo 函數(shù)用來解壓縮的
zlib.dll: 為WinZip的dll文件
更新完畢后,ClientInfor.inf文件的第一行的數(shù)據(jù)會(huì)變?yōu)樽钚掳姹咎?hào)
frmUpdate.frm窗體代碼如下:
Private Sub cmdExit_Click()
Unload Me
End Sub
Private Sub cmdUpdate_Click()
Dim strClientInfor() As String
Dim strUpdateInfor() As String
Dim nNum As Integer 存