Sponsored White Papers, Webcasts, and Downloads
Additional Resources
- XJCalc (exe)
- XJCalc is an integer matrix calculator program with the following features: Can calculate with integer matrices and integer scalars; Multiple precision integers with millions of digits; Uses Fast Hartley Transform to speed-up long multiplies; Separate input and output notation, base 2 to base 36; Greatest Common Divisor function; Modulo arithmetic...
- Tags: Function, Integer, Harry J. Smith, XJCalc, Engineering
- Software downloads 2008-03-12
- Any Base Converter (zip)
- Any Base Converter is an easy-to-use tool for converting 8-bit to 1024-bit integer between bases 2 through 36. Key Features are: Support 8-bit to 2048-bit integer. Convert integer between bases 2 through 36. Perform conversion between large integer and ASCII string. Toggle big-edian / little-edian byte order. This version is...
- Tags: Integer, Productivity
- Software downloads 2007-11-09
- An Algorithmic Framework for Convex Mixed Integer Nonlinear Programs
- This paper is motivated by the fact that mixed integer nonlinear programming is an important and difficult area for which there is a need for developing new methods and software for solving large-scale problems. Moreover, both fundamental building blocks, namely mixed integer linear programming and nonlinear programming, have seen considerable...
- Tags: Integer, Programming, COIN-OR, Development Tools, Software Development, Software/Web Development
- White papers 2005-11-04
- Question on Sorted in java in LinkedList
- My question is why sort method in LinkedList can not sort String typ and integer typ in the same list. For example if we creat list of LinkedList with integer numbers and string names The codein the test class Iam using Java APILinkedList list = new LikedList;list.add(new Integer(1));list.add("AAAAA");list.add(new Integer(6));list.add("BBBBB");//then when...
- Tags: compareTo, INTEGER, Java, LinkedList, modi8_8@..., programming, Sorted
- Discussion threads 2004-11-21
- HP16C Emulator (exe)
- The HP16C Emulator is a software simulation of the original HP-16C Computer Scientist calculator, made by Hewlett-Packard during the 80's, but now discontinued. It features both Integer and Floating-Point modes. Integer Mode: Hexadecimal, Decimal, Octal, and Binary arithmetic; number base conversion; bit manipulations; logical operations; adjustable word size. Floating Point...
- Tags: Emulator, HP16C Emulator
- Software downloads 2006-04-19
- xl bit (exe)
- xl bit is a simple, powerful and affordable genetic algorithm add in for MS Excel. It is very effective as an optimization software. It can cater for unlimited variables in one optimization problem. xl bit support 4 type of variables i.e. binary, integer, non-integer and permutation. Also widely in stock...
- Tags: Stock, Microsoft Excel, Investment, Microsoft Office, Office Suites, Software, Finance
- Software downloads 2006-10-04
- Generating and working with GUIDs in .NET
- Which is better for database IDI work with database programming on an almost daily basis. Typically, the format that our development team has taken is to use an Integer value for primary keys. Are there any advantages to using a GUID for this purpose? Are there any differences in storage...
- Tags: CQ_West, database, development, GUID, Microsoft .NET, programming
- Discussion threads 2005-05-18
- Basics for Visual Basic (exe)
- Basics for VB is a set of binary string and bit manipulation functions for VB5 / VB6. It contains the equivalent of DOS Basic's MKI$ CVI series for creating binary strings plus functions to check or set bits, to check or set bit fields and to check or set flags....
- Tags: Function, Integer, Microsoft Visual Basic, Microsoft Development Tools, Programming Languages, Development Tools, Software Development, Software/Web Development
- Software downloads 2007-05-16
- VB6 Tip: Understanding the importance of ByVal and ByRef keywords
- Procedures are an essential part of almost every VB program.When you define a procedure, whether it's a Function or a Sub procedure, youneed to decide whether the procedure arguments are passed by reference or byvalue. What difference does it make?VB's default is to pass argumentsby reference. You can include the...
- Tags: ByVal, ByVal Total, INTEGER, Microsoft Visual Basic 6.0, Peter Aitken, Sub MySub
- Technical articles 2005-01-07
- Mixed-Integer Nonlinear Programming: Some Modeling and Solution Issues
- This paper examines various aspects of modeling and solution via Mixed-Integer NonLinear Programming MINLP. MINLP has much to offer as a powerful modeling paradigm. Recently, significant advances have been made in MINLP solution software. To fully realize the power of MINLP to solve complex business optimization problems, the paper needs...
- Tags: Modeling, MINLP, Research & Development, Business Operations
- White papers 2007-05-01
- Excel - print only fields with information entered
- Have a few order forms in excel and would like to to print only those fields with date entered, not the entire order form. Anyone out there who can assist me with this- I think I need a macro.Try thisAssuming the data in your order starts from row 2 and...
- Tags: marta@..., Application.ScreenUpdating, software, excel, Microsoft Excel
- Discussion threads 2007-02-21
- Reliable W-CDMA Network Design
- This paper investigates the W-CDMA network design problem with reliability considerations. A design model that maximizes revenue net the cost of building and maintaining the network infrastructure to provide reliable communication subject to capacity and quality of service constraints is developed. The model simultaneously determines which customer locations to service,...
- Tags: W-CDMA, Southern Methodist University, PSTN, VOIP, Cellular Phones, Telecommunications, Networking, Consumer Electronics, Personal Technology
- White papers 2005-05-18
- MS Access 2003 Forms on open event VBA
- In the open event sub procedure of a form. The help says that the 'Object' is the name of the form. I have a form with name as Admin and Caption as Admin_Form. When I click on the properties window, event tab and then click the build button next to...
- Tags: Microsoft Access, integer, sxviswan@..., ms access forms, software, programming, Microsoft Corp., VBA
- Discussion threads 2007-02-22
- Fisherman (exe)
- This Program always check your processor. One or 2... 4... up to 128. If one or more of your processors have troubles with Integer and/or Floating Point operations Fisherman find it, log it, say you about it before your system was crashed. Before you lost your data. Overlockers know this...
- Tags: Trouble, Processors, Semiconductors, Hardware, Components
- Software downloads 2007-12-07
- Visual Basic 6.0 help
- I'm getting an error Run time error '6' overflow. Help me!! Tell me what's wrong.Private Sub cmdbutton_ClickDim population As IntegerDim years As Integeryears = 0population = 6000000Do While population > 10000000population = population * 0.014years = years + 1LooppicWhen.Print "In"; years; "Population will be"; population;End SubDear Friend,It is very...
- Tags: dodotwilson@..., it management, Microsoft Visual Basic, Microsoft Visual Basic 6.0
- Discussion threads 2004-10-20
- VISUAL BASIC ARRAYS HELP!
- does anyone know about arrays and coding? I am taking courses involving VS2005 and I have to do this...Define an array of integer data type with 1000 elements. place into each element its index number, that is into the first element enter the value 0 and into the second the...
- Tags: Microsoft development tools, jcr35@..., Microsoft Visual Basic
- Discussion threads 2007-10-18
- Gain data storage flexibility in VB6 with dynamic arrays
- Dynamic arrays make it easy to change the size of arrays in a VB6 program while it's running. See how useful this can be when you don't know ahead of time how much data the array will store. Advance your scripting skills to the next level with TechRepublic's free...
- Tags: Microsoft Visual Basic 6.0, Peter Aitken, Microsoft development tools, data storage, storage, dynamic array, Visual Basic Tips Newsletter, Array, Storage Management, Programming Languages, Development Tools, Software Development, Software/Web Development, Hardware
- Technical articles 2005-04-07
- VB problem
- select case texttotal.textcase 40label1.caption="sssxx"case 50label1.caption="sddxx"case elselabel1.caption="ssbhx"end select in this vb prog. in the first time i ictivate the code, it skip the first line (case 40 ). it means suppose texttotal.text was 40, prog. should type in label1 as "sssxx". but at the first time...
- Tags: label1.caption, Microsoft Visual Basic, programming, silvamsn@...
- Q&A 2006-08-16
- Learn Oracle: Datatypes for SQL and PL/SQL, Numbers
- Datatypes are a subject thatconfuses many people. There are many types and many sub-types. A typeis a basic datatype like NUMBER. A sub-type is derived from a type. AnINTEGER is a sub-type of NUMBER. A sub-type usually add a constraint toa type and that creates the new sub-type; for INTEGER,...
- Tags: sub-type, Oracle Corp., PL/SQL, SQL
- Blog posts 2006-07-30
- << Previous
- page 1 of 1
- Next >>