搜索结果
找到约 919 项符合
make-ldpc 的查询结果
其他 SENTINEL 的加密狗lic生成工具方法如下 1.copy a870.sentinel to windowssystem32 folder. 2.run Emulator Utility
SENTINEL 的加密狗lic生成工具方法如下
1.copy a870.sentinel to windows\system32 folder.
2.run Emulator Utility and then press install button and close the utility.
3.run wechoid.exe, selector must be 1e or 1c
4.then run LicGen and use selector and code from wechoid.exe w/o 0x, it will make a license ...
单片机开发 getip1.cpp // // This program reports the IP address for each adapter in your machine. // To comp
getip1.cpp
//
// This program reports the IP address for each adapter in your machine.
// To compile from command-line type:
//
// cl getip1.cpp wsock32.lib
//
// Make sure your INCLUDE and LIB environment variables are set up properly
// you can run vcvars32.bat
VC书籍 VC技术内幕第五版,学习VC经典书籍 The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet tech
VC技术内幕第五版,学习VC经典书籍
The 6.0 release of Visual C++ shows Microsoft s continued focus on Internet technologies and COM, which are key components of the new Windows Distributed interNet Application Architecture (DNA). In addition to supporting these platform initiatives, Visual C++ 6.0 also ...
微处理器开发 In term project, we will take the baseline JPEG codec in ARM-based platform system as an example to
In term project, we will take the baseline JPEG codec in ARM-based platform system as an example to practice the design flow in SoC. We divide the project into three
parts, and the goal of each part is described as follow.
Part I: Design a baseline JPEG software codec in C/C++ and port it to ARM cor ...
网络 udp-cast!可以用multicasting的方式把檔案傳送到一個群組
udp-cast!可以用multicasting的方式把檔案傳送到一個群組,很好用~~~~!有興趣的人式式吧。
1.先make
2.會產生兩個兩進位檔,sender用來擴播檔案
詳細就man udp-cast吧
J2ME Have you ever seen players eyes light up as they explore the worlds that you ve created in your gam
Have you ever seen players eyes light up as they explore the worlds that you ve created in your games? If you have, then game development probably has you hooked firmly in its grasp! If you ve never taken your games beyond the PC, now s the time! "J2ME Game Programming" is a hands-on guide that tea ...
Java书籍 All of Java s Input/Output (I/O) facilities are based on streams, which provide simple ways to read
All of Java s Input/Output (I/O) facilities are based on streams, which provide simple ways to read and write data of different types. Java provides many different kinds of streams, each with its own application. The universe of streams is divided into four large categories: input streams and output ...
软件设计/软件工程 This document describes the interface between HLA and Linux via direct system calls. The HLA Standar
This document describes the interface between HLA and Linux via direct system calls. The HLA Standard
Library provides a header file with a set of important constants, data types, and procedure prototypes that you can use
to make Linux system calls.
加密解密 汇编内核的md5算法
汇编内核的md5算法,应网友要求改进了两个部分:
1、采用nasm风格汇编,可以方便的移植到linux平台下。
2、修正了56个字节以上明文加密会出错的bug,对任意长的明文都能够加密
使用方法:
一种方法是使用原代码包中的make.bat,这需要安装nasm编译器;第二种就是直接将md5_x86.obj拷贝到你的工程下,直接使用 ...
数据结构 The Bit Array structure provides a compacted arrays of Booleans, with one bit for each Boolean value
The Bit Array structure provides a compacted arrays of Booleans, with one bit for each Boolean value. A 0 [1] bit corresponds to the Boolean value false [true], respectively. We can look at a stream of bytes as a stream of bits each byte contains 8 bits, so any n bytes hold n*8 bits. And the operat ...