Welcome![Sign In][Sign Up]
Location:
Search - 5完整版

Search list

[Other resourcepeano-Hilbert曲线的Delphi程序设计

Description: 有关peano-Hilbert曲线的详细介绍,以及用Delphi程序设计的代码(完整版)-the Peano - Hilbert detailed description of the curve, and the Delphi programming code (complete edition)
Platform: | Size: 16119 | Author: | Hits:

[CSharpSubdreamer.Pro.2.3.1

Description: Subdreamer.Pro.2.3.1 完整版,除去SUBDREAMER 补丁-Subdreamer.Pro.2.3.1 full version, remove the patch SUBDREAMER
Platform: | Size: 699294 | Author: dillon | Hits:

[OS DevelopMSDOS_6.0_operating_system_source_code_of_all

Description: MS DOS 6.0 操作系统源码完整版,对于研制操作系统结构,构建个人的操作系统是非常有用的.
Platform: | Size: 12407150 | Author: 华关冰 | Hits:

[Othercanf18xx8.h

Description: 、 先在microchip网站上找到00738.zip,这个包中有 can18xx8.h,can18xx8.c,将其复制到一个你要编写程度的子目录中,例如C:\testcan下,这个时候这个东东是不能直接用的。 2、 下载一个MPLAB 7.10,直接安装(要求直接下载) 3、 再下载一个PICC18 (HI-TECH的),要正版哦(支持正版,买不起的想其它办法吧) 4、在你的头文件上写上如下的样式: #include "stdio.h" #include "can18xx8.h" #include "pic18fxx8.h"//可能是“pic.h”不太好包含,因此常会报错,直接包含克服之 5、然后设置好PICC和MPLAB,如果MPLAB上没有PICC18,则到PICC的网上下一个安装软件,可以直接运行安装就有了。 6、按照工程的基本要求把你的源代码、添加上两个库(不加也可以) 然后就可以写如下代码了:下面是一个完整版,可以直接使用microchip的库函数,本程序只是仿真调试过,未在多个芯片通信过,仍在制作中。 #include "stdio.h" #include "can18xx8.h" #include "pic18fxx8.h" unsigned long NewMessage; BYTE NewMessageData[8]; BYTE MessageData[8]; BYTE NewMessageLen; enum CAN_RX_MSG_FLAGS NewMessageFlags=1; BYTE RxFilterMatch; void main() { //int a; //int b; CANInitialize(1, 5, 7, 6, 2, CAN_CONFIG_VALID_XTD_MSG); while(1) { // Application specific logic here // Check for CAN message if ( CANIsRxReady() ) { CANReceiveMessage(&NewMessage,NewMessageData,&NewMessageLen,&NewMessageFlags); if ( NewMessageFlags & CAN_RX_OVERFLOW ) { // Rx overflow occurred; handle it } if ( NewMessageFlags & CAN_RX_INVALID_MSG ) { // Invalid message received; handle it } if ( NewMessageFlags & CAN_RX_XTD_FRAME ) { // Extended Identifier received; handle it } else { // Standard Identifier received. } if ( NewMessageFlags & CAN_RX_RTR_FRAME ) { // RTR frame received } else { // Regular frame received. } // Extract receiver filter match, if it is to be used RxFilterMatch = NewMessageFlags & CAN_RX_FILTER_BITS; } // Process received message // Transmit a message due to previously received message or // due to application logic itself. if ( CANIsTxReady() ) { MessageData[0] = 0x01; CANSendMessage( 0x02,MessageData,1,CAN_TX_PRIORITY_0 &CAN_TX_STD_FRAME & CAN_TX_NO_RTR_FRAME); } // Other application specific logic } // Do this forever // End of program } 以上均是参考文档并进行了修正,由于中间总是报错,为了大家让CAN更容易,谢谢大家!
Platform: | Size: 10682 | Author: lovelzs2008@126.com | Hits:

[PHP最土团购2.0完整版

Description: 最土团购2.0完整版
Platform: | Size: 2450698 | Author: blueboyyan | Hits:

[Windows Develop爱上魔力登录器4.5源码限制多开功能完整版

Description: 爱上魔力登录器4.5源码限制多开功能完整版
Platform: | Size: 8890 | Author: webseax@vip.qq.com | Hits:

[SNMPnet-snmp-5.0.8

Description: SNMP网络管理,NET-SNMP5.0.8完整版!-SNMP network management, NET-SNMP5.0.8 full version!
Platform: | Size: 2630656 | Author: zht | Hits:

[Compress-Decompress algrithmsDelphiZLib.125

Description: 此为ZLib最新版本1.2.5。原作是用C编写的,在VC++、BC++或C++Builder中自然很容易直接使用,对于Delphi开发者,虽然Delphi自带了ZLib的移植版本(zlib.pas),但版本为1.0.4,而且必须要使用Borland自己编译生成的zlib.dcu(当然,在完整版的光盘中包含了编译好的zlib库的.obj文件和c代码,后继版本修改了大量的bug,并较大幅度地提升了性能。 此源码为编译好适合Delphi的版本。-This is the latest version of ZLib 1.2.5. The original is written in C, in VC++, BC++ or C++ Builder is very easy to direct the use of natural, for the Delphi developer, although the transplant Delphi version comes with ZLib (zlib.pas), but version 1.0.4, and must be compiled using Borland own generated zlib.dcu (of course, in the full version of the CD-ROM contains the compiled zlib library. obj file and the c code, and subsequent versions of amended a number of bug, and more significantly enhance performance. This source code is compiled for the version of Delphi.
Platform: | Size: 174080 | Author: dylan | Hits:

[Browser ClientDiscuz_X1.5_SC_GBK

Description: Discuz_X1.5完整版,没有任何限制,安装简单,拿到就可以开网-Discuz_X1.5
Platform: | Size: 7454720 | Author: 张学友 | Hits:

[WEB Codeewebeditor5.5

Description: ewebeditor5.5完整版,所见即所得HTML在线编辑器-HTML editor
Platform: | Size: 1326080 | Author: passfone | Hits:

[Delphi VCLrmsourceNew

Description: delphi report machine 5.5完整版,附源代码-delphi report machine 5.5 full version, with source code
Platform: | Size: 1837056 | Author: 郁雄伟 | Hits:

[PHP星蓝科技-小城故事 商业 永久完整版

Description: 星蓝科技-小城故事 商业【永久完整版】十分好看的模板
Platform: | Size: 1498019 | Author: kfgsxxzxzy@163.com | Hits:

[Energy industry工业组态软件—组态王 v6.5 完整版源码

Description: 工业组态软件,组态王v6.5完整版源码,工控人的福利(Industrial configuration software ,King View V6.5 complete version of the source code)
Platform: | Size: 392192 | Author: zl2017 | Hits:

[Chess Poker games仿牛采纽约育乐彩票网站完整版源码

Description: 支持mysql+php5.4以上,一键安装。(Support more than mysql+php5.4, a key installation.)
Platform: | Size: 44496896 | Author: hack888 | Hits:

[Other2017新版本金瓯彩票源码完整版

Description: 2017新版本金瓯彩票源码完整版,最新彩票游戏(2017 new version complete source of Ca Mau lottery)
Platform: | Size: 15314944 | Author: 小狄 | Hits:

[Other2018年8月亲测 仿牛采纽约娱乐彩票网站完整版源

Description: 2018年8月亲测 仿牛采纽约娱乐彩票网站完整版源(In August 2018, the pro test cattle collection New York entertainment lottery website full version of the source)
Platform: | Size: 44486656 | Author: 罗啊 | Hits:

[Otherdiscuz 115圈子风格完整版V3

Description: 1、本模板为精仿115 圈子风格 2、增加15个风格的配色切换,同时包含了4个动态背景的风格,让你的网站更加出彩 3、完美的个人信息菜单和快捷导航菜单 4、主题列表阅读更加轻松,支持图片模式和帖子模式的一键切换 5、支持图片瀑布流模式和图片正规模式...(1, the template for the fine imitation 115 circle style 2, an increase of 15 styles of color switch, also contains four dynamic background style, so that your site more out of color 3, the perfect personal information menu and quick navigation menu 4, the theme list to read more easily, support for picture mode and post mode a key switch 5, support picture waterfall flow mode and picture normal mode...)
Platform: | Size: 11160576 | Author: GeoKu | Hits:

[DocumentsC++程序设计(谭浩强完整版)

Description: C++程序设计(谭浩强完整版),非常全的基础学习,从开始到结束介绍的非常详细,适合初学者和经常忘记的人,时常用它查找资料(C++ programming (Tan Haoqiang complete version), very full of basic learning, from the beginning to the end of the introduction of very detailed, suitable for beginners and often forget people, often use it to find information)
Platform: | Size: 1142784 | Author: achang | Hits:

[CSharpC#多线程编程实战_中文完整版_带书签目录

Description: 《C#多线程编程实战》共分为11章,第1章介绍C#中基本的线程操作;第2章描述线程交互细节;第3章解释线程池概念;第4章深入讲解任务并行库框架;第5章深入解释C#5.0中的新功能——异步方法;第6章描述.NET框架中并行算法的标准数据结构;第7章深入讲解并行LINQ基础设施;第8章解释如何以及何时使用Reactive Extensions框架;第9章深入讲解异步I/O进程,包括文件、网络及数据库等场景;第10章针对常见的并行编程问题给出一些解决方案;第11章讲述编写基于Windows 8的异步应用程序的场景。("C# multithreaded programming combat" is divided into 11 chapters, the first chapter introduces the basic operation thread in C#; the second chapter describes thread interaction details; the third chapter explains the concept of thread pool; the fourth chapter deeply explain the task parallel library framework; the fifth chapter deeply explain the new features in C#5.0: asynchronous method; standard description of parallel data structure.NET algorithm in the framework of the sixth chapter; the seventh chapter in-depth explanation of the parallel LINQ infrastructure; the eighth chapter explains how and when to use the Reactive Extensions framework; the ninth chapter in-depth explanation of the asynchronous I/O process, including file, network and database scene; in the tenth chapter gives some solutions of parallel programming problems in common; the eleventh chapter describes the preparation based on asynchronous the application of Windows 8 scene.)
Platform: | Size: 25056256 | Author: 边缘1025 | Hits:

[Documentsradmin3.5.2.1

Description: radmin3.5.2.1完美破解版,支持最新版,Radmin Server 破解完整版,radmin3.5.2.1完美破解版(支持win10),支持最新版win10(Radmin 3.5.2.1 perfect crack version, support the latest version, Radmin Server crack complete version, Radmin 3.5.2.1 perfect crack version (support win10), support the latest version of win10)
Platform: | Size: 6632448 | Author: 白色幽灵 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net