-
dlldiaoyong
一个简单的dll编写和dll调用,实用方便,给初学者看看!( )
- 2013-10-18 11:17:54下载
- 积分:1
-
PL0-The-compiler
一、完成的实验内容及说明
基本内容
(1)扩充赋值运算:+ 和 -
(2)扩充语句 REPEAT
<语句序列>
DOWHILE <条件>
其中,<条件>是循环条件,即条件成立时,重复执行循环体的< 语句序列>
选做内容
(1)增加运算:++ 和 。
(2)增加类型:① 字符类型; ② 实数类型。
(3)扩充函数:① 有返回值和返回语句;② 有参数函数。
(4)增加一维数组类型
(A, the experiment content and complete
The basic content
Operation: (1) expand the assignment+ and
(2) REPEAT expansion statements
< > statement sequence
Conditions of DOWHILE < >
Among them, the conditions of < > is loop condition, namely conditions founded, repeat the loop body < > statement sequence
Choose to do content
(1) operation:++ and .
(2) types: (1) character types (2) real types.
(3) the expansion of function: (1) has a return value and return statement (2) a parameter function.
(4) increase a one-dimensional array type)
- 2020-07-16 22:38:54下载
- 积分:1
-
读取二代身份信息并进行管理,调试通过
读取二代身份信息并进行管理,调试通过
- 2015-04-14下载
- 积分:1
-
getmac
vc编写的获取windows平台网络硬件地址的软件(get windows mac address)
- 2020-06-21 19:00:01下载
- 积分:1
-
SamplePreview
机器视觉相机中驱动使用例子,在机器视应用中非常有用,适合学习,希望对大家有帮助。(Machine vision camera driver uses the example, depending on the machine is very useful in applications for learn, we want to help.)
- 2016-10-10 22:25:25下载
- 积分:1
-
checqed_frjmula
运行期间鼠标移动控件位置 运行期间鼠标移动控件位置delphi,(During a run during the running of mouse control position the mouse controls the Delphi location,)
- 2017-04-11 08:06:55下载
- 积分:1
-
Microsoft-Visual-C-6.0preference
本书是一本比较全面的VC的编程手册,帮你快速掌握VC,是开发必不可少工具。( A book of VC preference,it is useful for you.)
- 2017-05-14 23:17:01下载
- 积分:1
-
LCD
优龙YLP270的LCD裸机测试程序,欢迎下载(Liuzhou excellent YLP270 the LCD bare-metal test procedures are welcome to download)
- 2008-01-18 11:29:50下载
- 积分:1
-
VolumeSerial_src
change the drive s serial number on three different file systems: FAT, FAT32 and NTFS. The article s source code files come with a home made DiskSector read/write class for WinNt/2k/XP and Win9x system. The article also comes with a handy dialog based application that allows you change the serial number visually.
- 2008-12-16 15:48:48下载
- 积分:1
-
C#创建数字证书并导出为pfx,并使用pfx进行非对称加解密完整示例源码下载
我的项目当中,考虑到安全性,需要为每个客户端分发一个数字证书,同时使用数字证书中的公私钥来进行数据的加解密。为了完成这个安全模块,特写了如下一个DEMO程序,该DEMO程序包含的功能有:1:调用.NET2.0的MAKECERT创建含有私钥的数字证书,并存储到个人证书区;2:将该证书导出为pfx文件,并为其指定一个用来打开pfx文件的password;3:读取pfx文件,导出pfx中公钥和私钥;4:用pfx证书中的公钥进行数据的加密,用私钥进行数据的解密;
- 2013-09-23下载
- 积分:1