搜索资源列表
A星算法
- 1, 在Main()函数内顶了20个城市结点,用CNode结点存储;以及这20个城市的预估代价值,用整形数组存储。 2, 进入循环中与用户交互执行搜索。首先列出先前定义的城市结点信息如图1,然后询问用户开始搜索的城市,用户输入城市编号,即可。 3,定义搜索类的实例,传入初始数据,,设置搜索起点,开始搜索。由于在关系中定义好了各个城市结点的连接关系,所以一定会搜索到城市B。 4,与用户交互询问,是否重新开始,输入‘Y’转步骤2,输入‘N’退出程序。
diffractivelens_mi GS迭代算法 matlab 实现
- GS迭代算法 matlab 实现,实现光束的整形等-GS matlab
char2dec 字符类型转化为十进制int类型函数
- 字符类型转化为十进制int类型函数,可以直接调用char2dec函数,输出为整形数int-Into a decimal character type int type function, you can call char2dec function, the output of integer int
GS-Dammann
- 利用MATLAB实现了二元光学设计中的GS算法以及达曼光栅的设计。GS算法是用于光束整形的重要算法,达曼光栅是常见的均匀分束二元光学器件。-Implemented using MATLAB binary optical design of the GS algorithm and Dammann grating design. GS algorithm is an important algorithm for beam shaping, Dammann grating is a common
C
- 数据类型:基本数据类型(包括常量和变量),构造数据类型(包括数组类型,结构类型,联合类型),指针类型,空类型(其类型说明符为void)四大类。 整形量包括:整形常量,整型变量。整形常量就是整常熟。使用的整常数有八进制,十进制,十六进制三种。 -Data types: basic data types (including constants and variables), structural data types (including array type, structure typ
c-xuexi
- 1将字符串给整形变量 2字符数据与整数进行算术运算,将小写转大写 3符号常量使用 4强制类型转换 5将有符号数据传送给无符号变量-1 to 2 string variables to the plastic character data and integer arithmetic operations to be lower case to upper case 3, the constant use of symbols 4 mandatory conversion 5 da
lab7
- (1). 编写程序定义基类Animal,成员变量age为私有的,构造派生类dog,在其成员函数SetAge(int n)中直接对age赋值时会出现什么问题?把age变为公有的呢? (2).定义一个基类BaseClass,有整形变量Number,构造其派生类DerivedClass,观察构造函数和析构函数的执行情况. (3). 编写一个车(vehicle)基类,由此派生出自行车(bicycle)类和汽车(motorcar)类,注意把vehicle派生成虚基类,再从bicycle和 moto
IntConvertString_c
- 这是一个整形数值转化成字符串的函数,用c语言编写的,希望能给人一帮助。-This is an integer value into a string function, using c language, and we hope to give people a help.
convert_type
- 非常好用的类型转化小程序,可以将整形浮点等类型转化为字符串,据说是软件公司的入门考试题哦-The type of conversion is very easy to use small programs can be floating-point and other types of plastic surgery into a string, is said to be the software company' s entry-exam questions oh
include3
- 写一个函数,将一个三乘以三的整形矩阵转置-Write a function, a Triyana with three plastic matrix transpose
lab_10
- 1.将直接插入程序,直接选排程序,冒泡程序,顺序查找函数封装到数组类中,作为成员函数,实现并测试类 2.定义一个整形数组,使用C++标准模板库(STL)中查找函数find()进行数据的查找 3.定义一个对people类对象数组按编号排序的函数,一个按编号查找people对象的函数。在测试过程中对使用前面实验得到的结果定义教师数组和学生数组,分别对教师数组和学生数组进行排序和查找-1. Will directly insert the procedure, direct election
ArbitraryPrecisionArithmetic
- 这是一个长整形高精度计算程序,可用于加法和减法,还有输出 时是标准的输出方式 ;-This is a long plastic high-precision computer program can be used for addition and subtraction, as well as the output is standard output mode
SEARCH
- 输入一组整形数据,再输入一个需要查找的数据,实现折半查找和顺序查找2种查找方法-Enter a group of orthopedic data, and then enter a need to find the data to achieve binary search and sequential search methods to find two kinds of
iptolong
- ip地址转变为长整形 长整型转为ip地址的函数库-ip addresses turn into a long integer long integer ip address of the library into
zhengxingbianzifuchuan
- 将整形数字转化为字符串的源程序,值得推荐-Plastic figures into the source string, it is recommended
02
- 进制转换,将整形数字在十进制,2进制,8进制之间进行转换。-The hex conversion, the plastic figures to convert between decimal, binary, octal.
float
- 浮点类型处理,处理浮点类型与整形,字符型之间的相互转换,其实只是-float a wdfkj avkjds avkj aqkvjk s iswadfvkjzx nkzdskjvkasdaqwq aqevsadkj awsvdj
two-big-number-add
- 问题:输入超过计算机表达范围的两个整数相加。方法:先输入两个字符数组存储两个大数,再将字符数组转化成整形数组,将两个整数数组从低位开始相加,有进位则高位加1,以此类推,最终得出两个大数相加的结果。-Question: input exceeds the the computer expression range of the two integer addition. Methods: First, enter the two character array to store two large
mfc-counter
- 自己做的一个大整形mfc计算器 希望对大家有帮助-Own shaping mfc calculator hope to have everyone help
merge_sort
- 分治排序算法,对N个输入整形值进行递归分治排序,时间复杂度为NlogN-Divide-and-conquer sorting algorithm, recursive divide-and-conquer sort of N input integer value, the time complexity of NlogN