-
100yineisushu
1-100之间有多少个素数,并输出所有素数及素数的个数。
???? 程序分析:判断素数的方法:用一个数分别去除2到sqrt(这个数),如果能被整除,则表明此数不是素数,反之是素数。(How many prime numbers are there between 1-100 and output all prime numbers and prime numbers. The method of judging prime number: 2 to sqrt (this number) is removed by one number, and if it can be divided, the number is not prime, and vice versa.)
- 2018-06-13 10:39:18下载
- 积分:1
-
ModeShape_v2_1h
该程序用于计算和可视化Lamb波的传播模式(The Mode shape program is a tool for the calculation and visualization of Lamb wave propagating modes.)
- 2020-09-07 17:38:07下载
- 积分:1
-
8 通道双正交余弦调制滤波器组实现,滤波器的采样频率为 Fs:20000Hz 设计的低通原型的通带频率为625Hz 阻带衰减80db,滤波器的系数长度为512...
8 通道双正交余弦调制滤波器组实现,滤波器的采样频率为 Fs:20000Hz 设计的低通原型的通带频率为625Hz 阻带衰减80db,滤波器的系数长度为512-8-channel biorthogonal cosine-modulated filter banks to achieve, filter sampling frequency Fs: 20000Hz designed a prototype low-pass frequency of 625Hz passband stopband attenuation of 80db, the length of filter coefficients for 512
- 2022-04-25 05:02:14下载
- 积分:1
-
使用javascript动态创建svg元素
使用javascript动态创建svg元素-Using javascript to dynamically create svg element
- 2022-11-01 02:05:03下载
- 积分:1
-
对叠加的信号进行显示和频谱的仿真,其中主要是对SIN信号的叠加...
对叠加的信号进行显示和频谱的仿真,其中主要是对SIN信号的叠加-The signal of the superimposed display and spectrum simulation, the main signal is the superposition of SIN
- 2022-03-21 22:26:59下载
- 积分:1
-
hotplug-state-machine-master
说明: Hot plug state machine master detection in verified protocols in training the transmission during reset has implementation under the design in integration during runtime
- 2020-06-16 06:00:02下载
- 积分:1
-
cJSONFiles
JASON解析,打包等测试例程,包含头文件,C文件,test文件等(void doit(char *text)
{
char *out;cJSON *json;
json=cJSON_Parse(text);
if (!json) {u1_printf("Error before: [%s]
",cJSON_GetErrorPtr());}
else
{
out=cJSON_Print(json);
cJSON_Delete(json);
u1_printf("%s
",out);
free(out);
}
})
- 2020-06-15 23:20:01下载
- 积分:1
-
滑坡计算实例3D
PFC 滑坡计算实例3D 数值模拟命令流(PFC landslide command flow calculation example 3 d numerical simulation)
- 2021-03-22 17:59:16下载
- 积分:1
-
BSR
说明: Contour Detection and Hierarchical Image Segmentation
轮廓检测与层次图像分割(Contour Detection and Hierarchical Image Segmentation)
- 2019-03-28 09:29:00下载
- 积分:1
-
cable, wireless dual mode Eighth Route Army Responder use wireless transceiver c...
有线 无线 双模式八路抢答器 使用无线收发模块 编码解码芯片-cable, wireless dual mode Eighth Route Army Responder use wireless transceiver chip codec
- 2023-05-16 22:15:03下载
- 积分:1