搜索资源列表
ctime
- 在sco unix 下显示前n天或后n天日期的处理程序。 printf(\"功能: 时间戳与时间格式字符串的转换程序\\n\") printf(\" -i 输入的参数为时间戳\\n\") printf(\" -s 输入的参数为格式化时间\\n\") printf(\" -t 输入的时间取当前系统时间\\n\") printf(\" -x 输入的时间增加或减少的天数\\n\") printf(\" -o 输出的时间为时间戳格式\\n\") printf(\"
phpbook
- PHP留言本 设计流程: 1.需求分析: 留言本要是实现的功能是用户留言,回复留言。显示留言用户的信息,显示回复信息和回复信息的用户信息。设计一个管理员管理留言功能。 2.数据库设计: 在mysql下创建相应的数据库。 3.代码编写: 使用php语言编写代码。 运行环境: Windows/linux操作系统 PHP环境 + mysql 功能概述: 1. 留言和回复留言功能 2. 显示留言者的留言时间,email,QQ号码 3. 可以向留言
PEinstalling
- 查看一个Exe 文件所有链接的 dll 及所用的函数,类似于Depends-See a Exe file of the dll and all the links used in a function, similar to Depends
Job
- 操作系统课程设计:单道系统三种作业调度算法模拟 ○1、在数据结构上选择单向链队,即后备作业队列的每个结点表示一个作业块,每个作业块即JCB包含如下信息:作业名,到达时间,所需时间,已运行时间,作业状态,所需主存大小,所需磁带机数目。 ○2、提交新作业时,调用函数EnQueue(m_JobName,m_NeedTime)即将作业插入到后备作业队列的末尾。接着判断内存作业队列是否为空,若为空则将后备作业调入内存运行并启动计时器SetTimer(1,1000,NULL),更新列表框控件的信息的
cephes-math-28.tar
- Cephes Mathematical Library. Latest Linux distribution, dated 6/4/00. Special functions and other goodies in C, including long double precision routines for 68K, 386, and sparc processors. This is the most complete distribution package of the functio
LVC_Mixer_VarSlope_SetTimeConstant
- DEscr iptION: / / This function calculates the step change for fractional gain for a given time constant, sample rate and num channels Delta=214748364741000/NumChannelsSampleRateTc_millisec in Q 0.31 format. -DEscr iptION: / / This function
get-father-process-name
- 在应用程序中调用内核函数获取父进程的全路径名的最好方法。在辨识由谁启动的时候要用。-关闭翻译英语中文德语检测语言 中文(简体)英语日语 翻译文字或网页 在应用程序中调用内核函数获取父进程的全路径名的最好方法。在辨识由谁启动的时候要用。 请键入文字或网站地址,或者上传文档。 取消 Zài yìngyòng chéngxù zhōng tiáo yòng nèihé hánshù huòqǔ fù jìnchéng de quán lùjìng míng de zuì
456
- RSA算法的C语言实现 1.密钥的产生 (1)选两个安全的大素数p和q。 (2)计算n=p×q,φ(n)=(p-1)(q-1),其中φ(n)是n的欧拉函数值。 (3)选一整数e,满足1<e<φ(n),且gcd(φ(n),e)=1。 (4)计算d,满足de≡1 modφ(n),即d是e在模φ(n)下的乘法逆元,因e与φ(n)互素,由模运算可知,它的乘法逆元一定存在。 (5)以{e,n}为公开钥,{d,n}为秘密钥。 2.加密 加密时首先将明文M比特串分组
censor
- Write a function called quadrants that takes as its input argument a scalar integer named n. The function returns Q, a 2n-by-2n matrix. Q consists of four n-by-n submatrices. The elements of the submatrix in the top left corner are all 1s