搜索资源列表
plapoint
- 用指向指针的指针变量访问一维和二维数组 用C语言编制,用于对一维或二维数组的指针间接访问-indicators used at the target variable visit one-and two-dimensional arrays in C language for the right one-dimensional or two-dimensional array of indirect indicators visit
计算分数的精确值
- 使用数组精确计算M/N(0<M<N<=100)的值。如果M/N是无限循环小数,则计算并输出它的第一循环节,同时要求输出 循环节的起止位置(小数位的序号) *问题分析与算法设计 由于计算机字长的限制,常规的浮点运算都有精度限制,为了得到高精度的计算结果,就必须自行设计实现方法。 为了实现高精度的计算,可将商存放在一维数组中,数组的每个元素存放一位十进制数,即商的第一位存放在第一个元素中,商的第二位存放在第二个元素中....,依次类推。这样就可以使用数组不表示一个高
JPG图片压缩(纯VB源码)
- his project is my trial to make an OCR (Optical Character Recognition) program Before i made this project I v looked at other OCR projects, but in all of them i v seen NNT (Neural Net) and this is VERY COMPLICATED!!! i wan t to make a simple proj
datastr
- 数据结构 array.h: 安全数组,可自动增长大小(随机访问,但扩充时效率低) linkedlist.h: 普通链表(可随机访问,但访问效率低) dclinkedlist: 双向循环链表(不可随机访问,但插入、遍历的效率都比普通链表高) hashtable.h: 哈希表(使用键值标识元素,键值一样的元素即认为相等,需重载 == 运算符并由用户定义哈希函数) binstree.h: 二叉搜索树(需重载 == 和 < 运算符) avltree.h: AVL 树(
LNW
- 清晰易懂的小算法,主要是用于计算完数,可更改变量值获取更多完数数组-lucid small algorithm is used to calculate the End few, can change the variable value End few more arrays
VirtualMemAlloc
- 一个虚拟内存分配的示例程序,显示如何使用虚拟内存技术来处理一个结构数组.-a virtual memory allocation procedures example, showing how to use the virtual memory technology to deal with a structure of arrays.
doublem
- 矩阵运算库文件,动态定义了多维数组。其中包括了矩阵的定义,通用矩阵运算,内存管理,异常处理等等。内容很全,从此不必再为动态数组烦恼-matrix calculation libraries, dynamic definition of a multi-dimensional arrays. These include the definition of the matrix, GM matrix calculation, memory management, exception handling
huwenchuan
- 回文串程序 随意输入一断字符串,检验其是否是回文串 主要以动态数组来实现-Palindrome procedures random input strings a broken string, the test is whether the Palindrome Series main dynamic arrays to achieve
character2array
- 将不规则字符或者图片转换成阵列的点。简易打印程序的参考。本人原创,请多指教-will irregular characters or images into arrays points. Simple Print reference. I originality, please enlighten
vbanddll
- VB函数中传递数组,在VB中数组作为函数的参数,相当于C/C++指针-VB transfer function arrays, in VB array as a function of the parameters, the equivalent of C / C indicators
TCL_learning
- TCL语言的学习教程和几个程序实例 array.tcl --- --- This simple example shows how to create and manipulate arrays. main commands used: array, puts, foreach, get calculator.tcl -------------- This scr ipt asks the user to enter an operation ( e
msim
- matlab仿真模拟退火算法的简单搜索过程,随机数用数组实现-Matlab simulation annealing simple search process, with a few random arrays to achieve
ARRAYS
- ARRAYS的数十种代码-ARRAYS dozens of kind of codes
arrays
- how to add arrays * Use of const (constant) values. * Creation of vectors. * Passing vectors as function arguments. * Reading from files of unknown size (monitoring istream status). * Repetitive structures (while and for loops). * T
arrays
- Demonstrates the use of arrays in the RabbitWeb HTTP enhancements
merge-two-arrays
- C code for merging two arrays.
Arrays
- This document gives a brief descr iption about Arrays in C++ language
arrays
- program with examples of arrays in c-program with examples of arrays in c++
Exchange-of-elements-of-2-arrays-square-and-cube-
- exchange of elements of 2 arrays,square and cube of a number
Manipulating Arrays
- This VI enables you to play with arrays and learn how they function,