-
ct46
说明: 计算不同的三分CANTOR集,可以由此验证WTMM的正确性(CANTOR different set of one-third can thus verify the correctness of WTMM)
- 2009-08-09 10:25:35下载
- 积分:1
-
实例69 快速检索指定文件
说明: 本程序用来快速检索指定文件,使用VC编写,对初学者及开发人员有一定启示作用(the procedures used for the designated rapid retrieval of documents and use VC prepared for beginners and developers a certain inspiration)
- 2005-12-25 15:08:11下载
- 积分:1
-
Modern-Periodic-Table-Project-in-C
Modern Periodic Table Project in C.
The Modern Periodic Table project in C is a simple console application built without the use of graphics. It is developed using the C programming language for the purpose of storing name, symbol, atomic number, atomic weight, and some important properties as well as to display them as per requirement of the user. The source code for this project is complete and totally error free, and we warmly welcome any feedbacks and suggestions.
- 2014-12-03 16:24:18下载
- 积分:1
-
MUIS
单片机播放 音乐 是学习的好资料 音频学习
- 2012-02-01 21:03:24下载
- 积分:1
-
traffic-light
文件包括交通灯的程序代码,实物图的照片,和功能原理图,可以帮助同学们做成一个完整的实物,包括硬件连接和软件程序调试(Documents including traffic lights program code, the real figure photos, schematic diagram and function, can help the students to make a complete physical, including the hardware connection and software program debugging)
- 2015-09-13 17:45:31下载
- 积分:1
-
31409296
This ZIP file contains a library and an include file for use
- 2019-05-26 03:41:56下载
- 积分:1
-
EMD
利用emd算法解决经验模式分解的一些存在的端点效应问题。 有效的解决了问题。(Using emd algorithm to solve some of the empirical mode decomposition end effects exist. Effective solution to the problem.)
- 2020-10-19 16:27:25下载
- 积分:1
-
多功能测量(功能)
温度,光照强度,测距,检测lcd1602显示,上传串口显示(Temperature, illumination intensity, ranging, detection LCD1602 display, upload serial display)
- 2020-06-18 23:40:02下载
- 积分:1
-
game2048
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
int table[16]={0},Score=0,Max_number=0;
bool allprint=true;
int&at(int* pn,int x,int y=-1,bool rev=false){
return rev?(~y?pn[x*4+y]:pn[x]):(~y?pn[y*4+x]:pn[x]);
}
bool canMove(int* pn,int direction){
for(int i=0,sum=0;i
- 2023-08-08 02:35:03下载
- 积分:1
-
btp
Embedded c implimentation of discrete stockwell tranform
- 2015-01-27 05:42:52下载
- 积分:1