=== === === === === === === === === === ====
IBM PC KEYBOARD INFORMATION FOR SOFTWARE DEVELOPERS
================================================================
Sources:
PORTS.A of Ralf Brown s interrupt list collection
repairfaq.org keyboard FAQ(doesn t appear to exsist)
Linux source code
Test hardware:
New Samsung KB3T001SAXAA 104-key keyboard
old Maxi 2186035-00-21 101-key keyboard
NO WARRANTY. NO GUARANTEE. I have tried to make this information
accurate. I don t know if I succeeded. Corrections or additional
information would be welcome.
This is a plain-text document. If you use a word-processor to view
it, use a fixed-pitch font (like Courier) so columnar data and
ASCII art lines up properly.
Back in 2002, the 6502 disappeared out of all catalogues.
Wanted to know, if it s possible to build a binary compatible CPU with the things I had in the drawer:
74LS parts, 27C512 EPROMs and a fast static RAM from an old 80386 motherboard.
Now here the results.
Note, that the Bus timing is different from the 6502.
--- --- --- --- --- ---
Visual Studio Project Renamer
For Win9x/NT/2k
By Niek Albers
nieka@daansystems.com
(C)2001 DaanSystems
Homepage: http://www.daansystems.com
------------------------------------
Use with care and on your own risk!
Make backups before you use this program.
Do a rebuild all on your renamed project.
Usage: vsrename <oldname> <newname> <dir>
Where:
oldname : The old name of your project (typically the xxx from xxx.dsw)
newname : The new name for your project
dir : The directory tree that holds the project.
The program will replace all occurences of oldname to newname in all
files and rename all filenames that have the old name in it.
It will walk subdirectories.
多目標遺傳算法程序
to run Demo files, is to run SGALAB_demo_*.m
what s new:
1) Multiple-Objective GAs
VEGA
NSGA
NPGA
MOGA
2) More TSP mutation and Crossover methods
PMX
OX
CX
EAX
Boolmatrix
3) More selection methods
Truncation
tornament
stochastic
4) mutation methods
binary single point
int/real single point
5) encoding/decoding methods
binary
integer/real
messy
gray
DNA
permuation
to fix the plot bugs for 4001 , download this file and replace old files.
Good morning, dear teachers. I am very glad to be here for your interview. my name is xx.I am 21 years old. I come from Dafang, a small town of Guizhou province. My undergraduate period will be accomplished in East China Jiaotong University. I major in electrical engineering and automation. I am interesting in computer, especially in program design. I am a hard study student, especially in the things which I interesting in. I am a person with great perseverance. During the days I preparing for the postgraduate examination, I insist on study for more than 10 hours every day. Just owing to this, I could pass the first examination finally. I am also a person with great ambition.
Requirement
=====================================================================================
python 2.4+
wxPython 2.6+ Unicode Version
Installation
=====================================================================================
Directly extract the tarbar into a empty directory or overwrite the old directory, that s ok.
Run
=====================================================================================
Execute:
python ulipad.pyw
or
python ulipad.py
Maya Calendar
During his last sabbatical, professor M. A. Ya made a surprising discovery about the old Maya calendar. From an old knotted message, professor discovered that the Maya civilization used a 365 day long year, called Haab, which had 19 months. Each of the first 18 months was 20 days long, and the names of the months were pop, no, zip, zotz, tzec, xul, yoxkin, mol, chen, yax, zac, ceh, mac, kankin, muan, pax, koyab, cumhu. Instead of having names, the days of the months were denoted by numbers starting from 0 to 19. The last month of Haab was called uayet and had 5 days denoted by numbers 0, 1, 2, 3, 4. The Maya believed that this month was unlucky, the court of justice was not in session, the trade stopped, people did not even sweep the floor.
An age group classification system for gray-scale facial images is proposed in this paper. Four age groups, including babies, young adults, middle-aged adults, and old adults, are used in the classification system.
實現在指定目錄及其子目錄中搜索指定擴展名的文件,并更新為新的擴展名的程序reext
程序功能:
1.程序帶有三個命令行參數dir、old和new,用法為:
reext dir old new
其中Dir是一個全路徑名,old和new是文件擴展名,如:
Reext c:\ASM\TEST txt doc
2.程序實現的功能為:在路徑Dir中搜索文件擴展名為txt的所有文件,如果找到,將其擴展名改為doc,而文件名不變:
3.較高要求,可以搜索指定目錄的全部子目錄,這需要遞歸程序實現。