-
s3c2440a串口驱动源代码,可以参考自己编驱动,也可以直接拿来使用...
s3c2440a串口驱动源代码,可以参考自己编驱动,也可以直接拿来使用-s3c2440a serial driver source code, can refer to own drive, also can be directly used to use
- 2023-04-21 07:00:03下载
- 积分:1
-
窗口应用实例
Windows API 应用示例-Windows API Application Example
- 2022-01-26 00:23:25下载
- 积分:1
-
互斥量的类封装,适合C++编程,通过此类,能够直接对互斥量进行控制。...
互斥量的类封装,适合C++编程,通过此类,能够直接对互斥量进行控制。-Mutex class package for C++ programming, through such direct-to-mutex control.
- 2022-01-26 05:36:44下载
- 积分:1
-
计算机断层扫描的并行代数重建技术
Parallel Algebraic Reconstruction Technique for computed tomography
- 2023-07-16 10:50:03下载
- 积分:1
-
Visual Studio 2010 UDP 连接示例
以太网 UDP 连接的 C# 示例代码,欢迎大家下载、试用。谢谢大家的支持!
- 2022-02-20 22:34:24下载
- 积分:1
-
NS的编程和调试
NS编程与调试 - NOAH 模块
noah是一个无线路由代理(相对于DSDV ,路由, ... )只支持直接沟通的无线节点之间或基站和移动节点的情况下移动IP的使用。这使得模拟的情况下多跳无线路由是不受欢迎的。noah不会发送任何路由相关的数据包。-NS programming and debugging- NOAH Module
NOAH is a wireless routing agent that (in contrast to DSDV, DSR, ...) only supports direct communication between wireless nodes or between base stations and mobile nodes in case Mobile IP is used. This allows to simulate scenarios where multi-hop wireless routing is undesired. NOAH does not send any routing related packets.
- 2022-03-10 12:11:40下载
- 积分:1
-
这是一个用VB实现的变换颜色的小程序。
这是一个用VB实现的变换颜色的小程序。-This is a VB transform the color of small programs.
- 2022-01-31 23:49:08下载
- 积分:1
-
C#浏览器
精心挑选和开发的基于C#的浏览器 采用的是winform 下的webbrowse控件 希望能够给你开发类似的工具提供一点帮助,欢迎交流下载,谢谢
- 2022-12-13 15:30:06下载
- 积分:1
-
maps the source code management
游戏地图管理的源代码-maps the source code management
- 2022-09-20 05:45:03下载
- 积分:1
-
根据所接收的值,程序可以在1到100之间接收一个整数…
程序能够接收1~100之间的整数,根据接收的数值,计算其Fibonacci数,在屏幕上输出其值。Fibonacci数列的定义如下:
Fib(1)=1
Fib(2)=1
Fib(n)=fib(n-2)+fib(n-1)
-Program can receive an integer between 1 to 100, according to the received value, to calculate the Fibonacci number, the screen output of its value. Fibonacci sequence is defined as follows: Fib (1) = 1 Fib (2) = 1 Fib (n) = fib (n-2)+ fib (n-1)
- 2023-05-17 04:15:03下载
- 积分:1