Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - AT Sample code
Search - AT Sample code - List
不用我翻译了吧,呵呵FiltDTop - Directshow Filter for capturing the desktop Feel free to use or modify this code as you see fit. USE AT YOUR OWN RISK! This sample was adapted from the MS PushSource sample. It has its own GUID so the two won t interfere with each other. To use, copy PushSource.ax to the directory where you want it to live, then run: RegSvr32 PushSource.ax-I do not have to translate it, huh FiltDTop - Directshow Filter for capturing the desktop Feel free to use or modify this code as you see fit. USE AT YOUR OWN RISK! This sample was adapted from the MS PushSource sample. It has its own GUID so the two won t interfere with each other. To use, copy PushSource.ax to the directory where you want it to live, then run : RegSvr32 PushSource.ax
Date : 2008-10-13 Size : 55.85kb User : 就不说

Unzip this file into a writeable directory. You should end up with a \"Geocode\" project, as well as Bitmaps and TestData directories. This sample geocodes single-match zip codes, entered by the user, or a batch-match of a table of zips (and other info) against a point shapefile. The point data shapefile consists of 41859 point features from 1996 GDT data, in decimal degrees. The table of zips that can be used in the batch match consists of 38 records, entitled \"few_zips.dbf\". More specifcs are found at the top of each form and are provided throughout the code. -Unzip this file into a writeable directory. You should end up with a \"Geocode\" project, as well as Bitmaps and TestData directories. This sample geocodes single-match zip codes, entered by the user, or a batch-match of a table of zips (and other info) against a point shapefile. The point data shapefile consists of 41859 point features from 1996 GDT data, in decimal degrees. The table of zips that can be used in the batch match consists of 38 records, entitled \"few_zips.dbf\". More specifcs are found at the top of each form and are provided throughout the code.
Date : 2008-10-13 Size : 1.26mb User : tnth2so4

一个简单的读取txt文档的操作示例代码,同时将读到的数据显示,以查看是否是正确读取。-The data show that a simple operation sample code to read txt document at the same time will read to see whether it is read correctly.
Date : Size : 9.32mb User : hanxv

针对不同型号位置敏感探测器件构成的数据分析系统,借助Visual C++提供的软件代码自动生成可视化资源编辑的功能及MFC消息映射机制,设计了系统的统一人机交互界面。界面提供了选择位置敏感器件型号及输入系统修正参数的窗口;通过对串口通信和USB通信方法的研究,利用按钮控件实现并控制下位机与上位机的数据通信;数据传输处理之后,以文本和模拟坐标两种方式显示出光斑的位置,并利用文件保存光斑位置的历史信息。系统调试结果证明:该界面能够准确直观地显示数据分析系统的相关数据,实现与用户的友好交互,且具有较强的适用性。-Aiming at the data analysis system of position sensitive device,with the help of software code automatically generate visual resources editing functions of Visual C++6.0 and MFC news mapping mechanism,the design of its interactive interface is done.The interface provides windows for user to select position sensitive device model and input system correction parameter via the study of the method of serial communication and USB communication,using button control to control data communication of lower machine and the host computer display the location of the spot with text and simulation coordinate after data receiving and processing,save the history information of the spot position with the help of files.The system debugging result shows that:the interface can show the data accurately and intuitively,interact with users friendly with strong applicability.
Date : Size : 4.37mb User : dande

This project stationery is designed to get you up and running quickly with CodeWarrior for MC9S12DG128B. It is set up for the selected CPU and target connection, but can be easily modified. Sample code for the following language(s) is at your disposal: - C The wizard has prepared CodeWarrior target(s) with the connection methods of your choice: - Freescale Full Chip Simulation: Select this connection to use the HCS12\HCS12X Full Chip Simulation. This connection also allows to use the Freescale Instruction Set Simulator. In case Full Chip Simulation for the selected derivative is not available, a basic Full Chip Simulation is available. -This project stationery is designed to get you up and running quickly with CodeWarrior for MC9S12DG128B. It is set up for the selected CPU and target connection, but can be easily modified. Sample code for the following language(s) is at your disposal: - C The wizard has prepared CodeWarrior target(s) with the connection methods of your choice: - Freescale Full Chip Simulation: Select this connection to use the HCS12\HCS12X Full Chip Simulation. This connection also allows to use the Freescale Instruction Set Simulator. In case Full Chip Simulation for the selected derivative is not available, a basic Full Chip Simulation is available.
Date : Size : 340kb User : shennushi

