搜索资源列表
长按键获取GPS信息附送到指定服务器
- 本程序可实现长按C键,获取GPS信息,并提示是否上传到指定服务器.程序退出需要输入密码"123"
VC下利用COM传递不定长结构数组(非Variant)
- Variant变量可以在COM/DCOM接口方法中传递(传入、传出)不定长结构数组,但是需要打包和解包,效率比较低。这个例子使用了size_is指定长度的方法,本是从MSDN上看到的,但是MSDN上给出的例子不够具体,所以费了些时间摸索,最后试通,给刚接触COM的朋友分享(老家伙们可以直接无视)。本例子由于是工作需要做得试验程序,因此其中存在少量冗余代码,大家注意一下就行了,还有,减少传递的参数个数时,所传递的实时(随机模拟)数据只是减
8051 + FAT (长档名)
- 于 8051 执行 FAT,支持长文件名称,附源代码.
长整数运算
- 长整数之间加减乘除-between long integer arithmetic
最长公共子序列
- 动态规划算法中的最长公共子序列算法-dynamic programming algorithm for the longest sequence of public Algorithm
一个可以对任意长整数进行加减的类
- 在Visual C++6.0 WinXp下编译通过采用类来实现,从CString继承而来数据运算的结果保存在CString类中理论上可对任意长的数据进行相加在Release目录下有可执行文件,将*.txt拖放到longadd.exe上即可,*.txt为数据文件-in Visual C Compiler 6.0 WinXp adopted under the category achieved redeem inherited from
长整数的乘积求余及应用
- 长整数的乘积求余及应用,能使得大整数的乘积变为小程序- The long integer product strives for-odd and the application, can cause the great integer the product to become the scr ipt
线性表及其应用--长整数四则运算
- 数据结构课程设计线性表及其应用,长整数四则运算,实现任意长的整数进行加法运算的演示程序。-curriculum design data structures and application of linear table, four long integer operations and achieve long arbitrary integer addition operations for the demonstration pr
长整数加法
- 任意长整数加法运算,双向循环链表实现,相加的长整数数量任意。操作环境C-arbitrarily long integers computing, two-way cycle Chain realized, the combined number of arbitrary long integer. C operating environment
长整形运算
- 一、问题描述 设计一个实现任意长的整数进行加法运算的演示程序。 二、需求分析 (1)利用双向循环链表实现长整数的存储,每个结点含一个整形变量,任何整形变量的范围是-(215-1) ~ (215-1)。输入和输出形式:按中国对于长整数的表示习惯,每四位一组,组间用逗号隔开。-a problem describe the design to achieve an arbitrarily long integer additi
最长公共子序列
- 定义两个字符串,运用动态规划算法求出两个字符串的最长公共子序列(Finds the longest common subsequence of two strings)
c语言socket编程 与服务器长连接的客户端程序
- tcp 长链接client demo 111111111111(tcp long connection client demo 111111111111)
归于三层模型的长周期光纤光栅透射谱的仿真
- 归于三层模型的长周期光纤光栅透射谱的仿真(Simulation of transmission spectrum of long period fiber gratings belonging to three layer model)
余料定长裁切-2D图-0418
- 余料定长,实现自动上料,自动下料,留有余料,节约成本,(We are the Communist Party of China under the scientific name of happiness, we are the Communist Party of China under the scientific name of happiness)
Android的socket长连接(心跳检测)
- 长连接心跳包 可以为你的项目 需要实时获取到新数据这个完美的解决了你的问题(A long connection heartbeat package can get new data in real time for your project. This solves your problem perfectly)
最长的一帧
- osg最长的一帧,深入讲解osg内部运行原理。(OSG longest fr a me, in-depth explanation of OSG internal operation principle.)
57-按键长按短按效果
- 57-按键长按短按效果(57- button length, press the short effect)
算腔长
- 实现激光腔长计算,满足热透镜效应,适用于全固态激光器(Realization of cavity length calculation)
长整数乘法
- 这时两个长整数的乘法,直接用c++里的乘法会位数不够。。。(Multiplication of super long integers)
9.按键(单击、双击、长按)
- 单个按键实现,单击、双击、长按得不同功能(Single button implementation, click, double click, long press different functions)