-
使用java写的大量有用算法,可以下载观看比较xuexi!
使用java写的大量有用算法,可以下载观看比较xuexi!-use of a large number of useful algorithms can be downloaded to compare xuexi!
- 2022-05-13 04:35:15下载
- 积分:1
-
流水灯 单片机初学者
流水灯那个程序,单片机的,初学者,一个简单的单片机入门学习程序,能实现流水灯的效果流水灯那个程序,单片机的,初学者,一个简单的单片机入门学习程序,能实现流水灯的效果流水灯那个程序,单片机的,初学者,一个简单的单片机入门学习程序,能实现流水灯的效果
- 2022-03-21 00:48:50下载
- 积分:1
-
8051 串口 循环缓冲区
串口C程序 , STC mcu ,循环缓冲区,
解决串口丢数据问题, 实际工程中很稳定,
接收时, 在中断中接收, 写入循环缓冲区,
主程序去循环缓冲区中取数据。
- 2022-02-11 15:18:41下载
- 积分:1
-
Procedures for the preparation of multi
多线程程序的编写,应用多线程编写网络聊天室程序-Procedures for the preparation of multi-threaded, multi-threaded applications to prepare the network chat room program
- 2022-03-14 13:59:14下载
- 积分:1
-
多关键词匹配算法,论坛等网络应用中非常有用
多关键词匹配算法,论坛等网络应用中非常有用-Multi-keyword matching algorithm, the forum is very useful for other network applications
- 2022-07-11 05:52:30下载
- 积分:1
-
用C编的龙贝格算法函数,程序简单明了,可直接使用,也可较快地修改应用于MATLAB中。...
用C编的龙贝格算法函数,程序简单明了,可直接使用,也可较快地修改应用于MATLAB中。-Rhomberg compiled with the C algorithm is a function, the program simple and clear, can be used directly, but also quickly modify the application in MATLAB.
- 2022-02-22 01:26:07下载
- 积分:1
-
Learnin Mathematics with the ABACUS Activity
Learnin Mathematics with the ABACUS Activity-book
part 6
- 2022-05-05 04:37:03下载
- 积分:1
-
acm essential knowledge, explain in detail the tree line, in the hope that usefu...
acm必备知识,线段树的详细讲解,希望对你有用-acm essential knowledge, explain in detail the tree line, in the hope that useful to you
- 2023-08-14 14:50:02下载
- 积分:1
-
词法分析器
//分割符号
#define is_end(c) (c=="{"||c=="}"||c=="("||c==")"||c=="["||c=="]"||c==","||c==";")
//表达式符号
#define is_exp(c) (c=="&"||c=="|"||c=="!" || c=="=" || c=="+"||c=="-"||c=="*"||c=="/" || c=="")
//数字
#define is_num(c) (c>= "0"&&c
- 2023-01-10 16:50:04下载
- 积分:1
-
由均匀分布的随机变量生成正态分布的随机变量的算法。
由均匀分布的随机变量生成正态分布的随机变量的算法。-by uniform distribution of random variables generate normal random variable algorithm.
- 2022-05-24 20:13:30下载
- 积分:1