代码搜索:数字跑表
找到约 10,000 项符合「数字跑表」的源代码
代码结果 10,000
www.eeworm.com/read/388285/8619113
asm s3.asm
; 将 A 拆为二个 ASCII 码, 并存入 Result 开始的二个单元
Result equ 20h
org 0
ljmp Start
ASCIITab:
db '0123456789ABCDEF' ; 定义数字对应的ASCII表
BinToHex:
mov dptr, #ASCIIT
www.eeworm.com/read/187056/8875722
-
Attribute VB_Name = "XtsyModule"
'系统私有模块用来放置一些子系统独有的过程与函数
Public str_Code As String '存储列内容参数
Public sParam As String
Public Const DATA_NUMERIC As Integer = 5 '数字行
www.eeworm.com/read/283767/8989337
m51 计算器.m51
BL51 BANKED LINKER/LOCATER V4.23 08/23/2007 10:13:13 PAGE 1
BL51 BANKED LINKER/LOCATER V4.23, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE 数字电压表.
www.eeworm.com/read/283763/8989784
m51 计算器.m51
BL51 BANKED LINKER/LOCATER V4.23 08/23/2007 10:13:13 PAGE 1
BL51 BANKED LINKER/LOCATER V4.23, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE 数字电压表.
www.eeworm.com/read/185703/8990393
c ex6-2.c
/*
标题:范例 6-2
版本:1.0
Target:89S51
程序描述:数字电压表*/
/* **************************************************** */
#include
#define TIMER0_COUNT 0xDC11 /* 10000h-(11,059,200/(12*
www.eeworm.com/read/281457/9154876
m newton.m
% Created by colent 12/7
% Copyright (C) 2007-2008 XMU 数值分析 Experiment. All rights reserved.\nAuthors: 廖绮绮(ID:04120049).
% Thanks 鞠颖老师
% 牛顿迭代法
function [] = Newton()
format long % 显示多位有效数字
coun
www.eeworm.com/read/182612/9198895
cpp 6.11.cpp
#include
int &fun(char,int &,int &);
void main()
{
int tn(0),tc(0);
coutch;
while(ch!='#')
{
fun(ch,tn,tc)++;
cin>>ch;
}
cout
www.eeworm.com/read/378986/9211289
h sortobject.h
#ifndef _SORT_OBJECT
#define _SORT_OBJECT
#include "windows.h"
#define SORT_OBJECT_NUM 10
typedef struct tagSortObject
{
int iName; //待排序对象名:即0~9
int iSeq; //排序的序号
int iNumber;//教官给出的数字