JILRuntime A general purpose, register based virtual machine (VM) that supports object-oriented features, reference counting (auto destruction of data as soon as it is no longer used, no garbage collection), exceptions (handled in C/C++ or virtual machine code) and other debugging features. Objects and functions can be written in virtual machine code, as well as in C or C++, or any other language that can interface to C object code. The VM is written for maximum performance and thus is probably not suitable for embedded systems where a small memory footprint is required. Possible uses of the VM are in game development, scientific research, or to provide a stand-alone, general purpose programming environment.
-- KeYl0gByMe --
Il s agit d un petit keylogger tout simple.
Il logs tout les types de touches.
Le fichier logs se met ?la racine du disque dur principal.
Le fichier en question se nomme : stsvc.txt
Cr閍teur : benozor77.
Courriel : webmaster[arobase]hackologie.tk
Site Web: http://www.hackologie.tk
Retrouvez-moi aussi sur le t ch@t:
irc.coolsmile:6667 >>> #hackplanet sous le pseudo AbUsE.
Delineate is a tool for converting bitmap raster images to SVG (Scalable Vector Graphics) using AutoTrace or potrace. It displays SVG results using Apache Batik. Input formats are JPEG, PNG, GIF, BMP, TIFF, PNM, PBM, PGM, PPM, IFF,PCD, PSD, RAS.
紅外線遙控器讀碼軟件,顯示紅外線波型,讀取并保存碼
IR Remote Control Unit Code Read System
產品詳細描述:
能夠像顯示器一樣顯示紅外線碼的波型
可以讀多達150種格式的紅外線碼
顯示紅外線碼的時間非常準確,誤差只有幾個微秒。
具有錯誤檢測功能
保存紅外線碼功能
自動識別碼的格式
比較樣機與所寫的新軟件的遙控器碼的異同
具體情況請訪問本網站:http://www.crzman.com/IR_Reader.htm
Display the Infrared wave on the software like oscillograph.
Can read more than 150 kinds of infrared code format
Display the Infrared time and the tolerance no more than many us.
Have error detect function
Save Infrared code function
Auto identify code s format
Compare the code from sample and new Remote Control Unit code)
Detail instance please visit address: http://www.crzman.com/IR_Reader.htm
zemax源碼:
This DLL models an anamorphic aspheric surface.
This surface is essentially an even aspheric surface with different terms for
the x and y directions.
The sag is given by:
Z = ((CX*x*x)+(CY*y*y)) / (1 + sqrt(1-((1+KX)*CX*CX*x*x)-((1+KY)*CY*CY*y*y)))
+ AR*( (1 - AP)*x*x + (1 + AP)*y*y )^2
+ BR*( (1 - BP)*x*x + (1 + BP)*y*y )^3
+ CR*( (1 - CP)*x*x + (1 + CP)*y*y )^4
+ DR*( (1 - DP)*x*x + (1 + DP)*y*y )^5
Note the terms AR, BR, CR, and DR ... have units of length to the -3, -5, -7, and -9 power.
The terms AP, BP, CP, and DP are dimensionless.
The surface is rotationally symmetric only if AP = BP = CP = DP == 0 and CX = CY and KX = KY.
Cracking the Code - Wireless Programming with J2ME
This book is based on the unique concept of cracking the code and mastering the technology.The technologies covered are J2ME version 1.0.2 and
the applications are also tested on version 1.0.3 Beta.
This design package includes reference materials for creating a
USB - PS/2 combination mouse that auto-detects the interface and
configures itself to operate on the appropriate bus.
Documentation
docs - Designing a low cost CY7C63723 combination mouse.pdf - application note for this design
- schematic.pdf - mouse schematic
Firmware Source Files
src - chip.c - include file that defines CY7C63723 constants
- combi.c - main source file
- combi.hex - Intel hex file for programming a CY7C63723 microcontroller
- combi.lst - output listing from c-compiler for use with the CYDB debugger
- macros.h - defines macros used in combi.c
- ps2defs.h - defines PS/2 interface constants
- usb_desc.h - defines the USB descriptors
- usbdefs.h - defines USB interface constants