搜索结果

找到约 344 项符合 PUBLIC-domain 的查询结果

汇编语言 class Time { public: Time(int =0,int =0,int =0) void setTime(int,int,int) void printMilita

class Time { public: Time(int =0,int =0,int =0) void setTime(int,int,int) void printMilitary() void printStandard() private: int hour int minute int second }
https://www.eeworm.com/dl/644/270637.html
下载: 62
查看: 1062

系统设计方案 PKI(public key infrastructure) and CA(certificate authority)

PKI(public key infrastructure) and CA(certificate authority)
https://www.eeworm.com/dl/678/284898.html
下载: 157
查看: 1030

CA认证 PKI(public key infrastructure) and CA(certificate authority)

PKI(public key infrastructure) and CA(certificate authority)
https://www.eeworm.com/dl/640/284899.html
下载: 174
查看: 1047

其他书籍 对应於codeworker的说明文档;CodeWorker is a versatile Open Source (GNU Lesser General Public License) parsing

对应於codeworker的说明文档;CodeWorker is a versatile Open Source (GNU Lesser General Public License) parsing tool and a source code generator devoted to generative programming.
https://www.eeworm.com/dl/542/297605.html
下载: 147
查看: 1069

磁盘编程 //按柱面和磁道来读取磁盘数据,要求 Public Function ReadDisk(ByVal Cylinders As Long, ByVal Tracks As Long, db() As

//按柱面和磁道来读取磁盘数据,要求 Public Function ReadDisk(ByVal Cylinders As Long, ByVal Tracks As Long, db() As Byte) As Boolean
https://www.eeworm.com/dl/629/301124.html
下载: 26
查看: 1037

3G开发 This m file plots the time and frequency domain of UWB PPM(pulse position modulated) waveforms(monoc

This m file plots the time and frequency domain of UWB PPM(pulse position modulated) waveforms(monocycles and doublets) with different pulse recurring frequency (PRF)and information rates.
https://www.eeworm.com/dl/701/313973.html
下载: 116
查看: 1054

书籍源码 复数运算#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编程 编写JavaBean必须满足以下几点: 所有的JavaBean必须放在一个包中 JavaBean必须声明成public class类型 所有的属性必须封装 设置和取得属性可以通过set,get

编写JavaBean必须满足以下几点: 所有的JavaBean必须放在一个包中 JavaBean必须声明成public class类型 所有的属性必须封装 设置和取得属性可以通过set,get
https://www.eeworm.com/dl/633/316520.html
下载: 191
查看: 1047

Java书籍 package query public class LinkQuery { private Node front private Node vear public Link

package query public class LinkQuery { private Node front private Node vear public LinkQuery() { this.front=null this.vear=null } public void add(int i) { Node newNode=new Node(i) if(vear==null && front==null) { vear=newNode front=newNode return } vear.next=ne ...
https://www.eeworm.com/dl/656/317846.html
下载: 24
查看: 1068

Linux/Unix编程 UNIX/Linux环境下使用UNIX domain协议实现的客户端和服务器端程序

UNIX/Linux环境下使用UNIX domain协议实现的客户端和服务器端程序,使用Makefile可以进行编译。
https://www.eeworm.com/dl/619/333480.html
下载: 158
查看: 1028