-
gettimegettimegettimegettimegettimegettime
获取时间获取时间
- 2022-06-02 13:24:48下载
- 积分:1
-
汽车租赁系统
成立了租车服务公司的系统,以帮助客户端。该系统将帮助职员以及所有者来安排自己的时间。问卷 weredistributed 向 10 名成员 5 客户端。作为这项调查的结果,大多数人在抱怨崩溃记录。然而,有些客户更喜欢 payingonline 而不是身体去公司。此外,clientslike 被告知立即预订后的 75%。大约 95%的 clientssuggest 系统应 7 24 小时工作。此外,还有一些员工建议的系统应该有备份的计划,同时运行该系统。作为 employeeanxiety,85%发现系统需要有用于排列 andexecuting 文件的应用程序
- 2022-07-02 13:59:58下载
- 积分:1
-
CCS基础代码
MEMORY
{
PAGE 0:
VECS: org=0x0080, len=0x80
PROM: org=0x1000, len=0x1000 /* 4k words */
PAGE 1:
STACK: org=0x100, len=0x400 /* 1k words */
DARAM: org=0x2000, len=0x1000 /* 4k words */
}
SECTIONS
{ .text :> PROM PAGE 0
vectors :> VECS PAGE 0
.bss :> DARAM PAGE 1
.data :> DARAM PAGE 1
}
- 2022-07-18 04:00:20下载
- 积分:1
-
这是一个关于圆周率算法的C语言程序算法,是关于精确计算圆周率...
这是一个关于圆周率算法的C语言程序算法,是关于精确计算圆周率-on pi algorithm C language programming algorithm is accurate calculation of pi
- 2022-09-27 15:50:02下载
- 积分:1
-
FSQP算法,用于非线性优化,c源码
FSQP算法,用于非线性优化,c源码-FSQP algorithm for nonlinear optimization, c FOSS
- 2022-07-18 01:30:46下载
- 积分:1
-
可以方便的进行三次以内方幂求和公式的自动推导 此代码为独创...
可以方便的进行三次以内方幂求和公式的自动推导 此代码为独创-Can easily be a power of less than three times the automatic derivation of the summation formula for the original code
- 2022-08-22 03:01:03下载
- 积分:1
-
用VC访问informix数据库的例子
用VC访问informix数据库的例子-VC visit informix database examples
- 2022-05-05 10:57:44下载
- 积分:1
-
一个创建任务计划的类,改类提供了许多接口,如任务名,任务执行频率等,使用及其方便。...
一个创建任务计划的类,改类提供了许多接口,如任务名,任务执行频率等,使用及其方便。-A mission plan to create categories, change category to provide a number of interfaces, such as mission, and mission implementation of frequency, use and convenience.
- 2022-03-22 20:38:13下载
- 积分:1
-
C
C-编译器的设计文档与源代码.-C-Compiler design documents and source code.
- 2022-07-19 20:50:55下载
- 积分:1
-
本软件包是《C 语言105》所附带的光盘,在TurbC++ 或者是TurbC 上都可以运行,但不可以在VC中使用。...
本软件包是《C 语言105》所附带的光盘,在TurbC++ 或者是TurbC 上都可以运行,但不可以在VC中使用。-The package is C Language 105 attached to the CD-ROM, in TurbC++ Or TurbC both can run, but can not be used in the VC.
- 2022-06-17 11:14:07下载
- 积分:1