登录
首页 » c » String manipulation

String manipulation

于 2022-01-25 发布 文件大小:2.12 kB
0 152
下载积分: 2 下载次数: 1

代码说明:

 ;这是一个使用所有字符串函数的程序,如strcmp strreverse等。

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

发表评论

0 个回复

  • Pendulum
    这个程序是基于固高公司运动控制卡的倒立摆完整控制程序,包括了界面、实时曲线显示、算法等部分。(This procedure is based on the solid high-motion control card company of the inverted pendulum control program integrity, including the interface, real-time curves showed that part of algorithm.)
    2020-11-25 12:49:32下载
    积分:1
  • manager
    基于QT的简单的仓库管理软件,初始密码123456(QT based on simple warehouse management software, the initial password 123456)
    2017-09-13 00:55:12下载
    积分:1
  • BTree
    说明:  B+树自己只写了一部分,还有一些功能没有完成,请大家见谅(b plus tree realize, some functions)
    2020-06-20 13:00:01下载
    积分:1
  • Visual C#创建两个基本的线程(多线程)实例
    Visual C#创建两个基本的线程(多线程)实例,为了演示方便,这里把本实例 写成了一个控制台程序,创建两个线程后,通过控制台输出线程信息,演示了两个线程同时工作,下面来看具体代码:   创建两个基本的线程:   Thread thread1 = new Thread(new ThreadStart(Thread1)); //使用自定义方法Thread1声明线程   thread1.Priority = ThreadPriority.Lowest;//设置线程的调度优先级   Thread thread2 = new Thread(new ThreadStart(Thread2)); //使用自定义方法Thread2声明线程   thread1.Start();//开启线程一   thread2.Start();//开启线程二   定义函数向控制台输出线程:   static void Thread1()   {    Console.WriteLine("线程一");   }   输出线程二则可按照上面再创建一个函数,不再列举源码了。
    2022-03-18 18:55:49下载
    积分:1
  • BDX
    设计、编写和调试面向对象C++程序,实现任意两个同类数据比大小 的通用函数(模板),涵盖普通数值型数据之间的比较、两个字符串之间的比较 (按字典序)、两个复数之间的比较(按模大小)等,并通过主函数加以调用和 测试。(Design, writing and debugging of object-oriented C++ procedures to achieve similar data than the size of any two generic functions (template), covering general comparison between numerical data, the comparison between the two strings (lexicographically), two Comparison between complex numbers (modulo the size), and through the main function to be invoked and tested.)
    2020-11-28 13:49:29下载
    积分:1
  • 百米路由2-OP-带UBOOT编程器固件
    百米路由2刷波迅BXOCPE2000N-2S-SMB百米路由2-OP-带UBOOT编程器固件-27db(192.168.1.1-root-admin
    2022-07-12 05:32:56下载
    积分:1
  • Astar-example-1
    A*是一种基本的路径规划算法,本程序提供了A*的一个例子,初学者可以通过代码学习A*的原理。(A* is a basic path planning algorithm, this program provides an example of A*, beginners can learn the principle of A*.)
    2016-11-02 11:28:09下载
    积分:1
  • 240128c
    240128液晶驱动的测试程序,c语言编写(240,128 LCD driver testing procedures, c language)
    2020-11-16 08:59:40下载
    积分:1
  • TCP-File-Transfer
    TCP文件传输,服务器端和客户端能够相互传送(TCP file transfer, server and client can send each other)
    2020-12-21 23:19:08下载
    积分:1
  • cPP
    数据结构课设,城市地铁站的设计与使用规划(Set data structure class, subway station design and use of planning)
    2011-07-03 11:58:24下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载