本上传类为自己写的类,最主要的目的是尽可能用最简单易懂的代码实现ASP的上传,主要的功能包括提取表单数据、上传到不同文件夹、保存到数据库(上传和保存表单可同时进行)、限制上传扩展名、限制上传大小、选择文件保存类型(原文件名和时间随机命名)等! 更新日期:2013-1-23: 1、增加对HTML5多文件的支持; 2、移除类中的所有中文提示及注释,方便在不同编码的文件中调用; 3、移除文件类的图片宽高属性,可以借助AspJpeg等组件实现 4、文件类增加isFile属性,判断文件类是不是包含文件 更新日期:2012-4-17 1.重新整理示例代码,去除JScript相关代码。 2.增加Flash上传的代码。-The upload class to write their own class, the main purpose is to upload ASP, the main features include easy-to-understand code to extract form data, and upload to a different folder, saved to the database (upload and save The form can be carried out at the same time), limit extension upload limit upload size, choose to save the file type (the original file name and time random name)! Update Date :2013-1-23: 1, increased support for HTML5 multi-file 2, remove all Chinese tips and comments to facilitate the call in a different encoded files remove file class picture width the high property via AspJpeg components to achieve 4, to file class increase isFile attributes, the judgment file class is not the file update date :2012-4-171. refresh sample code removal JScript code. 2. Increasing the Flash upload the code.
Date : Size : 326kb User : Bill

DL : 0
问题描述: 在一个操场的四周摆放着n 堆石子。现要将石子有次序地合并成一堆。规定每次至少选2 堆最多选k堆石子合并成新的一堆,合并的费用为新的一堆的石子数。试设计一个算法,计算出将n堆石子合并成一堆的最大总费用和最小总费用。 编程任务: 对于给定n堆石子,编程计算合并成一堆的最大总费用和最小总费用。 Input 测试数据的第1 行有2个正整数n和k,表示有n堆石子,每次至少选2堆最多选k堆石子合并。第2行有n个数,分别表示每堆石子的个数。 Output 输出最大总费用和最小总费用,用一空格隔开,每个答案一行。 Sample Input 7 3 45 13 12 16 9 5 22 Sample Output 593 1-Problem Description: n heap stones placed around a playground. Now want to stone in order to merge into a pile. Provision for at least selected pile up election k to heap stones merger into a new pile of combined costs for the new pile of stones number. Try to design an algorithm to calculate the maximum total cost and minimum total cost of n heap stones combined into a pile. Programming tasks: For a given n heap stones, programming calculation merged into a bunch of maximum total cost and minimum total cost. Input test data the first row there are two positive integers n and k, n heap stones, each time at least one selected two heap up selected k heap stones merge. The second row has n numbers denote the number of each heap stones. Output Output maximum total cost and minimum total cost, separated by a space, each answer a row. Sample Input 7 3 45 13 12 16 9 5 22 Sample Output 593 199
Date : Size : 1kb User : ldy

高通增强现实源码This Vuforia (TM) sample code provided in source code form (the "Sample Code") is made available to view for reference purposes only. If you would like to use the Sample Code in your software application, you must first download the Vuforia Software Development Kit and agree to the terms and conditions of the License Agreement for the Vuforia Software Development Kit, which may be found at https://developer.vuforia.com/legal/license . Any use of the Sample Code is subject in all respects to all of the terms and conditions of the License Agreement for the Vuforia Software Development Kit. If you do not agree to all the terms and conditions of the License Agreement for the Vuforia Software Development Kit, then you must not retain or in any manner use any of the Sample Code.-Qualcomm enhanced reality source This Vuforia (TM) sample code provided in source code FORM (the " Sample Code" ) is made available to view for reference Purposes only. " If you would like to use the Sample Code in your Software Application, you must first download the Vuforia Software Development Kit and agree to the terms and conditions of the License Agreement for the Vuforia Software Development Kit, which may be found at https://developer.vuforia.com/legal/license. Any use of the Sample Code is subject in all respects to all of the terms and conditions of the License Agreement for the Vuforia Software Development Kit. If you do not agree to all the terms and conditions of the License Agreement for the Vuforia Software Development Kit, then you must not retain or in any manner use any of the Sample Code.
Date : Size : 10.89mb User : 王皓

