代码搜索:proc
找到约 10,000 项符合「proc」的源代码
代码结果 10,000
www.eeworm.com/read/463622/7177401
scm ycomb.scm
(define fact-maker
(lambda(proc)
(lambda(n)
(if (= n 0)
1
(* n ((proc proc) (- n 1)))))))
(define fact
((lambda(proc)
(lambda(n)
(if (= n 0)
www.eeworm.com/read/463456/7180586
bat 查看进程使用的端口.bat
@echo off
color 1f
Title XP端口-进程查询
setlocal enabledelayedexpansion
echo ╔- -╗
echo 本机开放的端口及使用该端口的进程
echo ╚- -╝
echo ----------
www.eeworm.com/read/463280/7184211
m51 4.2.m51
BL51 BANKED LINKER/LOCATER V4.20 09/02/2001 14:43:32 PAGE 1
BL51 BANKED LINKER/LOCATER V4.20, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE 4.2.4.
www.eeworm.com/read/461264/7230812
pro findpro.pro
pro FindPro, Proc_Name, NoPrint=NoPrint, DirList=DirList, ProList=ProList
;+
; NAME:
; FINDPRO
; PURPOSE:
; Find all locations of a procedure in the IDL !PATH
; EXPLANATION:
; FINDPRO sear
www.eeworm.com/read/455851/7362799
c linux.c
/* -*- mode: C; c-file-style: "k&r"; -*-
*---------------------------------------------------------------------------*
*
* Copyright (c) 2000, Johan Bengtsson
*
* Permission is hereby granted, f
www.eeworm.com/read/453400/7421734
sas freq1.sas
data freq1;
input height@@;
cards;
142.3 156.6 142.7 145.7 138.2 141.6 142.5 130.5 134.5 143.8 134.4 148.8
137.9 151.3 140.8 149.8 145.2 141.8 146.8 135.1 150.3 133.1 142.7 143.9
151.1 144.0 145
www.eeworm.com/read/453400/7421781
sas trendsur.sas
options nodate nonumber;
data trendsur;
input x y z @@;
cards;
88.8 31.6 85.2 96.2 35.6 62.1
108.3 23.9 54.2 101.8 25.1 53.5
106.4 27.0 47.7 108.4 35.6 46.2
103.8 30.2 45.5 112.3 37.6 44.
www.eeworm.com/read/453400/7421792
sas relar4.sas
data relar4;
w1=1/(1/30+1/138+1/15+1/153);
w2=1/(1/20+1/90+1/11+1/99);
w=(w1*(log(2.217))**2+w2*(log(2))**2)-(w1*log(2.217)+w2*log(2))**2/(w1+w2);
chis=probchi(w,1);
proc print;
run;
www.eeworm.com/read/446186/7584044
txt 说明.txt
说明
~~~~~~~~~~~~~~~
本示例用于演示如何在BASM中使得“jmp <mark>proc</mark>”执行后返回到下一行。
尽管使“jmp <mark>proc</mark>”执行后返回到下一行的方法很多,但要实现如下
两个目标却是比较难于做到的:
1. 不破坏栈结构,使<mark>proc</mark>()与当前函数有相同的入口参数(stdcall)
2. 代码通用,不需要每次都计算地址
这样的需求可能出现在使用raw h ...
www.eeworm.com/read/444576/7611521
txt stm32f10x_it.txt
; generated by ARM/Thumb C/C++ Compiler with , RVCT3.1 [Build 902] for uVision
; commandline ArmCC [--debug -c --asm --interleave -o..\Obj\stm32f10x_it.o --depend=..\Obj\stm32f10x_it.d --device=DARMS