代码搜索:PC卡
找到约 10,000 项符合「PC卡」的源代码
代码结果 10,000
www.eeworm.com/read/395742/8155312
txt readme.txt
(c) 2006 by Daniel Wagner
This package contains a pure technical demonstration
of how to connect to a PC from a Gizmondo.
Run the PC side progam using run.bat
Then run the autorun.exe
www.eeworm.com/read/415537/11063838
txt hacking pc-pursuit codes.txt
________ __ __ ________
\_____ \ | || | / _____/
\ \ |\ | || | /| / /
\ \| \| || |/ |/ /
\ || /
www.eeworm.com/read/106588/15633526
txt release notes.txt
Password Safe for Pocket PC - Release Notes
===========================================
Version 1.92c.1
---------------
These bugs have, I believe, been fixed:
- 787325 (Endianness of the MIPS pro
www.eeworm.com/read/430162/8763191
c main.c
#include
#define FLASH_ADDRESS 0x01000 //定义FLASH信息区地址B段
unsigned char write_buff[4]={0x01,0x03,0x04,0x09}; //用于存放被数组
unsigned char checkout[4];
www.eeworm.com/read/284131/8962842
lnp intruder.lnp
"MAIN.obj",
"KEYPAD.obj",
"PC_O.obj",
"Simple_EOS.obj",
"PC_O_T1.obj",
"Intruder.obj"
TO "Intruder"
RAMSIZE(256)
www.eeworm.com/read/164792/10087595
lnp intruder.lnp
"MAIN.obj",
"KEYPAD.obj",
"PC_O.obj",
"Simple_EOS.obj",
"PC_O_T1.obj",
"Intruder.obj"
TO "Intruder"
RAMSIZE(256)
www.eeworm.com/read/458552/7294543
cs icourse.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using StudentManager.Model;
namespace StudentManager.IDAL
{
#region 课程接口
public interface ICours
www.eeworm.com/read/435375/7792789
h fft_debug.h
#ifndef __DEBUG_FFT
#define __DEBUG_FFT
#define PC_DEBUG 1
#ifdef PC_DEBUG
#define FOR_PC_DEBUG(LINE) LINE
#else
#define FOR_PC_DEBUG(LINE) 0
#endif
#ifdef _DEBUG
#define ASSERT(x) if(!(x))