代码搜索:匹配方式
找到约 10,000 项符合「匹配方式」的源代码
代码结果 10,000
www.eeworm.com/read/332264/12766724
java 8.7randomaf.java
import java.io.*;
public class RandomAF
{
public static void main(String args[]){
int data[]={1,2,3,4,5,6,7,8,9};
try{
RandomAccessFile raf=new RandomAccessFile("temp.dat","rw"); //以读写方式打开文件
www.eeworm.com/read/142527/12941188
asm tp55kd.asm
ORG 2080H
LDB AL,#82H ;PB口输入,PA,PC口输出
STB AL,C8255[0] ;C8255[0]是用来设置8255的工作方式的寄存器
LDB A
www.eeworm.com/read/141101/13043653
c serial.c
#include "P89C60X2.h"
#include "hicj6.h"
/**********************************************
IO 口模拟232通讯程序
使用两种方式的C程序 占用定时器0
**********************************************/
#define MODE_QUIC
www.eeworm.com/read/141098/13043913
c serial.c
#include "P89C60X2.h"
#include "hicj6.h"
/**********************************************
IO 口模拟232通讯程序
使用两种方式的C程序 占用定时器0
**********************************************/
#define MODE_QUIC
www.eeworm.com/read/141098/13044078
c serial.c
#include "P89C60X2.h"
#include "hicj6.h"
/**********************************************
IO 口模拟232通讯程序
使用两种方式的C程序 占用定时器0
**********************************************/
#define MODE_QUIC
www.eeworm.com/read/242043/13097343
h seqsynmematrix.h
#include "SeqList.h" //包含顺序表类
class SeqSynmeMatrix: public SeqList //n阶对称矩阵顺序表类
//SeqSynmeMatrix类以public方式继承SeqList类
{
//输出流重载
friend ostream& operator
www.eeworm.com/read/319978/13437952
cs encodeget.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
namespace BLL
{
public class EncodeGet
{
///
/// 取得一个文本文件的编码方式。如果无法在文件头部
www.eeworm.com/read/319084/13462664
cpp myref.cpp
#include
using namespace std;
void MySwap(int, int);
void MyRswap(int &, int &);
void main()
{
int i,j;
i = 20;
j = 30;
MySwap(i,j); //这个函数按传值的方式传递参数
cout
www.eeworm.com/read/316571/13520708
h display.h
/*------------------------------------------------------------------------------
- Device : TM12864B3(SED1566)
- Title : Display.h
- Descrip :
1、并行通讯方式,规格128x64, 可显示4行,每行可显示16个字符或8个汉字。
www.eeworm.com/read/310893/13641708
c ljw.c
//功能说明:
//通过单片机的I/O引脚以软件延时方式产生方波,使蜂鸣器发出声音。
#include
void delay250( unsigned int k );
main( )
{
for (;;)
{
whil