-
FIPS中关于随机数测试标准的说明文档。
FIPS中关于随机数测试标准的说明文档。-FIPS random numbers on the testing standards of documentation.
- 2022-03-17 17:09:36下载
- 积分:1
-
华为公司程序培训教材,讲了很多编程中需要注意的问题,对于提高编程规范、编程质量很有帮助,个人认为很不错!...
华为公司程序培训教材,讲了很多编程中需要注意的问题,对于提高编程规范、编程质量很有帮助,个人认为很不错!-Huawei company procedures training materials, he said a lot of programming problems need attention for improving standardized programming, Quality programming helpful, I think is pretty good!
- 2023-04-14 08:35:04下载
- 积分:1
-
本软件提供了VC++中调用Matlab.m函数编译后的动态链接库.Matlab的数值处理能力很强,用VC++调用Matlab函数可以解决很多问题...
本软件提供了VC++中调用Matlab.m函数编译后的动态链接库.Matlab的数值处理能力很强,用VC++调用Matlab函数可以解决很多问题-The software provides a VC Calling Matlab.m function compiled the dynamic link library. Matla b numerical processing capacity strong, with VC Calling Matlab function can solve many problems
- 2022-01-25 23:41:08下载
- 积分:1
-
Garden paths can be drawn on AUTOCAD second development is particularly helpful...
能绘制花园小路 对AUTOCAD二次开发初学者特别有帮助-Garden paths can be drawn on AUTOCAD second development is particularly helpful for beginners
- 2023-07-07 00:25:05下载
- 积分:1
-
最权威的MATLAB电子书教程,非常的经典,用超星阅览器才能观看....
最权威的MATLAB电子书教程,非常的经典,用超星阅览器才能观看.-The most authoritative book MATLAB tutorial,very classic,with SSReader to view it.
- 2023-08-28 23:20:08下载
- 积分:1
-
An introductory manual for the FE method with COMSOL
An introductory manual for the FE method with COMSOL
- 2022-03-17 22:27:55下载
- 积分:1
-
时钟闪烁移动
#include"reg51.h"
sbit SET_K = P1^0; //设置
sbit PLUS_K = P1^1;//左移加1
sbit SHIFT_K = P1^2;//左移
sbit CHANGE_K = P1^3;//切换 年、月、日
bit SecFlag = 0;
bit FlashFlag = 0;
unsigned int Counter = 0;
unsigned char Led0,Led1,Led2,Led3,Led4;
unsigned char Shift;
code unsigned char LedSeg[10] = {0x3f,0x06,0x5B,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void Time0() interrupt 1 // 0: EX0 1:Time0 2: EX1 3: Time1,4:serial 中断
{
static unsigned int IntCnt;
TH0 = 0xfc;
TL0 = 0x66;
if(++IntCnt > 1000)
{
IntCnt = 0;
SecFlag = 1;
}
switch(++Counter%5) //显示功能
{
case 0:
- 2022-03-02 21:20:39下载
- 积分:1
-
VC insider source technology
VC技术内幕源程序-VC insider source technology
- 2022-04-10 23:44:55下载
- 积分:1
-
本书第二部分讲述的是在Wi n 3 2平台上的Wi n s o c k编程。对于众多的基层网络协议,
Wi n s o c k是访问它们的首选接口。而且在每...
本书第二部分讲述的是在Wi n 3 2平台上的Wi n s o c k编程。对于众多的基层网络协议,
Wi n s o c k是访问它们的首选接口。而且在每个Wi n 3 2平台上,Wi n s o c k都以不同的形式存在着。
Wi n s o c k是网络编程接口,而不是协议。它从U n i x平台的B e r k e l e y(B S D)套接字方案借鉴了
许多东西,后者能访问多种网络协议。在Wi n 3 2环境中,Wi n s o c k接口最终成为一个真正的
“与协议无关”接口,尤其是在Winsock 2发布之后。-book on the second part of the Wi n 3 2 on the platform"s Wi n o c k programming. To many of the grass-roots network protocol, Wi n s o c k is to visit their preferred interface. But in each Wi n 3 2 platform, Wi n o c k"s in different forms exist. Wi n s o c k network programming interface, rather than agreement. From U n i x platform B e r k e l e y (S B D) socket program draws many things, The latter would be able to visit a variety of network protocols. In Wi n 3 2 environment, Wi n o c k s interface will eventually become a real "agreement has nothing to do with the" interface, especially in the Winsock 2 was released.
- 2022-04-11 16:31:07下载
- 积分:1
-
MySQL4.1.0中文手册
MySQL4.1.0中文手册-Chinese manual MySQL4.1.0
- 2022-05-05 02:33:55下载
- 积分:1