-
10_Can01
DSP-2812-CAN接收发程序例程,中断接收。(DSP-2812-CAN receiving program)
- 2018-01-12 17:03:31下载
- 积分:1
-
short-circuit
这个说明倒不是说明函数的功能,只是声明一下函数中出现的问题。
shortest()函数没有问题,在secshortest中我希望只得到一条次短路(或几条roadcost()值相同的次短路),结果却出来好几条,我仔细检查了一下程序,应该没有什么问题。
因此在使用时,要得到次短路,只能用roadcost()函数分别求一下各条路的权重和,找到最小的。
有些奇怪
(Note that this is not the function of function, but a statement about the problems in function. shortest () function there is no problem, I hope that in secshortest only a short time (or several roadcost () times the value of the same short-circuit), the result is several out, I carefully examined the process, it should be no problem. Therefore, in use, to be at a short circuit can only be used roadcost () function, respectively, for some of the weight of the road and find the smallest. Some strange)
- 2009-05-21 21:11:51下载
- 积分:1
-
BOSS_C
本程序是使用 TURBO C 语言BOSS窗口开发程序库的应用程序。(This is an application program developped by TURBO C and BOSS windows developping application library.)
- 2005-04-27 12:02:39下载
- 积分:1
-
chuankou
简单的单片机串口测试程序,新手可以下来看看(Simple microcontroller serial test procedure, the novice can look down)
- 2010-06-11 15:29:37下载
- 积分:1
-
用C语言作为编程语言,用结构体作为文件和目录等的编程结构;对于文件,其结构体中包括文件名、属性、文件内容、文件长度、指向父目录的指针、指向子目录的指针、指向同层...
用C语言作为编程语言,用结构体作为文件和目录等的编程结构;对于文件,其结构体中包括文件名、属性、文件内容、文件长度、指向父目录的指针、指向子目录的指针、指向同层目录或文件的指针。 目录结构和文件结构相似,只是没有内容,其只有子目录和子文件。 用户结构包括用户名、指向其文件目录的指针、指向下一个用户的指针。设置的文件操作命令有17条:新建文件、新建目录、删除文件、删除目录、在当前目录下指定目录新建子目录、在当前目录下指定目录新建子文件、打开文件、关闭文件、读文件、写文件、修改文件名、修改目录名、修改文件属性、进入指定目录、返回父目录、显示当前目录的信息、显示当前所在目录的路径等。-C language as a programming language, the structure used as a file and directory structure of the program; The document, the body structure, including file name, attribute, the contents of the documents, document length, point to the parent directory pointer subdirectory pointer with directory or file level indicator . Directory structure and the structure of the document is similar, but no, and their only son and subdirectories document. Users structure includes user name, at its directory pointer under a user"s guide. Set up in the paper commands a 17 : new document, the new directory, delete files, delete directory, the current directory specified directory new subdirectories in the current
- 2022-12-02 03:45:03下载
- 积分:1
-
Ajax GRidView AJax化得GridView,可以无刷新实现增删改差
Ajax GRidView AJax化得GridView,可以无刷新实现增删改差-Ajax GRidView AJax of a GridView, can be no additions or deletions to realize poor refresh
- 2022-12-07 21:10:03下载
- 积分:1
-
74IC
这个是TI 的74系列芯片 非常好用的东西 希望对大家有帮助 有价值的(This is the TI 74 series chips are very useful things that I hope to assist everyone has valuable)
- 2009-03-20 18:56:26下载
- 积分:1
-
DotRas 获取ip地址 示例源码
DotRas 获取ip地址 示例源码
- 2014-03-17下载
- 积分:1
-
usb_20
usb2.0协议相关文档,有助于程序开发,请参考上传得代码使用。(USB2.0 protocol-related documents, contribute to program development, please refer to upload a code to use.)
- 2008-07-22 01:53:22下载
- 积分:1
-
Pthread-of-linux
在linux环境下编写一个控制台应用程序,程序中有一个共享的整型变量shared_var,初始值为0;创建一个线程并使其立即与主线程并发执行。新创建的线程与主线程均不断地循环,并输出shared_var 的值。主线程在循环中不断地对shared_var 进行加1操作,即每次循环shared_var 被加1;而新创建的线程则不断地对shared_var 进行减1 操作,即每次循环shared_var 被减1。观察程序运行的结果,并对你看到的现象进行解释。(Written in the linux environment a console application, the program has a shared integer variable shared_var, the initial value of 0 create
A thread and make it run concurrently with the main thread immediately. The newly created thread and main thread are constantly circulating, and the output shared_var
Value. The main thread in a loop constantly on shared_var are incremented, that is plus 1 for each cycle shared_var and the new line created
Process is constantly on the shared_var decremented, that is, each cycle shared_var is decreased by 1. Observe the results of running the program, and you
To explain the phenomenon seen.)
- 2011-12-08 11:21:25下载
- 积分:1