Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - INT 1
Search - INT 1 - List
MATLAB source code: This function implements the *(int*)(&float_var).-MATLAB source code : This function implements the* (int*) (
Date : 2026-01-07 Size : 2kb User : 王建

多目标遗传算法程序 to run Demo files, is to run SGALAB_demo_*.m what s new: 1) Multiple-Objective GAs VEGA NSGA NPGA MOGA 2) More TSP mutation and Crossover methods PMX OX CX EAX Boolmatrix 3) More selection methods Truncation tornament stochastic 4) mutation methods binary single point int/real single point 5) encoding/decoding methods binary integer/real messy gray DNA permuation to fix the plot bugs for 4001 , download this file and replace old files. -Multi-objective genetic algorithm program to run Demo files, is to run SGALAB_demo_*. m what s new: 1) Multiple-Objective GAsVEGANSGANPGAMOGA2) More TSP mutation and Crossover methodsPMXOXCX EAXBoolmatrix3) More selection methodsTruncationtornamentstochastic4) mutation methodsbinary single pointint/real single point5) encoding/decoding methodsbinaryinteger/realmessygrayDNA permuationto fix the plot bugs for 4001, download this file and replace old files.
Date : 2026-01-07 Size : 78kb User : 馨竹

Line Based Recognition using a Multidimensional Hausdorff Distance _______ DESCRIPTION _______ Matching the image with its rotated and scaled version using 4 dimensional hausdorff measure. ___REFERENCE___ Paper 1: Line Based Recognition using a Multidimensional Hausdorff Distance Xilin Yi , Octavia I. Camps. - IEEE Trans. on Patt. Ana. and Mac. Int. - Vol:21 - No:9- Line Based Recognition using a Multidimensional Hausdorff Distance _______ DESCRIPTION _______ Matching the image with its rotated and scaled version using 4 dimensional hausdorff measure. ___REFERENCE___ Paper 1: Line Based Recognition using a Multidimensional Hausdorff Distance Xilin Yi , Octavia I. Camps.- IEEE Trans. on Patt. Ana. and Mac. Int.- Vol:21- No:9
Date : 2026-01-07 Size : 77kb User : Mehmet

用来测试手机待机情况下所能使用的最大内存量,普通用函数调用得到的剩于内存是错误的,这个通过用INT占用内存来获得可以使用的内存真正空间大小-Used to test mobile phone standby cases the maximum amount of memory can be used by the general use function calls get left in the memory is wrong, it occupied by the memory by using INT can be used to obtain the real memory space
Date : 2026-01-07 Size : 13kb User :

DL : 0
#include <iostream> #include <stdlib.h> #include <string.h> using namespace std const kl = 4, kzs = 2, m = 6, n = 4, Error = 5 char *K[kl] = {{"01"},{"bB"},{"23456789ACDEFacdef"},{"hH"}} int A[m][n] = {{1,2,2,5}, {1,3,2,4},{2,2,2,4},{2,2,2,4},{5,5,5,5},{5,5,5,5}},
Date : 2026-01-07 Size : 823kb User : Andrew

DL : 0
#include "comparer.h" #include <iostream> using namespace std int Comparer::compareByName(Student& s1,Student& s2) { return strcmp(s1.m_szName,s2.m_szName) } int Comparer::compareBySurname(Student& s1,Student& s2) { return strcmp(s1.m_szSurname,s2.m_szSurname) } int Comparer::compareByGroup(Student& s1,Student& s2) {
Date : 2026-01-07 Size : 578kb User : Andrew

Frequency Shift Keying--> Digital modulation scheme
Date : 2026-01-07 Size : 29kb User : Manoj

convert from char to int
Date : 2026-01-07 Size : 305kb User : lisa

DL : 0
1.分别编写四个同名函数max1,实现函数重载,在main()函数中测试函数的功能 2.使用函数模板实现求任意类型数的最大值,针对不同的参数个数,编写两个同名函数模板max1,其参数个数不同,实现函数重载,在main()函数中测试函数功能 3.编写递归函数int fib(int n),在主程序中输入n的值,调用fib函数计算Fibonacci级数。公式为fib(n-1)+fib(n-2),n>2 fib(1)=fib(2)=1。使用if语句判断函数的出口,在程序中用cout语句中输出提示信息-1. Were prepared by the same name as the function of four max1, to achieve function overloading, the main () function to test the function of the function 2. Use a function template to achieve the maximum number of seeking any type, for different number of parameters, both with the same name written function template max1, the number of different parameters to achieve function overloading, the main () function to test function function 3. write a recursive function int fib (int n), n in the main program input values, call the fib function to calculate the Fibonacci series. The formula for fib (n-1)+ fib (n-2), n> 2 fib (1) = fib (2) = 1. Use if statement to check the function of the export statement in the program output using cout reminder
Date : 2026-01-07 Size : 46kb User : YIDIANER

