搜索资源列表
ConvData
- S7-300 PLC编程中将字符数据转换为整型数值-S7-300 PLC Programming character data will be converted to integer values
SegyExample
- 写地震数据SEGY格式的文件,可以支持整型和浮点格式。-Write SEGY seismic data file format can support integer and floating point formats.
Motion_compensation_N_estimation
- Motion compensation and estimation. EBMA integer pel and EBMA half pel used to estimate the image. Foreman66 and Foreman72 are enclosed t-Motion compensation and estimation. EBMA integer pel and EBMA half pel used to estimate the image. Forem
MIP
- 运用分支定界法求解混合整数线性规划,可用于求解电力系统机组组合问题- solving mixed integer linear programming branch and bound method ,and the program can solve unit commitment problem
D
- Descr iption 将m个孩子从1到m编上号,按序号围坐成一个圈,从1号孩子开始数,每数到n时,被数到的孩子即离开圈子,然后从下一个孩子开始,再从1开始数,如此不断地数下去,只到只剩下最后一个孩子,问剩下的孩子是几号? Input 输入为一组整数对,每个整数对占一行,整数对的第一个整数表示m,即孩子的个数,第二个整数表示n,即被数到n的孩子将离开。 0<m<10000, n>0 输入以0 0作为结束。 Output 每组整数对输出一个结果整数,每个
C
- n个正整数,将他们连接成一排,组成一个最大的多位整数 企业发放的奖金根据利润提成 学生成绩管理系统C源代码 一个整数,它加上100后是一个完全平方数,再加上168又是一个完全平方数,请问该数是多少? 有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? -n a positive integer, will connect them in a row, the formation of a number of the largest companies
programs
- some mathemetical programs like square , Integer , Recurtion , Equality , Square Int.
DT
- This software is a helper to learn format conversion between CTime formatted date-time and time_t long integer. time_t use number of seconds elapsed since midnight (00:00:00), January 1, 1970.
intergerpower
- this is use to calculate the integer power
Integerprogrammingthesis
- Integer programming toolkit
_4_3
- 定义一个类Stock,记录一只股票的基本信息,信息包括交易日序号(OrderofTradeDate)(表示本月的第几个交易日,用整数表示)、当日最高价(HighestPrice)、当日最低价(LowestPrice)、当日开盘价(OpeningPrice)和当日收盘价( closing quotation price)。尽量发挥想象力,为该类设计构造函数、析构函数和成员函数。在主函数中建立两个股票对象,分别存储该股票昨天和今天的信息, 以当日收盘价计算股票今天的涨幅(Increase)[(今
Converts-a-numeric-string-to-integer-
- Converts a numeric string to integer
GIS-TRAFFIC
- 公交车辆描述,用VB编写。是有关的我毕业论文里的一个小程序。我要做的就是公交车辆查询分析等方面的。-Private Sub Command1_Click(Index As Integer) Select Case Index Case 0 Image1.Picture = LoadPicture("F:\毕业论文\材料\图片资料\公交车辆\沈阳有轨列车.jpg") Label1.Caption = "
management
- 一个处理集合的类,用来处理整型数,具有大学师生信息管理功能功能。-A collection of classes dealing with, to handle integer, a university student information management capabilities.
main_attitude_measurement
- 基于gps载波相位整周模糊度的姿态测量系统实现的主程序- the main program of attitude measuring system based on GPS carrier phase integer ambiguity
LAMBDA_CPP
- 在利用GPS载波相位整周模糊度解算载体姿态系统中,整周模糊度的算法实现—基于最小二乘估计调整方法-In the use of GPS carrier phase the whole week fuzzy degrees for calculating carrier phase integer ambiguity resolution based on the least squares estimate adjusting method
bcd
- 使用此指令可以将33位整数转换成BCD码,或者相反。-Use this command to convert the 33-bit integer to BCD, or vice versa.
graycode
- 使用此指令可以将整数转换成格雷码,或者相反。-Use this command to integer convert Gray code, or vice versa.
AmbituityResolution_GA
- 遗传算法和自适应遗传算法解算双差整周模糊度的程序-Genetic algorithms and adaptive genetic algorithm solving the double difference integer ambiguity procedure
888
- 将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。-A positive integer prime factorization. For example: Enter 90, print out 90 = 2* 3* 3* 5.