登录
首页 » 算法 » 大家请多指教!!!挺不错的哦!

大家请多指教!!!挺不错的哦!

于 2022-03-22 发布 文件大小:1.21 kB
0 265
下载积分: 2 下载次数: 1

代码说明:

大家请多指教!!!挺不错的哦!-you please enlighten! ! ! Very good!

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 把CString格式转化为Char
    void CRSLAIDoc::CString2Char(CString TempCString,char ch[]) { int i; char *tmpch; int wLen=WideCharToMultiByte(CP_OEMCP,0,TempCString,-1,NULL,0,NULL,NULL); tmpch=new char[wLen+1]; WideCharToMultiByte(CP_OEMCP,0,TempCString,-1,tmpch,wLen,NULL,NULL); for(i=0;tmpch[i]!="
    2023-04-25 23:50:03下载
    积分:1
  • 通过奇异值分解的最小二乘拟合
    通过奇异值分解实现的最小二乘拟合算法 inear least-squares fit by singular value decomposition-through the singular value decomposition of the least squares fitting algorithm inear least-squares fit by singular value decomposition
    2022-04-20 14:07:19下载
    积分:1
  • zoj 1015简单解及证明!另附几道zoj题解
    1015虽然是到很简单的题,但这个算法巧妙的运用了数论中的一个小知识点,使得算法变得更快且更简单。简直让人拍手称快! 还有几道其他的zoj题。适合初学者的题。大牛们可以绕道。
    2022-03-07 15:02:55下载
    积分:1
  • 这是我的毕业设计,所以我认为人们还是习惯写的,所以,我何…
    这个是我的毕业设计做的我觉得对大家还是有写用的,所以我给打击看看希望大家也给点意见。-this is my graduation design so I think people are still used to write, So, I hope to see you blow also points.
    2023-06-18 20:20:03下载
    积分:1
  • 《牛顿差值》
    计算方法《牛顿差值》-calculation method, "Newton margin"
    2022-02-07 00:30:34下载
    积分:1
  • 这是在高高的GPU
    这是在GPU上进行高速数字计算的数学库函数,以实现通用GPU计算-This is the GPU on the high-speed digital computing mathematical library functions in order to achieve universal GPU computing
    2022-06-11 12:33:43下载
    积分:1
  • 步进电机51单片机
    应用背景7777777777777777777777777777777777777777777777lkajhouewhlkjwhrflkjsdhfal;klakljrhlkjhdsnaljkfnlkJHSRLKWEJHLKJFHLKUYROIWQUYOPAIS;LDKJFLASMKNDLVJKZXNBCVLOJKHA LKJBFAMLNDLKAJHORKJWQHOIUQhw;J;LkjLKAJ    OP289YELKWJH    1KUYEOQWEHLKJHEP18923YEPOIRHFNLAKjwNLqyhoe182y3poieuh1goljebdlWQKeyhpoqiudrkosajfnh;lkqww;kljqwp382u4f;lkdsanf;walkELHWR444444499999999999999999999999999999999999999995555555555555555555555555555555555555500000000111111111111111000000000000000000关键技术222222222222222222333333333333335555555555555551111111111111111115555555555555555444444444444444444444444444444444444444444444444444499999999999999999999999999999999999999995555555555554444444444444444444444444444444444444444444444999999999999999999999999999999999999999955555555555555555555555555555555555555444444444444444444444444444444444444444444444499999999999999999999999999999999999999995555555555555555555555
    2022-03-24 22:40:23下载
    积分:1
  • 练习程序,问题如下:进行高精度整数的加、减、乘运。输入两个十进制大整数M和N(M、N最长可达50位),计结果并输出。【输入形式】标准输入上依次分行输入以...
    练习程序,问题如下:进行高精度整数的加、减、乘运算。输入两个十进制大整数M和N(M、N最长可达50位),计算运算结果并输出。【输入形式】标准输入上依次分行输入以下内容:1.第一行输入第一个大整数M。M可能带有负号,后面是最长可达50位的数字序列。2.第二行只有一个字符,可以是“+”、“-”、“*”,分别代表加、减、乘三种运算符。3. 第三行输入大整数N,格式与M相同M、N均不带有前缀的多余的0【输出形式】在标准输出上打印运算结果,输出一行字符序列,是大整数M和N和运算结果。如果该运算结果是正数,则直接输出各位数字序列;如果是负数,则首先要输出负号。各位数字紧密输出,不带有前缀的多余的0。-practice procedures, as follows : high-precision integer for the addition, subtraction, multiplication. The importation of two decimal integer big M and N (M, N up to a maximum of 50), the calculated results of operations and output. Entry forms : standard input on the importation of branches were the following : 1. The first line inputs, a large integer M. M may have negative, is back up to 50 digital sequence. 2. Only a second line of characters could be "","-","*", respectively, plus or minus, by three operators. 3. The third line inputs large integer N, M and the same format M, N are not redundant with the prefix 0 output-- in the form of print on standard out
    2022-02-06 02:31:19下载
    积分:1
  • Vaddin 框架不加宽
    组件的基类和接口提供了大量的功能。让我们看看一些最常用的功能。功能未在此处可以找到从 Java API 参考。 该接口定义的若干属性,您可以检索或操纵与相应 setter 和 getter 方法。
    2023-01-09 05:20:04下载
    积分:1
  • 统计方面的程序,c编译
    统计方面的程序,c编译-statistical procedures, c compiler
    2022-07-28 07:07:12下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载