-
函数从LLH到ECEF坐标转换
Function convert the coordinates from LLH to ECEF
- 2022-03-26 06:25:34下载
- 积分:1
-
一个小小的赛车游戏的源程序,有兴趣的朋友可以试一试!挺好玩的!...
一个小小的赛车游戏的源程序,有兴趣的朋友可以试一试!挺好玩的!-a tiny racing game source code.
please play this game if you are interested in it.
it has so much fun.
- 2022-07-01 09:16:53下载
- 积分:1
-
wince6.0下最简单的hello world程序
wince6.0下最简单的hello world程序-wince6.0 most simple hello world program
- 2022-03-22 20:37:20下载
- 积分:1
-
如题,计数型信号量用于任务间同步,二进制信号量适用于任务间同步,但是如果事件发生过快,可能导致数据丢失。但是使用计数型信号量就可以就决这个问题...
如题,计数型信号量用于任务间同步,二进制信号量适用于任务间同步,但是如果事件发生过快,可能导致数据丢失。但是使用计数型信号量就可以就决这个问题-Such as title, Counting Semaphore for inter-task synchronization, a binary semaphore for inter-task synchronization, but if the incident took place too quickly, may lead to data loss. However, the use of Counting semaphores can on this issue summary
- 2022-07-16 05:34:54下载
- 积分:1
-
其一fartboy谁喜欢的女孩
its a fartboy who liks girls
- 2022-04-29 04:28:02下载
- 积分:1
-
A small program on the FDTD in fortran90
一个关于FDTD的三维fortran90小程序.-A small program on the FDTD in fortran90
- 2022-03-13 08:09:11下载
- 积分:1
-
一个可以对任意长整数进行加减的类 在Visual C++6.0 WinXp下编译通过 采用类来实现,从CString继承而来 数据运算的结果保存在CString...
一个可以对任意长整数进行加减的类 在Visual C++6.0 WinXp下编译通过 采用类来实现,从CString继承而来 数据运算的结果保存在CString类中 理论上可对任意长的数据进行相加 在Release目录下有可执行文件,将*.txt拖放到longadd.exe上即可,*.txt为数据文件。-A class can perform add-subtract operation to long integers with random length and has been compiled in Visual C++6.0 and WinXp successfully.It is implemented by a class inherited from CString and can perform plus operation to data with random length in theory.There is a file named longadd.exe in directory Release. You may drag the data file named*.txt to that executable file to finish computing.
- 2023-03-20 12:40:04下载
- 积分:1
-
dot1x_client 802.1x认证客户端源码
dot1x_client 802.1x认证客户端源码,使用了C、C++在windows系统下实现了认证用户,简介的界面,在多数平台下编译通过。
- 2022-12-25 03:25:04下载
- 积分:1
-
close all clear all clc
load datai8us.txt
load dataq8us.txt
Si = dat...
close all clear all clc
load datai8us.txt
load dataq8us.txt
Si = datai8us -j*dataq8us
filename= D:a7.dat
fid = fopen(filename, r )
Fr=10e3 v=9
TR_len = 30e6*2/Fr
TR_samp_len = 30e6/Fr*2*2*4
pluse_number = 4000
fseek(fid, 5*(30e6/Fr)*4*Fr, 0)
-close all clear all clc
load datai8us.txt
load dataq8us.txt
Si = datai8us-j*dataq8us
filename= D:a7.dat
fid = fopen(filename, r )
Fr=10e3 v=9
TR_len = 30e6*2/Fr
TR_samp_len = 30e6/Fr*2*2*4
pluse_number = 4000
fseek(fid, 5*(30e6/Fr)*4*Fr, 0)
- 2022-03-22 09:48:08下载
- 积分:1
-
该程序首先创建一个链表,然后对其进行插入排序
该程序首先创建一个链表,然后对其进行插入排序-The program first creates a linked list, and then their Insertion Sort
- 2022-09-12 12:15:03下载
- 积分:1