-
Snake_Source100802
贪吃蛇
利用屏幕的左右单击控制方向。(Snake using the left and right click control the direction of the screen.)
- 2010-08-02 10:13:09下载
- 积分:1
-
vc830534536242412
这是一款非常实用的计算器,我认为其实用程度远远胜过Windows系统提供的计算器.主要特色是支持多项式运算,即可以一次输入整个多项式,并能够识别运算的优先级(利用堆栈实现),(This is a very useful calculator, I think in fact much better than using Windows system calculator. The main feature is support for polynomial computing, that is, can enter an entire polynomial, and to identify the priority operator class (using the stack to achieve),)
- 2021-02-19 10:19:44下载
- 积分:1
-
多线程管理器
说明: 实现管理文件的相关功能,包括添加,删除,修改等。(Realize the relevant functions of management files, including adding, deleting, modifying and so on.)
- 2019-04-24 22:15:05下载
- 积分:1
-
2Dray.tar
各向异性介质中的射线追踪,克服各向异性高度非线性(Ray tracing in anisotropic media to overcome anisotropic high nonlinearity)
- 2018-05-08 10:41:20下载
- 积分:1
-
asp.net core jwt 接口授权验证(入门级示例)
用visual studio code打开文件,运行dotnet watch run 之后在postman里面去访问,可看到如下效果
- 2018-08-14下载
- 积分:1
-
移动电源三合一
松翰2711 ADC设置的示例程序
功能:获取P43的AD值
//输入:P43口的模拟信号输入 (输入ADB和ADR,输出AD_Data_Hi和AD_Data_low)
//输出:AD值
/////////////////////////////////////////////////////////;库
#include "SN8P2706A.h"
// #include "const.h"
/////////////////////////////////////////////////////////;声明
extern bit ft_ad_10ms,f_ad_first,f_ad_on;
extern unsigned int AD_value_H,AD_value_L,AD_data;
extern unsigned int AD_sum_H,AD_sum_L,b_total;
extern unsigned int ad_mobile_const,ad_buf0;
/////////////////////////////////////////////////////////;
void ad_data_init(void)
{
AD_sum_L=0; //清和
AD_sum_H=0;
AD_value_H=0; //最大值初始值为0
AD_value_L=255; //最小值初始值为255
}
/////////////////////////////////////////////////////////;AD数据初始化
void ad_charge(void)
{
if(ft_ad_10ms==1)
{
- 2022-09-24 14:05:03下载
- 积分:1
-
51354069calculator
计算器,实现了常规的所有计算功能,很好用的(Calculator, to achieve all the computing power of a conventional, well used)
- 2013-12-08 21:10:53下载
- 积分:1
-
Floyd shortest path algorithm, is made with c
最短路径的Floyd算法,是用c#编的,经典的算法-Floyd shortest path algorithm, is made with c
- 2022-03-25 15:33:02下载
- 积分:1
-
TREE
this is tree program, i made this program for comply my daily task on class computer programing in semester 2.
- 2015-01-23 16:15:42下载
- 积分:1
-
OpenGLDDABresenham
基于OpenGL,在VC环境下实现直线的DDA算法和直线的Bresenham算法(Based on OpenGL, VC environment straight DDA algorithm and linear Bresenham algorithm)
- 2012-10-24 18:53:36下载
- 积分:1