调用简单,下拉传一日期加类型即可转换日期的类型,如: CalConvert(new Date(2010,3,19), false) //农历转换为公历 CalConvert(new Date(2010,3,19), true)//公历转换成农历
2021-04-25 12:10:50 15KB js 农历公历日期 javascript
1
百度坐标,84坐标,gjc02坐标系之间的转换函数
2021-04-12 11:08:23 14KB 坐标系转换 mysql函数
1
GPS UTC与北京时间的转换函数,很好用!给大家分享!
2021-04-10 21:55:56 5KB GPS UTC时间转换
1
该文件中包含有2大部分,分别是: 1、C++对Excel文件尽心读写操作,使用NPOI开源库进行操作Excel文件,电脑中 没有安装office也不影响对Excel的操作; 2、另一部分则是C++对一个格式数据的转换函数
2021-03-27 20:17:08 1.65MB C++ NPOI EXCEL OFFICE
1
# 目的是掌握IEEE的转换功能。 numeric_std软件包(请参阅提供的文件“ VHDL_1164pkg.pdf”)来解决 VHDL。 # Describe in behavioral VHDL a modulo-m up/down counter with the following interface: – Generics • Modulo base (m with default value of 16) – Inputs • Clock (clk -> 1 bit) • Asynchronous reset (rst -> 1 bit) • Counting direction (up_down -> 1 bit) – 1 -> Counting up, – 0 -> Counting down – Outputs • Count value (count -> [log2(m)] bits) # The mod-m up/down counter should work as follows: – When counting up (up_down = '1'), it starts from 0, 1, 2, ..., m-1 (e.g., when m = 27 as in the provided testbench, then it should count 0, 1, 2, ..., 26 and then loops back to 0, 1, and so on) – When counting down (up_down = '0'), it starts from m-1, m-2, ..., 2, 1, 0 (e.g., when m = 27 as in the provided testbench, then it should count 26, 25, ..., 2, 1, 0 and then loops back to 26, 25, and so on) # In Vivado: – Create a project – Add design and simulation source files – Run behavioral simulation – Waveform configuration
2021-03-18 11:10:15 204KB vhdl
这是一个基于matlab图像复原处理包,其中包括图像的模糊、维纳滤波、盲反卷积、点扩散函数和光学转换函数互相转化
2019-12-21 21:28:05 567KB 图像复原 维纳滤波 盲反卷积 PSF
1
C语言版经纬度与高斯投影相互转换函数,实现了不同坐标系之间转换
2019-12-21 19:32:17 2KB 北斗 GP 坐标转换
1
嵌入式开发时经常要用到字符串转换函数sprintf,但标准C函数库非常占内存,重写更高效更精简的sprintf函数,比C标准库里自带的sprintf更高效,适用于嵌入式或上位软件开发。
2019-12-21 19:24:35 1KB 嵌入式 开发 字符串转换 函数
1
自实现的UTC时间与本地时间的转换(这里只转换成了UTC0区,要到自己的时区自己加上偏移.同时实现了UTC到本地时间的转换和本地时间到UTC时间转换. UTC时间使用的是32位整型实现.没有使用64位.因此只能存储约132年之间的时间. 单位为s. 同时附上一个UTC转换工具.便于对比UTC时间转换是否正确. 工具会把时间自动从UTC时间转换成年月日后进行时区校正.因此如果想要结果一致.请把系统时间(windows)调整为UTC0区.
2013-05-12 00:00:00 1.7MB UTC ARM LOCALTIME
1