代码搜索:bug
找到约 10,000 项符合「bug」的源代码
代码结果 10,000
www.eeworm.com/read/144361/12800896
c bug9.c
#include
#include
int
main(int argc, char *argv[])
{
char buf[100];
int a, b;
int status = 0;
sscanf ("12ab", "%dab%n", &a, &b);
sprintf (buf, "%d, %d", a, b);
puts
www.eeworm.com/read/142788/12921757
h bug_logic.h
float BugAI::m_fInternalState[NUM_INPUT_STATES][NUM_INTERNAL_STATES][NUM_INTERNAL_STATES] =
{
// NEXT
//STIMULI LAST ATTACK SEARCH ESCAPE WAIT GUARD HEALTH AMMO HIDE
/*SIGH
www.eeworm.com/read/324308/13272731
asm gold-bug.asm
cseg segment para public 'code'
gold_bug proc near
assume cs:cseg
;-----------------------------------------------------------------------------
;designed by "Q" the misanthrope.
www.eeworm.com/read/324308/13272785
txt gold-bug.txt
Virus Name: GOLD-BUG
Aliases: AU, GOLD, GOLD-FEVER, GOLD-MINE
V Status: New, Research
Discovery: January, 1994
Symptoms: CMOS checksum failure; Creates files with no extension; Modem
www.eeworm.com/read/324151/13282906
cs bug_see.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace MsgSystem
{