搜索资源列表
ndate
- unix平台c语言,输入8位日期,输出下一日-unix platform c language, input 8 date, output the next day
daytime
- ANSI C语言底层日期基础函数封装,弥补了c语言日期处理的薄弱-Date of foundation underlying ANSI C language function package, to make up for the weak c language processing date
syscall
- fprintf(stdout,"*** *** Help information for s*** *** *\n",APP_NAME) fprintf(stdout,"[Usage] s -[b:n:c:w:p:rsdh] <value>\n", APP_NAME) fprintf(stdout,"Version: s, Date: s, Author: Youri Zhang\n\n", VERSION, BUILD_DATE) fprintf(stdou
ymjxxt_1.10
- 楹栋DNSpod域名解析系统可以通过DNSpod建立自己的域名解析平台,可向用户提供独立的控制面板。 系统功能: 1 增加、修改、删除DNSpod用户中的域名 2 同步、同步全部DNSpod用户中的域名到本地 3 可以设置域名的注册时间、到期时间 4 独立的用户域名控制面板登录页面-Ying Dong DNSpod DNSpod Domain Name System can create your own DNS platform to provide use
CH7
- 使用1582年作为重大转变的日期,进行各类日期日历万年历编码-Use 1582 as the date of major changes,Various types of calendar calendar date code
usbCam-for-s3c2410
- 基于s3c2410的行车记录仪,qt编写,有图像动态显示,截图,保存图片以日期方式命名等功能,使用的软件QT4.6.3 qte也是这个版本-S3c2410 based on the tachograph, qt write, there is a dynamic display images, screenshots, save the picture to date are named, and other functions, the software is also used in thi
Date.tar
- 使用c++ 实现对类的重载运算符的基本运用-Use heavy-duty exercise c++ realization of the class
Pi-1602-ds18b20
- 树莓派+DVK511扩展板+1602显示屏的简单例程,能显示系统温度,空闲内存,当前IP(方便SSH连接),DS18B20温度.-This procedure for Raspberry Pi via DVK511 1602 demonstration effect expansion board, the use of the library and its incidental wiringPi LCD library GPIO and operate 1602. The default d
kernel_timer
- linux设备驱动 内核定时器 在 Linux 内核中,时间由一个名为 jiffies 的全局变量衡量,该变量标识系统启动以来经过的滴答数。在最低的级别上,计算滴答数的方式取决于正在运行的特定硬件平台;但是,滴答计数通常在一次中断期间仍然继续进行。 Linux 提供了一个简单的 API 来构造和管理计时器。它包含一些函数(和助手函数),用于创建、取消和管理计时器。 计时器通过 timer_list 结构定义,该结构包括实现一个计时器所需的所有数据(其中包括列表指针和在编译时配