代码搜索:PCB辅助
找到约 10,000 项符合「PCB辅助」的源代码
代码结果 10,000
www.eeworm.com/read/143612/12856442
c bubsort.c
//冒泡排序算法
#define MAX 10 //元素的最大个数
int R[MAX+1]={0,5,2,9,12,3,1,4} ; //有效元素序号从1到n,其中R[0]单元作为机动单元
int n; //元素的实际个数
BUBBLESORT () // 冒泡排序算法
{ int i,j; //定义辅助变量
int swap; //定义交换操作标志
www.eeworm.com/read/143612/12856458
c mgsort.c
//归并排序算法设计。
#define MAX 16 //元素个数的最大值
int R[MAX]={9,2,13,5,10,16,17,11,4,6,8,1,7} ; //用数组来储存元素
int R1[MAX]; //辅助数组
//归并两个有序文件段 :
MERGE ( int P[ ],int Q[ ],int low,int mid,int high )
www.eeworm.com/read/328490/13024515
txt 控制面板大全.txt
控制面板大全
在程序运行过程中启动控制面板的各个设置功能:
var x:cardinal;
begin
{启动控制面板}
x:=winexec('rundll32.exe shell32.dll,Control_RunDLL',9);
{辅助选项 属性-键盘}
x:=winexec('rundll32.exe shell32.dll,Control_RunDLL
www.eeworm.com/read/325593/13195178
cpp 1[1].1merge.cpp
#include
//待排序数组
int A[10]={2,6,3,8,7,4,9,0,1,5};
//归并两个子集合
void merge(int low,int mid,int high){
//辅助数组,存放中间结果
int B[10];
int i,j,k,l;
i=low;
j=low;
k=mid+1;
while(i
www.eeworm.com/read/302637/13830337
txt 控制面板大全.txt
控制面板大全
在程序运行过程中启动控制面板的各个设置功能:
var x:cardinal;
begin
{启动控制面板}
x:=winexec('rundll32.exe shell32.dll,Control_RunDLL',9);
{辅助选项 属性-键盘}
x:=winexec('rundll32.exe shell32.dll,Control_RunDLL
www.eeworm.com/read/300905/13882397
ex1 display.ex1
DISPLAY.SYS─例子
假定希望DISPLAY.SYS支持带有美国硬件字符集(437)及两个内含辅助字符集
的EGA显示适配器,同时还要指定DISPLAY.SYS位于C驱动器的DOS目录下,可将下行
加到CONFIG.SYS文件中:
? device=c:\dos\display.sys con=(eg
www.eeworm.com/read/481550/6643121
ex1 display.ex1
DISPLAY.SYS─例子
假定希望DISPLAY.SYS支持带有美国硬件字符集(437)及两个内含辅助字符集
的EGA显示适配器,同时还要指定DISPLAY.SYS位于C驱动器的DOS目录下,可将下行
加到CONFIG.SYS文件中:
? device=c:\dos\display.sys con=(eg
www.eeworm.com/read/480316/6672379
h aciter.h
/*
* CACIter:用于记录结点访问状态的辅助模板类。TNodeKey为唯一确定当前状态的哈希值类型,应当是一个struct。
* 三种状态是:nsNone:无或不在结点访问状态表中;nsVisiting:正在访问;nsDead:已死亡
*/
#pragma once
#include "StdAfx.h"
#include
enum NodeStat
www.eeworm.com/read/252147/12297893
txt 控制面板大全.txt
控制面板大全
在程序运行过程中启动控制面板的各个设置功能:
var x:cardinal;
begin
{启动控制面板}
x:=winexec('rundll32.exe shell32.dll,Control_RunDLL',9);
{辅助选项 属性-键盘}
x:=winexec('rundll32.exe shell32.dll,Control_RunDLL
www.eeworm.com/read/250881/12380095
txt 控制面板大全.txt
控制面板大全
在程序运行过程中启动控制面板的各个设置功能:
var x:cardinal;
begin
{启动控制面板}
x:=winexec('rundll32.exe shell32.dll,Control_RunDLL',9);
{辅助选项 属性-键盘}
x:=winexec('rundll32.exe shell32.dll,Control_RunDLL