搜索结果

找到约 972 项符合 new 的查询结果

按分类筛选

显示更多分类

软件工程 Programming C#, the top selling book on Microsoft s high-performance C# programming language, is now

Programming C#, the top selling book on Microsoft s high-performance C# programming language, is now in its fourth edition. Aimed at experienced programmers and web developers, this comprehensive guide focuses on the features and programming patterns that are new to C#, and fundamental to the progra ...
https://www.eeworm.com/dl/540/309492.html
下载: 136
查看: 1061

通讯编程文档 Abstract-The effect of the companding process on QAM signals has been under investigation for the p

Abstract-The effect of the companding process on QAM signals has been under investigation for the past several years. The compander, included in the PCM telephone network to improve voice performance, has an unusual affect on digital QAM data signals which are transmitted over the same channel. The ...
https://www.eeworm.com/dl/646/310216.html
下载: 151
查看: 1062

Java编程 MenuBar mb //MenuBar 类封装绑定到框架的菜单栏的平台概念。为了将该菜单栏与 Frame 对象关联

MenuBar mb //MenuBar 类封装绑定到框架的菜单栏的平台概念。为了将该菜单栏与 Frame 对象关联, //可以调用该框架的 setMenuBar 方法。 Menu me //Menu 对象是从菜单栏部署的下拉式菜单组件. MenuItem item //默认的 MenuItem 对象包含一个简单的加标签的菜单项。 MenuShortcut shortcut=new MenuShortcut(KeyEvent.V ...
https://www.eeworm.com/dl/633/310898.html
下载: 71
查看: 1060

数值算法/人工智能 ACM Programming contest activity at Stony Brook is sponsored by a grant from Salomon Smith Barney. I

ACM Programming contest activity at Stony Brook is sponsored by a grant from Salomon Smith Barney. In the 2002 Greater New York Regional, Stony Brook s teams finished 2nd and 5th with 54 teams competing! In the 2003 Greater New York Regional, Stony Brook finished 4th of 60 teams. In the 2004 Greater ...
https://www.eeworm.com/dl/518/312352.html
下载: 95
查看: 1038

通讯/手机编程 The package contains a Reed-Solomon coding and decoding program, derived partly from Phil Karn/Rob

The package contains a Reed-Solomon coding and decoding program, derived partly from Phil Karn/Robert Morelos-Zaragoza "new_rs_erasures.c". In particular the Berlekamp-Massey algorithm has not been modified. New features compared to "new_rs_erasures.c" are: - fully parameterized: code parameters ...
https://www.eeworm.com/dl/527/312820.html
下载: 103
查看: 1104

其他数据库 As information technology is more and more in-depth and wide range of applications, management infor

As information technology is more and more in-depth and wide range of applications, management information system has been gradually implemented in the technical maturity. Management Information System is a continuous development of new disciplines. Library Management System is a typical management ...
https://www.eeworm.com/dl/645/314533.html
下载: 160
查看: 1089

其他书籍 PHP Cookbook has a wealth of solutions for problems that you ll face regularly. With topics that ran

PHP Cookbook has a wealth of solutions for problems that you ll face regularly. With topics that range from beginner questions to advanced web programming techniques, this guide contains practical examples -- or "recipes" -- for anyone who uses this scripting language to generate dynamic web content ...
https://www.eeworm.com/dl/542/314698.html
下载: 59
查看: 1105

编译器/解释器 IDE开发环境

IDE开发环境,可以挂载SDCC The BASIC IDE is a new, RAD (Rapid Application Development) IDE (Integrated Development Environment) for the RapidQ programming language. The IDE currently has rich project options, a form designer (similar to Delphi s), and code editor. The BASIC IDE is being coded in Borl ...
https://www.eeworm.com/dl/628/316871.html
下载: 198
查看: 1068

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

加密解密 md5加解密 System.out.println("解密后的二进串:" + byte2hex(clearByte)+" ") System.out.println("解密后的字符串

md5加解密 System.out.println("解密后的二进串:" + byte2hex(clearByte)+"\n") System.out.println("解密后的字符串:" + (new String(clearByte))+"\n")
https://www.eeworm.com/dl/519/319575.html
下载: 36
查看: 1052