搜索资源列表
TimeOfSecond
- 把一个年、月、日、时、分、秒的时间转换为一个基于1970年1月1日0时0分0秒的秒数;或者把一个基于1970年1月1日0时0分0秒的秒数转换为一个年、月、日、时、分、秒的时间。本源码考虑了闰年因素的影响。在嵌入式开发中,当没有RTC时,这种转换非常有用,可以比较容易地维持一个系统时间。-put a year, month, day and hour, minute and second time for a change based on at 0:00 a.m. on January 1, 1
duodaochenxuzhuanhuan
- 实现多道程序的转换调度 题目要求:(作业调度和进程调度结合在一起) 作业流信息是从指定文本文件(TXT文件)中读取 作业信息: 作业号 进入系统时间 估计运行时间 优先级 内存需求量 磁带机需求量 都为整型 作业调度算法:1、先来先服务;2、最短作业优先 进程调度算法:1、先来先服务;2、基于优先级的算法(静态优先级)(二者选一) 输出:作业序列 格式:作业号 时间间隔 1 800-810 (/* 8:00-8:10 */) 2 810-900
PIC16F874
- 在系统中把接收到的数据处理后,显示到图形液晶屏上。限于篇幅在这里只给出数据接收部分程序,并且只接收经度和时间信息,并且给出格林威治时间转换为北京时间的转换函数。其他数据接收程序类似
TimeTrans
- GPS时间系统转换程序。通用时到儒略日,儒略日到GPS时,通用时到GPS时之间的相互转换
排队管理系统源码
- 6位LCD液晶显示:前两位显示队列号,后四位显示顾客排队号码。 登录:在一天工作开始前,输入员工代码(最大4位数)进行登录。 退出:在一天工作结束后,退出系统。 顺呼:呼叫第一位或下一位顾客。 重呼:第一次呼叫顾客时没有响应,重新进行呼叫。 弃号:多次呼叫后,顾客依然没有响应,可能顾客已弃号,然后呼叫下一位顾客。 回呼:顾客错过机会或需多柜台服务时,键入其号码进行呼叫(注:回呼的号码必须是已被呼叫过的号码)。 优先:碰到紧急或有特殊关系的顾客,可优先呼叫
DateTime2Hex
- 1.将当前系统时间转换为十六进制并存盘 2.将十六进制字符串转换为时间 3.计算十八位二进制数据的模,检验校验和-The current system time converted to hexadecimal and save two hexadecimal string converted to 3. Calculation of the modulus of the 18-bit binary data, inspection and calibration and
EST-Evilhsu
- 系统锁定功能为单独软件被认为是病毒(应该是对软件加壳进行报警),部分杀毒软件会认为blackskylock.bin是病毒。 软件功能: 1.系统信息获取 2.文件信息获取 3.系统进程管理 4.系统服务管理 5.系统驱动管理 6.硬盘信息获取 7.注册表启动项管理 8.终端服务(3389)端口修改 9.MD5算法加密模块 10.BASE64算法加密解密模块 11.URL编码功能和十六进制转换功能 12.文件压缩模块(Dwing的算法)
GPS
- GPS系统中常有多种时间格式,此程序用来实现各种时间格式之间的转换。-there is a lot of time partens in the GPS systems. this proceture is used to transfer among the partens.
time
- 各个时间系统的相互转换,如儒略日和通用时,-the mutual conversion of each time system
Desktop
- 这是一个在C的实现本地时间与格林威治时间的转换,以及显示系统信息的程序,里面有详细的注释说明-This is a C implementation of local time and GMT time conversion, and display system information program, there are detailed explanatory notes
gettime
- 该程序示范了获取系统时间,并对时间进行转换的方法-The program shows how to get the system time, and time conversion method
UnixTime
- unix时间戳与计算机系统时间互相转换。系统时间转换成unix时间戳与unix时间戳转换为系统时间。-unix timestamps are interchangeable with the computer system time. System time to convert a unix timestamp and unix timestamp is converted to the system time.
sofa_c-20120301
- 天文学和大地测量学常见的代码集,C++,包含常用的时间系统和坐标系统转换等功能-fundamental function and program for Geodesy and Astronomy, written in C
GTT
- 用于转换GNSS时间系统的工具,包括周日,民用时和儒略日等-A GNSS Time Convert Tool
rtkcmn
- 多种坐标系转换,时间系统转换源代码。参考rtklib 内容包括:gps时转北斗时及世界协调时,空间直角坐标系转大地坐标系以及站心系。-A variety of coordinate system conversion, time system transform the source code. Reference rtklib Contents include: GPST2BDT GPST2UTC ECEF2BHL ECEF2NEU
6502写的多线程系统
- //优点:时间查询式转换任务,每个任务运行一次交出使用权,延时一定的clock(其间让别的任务运行),,当几个任务都在等拿使用权时,最高优先级的任务得到优先运行权 //(没有延时clock只能使用最低优先级(且只能有一个没有延时任务),这样,这个任务可以不停的环型运行。(除非有高优先级任务打断一下)) //缺点:如任务不交出使用权,别的任务没法运行。如某一个任务运行时间超过clock,将影响短时间休息的任务的时间精度(不影响整体时间)。 //突发事件。(可使用中断使任务wakeup) /
CalLibrary
- 内含有矩阵操作、大地坐标正反算、时间与空间系统转换……(Contains matrix operations, geodetic coordinates, positive and negative calculation, time and space system conversion......)
20170331epoch2bdt
- UTC时间、GPST、BDT、年积日之间相互转换的C#程序。 小程序,可用于时间系统转换、从IGS下载数据之前的时间查询。(A C# program of the conversion between UTC time, GPST, BDT, and day of year . A small program, can be used for time, system conversion, the time query before download data from IGS.)
matlab cal2gps
- 将格里高利时间系统转换成GPS使用的时间系统。 格式参照函数名。和读取sp3格式文件(Convert the Gregory time system to the time system used by GPS. Format reference function name)
系统计时
- 主要是对系统时间计算等应用方式的转换判断!(System time calculation and other application methods)