-
Matlab辅助激光光学分析与应用
上传程序为衍射问题数值计算的matlab源代码(Upload program is matlab source code for numerical calculation of diffraction problem)
- 2019-02-28 17:53:11下载
- 积分:1
-
from
else if(keyword,equals如果关键字是MSG则是服务器传来的聊天信息(Else if (keyword,equals is a chat message from the server if the keyword is MSG)
- 2018-11-25 23:15:18下载
- 积分:1
-
SX1212_STM8_DEMO
SX1212程序,希望对想学习SX1212无线通讯的朋友有所帮助(SX1212 program, we hope to want to learn SX1212 wireless communications to help a friend)
- 2020-11-18 12:29:39下载
- 积分:1
-
clock
定时器每100us中断一次,在中断服务程序中,对中断次数进行计数,100us计数10000次就是1秒。然后再对秒计数得到分和小时值,并送入显示缓冲区。(Timer interrupt every 100us, in the interrupt service routine, the interrupt number of counts, 100us count is 1 second 10000. Then seconds count the minutes and hours values 椠渀琀漀 the display buffer.)
- 2012-12-24 00:00:05下载
- 积分:1
-
fitellipse(two-method)
我收集的老外编的椭圆拟合算法,C++实现,输入一组XY数据就能求出椭圆参数(I collected foreigner series the oval fitting algorithm, C++, achieve)
- 2020-10-16 09:17:29下载
- 积分:1
-
CsLiteLib
自己收集的一些C#的有用代码,封装成DLL库。实现的功能有截屏,关机等等~~非常有用的代码。(They collected some useful code in C#, packaged into a DLL library. Realize the function of screenshots, shutdown, etc. ~ ~ very useful code.)
- 2012-12-27 10:21:46下载
- 积分:1
-
bettprprovide
说明: 一个C++的简单的原代码,可以提供学习比较好,大家可以下了(C of a simple code, can provide a better learning, we can go down)
- 2018-12-30 08:51:43下载
- 积分:1
-
VC 6.0 UPD屏幕广播程序
真彩色广播系统,延迟小,适合局域网教学广播用。源程序分广播客户端和广播服务端,代码有详细的注释和说明。屏幕广播分为:服务端和客户端。ScreenServer是服务端程序,广播客户端是客户端程序。服务端使用多播技术向客户端发送数据,所以要保证服务端机器的配置应高些,一般CPU应该是双核2GHZ左右。
- 2022-01-25 22:16:28下载
- 积分:1
-
Laba_0
#include "comparer.h"
#include <iostream>
using namespace std
int Comparer::compareByName(Student& s1,Student& s2)
{
return strcmp(s1.m_szName,s2.m_szName)
}
int Comparer::compareBySurname(Student& s1,Student& s2)
{
return strcmp(s1.m_szSurname,s2.m_szSurname)
}
int Comparer::compareByGroup(Student& s1,Student& s2)
{
- 2010-01-21 00:05:09下载
- 积分:1
-
spi
ARM程序,实现了SPI通信协议,可用于任何使用SPI通信协议的器件上,在LPC2103上测试成功。(ARM procedures realize the SPI communication protocol, can be used for any use of SPI communication protocol on the device, tested successfully in the LPC2103.)
- 2008-08-23 10:09:43下载
- 积分:1