-
Function is passed by value, teach you how to use the C language programming, te...
函数按值传递,教你如何用使用C语言编程,教学用。-Function is passed by value, teach you how to use the C language programming, teaching.
- 2022-10-11 02:35:03下载
- 积分:1
-
学习算法分析时必须掌握的算法。01背包,经典无需多言。我以前的作业。...
学习算法分析时必须掌握的算法。01背包,经典无需多言。我以前的作业。-Learning algorithm analysis must master algorithm. 01 backpack, classic Needless to say. My previous job.
- 2023-03-07 10:10:04下载
- 积分:1
-
步进电机加减速算法
舞台灯用步进电机加减速算法:用A3992控制芯片控制步进电机加减速,A3992用的是串行数据控制方式,一个单片机可控制多个电机。用的是16细分算法。。。。
- 2022-07-22 06:59:21下载
- 积分:1
-
一个小型计算器,可以进行/加/减/乘/除/开放运算,希望你们喜欢。...
一个小型计算器,可以进行/加/减/乘/除/开放运算,希望你们喜欢。-a small calculator, can/add/subtract/multiply/addition/open computing, I hope you like.
- 2022-03-30 21:12:16下载
- 积分:1
-
显示时间
此程序能够获取计算机的系统时间,并输出出来。程序简洁明了,对于初学C++的同行有较好的帮助,并且具有实用性和可玩性,能极大增强大家学习C++的热情和兴趣。程序本生并不难,在有一定的C语言基础之上加以研究就能看懂!
- 2022-04-11 14:37:59下载
- 积分:1
-
kd-tree的c实现
kd-tree的一个简单实现kd-tree的一个简单实现kd-tree的一个简单实现kd-tree的一个简单实现kd-tree的一个简单实现
- 2022-03-12 17:58:42下载
- 积分:1
-
this program is continuation of 1laser
this program is continuation of 1laser - can fire 2 lasers rangefinders from MDL simultaneusly and then registers measured distance to file - very useful for photogrametry-this program is continuation of 1laser- can fire 2 lasers rangefinders from MDL simultaneusly and then registers measured distance to file- very useful for photogrametry
- 2022-03-25 19:09:06下载
- 积分:1
-
敏感词wordbank
package com.yaozhou.sensitive.wordbank;import java.io.BufferedInputStream;import java.io.BufferedReader;import java.io.File;import java.io.FileInputStream;import java.io.FileNotFoundException;import java.io.IOException;import java.io.InputStream;import java.io.InputStreamReader;import java.util.ArrayList;import java.util.HashMap;import java.util.HashSet;import java.util.LinkedList;import java.util.List;import java.util.Map;import java.util.Properties;import java.util.Set;/** * @author Yao.Zhou* @version 创建时间:2016年12月21日 上午11:08:23 * 类说明 */@SuppressWarnings("unused")public class SensitiveWordBank {private static final String ENCODE = "UTF-8";private File path;private Map wordBankContainer;public SensitiveWordBank(String dir) {
- 2022-01-26 05:07:53下载
- 积分:1
-
快速傅立叶算法c程序,改变参数可以对2的n次方长度的有限序列进行频谱分析。...
快速傅立叶算法c程序,改变参数可以对2的n次方长度的有限序列进行频谱分析。-Fast Fourier algorithm c program to change the parameters can be the n-th power of 2 length limited sequence analysis of the spectrum.
- 2022-02-24 10:10:13下载
- 积分:1
-
It is the DOS environment to develop a mathematical calculation software, the ma...
它是在DOS环境下开发的数学计算软件,菜单中主要的一种是“有限元法”,使用的编程语言是C语言,解压无需密码。-It is the DOS environment to develop a mathematical calculation software, the main menu is a "finite element method", the use of the C programming language is the language, extract no password is required.
- 2023-01-04 08:40:03下载
- 积分:1