搜索:decimal

找到约 31 项符合「decimal」的查询结果

结果 31
https://www.eeworm.com/dl/518/187750.html 数值算法/人工智能

ACM试题Problem K:Ones Description Given any integer 0 <= n <= 10000 not divisible by 2 or 5,

ACM试题Problem K:Ones Description Given any integer 0 <= n <= 10000 not divisible by 2 or 5, some multiple of n is a number which in decimal notation is a sequence of 1 s. How many digits are in the smallest such a multiple of n?
下载 109
·
查看 1869
https://www.eeworm.com/dl/633/450059.html Java编程

A Celsius-Fahrenheit-Kelvin -converter using NetBeans IDE.An application that converts between Celsi

A Celsius-Fahrenheit-Kelvin -converter using NetBeans IDE.An application that converts between Celsius, Fahrenheit, and Kelvin degrees. For each unit, there is a text field showing the temperature, and a button that activates the conversion from that unit to the other units. Show ...
下载 131
·
查看 1099
https://www.eeworm.com/dl/663/436194.html VHDL/FPGA/Verilog

Working RS232 controller running at 9600 Hz. Consist of Transmitter and Receiver Module. Tested i

Working RS232 controller running at 9600 Hz. Consist of Transmitter and Receiver Module. Tested in FPGA Spartan 3 Included files for testing at FPGA - Scan4digit .vhd - to display at 7 sgement display - D4to7 .vhd - Convert HEX decimal to ASCII code.
下载 58
·
查看 1057
https://www.eeworm.com/dl/633/410866.html Java编程

This article presents GISCoordinate.java - a class that allows you to represent a GIS coordinate in

This article presents GISCoordinate.java - a class that allows you to represent a GIS coordinate in your JAVA code in decimal degrees (38.4443, e.g. 122.33433) , minute degrees (33 44 22E, 122 33 44N), or radian degrees. Also, you can use this class to manipulate the coordinate, ...
下载 125
·
查看 1113
https://www.eeworm.com/dl/520489.html 源码

仙剑vs版

Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005
下载 1
·
查看 58
https://www.eeworm.com/dl/693/154064.html GPS编程

Unzip this file into a writeable directory. You should end up with a "Geocode" project, as well as

Unzip this file into a writeable directory. You should end up with a "Geocode" project, as well as Bitmaps and TestData directories. This sample geocodes single-match zip codes, entered by the user, or a batch-match of a table of zips (and other info) against a point shapefile. ...
下载 160
·
查看 1112
https://www.eeworm.com/dl/655/375113.html 微处理器开发

Flex chip implementation File: UP2FLEX JTAG jumper settings: down, down, up, up Input: Reset -

Flex chip implementation File: UP2FLEX JTAG jumper settings: down, down, up, up Input: Reset - FLEX_PB1 Input n - FLEX_SW switches 1 to 8 Output: Countdown - two 7-segment LEDs. Done light - decimal point on Digit1. Operation: Setup the binary input n number. Press the Reset s ...
下载 181
·
查看 1086
https://www.eeworm.com/dl/505/23790.html 电源技术

可程式盘面型位数电表

精确度0.05%满刻度±1位数(Accuracy 0.05%F.S.±1digit) 可测量交直流电流/交直流电压/电位计/传送器/Pt-100/荷重元/电阻等信号(Measuring DCA/DCV/ACA/ACV/Potentiometer/Transmitter/Pt-100/Load Cell/Resistor/etc……) 显示范围0-19999可任意规划(Programmable rate ...
下载 75
·
查看 1077
https://www.eeworm.com/dl/517754.html 其他

有限差分法

function [alpha,N,U]=youxianchafen2(r1,r2,up,under,num,deta)      %[alpha,N,U]=youxianchafen2(a,r1,r2,up,under,num,deta)   %该函数用有限差分法求解有两种介质的正方形区域的二维拉普拉斯方程的数值解   %函数返 ...
下载 3
·
查看 324
https://www.eeworm.com/dl/517413.html 源码

数据结构实验

#include <stdio.h>   #include <stdlib.h> ///链式栈      typedef struct node   {       int data;    &nb ...
下载 2
·
查看 81