搜索结果
找到约 67 项符合
private 的查询结果
按分类筛选
- 全部分类
- Java编程 (10)
- 加密解密 (8)
- 软件设计/软件工程 (4)
- 其他 (3)
- 书籍 (3)
- 电子书籍 (2)
- 其他行业 (2)
- 汇编语言 (2)
- Java书籍 (2)
- matlab例程 (2)
- 单片机开发 (2)
- Linux/Unix编程 (2)
- 技术资料 (2)
- 电源技术 (1)
- 通信网络 (1)
- 数据库系统 (1)
- 操作系统开发 (1)
- 通讯/手机编程 (1)
- 通讯编程文档 (1)
- Internet/网络编程 (1)
- 其他嵌入式/单片机内容 (1)
- J2ME (1)
- 串口编程 (1)
- 其他书籍 (1)
- 书籍源码 (1)
- 软件工程 (1)
- 网络 (1)
- 驱动编程 (1)
- CA认证 (1)
- 文章/文档 (1)
- 金融证券系统 (1)
- 游戏 (1)
- Jsp/Servlet (1)
- 其他文档 (1)
- 源码 (1)
- 软件 (1)
书籍源码 复数运算#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 ...
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
...
其他行业 用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 ...
网络 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 ...
驱动编程 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 ...
Java编程 一个基于Java的小游戏
一个基于Java的小游戏,有助于帮助理解Java中Class之间的数据传递以及public, private variable的不同用法。
加密解密 个人编的rsa的源代码
个人编的rsa的源代码,算出public—private key;其中有Euclid,Extend Euclid的实现,以及Millar-Rabin test的实现,和加密/解密
电子书籍 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 ...
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 ...
软件设计/软件工程 本文以实现最简单的SERIAL KITL为目的
本文以实现最简单的SERIAL KITL为目的,就其实现代码进行跟踪调试,这些代码跨越了WINCE的PLATFORM、PUBLIC、PRIVATE三大主要目录,有些烦琐,不过只要能调通,一切工作和弯路都是值得的。我把调试经验和个人理解写下来,希望能帮助别人少走弯路 ...