登录
首页 » C# » 这是由C语言编写的关于在2级内的一些解决数学问题的原代码.其它高级点的源码正想在这儿学习....

这是由C语言编写的关于在2级内的一些解决数学问题的原代码.其它高级点的源码正想在这儿学习....

于 2022-03-06 发布 文件大小:2.16 kB
0 95
下载积分: 2 下载次数: 1

代码说明:

这是由C语言编写的关于在2级内的一些解决数学问题的原代码.其它高级点的源码正想在这儿学习.-This is the C language on the preparation of the two mathematical problem solving some of the original code. Other senior point source retrospective study here.

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

发表评论

0 个回复

  • 自动开关机,实现简单的开关机功能。在2000下运行会出错。值支持XP系列。...
    自动开关机,实现简单的开关机功能。在2000下运行会出错。值支持XP系列。-Automatic Switcher, the switch to achieve a simple machine. Run in 2000 to be wrong. XP family values support.
    2022-04-21 01:52:00下载
    积分:1
  • opengl_k
    常用的一些OpenGL库文件的集合,适合初学者配置使用!(Some commonly used OpenGL library file collection, suitable for beginners to configure use!)
    2019-01-01 15:27:29下载
    积分:1
  • 读写加密狗实例 源码下载
    读写加密狗例子
    2013-01-31下载
    积分:1
  • ffmpeg-20181015-c27c7b4-win64-dev
    说明:  FFmpeg是一套可以用来记录、转换数字音频、视频,并能将其转化为流的开源计算机程序。采用LGPL或GPL许可证。它提供了录制、转换以及流化音视频的完整解决方案。它包含了非常先进的音频/视频编解码库libavcodec,为了保证高可移植性和编解码质量,libavcodec里很多code都是从头开发的。 FFmpeg在Linux平台下开发,但它同样也可以在其它操作系统环境中编译运行,包括Windows、Mac OS X等。这个项目最早由Fabrice Bellard发起,2004年至2015年间由Michael Niedermayer主要负责维护。许多FFmpeg的开发人员都来自MPlayer项目,而且当前FFmpeg也是放在MPlayer项目组的服务器上。项目的名称来自MPEG视频编码标准,前面的"FF"代表"Fast Forward"。(FFmpeg is an open source computer program that can be used to record, convert digital audio and video, and convert them into streams. Use LGPL or GPL license. It provides a complete solution for recording, converting and streaming audio and video. It includes a very advanced audio/video codec library, libav codec. In order to ensure high portability and quality of codec, many codes in libav codec are developed from scratch. FFmpeg is developed on Linux platform, but it can also be compiled and run in other operating system environments, including Windows, Mac OS X and so on. The project was initiated by Fabrice Bellard and maintained by Michael Niedermayer from 2004 to 2015. Many FFmpeg developers come from the MPlayer project, and currently FFmpeg is also placed on the server of the MPlayer project group. The name of the project comes from the MPEG video coding standard. The previous "FF" stands for "Fast Forward".)
    2020-06-19 08:20:02下载
    积分:1
  • 基于C#的图书馆管理系统的设计与实现
    这个文件是我C#课程作业,用C#解决一个实际问题,比较简单,适合大学生。
    2022-06-26 12:33:20下载
    积分:1
  • C# 在程序中使用指针、十字光标、浮动窗口等不安全代码
    C# 在程序中使用指针、十字光标、浮动窗口等不安全代码的实例,单击以下按钮会演示出对应功能:   在程序中显示一个浮动帮助窗口   显示等待光标   显示十字光标   对于功能实现,逐一分享源代码如下:在程序中使用指针等不安全代码:   var MyFileName = "C:atlog.txt";   var MyReader = new MyReaderClass(MyFileName);   const int MyBuffSize = 128;   byte[] MyBuffer = new byte[MyBuffSize];   ASCIIEncoding MyEncoder = new ASCIIEncoding();   var MyInfo = MyFileName + "的内容如下:";   while (MyReader.Read(MyBuffer, 0, MyBuffSize) != 0)    MyInfo += " " + MyEncoder.GetString(MyBuffer);   MessageBox.Show(MyInfo, "信息提示", MessageBoxButtons.OK, MessageBoxIcon.Information);   private void button2_Click(object sender, EventArgs e)   {//在程序中显示一个浮动帮助窗口    Help.ShowPopup(this, "提高程序开发效率、拓展软件应用领域", new Point(300, 350));   }   private void button3_Click(object sender, EventArgs e)   {//显示等待光标    this.Cursor = Cursors.WaitCursor;   }   private void button4_Click(object sender, EventArgs e)   {//显示十字光标    this.Cursor = Cursors.Cross;   }
    2023-05-20 08:40:02下载
    积分:1
  • linux_socket
    linux sokcet程序,简单实现了客户端和服务器端的通讯过程(linux sokcet procedures, simple implementation of the client and server communication process)
    2010-06-10 16:16:34下载
    积分:1
  • Student-system
    学生管理系统的简化版,没有过多的复杂代码,清晰易懂。(Student achievement management system)
    2016-07-05 21:32:23下载
    积分:1
  • zoom
    C语言实现bmp图像放大缩小,24位bmp图像(The C language bmp image zoom, 24 bmp image)
    2012-10-13 20:06:16下载
    积分:1
  • Statcom
    STATCOM一些论文,大约50篇.大部分中文的.网上下的.大家觉得有需要就下载看看.(STATCOM number of papers, about 50. Most of the Chinese. Online under. We find it necessary to download to see.)
    2010-09-08 14:11:16下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载