搜索资源列表
实例81 用C编程获取WPS的文件密码
- 用C编程获取WPS的文件密码-C programming WPS access to the password file
C++通过WIN32 API获取逻辑磁盘详细信息
- 众所周知,在微软的操作系统下编写应用程序,最主要的还是通过windows所提供的api函数来实现各种操作的,这些函数通常是可以直接使用的,只要包含windows.h这个头文件。 里面主要介绍的是几个常用的api函数,通过它我们可以获取用户磁盘的相关信息。-known in the Microsoft operating system, to prepare applications, or through the main windows api provided by the variou
CPU-Z
- CPU-Z SDK获取和查看CPU的相关信息 型号 厂家 温度 电压等详细参数。-CPU-Z SDK access and view information about the CPU temperature and voltage model manufacturers detailed parameters.
MAc
- 用C++获取硬盘的序列号ID以及网卡的MAC地址的源代码,可以用此方式结合md5加密算法进行软件加密。-Using C++ access to the hard drive serial number and ID card of the MAC address of the source code can be used this way md5 encryption algorithm combines encryption software.
sqlitewrapped-1.3.1.tar
- sqlite C++ wrapper 1.3.1,It provides a C++ interface to access sqlite database.-sqlite C++ wrapper 1.3.1, It provides a C++ interface to access sqlite database.
DVB-CSA_descrambling_for_ts
- 支持DVB-S,DVB-T,DVB-C的系统前端加扰和解扰过程,请注意加扰与加密不同,本程序包实现的是纯粹的加扰和解扰过程,不对KEY进行加密传输。要求输入测试文件时,请按照C语言的文件访问要求输入,如key.txt表示你要使用的KEY放在了名为key的txt文件中,不可写成“key.txt”。-To support the DVB-S, DVB-T, DVB-C system front-end process of scrambling and descrambling, please no
ChangeData
- C# ACCESS GSM 短信远程修改数据-C# ACCESS GSM SMS remote modification of data
sns
- C++获取硬盘序列号,身份证作为唯一标示-C++ access to the hard disk serial number, identity card as the only labeled
PassMng
- 个人密码管理工具 使用DES加密,加密后的对象序列化的方式存取。-Personal password management tool uses DES encryption, encrypted way to access the object serialization.
Access
- 利用C++ Builder 6.0 编写的Access 2003密码破解软件-Using C++ Builder 6.0, prepared Password Recovery Access 2003
Exercise2
- 1、(实习题) 请编写一个程序,确定二叉树的特征。如:每个节点的层次,从根到该节点的枝长(路径长度),子孙的个数及祖先的个数。每个节点在前序、中序、后序中的访问的序号。-1, (practice questions) Write a program to determine the characteristics of a binary tree. Such as: the level of each node, the node from the root to shoot length (
C.Encryption.and.decryption
- 简单易用的数据加密和保护软件 一款可以严格控制你的计算机文件访问权的强大工具.特别是在你和别人共用一台机器的时候,你能利用来防止其他用户打开你的私人文件-Easy to use data encryption and protection software, a tightly controlled access to your computer files a powerful tool. Especially if you share a machine with others, you c
beep.c
- 这是一小段PC喇叭发声源码,它显示如何在LINUX应用程序中直接访问硬件端口.-A piece of source codes which implement beep in a application which can direct access hardware io port.
Linux-database-access
- 编写Linux下用C语言访问MySQL数据库的程序.-Linux database access
CPP-code-access-to-the-registry
- C++访问注册表的源代码,本源代码用于C++学习-C++ source code access to the registry, the origin code for C++ learning
DataOperator
- C#对ACCESS数据库操作,C#构建ACCESS数据库,对数据库中表的操作等。-Construction of the ACCESS database operations, C# ACCESS database on the operating table in the database.
rtc-dm355evm
- rtc-dm355evm.c - access battery-backed counter in MSP430 firmware
c
- C语言操作access数据库,利用odbc来操作access数据库的源码-C language operation access database using ODBC to manipulate access database source code
acess-list--deney
- access list acl using c-access list acl using c++
0.c.tar
- 经典的线程例子,使用 pthread 线程库创建两个线程,两个线程都要访问共享变量counter,按照源程序的逻辑,两个线程各循环 5 次,每次循环对 counter 变量加 1,最后打印的结果应该是 10。但是因为线程的特性,两个线程同步执行,所以结果是6,这是很有意思的事情。-The classic example of a thread, the thread using pthread library to create two threads, two threads must acc