登录
首页 » Visual Basic » 190327

190327

于 2020-06-18 发布 文件大小:99KB
0 139
下载积分: 1 下载次数: 0

代码说明:

  设置一次密码,即可使用。支持开机启动,支持无操作锁定。 附带注册机源代码。(Set a password once, you can use it. Support boot start, support no operation lock. Include the source code of registry machine.)

文件列表:

190327, 0 , 2019-08-07
190327\Bas, 0 , 2019-08-07
190327\Bas\MD5Module.bas, 5093 , 2019-02-18
190327\Bas\ModGetCRC32.bas, 1872 , 2019-02-19
190327\Bas\ModMain.bas, 402 , 2008-09-29
190327\Bas\Module1.bas, 2042 , 2019-02-18
190327\Bas\Module2.bas, 2100 , 2019-02-18
190327\Bas\Module3.bas, 5144 , 2019-02-20
190327\Bas\Module4.bas, 3340 , 2019-02-18
190327\Bas\Module5.bas, 1758 , 2019-02-20
190327\Bas\Module6.bas, 14373 , 2019-02-20
190327\Bas\Module7.bas, 12449 , 2019-02-18
190327\Bas\xxxxxxxx.bas, 383 , 2019-02-18
190327\Cls, 0 , 2019-08-07
190327\Cls\cMapFile.cls, 4196 , 2019-02-20
190327\Form, 0 , 2019-08-07
190327\Form\about.frm, 7409 , 2019-03-27
190327\Form\about.frx, 6548 , 2019-03-27
190327\Form\AD.frm, 3770 , 2019-03-11
190327\Form\ChangePassword.frm, 4470 , 2019-03-27
190327\Form\ChangePassword.frx, 3274 , 2019-03-27
190327\Form\Exitform.frm, 4130 , 2019-03-27
190327\Form\Exitform.frx, 3274 , 2019-03-27
190327\Form\guide.frm, 8618 , 2019-04-01
190327\Form\guide.frx, 3274 , 2019-04-01
190327\Form\MainForm.frm, 25232 , 2019-03-27
190327\Form\MainForm.frx, 3274 , 2019-03-27
190327\Form\Monitor.frm, 3031 , 2019-03-12
190327\Form\Register.frm, 4138 , 2019-07-31
190327\Form\Register.frx, 35868 , 2019-07-31
190327\Form\VerificationCode .frm, 6925 , 2019-03-27
190327\Form\VerificationCode .frx, 3274 , 2019-03-27
190327\LockX.RES, 28748 , 2019-02-19
190327\MSSCCPRJ.SCC, 193 , 2007-10-11
190327\Project1.vbp, 1539 , 2019-07-31
190327\Project1.vbw, 834 , 2019-08-07
190327\主程序监控程序, 0 , 2019-08-07
190327\主程序监控程序\Form1.frm, 3267 , 2019-02-19
190327\主程序监控程序\Form1.frx, 3274 , 2019-02-19
190327\主程序监控程序\MSSCCPRJ.SCC, 190 , 2018-10-28
190327\主程序监控程序\工程1.vbp, 916 , 2019-02-19
190327\主程序监控程序\工程1.vbw, 51 , 2019-02-19
190327\图标、图片, 0 , 2019-08-07
190327\图标、图片\145a5509c93d70cf9525eab3f8dcd100bba12b11.png, 22589 , 2014-02-28
190327\图标、图片\IMG_73391.JPG, 32461 , 2019-07-31
190327\图标、图片\Password.ico, 3262 , 2006-05-03
190327\图标、图片\siyecao.ico, 3262 , 2014-02-28
190327\注册码生成程序, 0 , 2019-08-07
190327\注册码生成程序\Bas, 0 , 2019-08-07
190327\注册码生成程序\Bas\ModGetCRC32.bas, 1620 , 2008-09-29
190327\注册码生成程序\Bas\ModMain.bas, 402 , 2008-09-29
190327\注册码生成程序\Cls, 0 , 2019-08-07
190327\注册码生成程序\Cls\cMapFile.cls, 4239 , 2008-09-29
190327\注册码生成程序\Form1.frm, 3595 , 2019-02-20
190327\注册码生成程序\Form1.frx, 3274 , 2019-02-20
190327\注册码生成程序\GetCRC32.vbp, 921 , 2019-02-20
190327\注册码生成程序\GetCRC32.vbw, 122 , 2019-03-27

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • chunk
    chunk for dynamic memory management
    2013-12-06 17:57:12下载
    积分:1
  • ollydbg
    高手使用源码查看 ,壳子侦查,等等,支持使用ollydbg(Use the master source view, shell investigation, etc., support the use ollydbg)
    2013-12-15 08:59:03下载
    积分:1
  • EULER1
    说明:  Euler 回路问题 .问题描述: 对于给定的图G 和G 中的2 个顶点v 和w,连接顶点v 和w 且经过图中每条边恰好1 次 的路径称为顶点v 和w 之间的1 条Euler 路。当v=w 时得到一条首尾相接的Euler 回路。 .编程任务: 对于给定的图G,编程计算图G 的一条Euler 回路。 .数据输入: 由文件input.txt 给出输入数据。第1 行有2 个正整数n 和m,表示给定的图G 有n 个 顶点和m 条边,顶点编号为1,2,…,n。接下来的m 行中,每行有2 个正整数u,v ,表示 图G 的一条边(u,v) 。 .结果输出: 将编程计算出的Euler 回路输出到文件output.txt 。如果不存在Euler 回路,则输出-1。(Euler circuit problem. Problem description : for a given graph G and G of two vertices v, w, connectivity and vertex v w map through which each side precisely the path to a meeting called vertices v, w between a Euler Road. When v = w be an end-to-end circuit Euler. . Programming tasks : for a given graph G, programming terms of a graph G Euler circuit. . Data input : from the document input.txt given input data. Line 1 has two positive integers n and m, to the graph G with n vertices and m edges and vertices numbered 1, 2, ..., n. Next m OK, every trip has two positive integer u, v, said of a graph G edge (u, v). . Results output : Programming will be calculated by Euler circuit output to a file output.txt. If there is no Euler circuit, the output 1.)
    2006-03-29 21:31:15下载
    积分:1
  • aonitor-domain-number
    材料力学课程的作业,用于惯性矩的计算,但也是我平时学VB的积累,(The homework in the mechanics of materials course is used for the calculation of moment of inertia, but it is also the accumulation of VB in my usual study.)
    2018-12-05 05:07:55下载
    积分:1
  • 8756746
    多媒体预约管理,VB+Access,有需要的就下载吧。(Multimedia reservation management, VB+Access, there is a need to download it.)
    2013-08-03 22:44:25下载
    积分:1
  • VB.NET
    完全自己编写的做练习题的软件源代码,包括填空、选择、判断等类型,用ACCESS制作题库。通过这个例子可以学习VB下数据库的使用。(Fully prepared to do their own exercises in the software source code, including fill in the blank, select, judge and other types of produce with ACCESS exam. Through this example we can learn to use the database under VB.)
    2014-01-31 10:25:10下载
    积分:1
  • vbsetimeorder
    远程控制VB源码,有客户端与服务器端,代码比较全(VB rote control)
    2015-04-12 16:46:56下载
    积分:1
  • Prof_UIS
    Prof_UIS2.3源代码,非常漂亮的Docking Windows编程(Prof_UIS2.3 source code, a very beautiful Docking Windows Programming)
    2005-04-27 10:11:01下载
    积分:1
  • ADDevelopBook
    研华“e 时代自动化专家之路”系列丛书,《数据采集系统应用与编程》。包括:PC_Based Control 技术、􀂆 Compact PCI Hot Swap 编程、􀂆 数据采集VC 编程详解、􀂆 数据采集ActiveX 控件编程、􀂆 数据采集LabVIEW 编程、􀂆 工业通讯卡使用、 PC_Based 运动控制系统、􀂆 数据采集系统应用案例、􀂆 数据采集系统选型指南(Advantech " e era of automation experts Road" series, " data acquisition systems and programming." Including: PC_Based Control technology, 􀂆 Compact PCI Hot Swap program, 􀂆 Detailed data acquisition VC program, 􀂆 ActiveX controls data acquisition program, 􀂆 data acquisition LabVIEW program, 􀂆 industrial communications cards, PC_Based motion control system, 􀂆 data acquisition systems case, 􀂆 data acquisition system selection guide)
    2021-02-07 09:09:55下载
    积分:1
  • Shellexecute
    Use the ShellExecute API function to execute a file, launch the Find utility, and perform default actions
    2019-07-11 19:25:45下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载