-
file
文件遍历 绑定到树形结构中,遍历文件夹中所有文件。(find file in folder)
- 2013-09-18 15:50:37下载
- 积分:1
-
lab2
输入:
输入包括多个测试集,每行为一个正奇数N(1 <= N < 10),
0作为输入的结束且不需要处理。
输出:
对于输入的每一个N, 输出一个它所对应的N阶幻方,如果存在多个,
任意一个即可。
Sample Input
1
3
0
Sample Output
1
4 9 2
3 5 7
8 1 6
(Input: The input includes multiple test sets, each one being the odd behavior of N (1 < = N < 10), 0 as the end of the input and does not require treatment. Output: For each input N, N it corresponds to the output of a magic square, if there is more than one, any one can. Sample Input 1 3 0 Sample Output 1 4 9 2 3 5 7 8 1 6)
- 2014-02-19 15:40:48下载
- 积分:1
-
433模块代码
该程序为433模块的51单片机发送接收。调试过,没有错误。433无线模块应用于汽车无钥匙开门关门等应用,使用十分方便。
- 2022-03-19 20:41:41下载
- 积分:1
-
xqwy
说明: 一套用于小区物业管理系统,包含停车管理,水电费催缴系统等.(Set of residential property management systems, including parking management, utilities reminder system.)
- 2010-04-15 10:33:14下载
- 积分:1
-
螺丝服务端GMSV源码完整,可编译
螺丝完全服务端源码,GMSV,linux下完美编译
- 2022-05-31 17:22:32下载
- 积分:1
-
11组表达式求值
设计一个表达式求值的程序。该程序必须可以接受包含(,),+,-,*,/的中缀表达式,并求出结果。如果表达式正确,则输出表达式的结果;如果表达式非法,则不输出或输出其他字符。(Design an expression evaluation procedures. The program must accept (,), including +, -, *, / the infix expression, and the results obtained. If the expression is correct, the output of the expression is output; if the expression is illegal, no other characters are output or exported.)
- 2017-06-14 15:06:29下载
- 积分:1
-
AjaxPro plug
AjaxPro插件 利用ajax加载数据 方便实用
把rar后缀删掉就可以!-AjaxPro plug-ins to use ajax to load data rar suffix convenient and practical to be able to delete!
- 2022-03-21 04:47:23下载
- 积分:1
-
T5557
T5557卡的读写程序,KEIL4平台,曼彻斯特解码(T5557 card reader procedures, KEIL4 platform, Manchester decoding)
- 2020-10-22 10:37:23下载
- 积分:1
-
浙江大学《数据结构》配套讲义
说明: 来自浙江大学的一套比较不错的数据结构入门资料(A good introduction to Data Structure from ZJU)
- 2020-09-12 09:47:59下载
- 积分:1
-
高精度重力测量
数码管显示 串口控制 lcd1602 带继电器控制
//读取HX711
//****************************************************
unsigned long HX711_Read(void) //增益128
{
unsigned long count;
unsigned char i;
HX711_DOUT=1;
Delay__hx711_us();
HX711_SCK=0;
count=0;
EA = 1;
while(HX711_DOUT);
EA = 0;
for(i=0;i
- 2022-03-07 06:35:06下载
- 积分:1