搜索结果

找到约 279 项符合 Add-ons 的查询结果

EDA相关 altium15pjwn

altium15安装与破解 1.运行AD15KeyGen,点击“打开模板”,加载license.ini,如想修改注册名,只需修改: TransactorName=Your Name 其中Your Name用你自己的名字替换,其它参数在单机版的情况下无需修改; 2.点击“生成协议”,保存生成的alf文件(文件名任意,如“jack ”),并将其放到你的安装目录下; 3.将patch.ex ...
https://www.eeworm.com/dl/511606.html
下载: 1
查看: 57

经验 pcb设计出现的问题

如何处理pcb转换时的一些问题,如果出现unknown Pin和failed to add class member等问题的详细介绍
https://www.eeworm.com/dl/512569.html
下载: 3
查看: 64

技术资料 c#给目录树显视自定义图标

楼术描述项:         (1).该项目中"我的电脑"是作者自定义的root节点,没有设定其路径,所以BeforeExpand事件中会从它开始依次遍历,但"我的电脑"会提示"没有指定路径".故需要if(e.Tag.ToString() != "我的电脑")判断.同时"我的文档"需要再次获取其路径,依次实现Add子节点;    ...
https://www.eeworm.com/dl/512756.html
下载: 1
查看: 129

笔记 实验二须知

实验内容: 1.利用QuartusII的"MegaWizard Plug-In Manager",   设计输入数据宽度是4bit的ADD、SUB、MULT、DIVIDE、COMPARE   把它们作为一个project,DEVICE选用EPF10K70RC240-4,对它们进行   时序仿真,将仿真波形(输入输出选用group)文件提交。 2.利用QuartusII的"MegaWizard Plug-In ...
https://www.eeworm.com/dl/513133.html
下载: 1
查看: 28

软件 学生成绩查询

#include "string.h" #include "ctype.h" #include "stdio.h" search(char pd[]) {FILE *fp; int time=0,i=0,j=0,add[80],k=0,m; char *ch, str[900]; m=strlen(pd); if((fp=fopen("haha.txt","r"))==NULL) { printf("Cannot open this file\n"); exit(0); } for(;!feof(fp);i++) { str[i]=fgetc(fp); if(to ...
https://www.eeworm.com/dl/513823.html
下载: 2
查看: 16

源码 学生成绩管理啊

#include "string.h" #include "ctype.h" #include "stdio.h" search(char pd[]) {FILE *fp;  int time=0,i=0,j=0,add[80],k=0,m;  char *ch,  str[900];  m=strlen(pd);  if((fp=fopen("haha.txt","r"))==NULL)  {   printf("Cannot open this file\n");   exit(0);  } for( ...
https://www.eeworm.com/dl/513824.html
查看: 10

源码 c#简单计算器

// 学生管理.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "resource.h" #define MAX_LOADSTRING 100 // Global Variables: HINSTANCE hInst; // current instance TCHAR szTitle[MAX_LOADSTRING]; // The title bar text TCHAR szWindowClass[MAX_LOADSTRING]; ...
https://www.eeworm.com/dl/513825.html
查看: 35

软件 简单的计算器

// 学生管理.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "resource.h" #define MAX_LOADSTRING 100 // Global Variables: HINSTANCE hInst; // current instance TCHAR szTitle[MAX_LOADSTRING]; // The title bar text TCHAR szWindowClass[MAX_LOADSTRING]; ...
https://www.eeworm.com/dl/513826.html
查看: 8

软件 VB精选版

Visual Basic(简称VB)是Microsoft公司开发的一种通用的基于对象的程序设计语言,为结构化的、模块化的、面向对象的、包含协助开发环境的事件驱动为机制的可视化程序设计语言。是一种可用于微软自家产品开发的语言。 [1]  “Visual” 指的是开发图形用户界面 (GUI) 的方法——不需编写大量代码去描述界面元 ...
https://www.eeworm.com/dl/518914.html
下载: 1
查看: 81

软件 java实现大整数运算

在包 hugeinteger 中创建功能类 HugeInteger,该类用来存放和操作一个不超过 40 位的大整数。 (1) 定义一个构造函数,用来对大整数进行初始化。参数为一个字符串。 (2) 定义 input 成员函数,实现大整数的重新赋值。参数为一个字符串,无返回 值。 (3) 定义 output 成员函数,将大整数输出到屏幕上。无参数无返回值。 (4) ...
https://www.eeworm.com/dl/520087.html
下载: 1
查看: 28