搜索结果
找到约 647 项符合
Output job 的查询结果
通讯/手机编程 design LP,HP,B S digital Butterworth and Chebyshev filter. All array has been specified internally
design LP,HP,B S digital Butterworth and Chebyshev
filter. All array has been specified internally,so user only need to
input f1,f2,f3,f4,fs(in hz), alpha1,alpha2(in db) and iband (to specify
the type of to design). This program output hk(z)=bk(z)/ak(z),k=1,2,...,
ksection and the freq.
matlab例程 % 文件名:randlsbget.m % 程序员:余波 % 编写时间:2007.6.25 % 函数功能: 本函数将完成提取隐秘于上的秘密信息 % 输入格式举例:result=( scover.
% 文件名:randlsbget.m
% 程序员:余波
% 编写时间:2007.6.25
% 函数功能: 本函数将完成提取隐秘于上的秘密信息
% 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001)
% 参数说明:
% output是信息隐藏后的图象
% len_total是秘密信息的长度
% goalfile是提取出的秘密信息文件
% key是随机间隔函数的密钥
...
单片机开发 本装置是一个以HT46R71D 为主芯片
本装置是一个以HT46R71D 为主芯片,配合传感器组成的汽车轮胎气压检测装
置,最终取高三位有效值于LCD 显示,有四种显示单位供切换(Psi、Bar、Kpa、
Kgf/cm2)。本装置仅为参考范例,使用时,为提高准确度,建议多量测些组数
据来构建Sensor Output Voltage - Discharge Time (V-T)表格,并作相应校准。 ...
串口编程 的问题.派尔高协议,控制左转右转时,出现问题.其他功能好用.我用DELPHI写的程序,在MOUSEDOWN中, str := chr($FF)+chr($01)+chr($00)+chr($04)+c
的问题.派尔高协议,控制左转右转时,出现问题.其他功能好用.我用DELPHI写的程序,在MOUSEDOWN中, str := chr($FF)+chr($01)+chr($00)+chr($04)+chr($0F)+chr($00)+chr($14)
MSComm1.output := str
在CLICK事件中: str := chr($FF)+chr($01)+chr($00)+chr($00)+chr($00)+chr($00)+chr($01)
MSComm1.output := str ...
书籍源码 已知:Sn= 1+1/2+1/3+…+1/n。显然对于任意一个整数K
已知:Sn= 1+1/2+1/3+…+1/n。显然对于任意一个整数K,当n足够大的时候,Sn大于K。
现给出一个整数K(1<=k<=15),要求计算出一个最小的n;使得Sn>K。
Input
键盘输入 k
Output
屏幕输出 n
Sample Input
1
Sample Output
2
...
书籍源码 这是一个ACM中的题请大家看以下哈 如果有问题请多多指教 n个猴子围坐一圈并按照顺时针方向从1到n编号
这是一个ACM中的题请大家看以下哈
如果有问题请多多指教
n个猴子围坐一圈并按照顺时针方向从1到n编号,从第s个猴子开始进行1到m的报数,报数到第m的猴子
退出报数,从紧挨它的下一个猴子重新开始1到m的报数,如此进行下去知道所有的猴子都退出为止。
求给出这n个猴子的退出的顺序表。
Input
有做组测试数据.每一组数据 ...
电子政务应用 The purpose of this code is to assist developers get some good ideas for how to build a PayPal shop
The purpose of this code is to assist developers get some good ideas
for how to build a PayPal shopping cart. It is your job as a developer to ensure
that any code provided meets your needs.
其他 An AHB system is made of masters slaves and interconnections. A general approach to include all poss
An AHB system is made of masters slaves and interconnections. A general approach to include all possible "muxed" implementation of multi layered AHB systems and arbitrated AHB ones can be thought as an acyclic graph where every source node is a master, every destination node is a slave and every int ...
编译器/解释器 this a pack include source code for quartus 2. It is an implementation of the LC2. The LC-2 compu
this a pack include source code for quartus 2.
It is an implementation of the LC2. The LC-2 computer is described in Introduction to Computing Systems from Bits & Gates to C & Beyond by Yale Patt and Sanjay Patel, McGraw Hill, 2001. The LC2 model can be run as a simulation or downloaded to the UP3 ...
数学计算 « 问题描述: 假设要在足够多的会场里安排一批活动
&laquo 问题描述:
假设要在足够多的会场里安排一批活动,并希望使用尽可能少的会场。设计一个有效的
贪心算法进行安排。(这个问题实际上是著名的图着色问题。若将每一个活动作为图的一个
顶点,不相容活动间用边相连。使相邻顶点着有不同颜色的最小着色数,相应于要找的最小
会场数。)
&laquo 编程任务:
对于给定的k个待 ...