登录
首页 » c++,c » tslib

tslib

于 2022-02-26 发布 文件大小:58.92 kB
0 34
下载积分: 2 下载次数: 1

代码说明:

shajkdghasjcbxzb czxcuysdughjdfsncbvjhgbjhcb nx bbnnxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

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

发表评论

0 个回复

  • 系统管理总线SMBUS读写测试
    demo for smbus 系统管理总线SMBUS读写测试,测试小demo,C环境试运行, 供大家学习使用,有平台兼容性的需求
    2022-12-07 17:00:07下载
    积分:1
  • QT扫雷
    基于QT平台下的扫雷,功能不是很完善
    2022-02-06 00:33:56下载
    积分:1
  • c#项目工具 坐标转换 WGS84 北京54 西安80 都可
    c#项目工具 坐标转换 WGS84 北京54 西安80 都可
    2023-07-10 16:55:02下载
    积分:1
  • 测试链接并显示查询数据
    using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;//Download by http://down.liehuo.netusing System.Data.SqlClient;namespace Case05_12{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) { try { //生成连接数据库字符串 string ConStr = "data source=.;database=ljp;uid=sa;pwd=123"; //定义SqlConnection对象实例 SqlConnection con = new SqlConnection(ConStr); //定义Select查询语句 string Sql = "select*from biaoge"; SqlDataAdapter ada = new SqlDataAdapter(Sql, con); DataSet ds = new DataSet(); //定义DataSet对象实例 ada.Fill(ds); //连接数据表格,显示数据 this.dataGridView1.DataSource = ds.Tables[0].DefaultView; } catch { return; } } private void button2_Click(object sender, EventArgs e) { this.Close(); Application.Exit(); } }}
    2014-10-02下载
    积分:1
  • CRC8计算程序及检测程序,C语言,生成多项式:X8 + X2 + X + 1
    CRC8校验程序,C语言编写,生成多项式:X8 + X2 + X + 1。 程序一: * 描    述:  检测数组的CRC是否正确,正确返回1,不正确返回0 * 函数原型:  void Check_CRC(uint8_t *ptr, uint8_t len) * 入口参数:  ptr数组的起始地址, len数组的长度,包括1字节CRC 程序二: * Function name:   CountCrc * Descriptions:    CRC校验码计算子程序 内附有CRC8校验小软件,可验证程序正确性。
    2023-03-19 19:50:04下载
    积分:1
  • rdesktop多UI接口源码1.83版本
    rdesktop多UI接口源码,使用rdp协议实现,源码结构清晰易读,适合剖析学习
    2022-01-28 13:01:09下载
    积分:1
  • STM32F103+ADS1115程序源码
    本人项目使用,边用并通过,内容详细
    2022-03-14 15:15:50下载
    积分:1
  • 智能蚂蚁算法
    智能蚂蚁算法――蚁群算法的改进 求解VRP问题 求解TSP问题-smart ant algorithm-- ant colony algorithm improvements for VRP for TSP
    2022-08-09 10:06:04下载
    积分:1
  • 基于c#的学生选课系统,其中有学生选课系统,教务处系统还有教师管理系统,基本实现功能。
    资源描述一个简单的学生选课系统,基于c#的学生选课系统,其中有学生选课系统,教务处系统还有教师管理系统,基本实现功能。
    2022-02-02 14:12:35下载
    积分:1
  • Cable Master ACM问题
    The first line of the input file contains two integer numb ers N and K, separated by a space. N (1 = N = 10000) is the number of cables in the stock, and K (1 = K = 10000) is the number of requested pieces. The first line is followed by N lines with one number per line, that specify the length of each cable in the stock in meters. All cables are at least 1 meter and at most 100 kilometers in length. All lengths in the input file are written with a centimeter precision, with exactly two digits after a decimal point. Write to the output file the maximal length (in meters) of the pieces that Cable Master may cut from the cables in the stock to get the requested number of pieces. The number must be written with a centimeter precision, with exactly two digits after a decimal point. If it is not possible to cut the requested number of pieces each one being at least one centimeter long, then the output file must contain the single number "0.00" (without quotes).
    2022-08-21 00:51:34下载
    积分:1
  • 696518资源总数
  • 104224会员总数
  • 54今日下载