代码搜索:CX SUPERVISOR
找到约 10,000 项符合「CX SUPERVISOR」的源代码
代码结果 10,000
www.eeworm.com/read/273182/10923867
m isthisaface.m
function [autocorr, startx, starty, mfit, bwmodel_rot] = isThisAFace(mult, model,ly,wx,cx, ...
cy, angle)
model_rot = imrotate(model,-angle,'bilin
www.eeworm.com/read/465716/7052465
py coffeeshop.py
#: cX:decorator:alldecorators:CoffeeShop.py
# Coffee example using decorators
class DrinkComponent:
def getDescription(self):
return self.__class__.__name__
def getTotalCost(self):
www.eeworm.com/read/247019/12692356
m isthisaface.m
function [autocorr, startx, starty, mfit, bwmodel_rot] = isThisAFace(mult, model,ly,wx,cx, ...
cy, angle)
model_rot = imrotate(model,-angle,'bilin
www.eeworm.com/read/148359/5714611
arc
/* s and e are integers modulo 360 (degrees), with 0 degrees
being the rightmost extreme and degrees changing clockwise.
cx and cy are the center in pixels; w and h are the horizontal
and verti
www.eeworm.com/read/126159/6017864
inc gdi.inc
; GDI32.DLL structures and constants
struc SIZE
{
.cx dd ?
.cy dd ?
}
struc BITMAP
{
.bmType dd ?
.bmWidth dd ?
.bmHeight dd ?
.bmWidthBytes dd ?
.bmPlanes
www.eeworm.com/read/121089/6070719
asm querybio.asm
INCLUDE model.inc
INCLUDE fastlynx.inc
.CODE text
@FxQueryBios PROC USES CX SI ES
PUBLIC @FxQueryBios
;* void _far _fastcall FxQueryBios(st
www.eeworm.com/read/483114/6609702
m isthisaface.m
function [autocorr, startx, starty, mfit, bwmodel_rot] = isThisAFace(mult, model,ly,wx,cx, ...
cy, angle)
model_rot = imrotate(model,-angle,'b
www.eeworm.com/read/348426/11594595
bas txeapis.bas
Attribute VB_Name = "TxeAPIs"
Option Explicit
Public Type Size
cx As Long
cy As Long
End Type
Public Type RECT
Left As Long
Top As Long
www.eeworm.com/read/157353/11717769
m isthisaface.m
function [autocorr, startx, starty, mfit, bwmodel_rot] = isThisAFace(mult, model,ly,wx,cx, ...
cy, angle)
model_rot = imrotate(model,-angle,'b
www.eeworm.com/read/254802/12117361
asm exp94.asm
CODE SEGMENT PARA
ASSUME CS:CODE,DS:CODE
NEW_INT1C PROC FAR
PUSH AX
PUSH BX
PUSH CX
PUSH DX