Name Function
--- --- --- --- --- ---
Check_SST_39VF160 Check manufacturer and device ID
CFI_Query CFI Query Entry/Exit command sequence
Erase_Entire_Chip Erase the contents of the entire chip
Erase_One_Sector Erase a sector of 2048 word
Erase_One_Block Erase a block of 32K word
Program_One_Word Alter data in one word
Program_One_Sector Alter data in 2048 word sector
Program_One_Block Alter data in 32K word block
Check_Toggle_Ready End of internal program or erase detection using
Toggle bit
Check_Data_Polling End of internal program or erase detection using
Data# polling
Linux Bible: 介紹包括 Fedora, KNOPPIX, Debian, SUSE, Ubuntu , 及其他 7 種 Linux
* Ideal for users planning the transition to Linux who want to sample different distributions to see which one best meets their needs
* Includes sections on practical uses for Linux, multimedia apps, instant messaging, BT, and improved security techniques
This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wrote it because I found the other DBMSs code too bulky and hard to debug. It s designed for small applications and I doubt it could handle anything on a large scale. A sample program included in the .zip shows how everything works. The database project is a library project, so you ll have to compile and link with the .lib file to get everything working. Pros: - You have the source code so you know exactly what it is doing - Database files are very small - Small and fast code Cons: - Can t handle large amounts of records (more than 65000ish) - Doesn t support SQL (you have to search the database by cycling through the records and testing them against your constraints) - Each database file can only have one table.
This GTK+ version 2.12.3. GTK+ is a multi-platform toolkit for
creating graphical user interfaces. Offering a complete set of widgets,
GTK+ is suitable for projects ranging from small one-off projects to
complete application suites.
Libnet is a generic networking API that provides access to several protocols. It is not designed as a all in one solution to networking. Currently many features that are common in some network protocols are not available with Libnet, such as streaming via TCP/IP. We feel that Libnet should not provide specific features that are possible in other protocols. If we restrict Libnet to the minimal needed to communicate (datagram/packets) then this allows it to support more interfaces. 很好的學習linux網絡變成的源碼
Joomla 收費插件:企業客戶管理系統。
Our suite of components and tools are architected and programmed specifically for Joomla, the award winning CMS.
jForce will provide you with:
jAccounts – for your invoicing and billing needs
jContacts – a new way to manage your sales funnel and business leads
jProjects – efficient management of tasks, priorities and documents
jSupport – manage trouble tickets and issues to keep your site smooth
All these plugins packaged together as one fully integrated CRM solution. Built in Joomla! Whether you require one component or the entire suite of business automation, jForce can have you up and running with sleek and cost-efficient solutions today.
內存管理程序,功能與FASTMM相似,PLEASE NOTE: There are two ways to install BigBrain. You may use the
memory manager code natively compiled into your EXE or you can use
an included external DLL which will allow you to share memory across
multiple DLLs with one central place for memory management. Using the DLL
allows your application to share strings, and serves the same purpose
as the ShareMem unit included with Delphi. BigBrainShareMem.dll should
be 100% compatible with the DelphiMM.dll and could even simply be renamed
to DelphiMM.dll to simplify deployment.
The MAX481E, MAX483E, MAX485E, MAX487E–MAX491E,
and MAX1487E are low-power transceivers for RS-485 and
RS-422 communications in harsh environments. Each driver
output and receiver input is protected against ±15kV electrostatic
discharge (ESD) shocks, without latchup. These parts
contain one driver and one receiver. The MAX483E,
MAX487E, MAX488E, and MAX489E feature reduced slewrate
drivers that minimize EMI and reduce reflections caused
by improperly terminated cables, thus allowing error-free
data transmission up to 250kbps. The driver slew rates of the
MAX481E, MAX485E, MAX490E, MAX491E, and MAX1487E
are not limited, allowing them to transmit up to 2.5Mbps.
Generating Fractals with SSE/SSE2
You probably have heard about fractals before. They are beautiful pictures such as the one shown above. Any fractal can be described using iterative formulas. So you can generate a fractal by evaluating these formulas and finding the color of each pixel. That is a large computational task, and drawing a fractal needs a fast CPU and a carefully optimized program.