-
ASCII
ASCII码查询,二进制,八进制,十进制,十六进制互相转换。。
- 2023-07-05 12:40:03下载
- 积分:1
-
PrQ2
ssd4 PRACTICAL QUIZ 2答案答案了 (The answer ssd4 PRACTICAL QUIZ 2 answer)
- 2009-05-18 15:46:49下载
- 积分:1
-
新手调试 开发板配套例程
对于新手调试入手很快,通过32单片进行通信控制,及算法运算。(For beginners, debugging starts very quickly, communication control is carried out through 32 single chip, and arithmetic operation is given to them.)
- 2020-06-25 03:40:02下载
- 积分:1
-
基于N76E003的帕灯程序
说明: 帕灯代码,基于N76E003开发,支持DMX512(PAR_Light,DMX512,N76E003)
- 2021-04-04 16:29:04下载
- 积分:1
-
port_in_test_2
功能文件的定义,学会用c
来进行宏定义(The definition of functional documents)
- 2012-08-13 16:35:22下载
- 积分:1
-
最大子团问题
#include
#include
#define N 20
struct code
{
int a[N][N];
int n;
int x[N];
int bestx[N];
int cn;
int bestn;
}Y;
int count;
void Backtrack(int i)
{
int OK=1;
int j;
if(i>Y.n)
{
for(j=1;j
- 2022-01-27 23:45:31下载
- 积分:1
-
lag
如何使用MATLAB编程,里面有详细的说明,大家可以试试。满好的教程(How to use the MATLAB programming, which is described in detail, we can try. Man good tutorial)
- 2007-11-07 09:02:27下载
- 积分:1
-
stepcode-master
STEP模型读取的类库,官方资料,附文档说明(Read STEP model library, official data, with documentation)
- 2014-11-04 19:50:43下载
- 积分:1
-
Type_Game
用C语言实现的键盘游戏,敲字母接掉下的字符,程序通俗易懂,适合学习C的学生朋友学习(Using C language keyboard games, then dropped out alphabetical characters, the program user-friendly, suitable for students learning C friends to learn)
- 2009-06-05 20:53:34下载
- 积分:1
-
SQLite多线程写入 出现锁文件的解决方案
SQLite多线程写入 出现锁文件的解决方案
- 2014-01-25下载
- 积分:1