代码搜索:PCB辅助
找到约 10,000 项符合「PCB辅助」的源代码
代码结果 10,000
www.eeworm.com/read/489858/6462809
c key.c
//#include
#include
#include
#include
//按键响应函数
float V0,VI0; // 电压比较值,失调电压值
float VL0,VL1; // K1,K2闭合或断开时测得的辅助运放的输出电压
float II0;
www.eeworm.com/read/489763/6469304
txt readmefirst.txt
//horn0.02
//vs2005测试通过
//changmingxu AT gmail.com
项目文件说明:
main.c 主逻辑
data.h 宏定义及全局变量声明
search.h 搜索相关的函数声明
utility.h 辅助函数的声明
evaluation.h 估值相关的函数声明
data.c 数据表示 + 预置表 + 全局数据
mo
www.eeworm.com/read/229344/14344188
txt readme_cn.txt
简 介
欢迎使用PB小助手。她可以对您的PowerBuilder程序进行分析并
进行适当整理。
主要功能包括(详情见帮助):
* 对象检索。在PB应用中搜索名称中包含指定字符串的对象。
* 脚本检索。在PB应用源码中搜索指定字符串。
* 辅助注释。按自定义模板格式插 ...
www.eeworm.com/read/223339/14644436
cpp algo0305.cpp
int Count=0;
void move(char x, int n, char z);
void hanoi (int n, char x, char y, char z) { // 算法3.5
// 将塔座x上按直径由小到大且至上而下编号为1至n的n个圆盘按规则搬到
// 塔座z上,y可用作辅助塔座。
// 搬动操作 move (x, n, z) 可定义为:
www.eeworm.com/read/219502/14878037
cpp algo0305.cpp
int Count=0;
void move(char x, int n, char z);
void hanoi (int n, char x, char y, char z) { // 算法3.5
// 将塔座x上按直径由小到大且至上而下编号为1至n的n个圆盘按规则搬到
// 塔座z上,y可用作辅助塔座。
// 搬动操作 move (x, n, z) 可定义为:
www.eeworm.com/read/118192/14882834
c 习题-1.c
#include "stdio.h"
#define n 100
void RSh(int A[],int k)//把数组A的元素循环右移k位,只用一个辅助存储空间
{
int i,p,j,temp,l;
for(i=1;i
www.eeworm.com/read/118192/14883026
c 习题-44.c
//本程序只给出了算法思想
//读者可以自己完善本程序
int found=FALSE;
Bitree* Find_Near_Ancient(Bitree T,Bitree p,Bitree q)
//求二叉树T中结点p和q的最近共同祖先
{
Bitree pathp[ 100 ],pathq[ 100 ] //设立两个辅助数组暂存从根到p,q的路径
Findpath(T,p
www.eeworm.com/read/115447/15013853
c 习题-1.c
#include "stdio.h"
#define n 100
void RSh(int A[],int k)//把数组A的元素循环右移k位,只用一个辅助存储空间
{
int i,p,j,temp,l;
for(i=1;i
www.eeworm.com/read/115447/15014064
c 习题-44.c
//本程序只给出了算法思想
//读者可以自己完善本程序
int found=FALSE;
Bitree* Find_Near_Ancient(Bitree T,Bitree p,Bitree q)
//求二叉树T中结点p和q的最近共同祖先
{
Bitree pathp[ 100 ],pathq[ 100 ] //设立两个辅助数组暂存从根到p,q的路径
Findpath(T,p
www.eeworm.com/read/212828/15148358
c 习题-1.c
#include "stdio.h"
#define n 100
void RSh(int A[],int k)//把数组A的元素循环右移k位,只用一个辅助存储空间
{
int i,p,j,temp,l;
for(i=1;i