搜索资源列表
封装ADO数据库访问的两个类
- 封装ADO数据库访问的两个类-Packaging ADO database access the two categories
显示一个文档两个视图的程序
- 显示一个文档两个视图的程序 好东西 自己看看吧-two documents show a view of the good things their procedures to see if it
两个ATLCOM组件源代码参考例子
- 这两个代码例子是本人在最近复习 com 时所写,主要是参考 Tom Armstrong, Ron Patton的ATL Developer s Guide,2nd Edition,希望不要笑话。以后本人写一些精彩片断,这次权当开场白吧-two code example is the recent review I wrote when com, the main reference Tom Armstrong, Ron Patton o
在两个执行程序间进行数据通信
- 这是一个用VC7。0写的在两个执行程序间进行数据通信的程序。-with VC7. 0 wrote in enforcement procedures between the two data communications procedures.
两个多位十进制数相减
- 两个多位十进制数相减,最多可实现五位数相减-two decimal number subtract up to achieve several subtract 5
classexample1 两个进程合作累加数组
- 两个进程合作累加数组。也是一个简单的进程程序,从老师那里弄来的,对学习进程有很大帮助 -two cumulative array cooperation process. Also a simple process procedures, obtained from the teachers there, the learning process is very helpful
校园导航系统的两个代码
- 两个程序写的都不错,都是专业认识编写的。很值得学习和借鉴的哦 -two procedures are well written and are prepared by professional knowledge. Very worthwhile to learn from the oh
如何在两个执行程序间进行数据通信?
- 用VC做的如何在两个执行程序间进行数据通信?-VC done in the implementation of procedures between the two data communications?
一个偶数总能表示为两个素数之和
- 用于分析偶数的组成原则,一个偶数总能表示为两个素数之和-even for the analysis of the composition, an even always expressed as two prime numbers and
加锁法 解决两个进程合作累加数组
- 用加锁的方法解决两个进程累加数组的互斥问题-locked with two ways to solve the array of cumulative process Mutual Exclusion
在两个ASP.NET页面之间传递值
- 这是在两个ASP.NET页面之间传递值的说明,能给初学者有个好的参考-This is the two ASP.NET pages passed between the values that give beginners a good reference
两个矩阵相加1111111111111
- 两个矩阵相加ndfhja-two matrices together ndfhja
两个小游戏
- 两个小游戏----王婆卖瓜和石头剪子布-two small game-inch drives and stones scissors cloth
语音合成软件,含Freephone和Mbrora两个模块
- 语音合成软件,含Freephone和Mbrora两个模块-speech synthesis software, including Freephone two modules and Mbrora
两个多项式相加实验报告
- 这个是数据结构的上机实验报告哦,实验题目是两个多项式相加 -the data structure of the machine experimental report Oh, is the subject of two experiments together polynomial
两个有序链表的交集
- 求两个有序链表的交集,并在另一行显示出来。(Find the intersection of two ordered lists, and show them on another line.)
高级例程-基于两个MINI板的RS485通讯
- 基于两个STM32MINI板的RS485通讯,对学习RS485通讯做一个参考(Based on the two STM32MINI board RS485 communication, learning RS485 communication to do a reference)
例7-2 产生两个函数曲线
- 产生两个函数曲线,程序为《labview2015程序设计从入门到精通》内的例程,labview2015编译环境下编写的程序,对初学者很有用(Generate two function curve, the program for "labview2015 programming from entry to master" routines, labview2015 compiler environment writt
不确定理论中不确定两个算法
- 不确定理论两个算法 所谓非确定性是指在理论计算机科学中,针对各种计算机器模型(自动机),在每一时刻,根据当时的状态和输入,若机器有多个动作可供选择时,则称机器为非确定性的;相反,若机器的动作可唯一确定时。且非确定性是相对于确定性来说,对于非确定性的机器,在性能各方面要高于确定性机器。(Uncertainty theory algorithm)
两个数交换5种方法
- C语言两个变量交换的5中方法:(1)a=a+b-(b = a);(2)b=a+(a = b)*0;(3)a=a+b; b=a-b; a=a-b;(4)a=a*b;b=a/b;a=a/b;(5)a=a^b;b=a^b;a=a^b;(C language two variables exchange 5 methods)