代码搜索结果

找到约 10,000 项符合 7 的代码

ex7-7.hex

:030000000200609B :03003B000200843C :1000600075817075D90275D80075F90075E900754C :10007000DB4D75EB2875FB0075B74075B840D2AF06 :10008000D2DE80FEC0E0C0D0C2D9742825EBF5EBEB :0A009000E435FBF5FBD0D0D0E0

ex7-7.asm

$INCLUDE (STC12C5A.INC) ;包含STC12C5A60S2寄存器定义文件 CCAPnL_Value EQU 28H ;fosc=20MHz时,高速脉冲输出= 125KHz ORG 0000H LJMP MAIN ORG 003BH ;PCA中断入口地址 LJMP PCA_ISR ORG 0060H

事7-7.c

#include "reg51.h" #define ON 1 #define OFF 0 sbit Lamp1=P0^0; sbit Lamp2=P0^1; sbit Lamp3=P0^0; sbit Lamp4=P0^1; sbit Lamp5=P0^0; sbit Lamp6=P0^1; sbit Lamp7=P0^0; sbit Lamp8=P0^1;

sample7_7.java

/* * 示例程序Sample7_7: Integral的勒让德-高斯求积法 */ package javaalgorithm.sample; import javaalgorithm.algorithm.Integral; public class Sample7_7 { public static void main(String[] args) { /

ch7_7.cpp

//********************* //** ch7_7.cpp ** //********************* #include int maximum(int[][4],int,int); void main() { int sg[3][4]={{68,77,73,86},

ex7_7.c

// // Copyright (C) 1991 Texas Instruments Incorporated. // // Permission is granted to any individual or institution to use, copy, modify, // and distribute this software, provided that this comp

ch7_7.cpp

//********************* //** ch7_7.cpp ** //********************* #include int maximum(int[][4],int,int); void main() { int sg[3][4]={{68,77,73,86},

frame7_7.java

//the panel with three button import java.awt.*; import java.io.*; import java.awt.PrintGraphics; class ThreeButtonsFrame extends Frame{ private String titlestr; private int width = 0; p

例7-7.c

#include "reg51.h" #define ON 1 #define OFF 0 sbit Lamp1=P0^0; sbit Lamp2=P0^1; sbit Lamp3=P0^0; sbit Lamp4=P0^1; sbit Lamp5=P0^0; sbit Lamp6=P0^1; sbit Lamp7=P0^0; sbit Lamp8=P0^1;