VxWorks系统CS网卡END驱动(源码)
上传时间: 2013-12-01
上传用户:zhengjian
if an application works with restricted low level system calls, it must obtain a Microsoft Mobile2Market privileged signature. To get a privileged signature, logo certification is now a requirement, not an option! This article shows how to abstract some of the most common issues a developer will encounter when creating a native code application that must be logo certified for each platform. windowsmobile5.0以上版本logo注册例子,可以加入自己的工程文件中。
标签: application restricted Microsoft Mobile2Ma
上传时间: 2017-01-16
上传用户:13160677563
javascript动态编程教程源码,if switch语句
标签: javascript switch if 动态编程
上传时间: 2017-01-17
上传用户:huangld
void Knight(int i , int j) { // printf("%d %dn",i,j) if (board[i][j] != 0 || i < 0 || i >= Size || j < 0 || j >= Size ) { return } step++ board[i][j]=step if (step == Size*Size) { showboard() system("PAUSE") return } //DFS Knight(i-2,j-1) //left Knight(i-2,j+1) Knight(i+2,j-1) //right Knight(i+2,j+1) Knight(i-1,j-2) //up Knight(i+1,j-2) Knight(i+1,j+2) //down Knight(i-1,j+2) // board[i][j]=0 step-- }
上传时间: 2014-01-17
上传用户:cxl274287265
int getDivisor(int iNum) { int i = 1 int sum = 0 if (0 == iNum) { return 1 } while (i <= iNum / 2) { if (0 == iNum % i) { sum++ } i++ } return (sum+1) }
标签: int iNum getDivisor return
上传时间: 2013-12-17
上传用户:frank1234
Long-distance rmi transfers java to realize may realize a service end many client side conversation contact surface to be artistic
标签: realize Long-distance conversation transfers
上传时间: 2017-01-21
上传用户:cuiyashuo
that main is usb and chuankou s contact and are used,I don t konw if they are used
上传时间: 2017-01-24
上传用户:wangdean1101
摘要 : 介绍 丁 DSP技 术 中的双音 多频 (DTMF)技术 .以及产生 与检测 Drl?,IF信 号 的几 种方 法 .提 出并 详细 推导 了利 用 Gt~rtze]算法实现滤波器组的方法 及利用仿真软件对 DTMF进芋亍模拟设计的过程 .
上传时间: 2013-12-22
上传用户:leehom61
Visual 开发 希望对你们有帮助 public static int Rom(int n, int m)//双寄或双偶 { int count = 0 //第一排Y坐标上要几个 if (n < m) { for (int i = 1 i <= n i = i + 2) { count++ } } else { for (int j = 1 j <= m j = j + 2) { count++ } } return count }
上传时间: 2013-12-13
上传用户:懒龙1988
元式,递归下降法书写的if。。else条件语句的语法分析及语义分析程
标签:
上传时间: 2014-01-23
上传用户:Miyuki