登录
首页 » C++ » 从网上开源代码下载

从网上开源代码下载

于 2023-06-06 发布 文件大小:536.26 kB
0 48
下载积分: 2 下载次数: 1

代码说明:

c++语言或者是c语言,能够使用的json语法的都可以使用该库进行开发,并且该库只有头文件,方便编译和下载使用

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

发表评论

0 个回复

  • functionFairnessProfile_cvx
    Running test programming
    2019-04-24 12:07:19下载
    积分:1
  • Labwindows CVI的界面编程
    基于LabWindows CVI的界面编程。数据解析显示,指令下发(LabWindows CVI )
    2015-10-30 13:46:06下载
    积分:1
  • chexingshibie
    说明:  一种用于图像目标识别的神经网络及其车型识别应用(A target for image recognition neural network and its application of models to identify)
    2008-10-31 19:48:19下载
    积分:1
  • user-level-threads
    User level threads library with IPC, TIMERS, Internal Scheduler
    2012-02-01 18:42:51下载
    积分:1
  • 基于linux的共享单车编程
    本项目是基于linux内核的UBUntu系统编写的共享单车服务器、客户端的编程,内容包括socket套接字,sqlite数据库等内容
    2022-03-07 04:45:38下载
    积分:1
  • 九九乘法表C++
    这是一个有创新意义的九九乘法表,有利于大家对C++ 语言的理解。说明了c++编程的思想。在C++语言中,涉及到变量的定义,功能函数的定义。以及循环结构的使用。
    2022-03-15 22:39:30下载
    积分:1
  • CGAL-4.5
    CGAL,Computational Geometry Algorithms Library,计算几何算法库,设计目标是,以C++库的形式,提供方便,高效,可靠的几何算法。CGAL可用于各种需要几何计算的领域,如计算机图形学,科学可视化,计算机辅助设计和建模,地理信息系统,分子生物学,医学成像,机器人运动规划,网格生成,数值方法等等。    计算几何算法库(CGAL),提供计算几何相关的数据结构和算法,诸如三角剖分(2D约束三角剖分及二维和三维Delaunay三角剖分),Voronoi图(二维和三维的点,2D加权Voronoi图,分割Voronoi图等),多边形(布尔操作,偏置),多面体(布尔运算),曲线整理及其应用,网格生成(二维Delaunay网格生成和三维表面和体积网格生成等),几何处理(表面网格简化,细分和参数化等),凸壳算法(2D,3D和dD),搜索结构(近邻搜索,kd树等),插值,形状分析,拟合,距离等。(The goal of the CGAL Open Source Project is to provide easy access to efficient and reliable geometric algorithms in the form of a C++ library. CGAL is used in various areas needing geometric computation, such as: computer graphics, scientific visualization, computer aided design and modeling, geographic information systems, molecular biology, medical imaging, robotics and motion planning, mesh generation, numerical methods... More on the projects using CGAL web page. The Computational Geometry Algorithms Library (CGAL), offers data structures and algorithms like triangulations (2D constrained triangulations, and Delaunay triangulations and periodic triangulations in 2D and 3D), Voronoi diagrams (for 2D and 3D points, 2D additively weighted Voronoi diagrams, and segment Voronoi diagrams), polygons (Boolean operations, offsets, straight skeleton), polyhedra (Boolean operations), arrangements of curves and their applications (2D and 3D envelopes, Minkowski sums), mesh generation (2D Del)
    2014-12-11 14:45:21下载
    积分:1
  • ProDSP_F28335_MPPTD
    说明:  三种常用的MPPT算法----恒压法,扰动法和电导增量法程序(Procedures of constant pressure method, disturbance method and conductance increment method)
    2019-12-06 17:11:01下载
    积分:1
  • C# OpenRead获取网站源代码,并保存到TXT文件Stream流中
    C#获取网页源代码,并将其保存为TXT文件,这里应用了OpenRead和Stream流方法,具体的实现,请参见以下代码:   richTextBox1.Text = string.Empty;   WebClient wclient = new WebClient();//实例化WebClient类对象   wclient.BaseAddress = textBox1.Text;//设置WebClient的基URI   wclient.Encoding = Encoding.UTF8;//指定下载字符串的编码方式   //为WebClient类对象添加标头   wclient.Headers.Add("Content-Type", "application/x-www-form-urlencoded");   //使用OpenRead方法获取指定网站的数据,并保存到Stream流中   Stream stream = wclient.OpenRead(textBox1.Text);   //使用流Stream声明一个流读取变量sreader   StreamReader sreader = new StreamReader(stream);   string str = string.Empty;//声明一个变量,用来保存一行从WebCliecnt下载的数据   //循环读取从指定网站获得的数据   while ((str = sreader.ReadLine()) != null)   {    richTextBox1.Text += str + " ";   }   //调用WebClient对象的DownloadFile方法将指定网站的内容保存到文件中   wclient.DownloadFile(textBox1.Text, DateTime.Now.ToFileTime() + ".txt");   MessageBox.Show("保存到文件成功");
    2022-02-02 08:55:49下载
    积分:1
  • 基于DSP28335的单相PWM整流 双闭环PI控制
    利用DSPF28335实现单相桥式PWM整流器的双闭环PI控制,用到AD7606和数字锁相(Double-closed-loop PI control of single-phase bridge PWM rectifier using DSPF28335, using AD7606 and digital phase lock)
    2020-11-18 21:19:38下载
    积分:1
  • 696518资源总数
  • 104224会员总数
  • 54今日下载