DL : 0
/*定义一个基类Animal,有私有整型成员变量age,构造其派生类dog, 在其成员函数SetAge(int n)中直接给age赋值,看看会有什么问题, age改为公有成员变量,还会有问题吗?-/* Define a base class Animal, a private integer member variables age, derived class constructor of its dog, its member function SetAge (int n) directly to the age assignment, to see what the problem, age changed to public member variables , there will be problems?
Date : 2026-01-07 Size : 1kb User : 冰凌

DL : 0
数据类型转换,int转换成uint8,比较适用-data change
Date : 2026-01-07 Size : 1kb User : 李江波

DL : 0
蒙特卡罗方法的基本原理及思想如下: 当所要求解的问题是某种事件出现的概率,或者是某个随机变量的期望值时,它们可以通过某种“试验”的方法,得到这种事件出现的频率,或者这个随机变数的平均值,并用它们作为问题的解。- The principle of Monte Carlo method and it s application are int roduced.
Date : 2026-01-07 Size : 1kb User : 王瑞

DL : 0
typedef int ElemType: stuct LNode{ ElemType data LNode*next }
Date : 2026-01-07 Size : 47kb User : tayirjan

DL : 0
matlab中实现蚁群优化算法在30个城市中寻找一条最优路径。有说明文档。-Ant colony Optimization int matlab and provide a txt document which contains 30 city coordinate
Date : 2026-01-07 Size : 4kb User : 王浩

In addition, this class provides several methods for converting an int to a String and a String to an int, as well as other constants and methods useful when dealing with an
Date : 2026-01-07 Size : 3kb User : jjaca

C,C++ Questions 1. Base class has some virtual method and derived class has a method with the same name. If we initialize the base class pointer with derived object,. calling of that virtual method will result in which method being called? a. Base method b. Derived method.. Ans. b 2. For the following C program #define AREA(x)(3.14*x*x) main() {float r1=6.25,r2=2.5,a a=AREA(r1) printf("\n Area of the circle is f", a) a=AREA(r2) printf("\n Area of the circle is f", a) } What is the output? Ans. Area of the circle is 122.656250 Area of the circle is 19.625000 3. What do the following statements indicate. Explain. • int(*p)[10] • int*f() • int(*pf)() • int*p[10] Refer to: -- Kernighan & Ritchie page no. 122 -- Schaum series page no. 323 -C,C++ Questions 1. Base class has some virtual method and derived class has a method with the same name. If we initialize the base class pointer with derived object,. calling of that virtual method will result in which method being called? a. Base method b. Derived method.. Ans. b 2. For the following C program #define AREA(x)(3.14*x*x) main() {float r1=6.25,r2=2.5,a a=AREA(r1) printf("\n Area of the circle is f", a) a=AREA(r2) printf("\n Area of the circle is f", a) } What is the output? Ans. Area of the circle is 122.656250 Area of the circle is 19.625000 3. What do the following statements indicate. Explain. • int(*p)[10] • int*f() • int(*pf)() • int*p[10] Refer to: -- Kernighan & Ritchie page no. 122 -- Schaum series page no. 323
Date : 2026-01-07 Size : 143kb User : bhavin

DL : 0
C,C++ Questions 1. Base class has some virtual method and derived class has a method with the same name. If we initialize the base class pointer with derived object,. calling of that virtual method will result in which method being called? a. Base method b. Derived method.. Ans. b 2. For the following C program #define AREA(x)(3.14*x*x) main() {float r1=6.25,r2=2.5,a a=AREA(r1) printf("\n Area of the circle is f", a) a=AREA(r2) printf("\n Area of the circle is f", a) } What is the output? Ans. Area of the circle is 122.656250 Area of the circle is 19.625000 3. What do the following statements indicate. Explain. • int(*p)[10] • int*f() • int(*pf)() • int*p[10] Refer to: -- Kernighan & Ritchie page no. 122 -- Schaum series page no. 323 -C,C++ Questions 1. Base class has some virtual method and derived class has a method with the same name. If we initialize the base class pointer with derived object,. calling of that virtual method will result in which method being called? a. Base method b. Derived method.. Ans. b 2. For the following C program #define AREA(x)(3.14*x*x) main() {float r1=6.25,r2=2.5,a a=AREA(r1) printf("\n Area of the circle is f", a) a=AREA(r2) printf("\n Area of the circle is f", a) } What is the output? Ans. Area of the circle is 122.656250 Area of the circle is 19.625000 3. What do the following statements indicate. Explain. • int(*p)[10] • int*f() • int(*pf)() • int*p[10] Refer to: -- Kernighan & Ritchie page no. 122 -- Schaum series page no. 323
Date : 2026-01-07 Size : 26kb User : bhavin

各种求积分(数值,区域比较复杂的)的源程序 虽然比较简单 但程序中包含了许多求积分经常会遇到的问题 是自己总结的-Various quadrature (numerical region is more complicated) source is a relatively simple program contains many quadrature often encounter problems is summarized
Date : 2026-01-07 Size : 3kb User : We,happy

DL : 0
用PCA在一组数维中找到主十得到主元分析,用于MACHINE LEARNING 中初步学习者-use pca find the principle component int the dataset
Date : 2026-01-07 Size : 1.43mb User : ttaa

DL : 0
icaam, G. Papandreou and P. Maragos, Adaptive and Constrained Algorithms for Inverse Compositional Active Appearance Model Fitting, Proc. IEEE Int l Conf. on Computer Vision and Pattern Recognition (CVPR-2008), Anchorage, AL, June 2008.
Date : 2026-01-07 Size : 59kb User : Lisa
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.