Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Avoid future frustration in database design by understanding MySQL data types
- Data stored in a database comes in all shapes and sizes.Some fields store only numbers, some only text, and others a combination of thetwo. Some databases also support specialized types: dates and times, binarystrings and Booleans.Selecting from available data types to find the best matchfor your data is an important...
- Tags: Storing, Value at Risk, Contributor Melonfire, database, integer value, MySQL, integer, precision, RDBMS
- Technical articles 2005-12-02
- Optimize your databases with PostgreSQL data types
- Like all database systems, PostgreSQLlets you store data using a variety of different data types. These data typesallow the database engine to optimize its use of memory and storage, and toperform operations on the stored data more efficiently and with fewer errors. Data type selection plays an important role in...
- Tags: Contributor Melonfire, data type, database, integer, INTEGER, integer value, PostgreSQL, Storing, Value at Risk
- Technical articles 2005-10-24
Additional Resources
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- Performing mathematical functions in VB.NET
- Maths on VB6In VB6 I do this:Dim AA = 1000 * 1024MsgBox AThis does not work as it complains about line 2 when it runs! Is it the same in VB.Net and why does it do it?RE: Performing mathematical functions in VB.NETA good stuffVariable type coercion at work hereFrom...
- Tags: Microsoft development tools, .NET, steve6375, Microsoft Visual Basic.Net, overflow, integer
- Discussion threads 2007-07-20
- HIME: Huge Integer Math and Encryption (zip)
- HIME is a library with encryption functions and huge integer math functions. RSA public key, AES, RC4 secret key encryption, MD5, SHA-512 hash function, random number generation (Blum-Blum-Shub, RSA), Diffie-Hellman, compression, securely erase files. Every programming language that can access a dll can use HIME: C, C++, C#, Visual Basic,...
- Tags: Function, RSA Security Inc., Encryption, HIME, Programming Languages, C#, C/C++, Security, Software Development, Software/Web Development
- Software downloads 2007-01-11
- how to include user defined class in asp.net 2005
- hello all.i am writing this code in my class file user.vbNamespace testing Public Class adding Public Function add(ByVal num1 As Integer, ByVal num2 As Integer) Return num1 + num2...
- Tags: .NET, abdul4484@..., ByVal, Microsoft ASP.NET
- Discussion threads 2007-06-07
- ACCESS 2000 LINKED TABLE
- Can anyone tell me how to link to a table in another database that may get moved and automatically update link. Both databases will stay together in the same directory, but the two of them will get moved occasionally.ThanksCall the following function either as an Autoexec macro or as an...
- Tags: GW0001, LL, Microsoft Access, software, tbl.Connect
- Q&A 2005-03-08
- Optimization With SAS/OR: What It Is, What's New, and How It Adds Value
- SAS/OR 9.1.3, Release 3.1 continues the initial release of a completely new suite of powerful, accessible optimization procedures. This roster of new procedures includes production versions of OPTMODEL for powerful and accessible building and solution of optimization models, OPTLP for linear optimization, and OPTQP for nonlinear optimization. New experimental features...
- Tags: Optimization
- White papers 2007-05-14
- << Previous
- page 1 of 1
- Next >>