-
这个代码显示了如何操控一个文本文件,通过计算句子的数量…
This code shows how to manupilate a text file, by counting the number of sentences appears on the full text file and many more
- 2022-06-22 05:19:15下载
- 积分:1
-
Shijiazhuang City, the traffic control department of traffic accidents managemen...
石家庄市交通管理部门使用的交通违章管理系统,部分县市仍在使用,可惜不给我钱。-Shijiazhuang City, the traffic control department of traffic accidents management system, some counties and cities are still in use, Unfortunately, I am not paid.
- 2023-05-05 01:05:04下载
- 积分:1
-
Microsoft's video compression source code Bluetooth
微软的视频压缩源代码MPG4-Microsoft"s video compression source code Bluetooth
- 2022-12-31 12:20:03下载
- 积分:1
-
Flooding protocol testing protocol scenes select a node that contains 50 of the...
泛洪协议的场景测试协议 选择一个包含50个节点的1200*1200正方形区域的场景,每个节点随机选择自己的运动方向和运动速度,最大运动速度为40m/s,平均速度为20m/s,场景持续400s。-Flooding protocol testing protocol scenes select a node that contains 50 of the 1200* 1200 square regional scenes, each node randomly choose its own direction and velocity of movement, the biggest sports at 40m/s, average speed of 20m/s , the scene continued to 400s.
- 2022-03-11 14:05:54下载
- 积分:1
-
DL 643.5103规约例程
祝你好运 DL 643.5103 协议的应用程序。该程序包含只是基本的过程,我希望学会乐于助人。祝你好运
- 2022-04-21 21:30:40下载
- 积分:1
-
获取系统的内部信息,如CPU,硬盘,还有系统信息
获取系统的内部信息,如CPU,硬盘,还有系统信息-Access to system
- 2022-03-25 05:32:41下载
- 积分:1
-
u_reg H”。
u_reg.h"
void Delay_MS(unsigned int ms)
void main()
{
asm(" STM #0000h,CLKMD ")
while(*CLKMD & 0x01 )
asm(" STM #40C7h,CLKMD ") //设置CPU运行频率=100M
/* 40C7h:5*clkin =100M
30c7h:4*clkin =80M
20c7h:3*clkin =60M
10C7h:2*clkin =40M
*/
asm(" stm #4240h, SWWSR ")
//2 wait except for on-chip program 1
asm(" stm #00a0h, PMST ") //MP/MC = 0, IPTR = 001,ovly=0
asm(" stm #0802h, BSCR ")
asm(" STM #0h,IMR ")
while(1)
{
Delay_MS(500)
asm(" RSBX XF ")
Delay_MS(500)
asm(" SSBX XF ")
}
-sdqwd
- 2022-02-04 22:56:44下载
- 积分:1
-
可供初学Turbo c的人使用,其中的6个文件是独立的,它们给出了显示汉字的各种方法。...
可供初学Turbo c的人使用,其中的6个文件是独立的,它们给出了显示汉字的各种方法。-Turbo c for the beginners to use, the six documents are independent, they are given a Chinese character display the various methods.
- 2022-03-21 13:34:20下载
- 积分:1
-
我自己做的“等面积切方位投影”小程序,用MFC实现等面积切方位投影...
我自己做的“等面积切方位投影”小程序,用MFC实现等面积切方位投影-I do "all round projection area of" small procedures, such as using MFC area cut Projection
- 2022-02-15 00:45:54下载
- 积分:1
-
BP神经网络C#版
带动量因子的BP神经网络。其中,对神经网络的算法进行了改进。对此笔者进行了以下改进:新建了一个无参的构造函数用来预测新样本时实例化对象;提供saveParas、readParas方法用于保存和读取这些参数;提供initial方法用来建立预测过程中用到的动态数组
- 2023-09-05 09:35:02下载
- 积分:1