代码搜索:Digit
找到约 4,689 项符合「Digit」的源代码
代码结果 4,689
www.eeworm.com/read/323916/13307423
txt u3.txt
1--------------------------------
#include
void main()
{
int blank,digit,i,other,letter;
char ch;
blank=letter=digit=other=0;
printf("input 15 characters:\n");
for(i=1;i
www.eeworm.com/read/366702/2872572
adb warn5.adb
-- { dg-do compile }
with System;
with Unchecked_Conversion;
procedure Warn5 is
type Digit_Type is range 0..15;
type Frequency_Type is array( 1..12) of Digit_Type;
pragma Pack(Frequency_Type
www.eeworm.com/read/358093/10196187
py ccal.py
#!/usr/bin/env python
# -*- coding: utf-8 -*-
'''
Usage: ccal Month [4-Digit-Year]
or: ccal 4-Digit-Year Month
This Python script is to show Solar and Lunar calender at the
same time. You need t
www.eeworm.com/read/316414/13523318
m tictactoe.m
function tictactoe(job)
% Pick15, TicTacToe, and Magic3.
%
% Pick15. Pick single digit numbers. Each digit can be chosen
% only once. Generate a total of 15 using exactly three digits.
%
%
www.eeworm.com/read/345604/3198571
txt encrypt_pdf.txt
PDF document encryptor
usage: input_file output_file user_password owner_password permissions 128|40
permissions is 8 digit long 0 or 1. Each digit has a particular security function:
AllowPrinting
www.eeworm.com/read/300363/3846990
txt encrypt_pdf.txt
PDF document encryptor
usage: input_file output_file user_password owner_password permissions 128|40
permissions is 8 digit long 0 or 1. Each digit has a particular security function:
AllowPrinting
www.eeworm.com/read/364229/2907134
txt encrypt_pdf.txt
PDF document encryptor
usage: input_file output_file user_password owner_password permissions 128|40
permissions is 8 digit long 0 or 1. Each digit has a particular security function:
AllowPrinting
www.eeworm.com/read/159535/10641828
vhd counter_100.vhd
-----------------------------------------
-- QUARTUS II TECHNICAL TRAINING --
-- 2-Digit Decimal --
-- Modulus-100 Counter --
-------------------------------------
www.eeworm.com/read/177477/5325330
grammar
/* SIP grammar from RFC3261
*
* alphanum = ALPHA / DIGIT
*
* reserved = ";" / "/" / "?" / ":" / "@" / "&" / "=" / "+"
* / "$" / ","
* unreserved = alphanum /