-
QMSMQApp1
一个简单的MSMQ应用,将发送一个消息到对别,并从中取回(A simple MSMQ application sends a message to the right of other, and draw back)
- 2009-11-23 14:11:59下载
- 积分:1
-
AN-G-001
list of at commands which will help you to maker a call and recieve a call
- 2009-09-25 16:29:58下载
- 积分:1
-
Complement_TR
It is always anther interesting vxworks docs, it talks about vxworks programming
- 2014-09-30 18:21:33下载
- 积分:1
-
hex2dat
在DSP自起动时,用来将生成的.hex文件转换成.dat文件,只有这样才能正确烧写到flash中(The DSP from the start, is used to generate the hex file convert dat file, the only way to properly programmed into flash)
- 2013-05-10 19:53:42下载
- 积分:1
-
switch_ky_tu
说明: code nay dung de dem ky tu, toi moi hoc code
- 2020-06-18 08:00:02下载
- 积分:1
-
IEEE-9-chaoliujisuanchengxu
用于电力系统潮流计算的程序,IEEE9节点算例,可以改成自己想要的节点算例(Program for power flow calculation, IEEE9 node examples, you can change the node you want examples)
- 2013-12-11 19:19:22下载
- 积分:1
-
惯性导航GPS INS TIGHT STATIC 组合 matlab 算法
matlab 惯性导航GPS INS TIGHT 组合源码,对于初学者轨迹生成器有多么重要就不说了,亲测有用好使,希望在仿真时对你有用,加油吧。刚开始都很难,多仿真,会有巨大的收获。MATLAB 仿真程序。
- 2022-08-20 04:00:35下载
- 积分:1
-
八皇后问题c语言实现
void show() /* 输出所有皇后的坐标 */
{
int i;
for(i = 0; i < max; i++)
{
printf("(%d,%d) ", i, queen[i]);
}
printf("
");
sum++;
}
int check(int n) /* 检查当前列能否放置皇后 */
{
int i;
for(i = 0; i < n; i++) /* 检查横排和对角线上是否可以放置皇后 */
{
if(queen[i] == queen[n] || abs(queen[i] - queen[n]) == (n - i))
{
return 1;
}
}
return 0;
}
void put(int n) /* 回溯尝试皇后位置,n为横坐标 */
{
int i;
for(i = 0; i < max; i++)
{
&nbs
- 2022-05-09 12:47:00下载
- 积分:1
-
TOST
说明: STM32 USB HOST Library
- 2018-12-26 10:15:47下载
- 积分:1
-
DISK
获取硬盘ID的VC远程序(access drives VC far ID procedures)
- 2004-11-08 08:26:52下载
- 积分:1