搜索资源列表
231226
- 空间后方交汇求解相机外方位元素,变量如下 % x,y 控制点像点坐标 % X,Y,Z 控制点空间坐标 %f焦距 %X0,Y0,Z0,a,b,c六个外方位元素 %x0,y0,-f内方位元素:光心坐标 %cha,chb,chc:外方位角元素改正数 %count 记录迭代次数 %R 旋转矩阵 %A 线性化的偏导系数矩阵 %L 常数项矩阵 %M0 外方位元素矩阵 %M1 外方位元素改正数矩阵-meeting space for rear camera po
030300726[1]
- 1-2 实系数复变多项式问题« 编程任务:给定阶数分别为n和m的实系数复变多项式f(x) 和g(x),以及复数z,计算f (z) / g(z)的值。« 数据输入:由文件input.txt 给出输入数据。第一行有2 个正整数g(x) 的阶数。接下来的2行,每行分别有n和m个实数数。最后一行的2 个实数分别表示复数z 的实部和虚部。« 结果输出:将计算出的f (z) / g(z)的值输出到文件output.txt。文件的第一行是计算得到的复数,保留6 位有效数字。
RLC
- 本文所设计的系统是基于AT89C52单片机控制的简易RLC测试仪。为了充分利用单片机的运算和控制功能,方便的实现测量。把参数R、L、C转换成频率信号f,然后用单片机计数后再运算求出R、L、C的值,并送显示。 转换的原理分别是RC振荡电路和电容三点式振荡电路。为了比较准确的测试而频率的计数则是利用等精度数字频率计完成。然后再将结果送单片机运算,并在LED显示器上显示所测得的数值。通过一系列的系统调试,本测试仪到达了测试标准。经过测试, -In this paper, the system d
CircleMenu
- public class CircleMenuCanvas extends Canvas implements Runnable{ double pi = Math.PI public final int MENURIGHT = 1 public final int MENULEFT = 0 Image menuImage[] = new Image[6] int []jiaodu = {330,30,90,150,210,270} String m
MVADRS_Dark_Pixel_Counting
- This algorithm is to count the dark colored pixels in the input image. This can be used in goods sorting like rice, paddy etc... in paddy or rice or other goods or products to sort out the bad or defect one we can use this algorithm. I had done thi
Dev_io
- 基于CYPRESS CY7C68013 usb2.0的开发程序,该程序演示了访问IO的编写方法。-This directory contains the dev_io 8051 firmware The purpose of this software is to demonstrate how to use the buttons and LED on the EZ-USB developer s kit. The device I/O example progr
This_one
- Cooperative communication_power control a) Generate random binary sequence of +1’s and -1’s. (b) Given different Power to the source and the relay as well (c) Multiply the symbols with the channel and then add white Gaussian noise. (d) At
8253clock
- 本实验利用8253做定时器,用定时器输出的脉冲控制8259产生中断 在8259中断处理程序中,对时、分、秒进行计数,在等待中断的循 环中用LED显示时间。 8253用定时器/计数器1,8253片选接CS4,地址为0C000H。8253时钟 源CLK1接分频电路的F/64输出。分频器的Fin接4MHz时钟。8253的 GATE1接VCC。 8259中断INT0接8253的OUT1,片选接CS5,地址为0D000H。 显示电路的KEY/LED CS 接CS0
DF2C8_03_NixeTube
- :8 个数码管从 0 开始计数,每次增加 1;每位显示的字符包括从 “0~F”16 个十六进制数;  按下复位按键之后,计数从 0 重新开始。由此可验证数码管、有 源时钟和复位按键等功能。-: 8 digital tube starts counting from 0, for each increase of 1 each displayed character from " 0 ~ F" 16 hexadecimal numbers press the
ttye
- To improve network spect ral efficiency , a network coding2aware met rics for wireless routing expected coding2aware t ransmission count ( ECTX) is proposed. In general , there are two steps in cod2 ing2aware routing communication : one is findin
dsq
- 对外部脉冲计数0-F ,带数码管的秒表,占空比1比5的1k矩形波-External pulse count 0-F, with digital control of the stopwatch, duty cycle of a square wave than 5 1k
count
- Flash fla 动态滚动式计数器 源码 用于大屏幕实时显示数据增量-Flash fla dynamic rolling counter source for large-screen display data in real-time incremental
H9
- 本实验利用8253做定时器,用定时器输出的脉冲控制8259产生中断 在8259中断处理程序中,对时、分、秒进行计数,在等待中断的循 环中用LED显示时间。 8253用定时器/计数器1,8253片选接CS4,地址为0C000H。8253时钟 源CLK1接分频电路的F/64输出。分频器的Fin接4MHz时钟。8253的 GATE1接VCC。 8259中断INT0接8253的OUT1,片选接CS5,地址为0D000H。 -useing 8255 and 8253
verilog4
- 用verilog语言编写的数码管显示实验程序。通过分频计数来使数码管以640ms间隔从1变化到F。压缩包内也包含此数码管显示实验程序的modelsim仿真文件。-Verilog language with digital display test program. By dividing the clock count to make the digital control to 640ms intervals from 1 to F. This package also contains a
F77TOF90_STEP1
- 本F77TO90.EXE for window 1) 列出原程序代码 行数 2) 用来将fortran 77 中的首栏”C” comment改成为"!“ 及将第六栏的连续号去除 并在程序前行加入 “&” 连续号 3) 列出所有function 及subroutine 名字 并在该段程序末 加入 end subroutine 名 4) 经执行后 原程序将更容易在 f90中编译执行 5) 提醒输入错误檔名 并请重新输入,或输入999停止 建议首用 scheme 1执行就可
rlc-c51
- c51单片机 rlc f通过555定时器测量,有选择通道,并且使用数码管显示四个按键 可以选择计算测量的值 通过中断实现频率计数,本人呕血编程-rlc f by 555 timer measurement, select a channel, digital display and four buttons can choose to calculate the value of the measurement through the interrupt frequency count, I h
D
- 定义f(x)为整数x的质因数的个数(重复的也计数),求1<=x<=N中f(x)的最大值。-Definition of f (x) x is an integer of the number of quality factor (also repeat count), to demand 1 < = x < = N in the maximum value of f (x).
sobia_poject
- VIDEO TO PROCESS AND COUNT GOW MANY ITEM PASS IN PAICTURE ANSA= SD D SC DS SD DF D SD D SD FSD D F SDF D D F DSF D FD F D FD F DF D FD F DF D F DF SDF DSFSDFDSFSD SDF SDF DF DSF SD FSDF SDF SDFDFDFDFDFDFDSFDFD SDF SDF DF DF D FD FD DF D F S DF S DF S
2.-1-segment-ATMEGA--8-count-(0-to-f)
- 2.1 segment count code with AVR-CV Compiler with proteus simulation
f
- 易语言网页访问计数源码例程程序结合易语言扩展界面支持库和多线程支持库、互联网支持库,实现网页的访问。 -Easy language web access count source routine procedures combined with easy language extensions interface support library and multi threading support library, Internet support library, access to t