搜索结果

找到约 67 项符合 private 的查询结果

书籍源码 复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) C

复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) Complex(int a) { Real = a Image = 0 } void print() const friend Complex operator+ ( const Complex & c1, const Complex & c2 ) friend Complex operator- ( const Complex & c1, const Complex & c2 ) friend ...
https://www.eeworm.com/dl/532/314582.html
下载: 94
查看: 1040

Java编程 MediaPlayer代码

MediaPlayer代码,部分代码,合适请用: import java.awt.* import java.awt.event.* import javax.swing.* import javax.media.* import java.io.* import java.util.* //为了导入Vector //import com.sun.java.swing.plaf.windows.* public class MediaPlayer extends JFrame implements ActionListener,Runnable ...
https://www.eeworm.com/dl/633/318167.html
下载: 88
查看: 1037

其他行业 用VB做QQ强制聊天器 用VB做QQ强制聊天器 大家好..我是愚罪..QQ:303931726 今天教大家来用VB做QQ强制聊天器..... 废话不多说了``` 直接打开VB

用VB做QQ强制聊天器 用VB做QQ强制聊天器 大家好..我是愚罪..QQ:303931726 今天教大家来用VB做QQ强制聊天器..... 废话不多说了``` 直接打开VB 新建一个EXE文件..新建一个Text和一个Command按纽 最后直接把代码写上去就可以了... Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" _ (By ...
https://www.eeworm.com/dl/668/331526.html
下载: 66
查看: 1078

网络 xl2tpd is an implementation of the Layer 2 Tunnelling Protocol (RFC 2661). L2TP allows you to tunne

xl2tpd is an implementation of the Layer 2 Tunnelling Protocol (RFC 2661). L2TP allows you to tunnel PPP over UDP. Some ISPs use L2TP to tunnel user sessions from dial-in servers (modem banks, ADSL DSLAMs) to back-end PPP servers. Another important application is Virtual Private Networks where the I ...
https://www.eeworm.com/dl/635/337447.html
下载: 91
查看: 1062

驱动编程 AC97 Sample Driver and Related Code Samples. This directory contains a sample AC97 adapter driver a

AC97 Sample Driver and Related Code Samples. This directory contains a sample AC97 adapter driver and several related code samples. These samples need to be compiled with the Windows .NET or Windows XP build environment but are binary compatible with older operating systems like Windows 2000. To bu ...
https://www.eeworm.com/dl/618/338157.html
下载: 162
查看: 1065

Java编程 一个基于Java的小游戏

一个基于Java的小游戏,有助于帮助理解Java中Class之间的数据传递以及public, private variable的不同用法。
https://www.eeworm.com/dl/633/349351.html
下载: 189
查看: 1042

加密解密 个人编的rsa的源代码

个人编的rsa的源代码,算出public—private key;其中有Euclid,Extend Euclid的实现,以及Millar-Rabin test的实现,和加密/解密
https://www.eeworm.com/dl/519/357040.html
下载: 49
查看: 1029

电子书籍 The literature of cryptography has a curious history. Secrecy, of course, has always played a centra

The literature of cryptography has a curious history. Secrecy, of course, has always played a central role, but until the First World War, important developments appeared in print in a more or less timely fashion and the field moved forward in much the same way as other specialized disciplines. A ...
https://www.eeworm.com/dl/cadence/ebook/376273.html
下载: 34
查看: 1051

matlab例程 Quaternions are hypercomplex numbers (that is generalizations of the complex numbers to higher dimen

Quaternions are hypercomplex numbers (that is generalizations of the complex numbers to higher dimensions than two). For an introduction, refer to the Wikipedia article on Quaternions. Quaternion toolbox for Matlab&reg extends Matlab&reg to allow calculation with matrices of quaternions in almost t ...
https://www.eeworm.com/dl/665/379151.html
下载: 133
查看: 1036

软件设计/软件工程 本文以实现最简单的SERIAL KITL为目的

本文以实现最简单的SERIAL KITL为目的,就其实现代码进行跟踪调试,这些代码跨越了WINCE的PLATFORM、PUBLIC、PRIVATE三大主要目录,有些烦琐,不过只要能调通,一切工作和弯路都是值得的。我把调试经验和个人理解写下来,希望能帮助别人少走弯路 ...
https://www.eeworm.com/dl/684/408214.html
下载: 168
查看: 1053