搜索结果
找到约 565 项符合
down-link 的查询结果
人工智能/神经网络 LIBSVM is an integrated software for support vector classification. LIBSVM provides a simple interfa
LIBSVM is an integrated software for support vector classification. LIBSVM provides a simple interface where users can easily link it with their own programs.
编译器/解释器 The Small C compiler translates a subset of the C language into assembly language. It runs under P
The Small C compiler translates a subset of the C language into
assembly language. It runs under PC/MS-DOS 2.1 and later. Small
C is compatible with the Microsoft and Small Mac assemblers.
Small C takes full advantage of the ability of these assemblers
to generate relocatable object code, to mai ...
文件格式 linux 环境下 elf可执行文件格式标准 包括程序装载
linux 环境下 elf可执行文件格式标准 包括程序装载,load,link过程。
BREW编程 BREW手机平台下的实例
BREW手机平台下的实例,实现苹果的移动。
通过按键盘的
“UP”、“Down”、“Left”、“Right”使整个苹果可以在屏幕上自由移动(Step=1),通过按“*”使苹果回到初始位置(屏幕的中间)
1,苹果是由4个对象组合而成,移动的时候如何成为一个整体
2、作为key事件驱动区分各个按键动作
3、苹果的每一次移动都是以上一次苹果 ...
编译器/解释器 JC1.0。本编译器包含完整的文档与程序。借助 Lex & Bison, masm 开发。语句5个
JC1.0。本编译器包含完整的文档与程序。借助 Lex & Bison, masm 开发。语句5个,支持混合运算。输入输出作为两个 IO 语句(函数调用),由汇编实现并编译为 io.obj,将由 Link 链接。生成 EXE。整个流程完整清晰,代码易读。
驱动编程 The program is a wizard to create a NT kernel driver framework in C. It will create a Visual C++ wo
The program is a wizard to create a NT kernel driver framework in C.
It will create a Visual C++ workspace.
You can compile and link your driver in IDE.
If you have SoftICE, it can generate .nms file.
单片机开发 温度控制器V1.5 显示为三个共阳极LED 温度传感器用单总线DS18B20 CPU为2051
温度控制器V1.5
显示为三个共阳极LED
温度传感器用单总线DS18B20
CPU为2051,四个按键,分别为UP,DOWN,SET
温度调节上限为125度,下限为-55度
只能用于单只18B20
串口编程 CBC下写的串口编程
CBC下写的串口编程,API函数实例
I wish this site had been around when I was trying to figure out how to make serial communications work in Windows95. I, like many programmers, was hit with the double-whammy of having to learn Windows programming and Win95 serial comm programming at the same time. I f ...