代码搜索:hack
找到约 2,135 项符合「hack」的源代码
代码结果 2,135
www.eeworm.com/read/260514/11722566
cpp bignum.cpp
#include "misc.h"
#include "bignum.h"
#include "nbtheory.h"
#include "asn.h"
#include
#include
#include
// this variable is just a hack to automaticly set
www.eeworm.com/read/154472/11954128
txt css.txt
A {
COLOR: #333333; TEXT-DECORATION: none
}
A:hover {
COLOR: #000000; TEXT-DECORATION: underline
}
.top {
FONT-WEIGHT: bold; COLOR: #ffffff; T
www.eeworm.com/read/122653/14677455
txt 在asp中执行server端命令行的方法.txt
在ASP中执行Server端命令行的方法...
--------------------------------------------------------------------------------
【我心飞扬】 于 12/28/98 10:49:38 PM 加贴在 Joy ASP ↑:
...(不要去HACK哦!)
Set WShShell = S
www.eeworm.com/read/118236/14880808
cs form1.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace hack
{
///
/// Form1 的摘要说明。
www.eeworm.com/read/11139/197445
xilinx readme.xilinx
I've made a quick hack to support Xilinx HW-JTAG-PC cable.
Connection is as follows:
TCK --> SCK
TDO --> MISO
TDI --> MOSI
TMS --> RESET#
--
Tetsuya Okada
Comput
www.eeworm.com/read/489717/1210850
c x86_64-gcc.c
#ifdef __SUNPRO_C
# include "../bn_asm.c" /* kind of dirty hack for Sun Studio */
#else
/*
* x86_64 BIGNUM accelerator version 0.1, December 2002.
*
* Implemented by Andy Polyakov
www.eeworm.com/read/484500/1269585
c x86_64-gcc.c
#ifdef __SUNPRO_C
# include "../bn_asm.c" /* kind of dirty hack for Sun Studio */
#else
/*
* x86_64 BIGNUM accelerator version 0.1, December 2002.
*
* Implemented by Andy Polyakov
www.eeworm.com/read/242732/4542084
h halp.h
/*
*
*/
#ifndef __INTERNAL_HAL_HAL_H
#define __INTERNAL_HAL_HAL_H
/* Temporary hack */
#define KPCR_BASE 0xFF000000
#define HAL_APC_REQUEST 0
#define HAL_DPC_REQUEST
www.eeworm.com/read/239567/4598014
py swing.py
"""
A hack to make pawt.swing point to the java swing library.
This allows code which imports pawt.swing to work on both JDK1.1 and 1.2
"""
swing = None
try:
import javax.swing.Icon
from ja
www.eeworm.com/read/238768/4608824
c x86_64-gcc.c
#ifdef __SUNPRO_C
# include "../bn_asm.c" /* kind of dirty hack for Sun Studio */
#else
/*
* x86_64 BIGNUM accelerator version 0.1, December 2002.
*
* Implemented by Andy Polyakov