Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - CALL
Search - CALL - List
用C#实现调用外部程序,方便程序间的互相切换。-C# realization call external procedures to facilitate the process of switching each other.
Date : 2025-12-24 Size : 1kb User : yuanhc

上传一个题目为病房呼叫模拟控制电路的课程设计任务书-uploads a topic of ward call analog control circuit design of the curriculum book
Date : 2025-12-24 Size : 128kb User : dusong

《LINUX下增加系统调用的二种方法》 摘要: 在分析LINUX系统调用机制的基础上通过修改内核源代码和插入内核模块实现二种增加系统调用的方法。 关键词: LINUX系统调用操作系统-"Linux system call to increase the two methods" Abstract : Analysis of the Linux system call mechanism adopted on the basis of amendments to the kernel source code and insert the kernel module has increased 2 Calling the system. Keywords : Linux operating system called System
Date : 2025-12-24 Size : 43kb User : jackeyer

SIP呼叫流程的示例,英文版,是很好的学习资料。-SIP call flow examples, in English, is a very good learning materials.
Date : 2025-12-24 Size : 118kb User : lxm

通信中要发送crc,介绍crc的计算,调用的原程序,非常有用-Communication to send crc, introduce CRC calculation, call the original procedure, very useful
Date : 2025-12-24 Size : 2kb User : wang jian

软件模块之间总是存在着一定的接口,从调用方式上,可以把他们分为三类:同步调用、回调和异步调用。-Between software modules, there is always a certain amount of interface, from the call the way, they can be divided into three categories: synchronous call, the callback and asynchronous calls.
Date : 2025-12-24 Size : 14kb User : ggg

#include <reg51.h> /*-------------------------------------------- 调用方式:自行I/O 口定义﹫2001/05/12 函数说明:私有函数,各接口定义 --------------------------------------------*/ sbit HD7279_CS=P1^4 // HD7279_CS--P1.4 sbit HD7279_CLK=P1^5 // HD7279_CLK-- P1.5 sbit HD7279_DATA=P1^6 // HD7279_DATA-- P1.2 sbit HD7279_KEY =P1^7 // HD7279_KEY-- P1.3 /*-------------------------------------------- 调用方式: HD7279A 各指令定义﹫2001/05/12 函数说明:私有函数,接口定义 --------------------------------------------* /#define HD7279_RESET 0xa4 //复位 #define HD7279_TEST 0xbf //测试 #define HD7279_RLC 0xa3 //循环左移 #define HD7279_RRC 0xa2 //循环右移 #define HD7279_RL 0xa1 //左移 #define HD7279_RR 0xa0 //右移 #define HD7279_DECODE0 0x80 //译码方式0 #define HD7279_DECODE1 0xc8 //译码方式1 -# Include <reg51.h> /*-------------------------------------------- call way: on their own I/O port function definition @ 2001/05/12 Description: private function, the interface definition--------------------------------------------*/ sbit HD7279_CS = P1 ^ 4// HD7279_CS- P1.4sbit HD7279_CLK = P1 ^ 5// HD7279_CLK- P1. 5sbit HD7279_DATA = P1 ^ 6// HD7279_DATA- P1.2sbit HD7279_KEY = P1 ^ 7// HD7279_KEY- P1.3 /*-------------------------------------------- way call: HD7279A the command function definition @ 2001/05/12 Description: private function, interface definitions--------------------------------------------*/# define HD7279_RESET 0xa4// reset# define HD7279_TEST 0xbf// test# define HD7279_RLC 0xa3// circle left# define HD7279_RRC 0xa2// cycle shifted to right# define HD7279_RL 0xa1// left# define HD7279_RR 0xa0// Move right# define HD7279_DECODE0 0x80// decoding means 0# define HD7279_DECODE1 0xc8// decoding mode 1
Date : 2025-12-24 Size : 4kb User : 徐亮

有关于操作系统 系统调用的综合应用 和用户调用具有一定的区别-System call on the operating system has integrated applications and user call a certain distinction
Date : 2025-12-24 Size : 13kb User : 林瑶

