-
FT60F011demo
辉芒单片机例程,刚刚起步的单片机,以前做EEPROM的(MCU routine, just started the microcontroller, before doing EEPROM)
- 2016-09-13 13:52:39下载
- 积分:1
-
人工的智能游戏
我创造了这个vb游戏在。这个是人工智能游戏。在这游戏中,你要击中目标,从向上来获得更多点。你必须获得的心。通过获得的心,你将获得 5 分。你的目标是完成 100 分。最初,你有 3 条命。你可以获得奖金活也在里面。你必须避免的目标。他们会跟随你。
- 2022-08-15 02:50:06下载
- 积分:1
-
c#与西门子s7-200 smart 通讯实例 S7TCPDLL.dll
【实例简介】
c#与西门子s7-200 smart 通讯实例 内附S7TCPDLL.dll
【使用说明】
在bin文件夹debug,config文件打开配置PLC IP地址,CPU 的信息
修改配置文件
[PlcComTCP]
IP=192.168.0.1 //PLC IP地址
Rack=0 //PLC 机架
Slot=1 //PLC 插槽
注,PLC和电脑 IP必须在同一网段
S7TCPDLL使用方法
1)添加引用,然后倒入命名空间
using S7TCPDLL;
2)实例化函数 S7Client
例如: S7Client client = new S7Client();
然后利用VS开发平台智能感知的功能可选择相应函数
例如调用置位函数 SetBitQB(0, 0)
首先实例化函数S7Client client = new S7Client();
然后 client.SetBitQB(0, 0);
调用其他函数类似。
- 2021-05-18 10:33:07下载
- 积分:1
-
zigbee-2006-serial-cross-hair
zigbee-2006串口互发,是TI源码,实现串口通信(zigbee-2006 serial cross-hair, is TI Source, serial communications)
- 2015-06-10 10:53:40下载
- 积分:1
-
基于AE的武汉市公交查询系统
基于ARCGIS组件式开发的公交查询系统是基于AE的开发的,版本较新,所以要VS2010以上才能打开,很好,这是我从别的网站上下载的,希望能帮助到你,
- 2023-07-28 01:55:06下载
- 积分:1
-
Visual C++ +SQL Server数据库应用实例完全解析
使用vc结合sqlserver开发业务系统的一些实例,对初学者有参考意义(The use of VC combined with some sqlserver examples of the development of the business system, and has a reference value for beginners)
- 2017-10-12 09:28:47下载
- 积分:1
-
Qt基本五子棋,已带界面美化
Qt 五子棋 其中有两种基本的评估算法,十分适合新手学习,可以算是入门级别的了
- 2022-06-16 07:34:31下载
- 积分:1
-
process_attemper
1、 :编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对进程进行调度。 “最高优先数优先调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。尝试静态优先数与动态优先数两种方法:
a) 静态优先数是指优先数在整个进程运行期间不再改变。优先数可以在数据输入时指定,也可以根据到达顺序、运行时间确定。
b) 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如进程获得一次CPU后就将其优先数减少1。或者进程等待的时间超过某一时限时增加其优先数的值。
2、 编写并调试一个模拟的进程调度程序,模拟实现多级反馈队列调度算法。
3、 编写并调试一个模拟的进程调度程序,模拟实现最低松弛度优先算法。
4、 程序与报告要求:
a) 对上述要求1、2、3,至少要完成一项,鼓励尝试多种算法。
b) 输出结果要尽量详细清晰,能够反映调度后队列变化,PCB内部变化。
c) 可以选择在Windows或Linux环境下编写、运行程序
d) 鼓励使用不同的开发工具在不同平台环境上进行开发比较。
e) 在实验报告中,一方面可以对实验结果进行分析,一方面可以对各种算法进行比较,分析它们的优劣,说明各种算法适用于哪些情况下的调度。
(1 : Prepare a simulation and debugging process scheduling procedures, "Priority number of the highest priority" to the process of scheduling algorithms for scheduling. "Highest priority priority scheduling algorithm for the basic idea is to place the CPU allocated to the priority queue highest process. Taste Examination several static and dynamic priority priority number two methods : a) static priority number is priority number in operation during the entire process will not change. priority number in the designated input data, can be reached under the order, running time determine. b) dynamic priority number refers to several priorities for the process of the creation process can be given an initial value, and according to the principle of amending certain priority number.)
- 2007-07-04 12:57:51下载
- 积分:1
-
STM32双串口蓝牙通信,光电采集
通过串口蓝牙模块接受指令,获取ADC,光电采集器指令等功能
- 2023-01-10 15:30:03下载
- 积分:1
-
ResourceFile
使用资源文件读取字符串,在屏幕上绘制图形,并且图形自动移动。使用的回调函数和计时器。(Using a resource file to read string on the screen to draw graphics, and graphics automatically move. Use the callback function and timer.)
- 2011-10-20 22:10:13下载
- 积分:1