搜索结果

找到约 3,926 项符合 100% 的查询结果

按分类筛选

显示更多分类

单片机开发 此为某测试平台的上位机软件部分

此为某测试平台的上位机软件部分,内部使用了虚拟仪器和IVI,同时也 使用自研的调理硬件模块。主要包括系统自检、校准部分。 其中自检涉及到100多路通道,硬件用C8051F020、欧姆龙机电器、光耦 DA部分完成MUX和信号源。 可供多路扫描AD和低频信号源参考。上位机用VC60开发。 完整上位机源代码。 ...
https://www.eeworm.com/dl/648/210237.html
下载: 23
查看: 1099

其他 Input The first line of the input contains a single integer T (1 <= T <= 20), the number of t

Input The first line of the input contains a single integer T (1 <= T <= 20), the number of test cases. Then T cases follow. The first line of each case contains N, and the second line contains N integers giving the time for each people to cross the river. Each case is preceded by a blank line. Ther ...
https://www.eeworm.com/dl/534/214270.html
下载: 103
查看: 1730

VC书籍 问题描述:设R={ r1 , r2, r3, ..., rn }是要进行排列的n个元素

问题描述:设R={ r1 , r2, r3, ..., rn }是要进行排列的n个元素,其中元素 r1 , r2, r3, ..., rn 可能相同。试设计一个算法,列出R的所有不同排列。 算法设计:在主程序中交互输入n (1≤n≤100)及r1 , r2, r3, ..., rn,计算并在窗口中输出R的所有不同排列。 ...
https://www.eeworm.com/dl/686/262141.html
下载: 200
查看: 1286

Internet/网络编程 The iputils package contains ping, a basic networking tool. The ping command sends a series of ICMP

The iputils package contains ping, a basic networking tool. The ping command sends a series of ICMP protocol ECHO_REQUEST packets to as pecified network host and can tell you if that machine is alive and receiving network traffic.ipv6calc is a small utility which formats and calculates IPv6 addresse ...
https://www.eeworm.com/dl/620/339040.html
下载: 71
查看: 1103

Linux/Unix编程 setlocale[LC_ALL, ""] XtSetLanguageProc[NULL, NULL, NULL] //建立顶级窗口 toplevel = XtVaApp

setlocale[LC_ALL, ""] XtSetLanguageProc[NULL, NULL, NULL] //建立顶级窗口 toplevel = XtVaAppInitialize[&app, "SpinBox", NULL, 0, &argc, argv, NULL, NULL] //建立SpinBox n = 0 XtSetArg[args[n], XmNwidth, 400 ] n++ XtSetArg[args[n], XmNheight, 100 ] n++ //XtSetArg[arg ...
https://www.eeworm.com/dl/619/419353.html
下载: 90
查看: 1105

数学计算 1.输入一个数,并以它为边长画出一个用*组成的正方形. 2.求解满足1*1+2*2+...n*n<1000的i的最大值. 3.求1~1000中的完数 4.输入一个数,并判断它是否为素数(这

1.输入一个数,并以它为边长画出一个用*组成的正方形. 2.求解满足1*1+2*2+...n*n<1000的i的最大值. 3.求1~1000中的完数 4.输入一个数,并判断它是否为素数(这是return 语句的巧用) 5.输出0~100中所有不能被3整除的数
https://www.eeworm.com/dl/641/438888.html
下载: 110
查看: 1279

编译器/解释器 一个微型的编译器的实现代码。主要是为了说明编译器的工作原理

一个微型的编译器的实现代码。主要是为了说明编译器的工作原理,从中揭示编译设计的一些简单道理。编译器是一种比较复杂的程序,一般情况一个可以商用的编译器代码量都在10万行到100万行之间。所以本代码是一个相对简单的编译器模型。 ...
https://www.eeworm.com/dl/628/443599.html
下载: 186
查看: 1066

加密解密 DES算法全称为Data Encryption Standard,即数据加密算法,DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位。RSA的安全性依赖于大数分解。公钥和私

DES算法全称为Data Encryption Standard,即数据加密算法,DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位。RSA的安全性依赖于大数分解。公钥和私钥都是两个大素数( 大于 100个十进制位)的函数。本程序为适合初学者的rsa算法java源码及des源码,开发环境eclipse3.4 ...
https://www.eeworm.com/dl/519/446528.html
下载: 23
查看: 1174

Delphi控件源码 客户管理系统主要是以客户为基础

客户管理系统主要是以客户为基础,对客户的一些基本信息及对客户的满意程度进行操作及管理的 运行环境 操作系统:Windows ME/2000/XP 开发工具:Delphi 7.0 数据库:SQL Server 2000 硬件配置:CPU:Pentium 200MHz 以上 内存:32MBRAM以上 硬盘:100MB以上磁盘空间 显示分辨率:最低800×600像素 建议1024×768像素 颜色 ...
https://www.eeworm.com/dl/666/454451.html
下载: 90
查看: 1096

matlab例程 This m file hide an image jpeg,png in another jpeg,png image. The height and width of the secr

This m file hide an image jpeg,png in another jpeg,png image. The height and width of the secret image is in LSB of 1st 32 pixels of 1st row of the cover image.This helps in the recovery of secret image. The secret image must be smaller than cover image.A message box will appear with a numbe ...
https://www.eeworm.com/dl/665/469707.html
下载: 83
查看: 1079