DL : 0
要将商品行情软件的数据导入自己的数据库,除了要知道商品软件数据的数据结构,同时还与你自己数据库的数据结构有关。一般情况下,业余爱好者往往都是使用ASCII即text文本结构。text格式的数据易读易懂,可以让许多国际股票软件和工具软件(比如:GET\TT\SUPERCHART\SSPS\EXECL等等)直接调用。 -Merchandise to market software for their own data into the database, in addition to know the merchandise software data structure, but also with your own data structure. Under normal circumstances, the use of amateurs are often ASCII text or text structure. text easy to read and understand the data format that allows much international stock software and tools (such as: GET \ TT \ SUPERCHART \ SSPS \ EXECL and so on) directly to call.
Date : 2025-12-24 Size : 809kb User : 王岩

VB 数据按SQL查询语句导出到EXCEL,如果系统导出频繁,建议做公共过程调用此段代码/-VB query SQL data export to EXCEL, frequent if the system is derived, it is recommended to do This public procedure call code /
Date : 2025-12-24 Size : 1kb User : 罗斌

还有就是这个函数对于有标题框的窗体支持不好,就是它裁切的只是客户区域,好在我们要制作透明窗体的场合一般用不到标题框下面就说名例程的制作过程。(我旨在说明这种透明窗体的思路及函数的用法,所以代码非常简单,并且没有必要的错误验证机制,希望大家谅解) 建立一张用于在窗体上绘制的背景图片,把要裁切的部分用一种颜色标记出来,我们叫它MaskColor,例如图片背景是绿色则MaskColor =0xFF00,也就是 RGB(0,255,0). 建立一个基于对话框的工程,修改对话框资源的属性,主要修改两个地方。一是指定没有TitleBar,二是指定BorderStyle为None.这样才能保证出来的窗体符合你的要求 把图片加入资源,付ID = IDB_BACKGROUND-There is the function box for the title of the form to support the poor is that it is cutting Guest region, Fortunately we have to create a transparent form of the occasion in general less than the title of the box says the following of the production process of routine . (I intended to illustrate the idea of a transparent form and function of usage, so the code is very simple, and there is no need for a mechanism to verify the error, I hope you understand) The establishment of a form on the drawing for the background picture, the need to cut some marked with a color, we call it MaskColor, for example, green is the background picture MaskColor = 0xFF00, that is RGB (0,255,0) . The establishment of a project based on the dialog box, modify the properties dialog box resources, major changes in two places. First, there is no designated TitleBar, Second BorderStyle designated for None. So as to ensure that out of line with your request form The picture by adding the resources to pay
Date : 2025-12-24 Size : 6kb User : 样样

提供了一些常用的windows API 的调用的查询,非常有用~-Provide a number of commonly used windows API call of inquiry, very useful ~
Date : 2025-12-24 Size : 247kb User : 常用API调用查询

DirectPort.zip,直接调用设置IO端口-DirectPort.zip, a direct call to set up IO ports
Date : 2025-12-24 Size : 1kb User : 杨钊

C_与Fortran混合语言编程中动态链接库的调用-c & fortran DLL call
Date : 2025-12-24 Size : 179kb User : emes

在VB中调用mapinfo,实现mapinfo和VB的集成开发。-In the VB call mapinfo, to achieve mapinfo and the VB Integrated Development.
Date : 2025-12-24 Size : 451kb User : limeiyum

一些关于javajdbbc的初步学习,共大家学习-JDBC: The Java Database Connectivity (JDBC) API is the industry standard for database-independent connectivity between the Java programming language and a wide range of databases – SQL databases and other tabular data sources, such as spreadsheets or flat files. The JDBC API provides a call-level API for SQL-based database access.
Date : 2025-12-24 Size : 346kb User : 腾龙

OpenCV function that finds BLOBS in a binary image with the help of the Grassfire algorithm. It is not recursive, but call the function Grassfire each time a white pixel is found in the image. Input: 8bit Unsigned Char binary image. Output: Changed image, now all the BLOBS have different pixel values, all pixel in the same BLOB have the same pixel value.
Date : 2025-12-24 Size : 2kb User : Christian

使命召唤5V1.4合作模式联机教程,,,本人QQ1259289522 QQ群1119210-Call of Duty 5V1.4 cooperative mode online tutorial
Date : 2025-12-24 Size : 22kb User : 御庭摘希

在EVM板子上跑操作系统,再连接3G模块来实现拨号功能,主要可以实现gprs,wcdma等。-realise the function of pppd call gprs.
Date : 2025-12-24 Size : 9kb User : 何赵

drop call event analysis
Date : 2025-12-24 Size : 1.85mb User : amar
« 12 3 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.