高通增强现实源代码This Vuforia (TM) sample code provided in source code form (the "Sample Code") is made available to view for reference purposes only. If you would like to use the Sample Code in your software application, you must first download the Vuforia Software Development Kit and agree to the terms and conditions of the License Agreement for the Vuforia Software Development Kit, which may be found at https://developer.vuforia.com/legal/license . Any use of the Sample Code is subject in all respects to all of the terms and conditions of the License Agreement for the Vuforia Software Development Kit. If you do not agree to all the terms and conditions of the License Agreement for the Vuforia Software Development Kit, then you must not retain or in any manner use any of the Sample Code.-This Vuforia (TM) Qualcomm enhanced reality source code sample code provided in source code FORM (the " Sample Code" ) is made available to view The for REFERENCE Purposes only if you would like to use the Sample Code in your Software Application, you must first download the Vuforia Software Development Kit and agree to the terms and conditions of the License Agreement for the Vuforia Software Development Kit, which may be found at https://developer.vuforia.com/legal/license. Any use of the Sample Code is subject in all respects to all of the terms and conditions of the License Agreement for the Vuforia Software Development Kit. If you do not agree to all the terms and conditions of the License Agreement for the Vuforia Software Development Kit, then you must not retain or in any manner use any of the Sample Code.
Date : Size : 14.65mb User : 王皓

高通增强现实源代码This Vuforia (TM) sample code provided in source code form (the "Sample Code") is made available to view for reference purposes only. If you would like to use the Sample Code in your software application, you must first download the Vuforia Software Development Kit and agree to the terms and conditions of the License Agreement for the Vuforia Software Development Kit, which may be found at https://developer.vuforia.com/legal/license . Any use of the Sample Code is subject in all respects to all of the terms and conditions of the License Agreement for the Vuforia Software Development Kit. If you do not agree to all the terms and conditions of the License Agreement for the Vuforia Software Development Kit, then you must not retain or in any manner use any of the Sample Code.-This Vuforia (TM) Qualcomm enhanced reality source code sample code provided in source code FORM (the " Sample Code" ) is made available to view The for REFERENCE Purposes only if you would like to use the Sample Code in your Software Application, you must first download the Vuforia Software Development Kit and agree to the terms and conditions of the License Agreement for the Vuforia Software Development Kit, which may be found at https://developer.vuforia.com/legal/license. Any use of the Sample Code is subject in all respects to all of the terms and conditions of the License Agreement for the Vuforia Software Development Kit. If you do not agree to all the terms and conditions of the License Agreement for the Vuforia Software Development Kit, then you must not retain or in any manner use any of the Sample Code.
Date : Size : 10.11mb User : 王皓

DL : 0
一个草草的 Linux 下的 timer 计时器 头文件里 有一段 示例 代码 可以看看 -A hastily under Linux timer timer header file can look at some sample code
Date : Size : 2kb User : XiongXiong

DL : 0
As the figure above illustrates, a phase accumulator compares the sample clock and desired frequency to increment a phase register. Again, the fundamental idea is that we can generate signals with precise frequencies by generating an appropriate sample based on the phase of that frequency at any point in time. In addition, by representing our waveform with 214 (16,384) points, we are able to represent exactly 16,384 phase increments with our lookup table.
Date : Size : 9kb User : maddy

