搜索结果

找到约 23 项符合 namespace 的查询结果

Java编程 namespace

namespace
https://www.eeworm.com/dl/633/111907.html
下载: 174
查看: 1043

技术资料 csharp namespace

rt csharp namespace intro
https://www.eeworm.com/dl/515735.html
下载: 2
查看: 93

通讯编程文档 A URN Namespace of Object Identifiers

A URN Namespace of Object Identifiers
https://www.eeworm.com/dl/646/172066.html
下载: 62
查看: 1048

数据结构 测试NAMESPACE的程序 适于初学者

测试NAMESPACE的程序 适于初学者
https://www.eeworm.com/dl/654/247050.html
下载: 112
查看: 1051

软件设计/软件工程 #include<iostream> using namespace std int main() { unsigned long x,warcraft,war,l

#include<iostream> using namespace std int main() { unsigned long x,warcraft,war,l cin> x while(x) { unsigned long *p=new unsigned long[x+1] if(p==NULL) { cerr<<"error!"<<endl abort() } for(warcraft=0 warcraft<=x warcraft++) *(p+warcraft)=0 *p=1 for(warcraft=0 war ...
https://www.eeworm.com/dl/684/232946.html
下载: 113
查看: 1139

其他 //使用gray code的解法 #include <iostream> #include <cmath> using namespace std #define

//使用gray code的解法 #include <iostream> #include <cmath> using namespace std #define ZERO 0 #define ONE 1 #define ODD 1 #define EVEN 0 #define RIGHT 1 #define LEFT 0 #define MAX 10
https://www.eeworm.com/dl/534/385903.html
下载: 119
查看: 1064

书籍源码 #include "pch.h" #include "base64.h" NAMESPACE_BEGIN(CryptoPP) static const int MAX_LINE_LENG

#include "pch.h" #include "base64.h" NAMESPACE_BEGIN(CryptoPP) static const int MAX_LINE_LENGTH = 72 static const byte vec[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" static const byte padding = = Base64Encoder::Base64Encoder(BufferedTransformation *outQueue, boo ...
https://www.eeworm.com/dl/532/231175.html
下载: 53
查看: 1408

软件设计/软件工程 Dijkstra算法求最短路径(C#版) using System using System.Collections using System.Text namespace Greedy

Dijkstra算法求最短路径(C#版) using System using System.Collections using System.Text namespace Greedy { class Marx { private int[] distance private int row private ArrayList ways = new ArrayList() public Marx(int n,params int[] d) { this.row = n distance = new int[row * row] for ( ...
https://www.eeworm.com/dl/684/239495.html
下载: 117
查看: 1142

Windows Mobile 一个VB.NET 写的NAMESPACE,可以在WINDOWS MOBILE 5,6平台上获得当前系统时间,内存使用状态,程序所在位置和设备名称. 直接应用函数名就可以了.没有传入参数.除了时间,其

一个VB.NET 写的NAMESPACE,可以在WINDOWS MOBILE 5,6平台上获得当前系统时间,内存使用状态,程序所在位置和设备名称. 直接应用函数名就可以了.没有传入参数.除了时间,其他的都以字符串为类型
https://www.eeworm.com/dl/677/341473.html
下载: 116
查看: 1093

中间件编程 wpf和cab的结合使用源码(转载)

wpf和cab的结合使用源码(转载),目前wpf设计器还有缺陷,不能识别clr-namespace
https://www.eeworm.com/dl/682/208791.html
下载: 189
查看: 1063