-
code
一种利用硬盘序列号对自开发软件的简单且有效的加密注册方法,适用于发布量不大、尤其不公开发行的专用工程软件。主要目的:为使开发者的软件不被任意复制使用,用户每装一台机器都需要向开发者报知用户号并索取注册号。基本原理:将硬盘序列号做运算后做为用户号,开发者可利用科学型计算器,根据用户报知的用户号和只有自己知道的密钥直接算出注册码返回给用户;用户端不需注册机,开发者也不需解码器,且注册成功后Windows系统会自动保存,以后无需再注册,软件升级也无需重新注册。 所附VC源代码中有实现方法和详细注释。(A use of hard disk serial number from the development of software for simple and efficient encryption registration method is not applicable to the amount released, especially not publicly released a dedicated engineering software. The main purpose: to enable software developers to use not to be arbitrarily copied, each user needs to install a machine to developers informing the user number and request a registration number. Rationale: The hard disk serial number as user numbers do after the operation, developers can take advantage of the scientific calculator, directly calculated by the license is returned to the user based on the user notification of user numbers and only you know the key client without RI, developers also need a decoder, and after successful registration Windows system will automatically save the future without re-registration, software upgrades without having to re-register. There annexed VC source code implementation and detailed notes.)
- 2014-03-25 17:57:13下载
- 积分:1
-
ball
DirectX开发的一个弹球例子,可以模拟弹球的运行轨迹(DirectX development of a pinball example, can simulate the operation of pinball trajectory)
- 2020-10-23 17:27:22下载
- 积分:1
-
COMANDOS-AT
MANUAL DE COMANDO AT PAR PRODUCTOS DE GSM
- 2014-10-27 04:12:14下载
- 积分:1
-
kky
超声波测距,能够实现汽车防撞系统超声波的测距,完全由51单片机控制(Ultrasonic Ranging)
- 2011-11-30 20:44:59下载
- 积分:1
-
ElsGame
说明: 实现俄罗斯方块游戏的简单小程序,适合初学者学习。(A simple Tetris game to achieve a small program, suitable for beginners to learn.)
- 2011-03-22 21:24:17下载
- 积分:1
-
Canny
说明: 用canny算子来检测图像边缘,VC++(Using canny operator to detect image edge)
- 2010-03-28 14:43:47下载
- 积分:1
-
企业资产管理系统 源代码VS2010+MFC+ActiveX
企业管理系统包含有全部代码,管理界面和数据库
- 2022-08-09 14:32:38下载
- 积分:1
-
quanjingtupinheyuchuli
一种有效的全景图拼合预处理算法.适用于图像的拼接。是论文!(An effective pre-processing algorithm together panorama. Splicing applied to images. Is a thesis!)
- 2008-04-15 16:42:03下载
- 积分:1
-
a
说明: 虚拟内窥镜关键技术研究
虚拟内窥镜技术(Virtual Endoscopy)是虚拟现实技术在现代医学中
的应用。它利用医学影像作为原始数据,融合图像处理、计算机图形学、科
学计算可视化、虚拟现实技术,模拟传统光学内窥镜的一种技术。它克服了
传统光学内窥镜需把内窥镜体插入人体内的缺点,是一种完全无接触式的检
查方法。虚拟内窥镜的研究旨在为医生提供诊断依据,还可应用于辅助诊断、
手术规划、实现手术的精确定位和医务人员的培训等。(Research on key technologies of virtual endoscopy virtual endoscopy (Virtual Endoscopy) is a virtual reality technology in modern medicine. It has made use of medical imaging as an original data, the integration of image processing, computer graphics, scientific visualization, virtual reality technology to simulate a conventional optical endoscope technology. It overcomes the traditional optical endoscope to be inserted into the endoscope body of the shortcomings of the human body is a no-contact inspection method. Virtual Endoscopy of the study was to provide diagnosis for doctors, but also applies to diagnosis, surgical planning, to achieve precise positioning of surgical and medical personnel training.)
- 2007-08-05 09:53:18下载
- 积分:1
-
lab2
输入:
输入包括多个测试集,每行为一个正奇数N(1 <= N < 10),
0作为输入的结束且不需要处理。
输出:
对于输入的每一个N, 输出一个它所对应的N阶幻方,如果存在多个,
任意一个即可。
Sample Input
1
3
0
Sample Output
1
4 9 2
3 5 7
8 1 6
(Input: The input includes multiple test sets, each one being the odd behavior of N (1 < = N < 10), 0 as the end of the input and does not require treatment. Output: For each input N, N it corresponds to the output of a magic square, if there is more than one, any one can. Sample Input 1 3 0 Sample Output 1 4 9 2 3 5 7 8 1 6)
- 2014-02-19 15:40:48下载
- 积分:1