登录
首页 » C#Դ�� » C# finally

C# finally

于 2023-05-24 发布 文件大小:19.25 kB
0 212
下载积分: 2 下载次数: 1

代码说明:

C# finally

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

发表评论

0 个回复

  • gpu最短距离
    随机生成5000乘客与50000出租车的距离,计算最短距离,并用gpu加速
    2023-02-21 10:00:03下载
    积分:1
  • shu-zi-she-ying-ce-liang
    使用C#语言编写程序,读取并显示给定的摄影图像。把图像数据读取到变量或数组中。 (Use C# language programming, read and display a given photographic images. The read image data into a variable or array.)
    2015-11-19 22:40:02下载
    积分:1
  • C++ 禁止更改“Internet选项”里“常规”中的“字体”项(提高篇-实例138).zip
    C++ 禁止更改“Internet选项”里“常规”中的“字体”项(提高篇-实例138).zip
    2019-10-02下载
    积分:1
  • stm32飞控
    很不错的飞控 float q0 = 1, q1 = 0, q2 = 0, q3 = 0;    // quaternion elements representing the estimated orientation float exInt = 0, eyInt = 0, ezInt = 0;    // scaled integral error void IMUupdate(T_int16_xyz *gyr, T_int16_xyz *acc, T_float_angle *angle) { float ax = acc->X,ay = acc->Y,az = acc->Z; float gx = gyr->X,gy = gyr->Y,gz = gyr->Z;   float norm; //  float hx, hy, hz, bx, bz;   float vx, vy, vz;// wx, wy, wz;   float ex, ey, ez;   // ???????????   float q0q0 = q0*q0;   float q0q1 = q0*q1;   float q0q2 = q0*q2; //  float q0q3 = q0*q3;   float q1q1 = q1*q1; //  float q1q2 = q1*q2;   float q1q3 = q1*q3;   float q2q2 = q2*q2;   float q2q3 = q2*q3;   float q3q3 = q3*q3; if(ax*ay*az==0)
    2022-02-28 17:16:50下载
    积分:1
  • C# 创建线程实例JoinThread源码
    C#创建一个基本简单的线程实例,演示了如何创建线程,面向C#新手的一个例子:   Thread myThread;//声明线程   //用线程起始点的ThreadStart委托创建该线程的实例   myThread = new Thread(new ThreadStart(createThread));   myThread.Start();//启动线程   myThread.Join();//阻止调用该线程,直到该线程终止   Console.ReadLine();
    2022-11-16 06:35:03下载
    积分:1
  • k60单片机采集程序例程
    本程序是利用iar软件编写的,单片机型号是k60DN系列的,采用的摄像头型号为ov7725,直接编译进行下载即可。
    2022-08-03 02:31:42下载
    积分:1
  • C++图像模式识别大工程(分类程序,聚类程序)
    模式识别大工程,完全可以运行。有各种基本的分类的算法,可以进行图像识别处理。手写数字识别等。线性分类器, 光学字符识别技术(OCR)与手写体数字识别。
    2022-03-20 23:07:47下载
    积分:1
  • C#三层架构经典源代码
    这是一个很不错的cshap语句编写的经典的三层架构源代码实例,可以帮助人们来更好的搭建一个cshap框架,从而轻松的完成自己的需求,真的是很不错的代码。
    2022-10-21 19:20:03下载
    积分:1
  • copy 源代码,银行家算法等的算法,用c,c++拿来编的(借用了其他同志的意见)...
    copy 源代码,银行家算法等的算法,用c,c++拿来编的(借用了其他同志的意见)-copy source code, bankers algorithm algorithm used c, c used to compile (to borrow other"s opinions)
    2022-04-02 00:03:27下载
    积分:1
  • rtsp
    rtsp源码适合海思平台RTSP ServerThis is part of my hands-on work for my course at The George Washington University. A simplified RTSP server is designed and implemented with Object-Oriented paradigm. It is designed to work as a embedded service in a client software of media streaming system. The implementation is only a framework that responds RTSP messages. Actual media loading and streaming is not included.
    2023-02-02 11:00:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载