VC++利用事件对象实现线程同步的问题,示例代码实现两大功能:1、不使用事件同步启动两个线程向编辑框中写入不同字符;对于没有使用同步对象时,可能出现输出字符比使用同步对象时少的现象,这是因为线程同时对资源进行操作的结果。2、使用事件同步启动两个线程向编辑框中写入不同字符,VC++编程学习源码,很好的参考资料。-VC++ use the event object implements the thread synchronization, sample code to achieve two major functions: 1, do not use the event synchronization start two threads to different character to the edit box for without the use of synchronization object, possible output characters than the synchronization object is used less phenomenon, this is because the threads operate on the resources at the same time results. 2, the use of event synchronization start two threads to different character to the edit box, learning VC++ programming source code, a good reference.
Date : Size : 17kb User : 糟熘鱼片

This file provides a sample code for programming Ethernet STM32F407 on Open407 Kit. At the same time we can design a similar circuit board kit STM32F407.
Date : Size : 2.83mb User : long

This file provides sample code for CAN communication on STM32F407 Open407 Kit. At the same time we can design a similar CAN circuit board kit STM32F407 Open407.
Date : Size : 488kb User : long

this is a sample program for ATcommand communication by codvision
Date : Size : 115kb User : mehdi

创建一个准备推送到另一个设备上的包含 NdefRecord 的 NdefMessage 对象 调用带有 NdefMessage 类型参数的 setNdefPushMessage() 方法,或者是在Activity的 onCreate()方法中调用 setNdefPushMessageCallback 方法来传递实现 NfcAdapter.CreateNdefMessageCallback 接口的对象。这两个方法都至少需要一个准备要启用Android Beam的Activity,以及一个可选的其他的活跃的Activity列表。 通常,如果你的Activity在任何时候都值推送相同的NDEF消息,那么当两个设备在通信范围内的时候,使用 setNdefPushMessage()就可以了。当你的应用程序要关注应用程序的当前内容,并想要根据用户在你的应用程序中的行为来推送NDEF消息时,就要使用setNdefPushMessageCallback方法。 下列示例代码演示了如何在activity的 onCreate()方法中调用 NfcAdapter.CreateNdefMessageCallback 方法(完整的示例请看 AndroidBeamDemo)。这个示例中还有帮助创建MIME记录的方法:-Create an object that contains ready to push NdefMessage NdefRecord another device Call setNdefPushMessageCallback method call setNdefPushMessage with NdefMessage type parameter () method, or in the Activity onCreate () method to pass an object to achieve NfcAdapter.CreateNdefMessageCallback interface. Both methods require at least one preparation to enable Android Beam of Activity, and an optional list of other active Activity. Generally, if your Activity at any time to push the same value NDEF messages, then when the two devices within communication range when using setNdefPushMessage () on it. When your application is going to focus on the current contents of the application, and you want the user behavior in your application to push NDEF message, then use setNdefPushMessageCallback methods. NfcAdapter.CreateNdefMessageCallback method invocation following sample code demonstrates how the activity s onCreate () method (complete example, see AndroidBeamDemo). This example also help
Date : Size : 23kb User : 陈小良

使用InpOut Driver實現Port IO Control。附件範例是對系統控制PC buzzer讓它發出聲音。該程式再第一次運行時會安裝driver到系統裡,所以運行時請使用「以系統管理圓權限運行」。-This is a sample code to control the PC buzzer by InpOut driver. The driver will be installed at the first execution. If an application has been written to make use of InpOut32.dll then all you need to do is place my version of InpOut32.dll in the same folder as the original . This would usually be the same folder as the applications EXEcutable file. Most applications use the 32bit version of the DLL. This version is still capable of installing and running on x64 based operating systems, but the first time it is run, it must be elevated on Vista and later (run as Administrator).
Date : Size : 177kb User : franklin

一个DLL开发样例,如果你想做DLL,请你一定下载看看,代码虽然简单但是值得一看-A sample DLL development, if you want the DLL, please you must download look at the code is simple but worth a look
Date : Size : 10kb User : zzfpf9154do

DL : 0
For most of the examples given in this tutorial you will find Try it option, so just make use of this option to your C programs at the spot and enjoy your learning. Try following example using Try it option available at the top right corner of the below sample code box-For most of the examples given in this tutorial you will find Try it option, so just make use of this option to your C programs at the spot and enjoy your learning. Try following example using Try it option available at the top right corner of the below sample code box
Date : Size : 960kb User : rasul
« 1 2 34 5 6 7 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.