代码搜索结果
找到约 10,000 项符合
2 的代码
l-apache-2-2.html
Understanding Apache's direct
sdf2circle2.m
function f = sdf2circle2(nrow,ncol, ic,jc,r)
% computes the signed distance to a circle
% input nrow: number of rows
% ncol: number of columns
% (ic,jc): center of
ex3_2_2.asm
NAME EX3_2
add_data segment
first db 00h,43h,67h,32h,0afh,8ah ;定义第一个数
second db 63h,0bh,84h,0ah,90h ;定义第二个数
add_data ends ;结束数据段定义
multibyte_add segment