搜索结果
找到约 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)
技术资料 给button加圆角的代码
可以自定义和继承       
 
&nbsp;/// <summary>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /// 设计器支持所需的方法 - 不要
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /// 使用代码编辑器修改此方法的内容。
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /// </su ...
源码 java学生数据库
/*import java.util.Scanner;
//主类
public class student122 {
&nbsp;&nbsp;//主方法
&nbsp;&nbsp;public static void main(String[] args){
&nbsp;&nbsp;&nbsp;&nbsp;//定义7个元素的字符数组
&nbsp;&nbsp;&nbsp;&nbsp;String[] st = new String[7];
&nbsp;&nbsp;&nbsp;&nbsp;inputSt(st); &nbsp ...
软件 道理特分解法
#include "iostream" using namespace std;
class Matrix
{
private:
double** A; //矩阵A
double *b; //向量b
public:
int size;
Matrix(int );
~Matrix();
friend double* Dooli(Matrix& );
void Input();
void Disp();
};
Matrix::Matrix(int x) {
size= ...
书籍 LTE, WiMAX and WLAN
For nearly a hundred years telecommunications provided mainly voice services and very low speed
data (telegraph and telex). With the advent of the Internet, several data services became mainstream
in telecommunications; to the point that voice is becoming an accessory to IP-centric data networks.
To ...
书籍 Physical Layer Security in Wireless Communications
The ever-increasing demand for private and sensitive data transmission over wireless net-
works has made security a crucial concern in the current and future large-scale, dynamic,
and heterogeneous wireless communication systems. To address this challenge, computer
scientists and engineers have trie ...
书籍 The+Telecommunications+Handbook
Changes in telecommunications are impacting all types of user
group, which include business users, traveling users, small and
home offices, and residential users. The acceptance rate of telecom-
munications and information services is accelerating significantly.
Voice services needed approximately 5 ...