搜索资源列表
c++_asm混合
- c++和汇编语言的混合编程例子。 在VC6,vc7集成环境下调用汇编语言函数,使用变量,结构等方法的例子。-c and assembly language programming examples of mixed. The VC6, vc7 integrated environment called assembly language function, the use of variables, such as the structure of examples.
WINDOWS钩子函数
- 汇编中调用钩子函数的例子。-compilation called hook function examples.
vb-sub
- 用VB实现USB功能,主要是通过调用EasyD12.dll动态连接库函数,控制USBU端对 DP-51学习板24WC02时行读写控制。-VB USB functions, mainly through call EasyD12.dll DLL function, USBU-right control of DP-51 learning at the plate WC02 24 firms control read and write.
PDABackgroudlightmanagement
- C#实现PDA电源/背光管理系统在设置了自动关闭时间会调用这个函数开始记时, 这样我们只要在系统尚未达到关闭时间之前调用他就OK, 通过控制面板查看电源管理中的自动关闭设置发现, 最短关闭时间为一分钟.那么就是说只要我们每59秒调用一次SystemIdleTimerReset即可实现电源永不关闭.
cpp
- 常见的程序设计错误试图返回指向被调用函数中的自动变量的指针或该变量的引用
bianxiezhizhenhanshu
- 编写一个函数,输入为偶数时,调用函数求,当输入为奇数时,调用函数1(利用指针函数)-The preparation of a function, even when the input, call function for, when the input is odd, one function call (using indicator functions)
nwf
- 模拟纤程切换。从子函数中间切换回调用函数,模拟纤程切换回线程。-Analog Fiber Switch. From the subroutine call to a function to switch back to the middle to simulate fiber switch back to the thread.
stdcall
- stdcall C++ 调用汇编理解。让我们知道函数参数入栈及返回的处理。对比fastcall会更清楚。-stdcall C++ compilation of understanding calls. Let us know the function parameters and return stack processing. Contrast fastcall will be clearer.
diaoyong
- 调用两个函数计算公约数,主要介绍调用函数格式,顺便计算公约数。-Call two functions to calculate the divisor, and introduces the calling function format, the way to calculate the divisor.
Homework-ONE
- 猜价格游戏,一共有五次机会,采用递归调用函数实现。-Guess the price of the game, a total of five opportunities to recursively call the function.
csd
- 编写函数catstr(char str1[],char str2[])用于进行两个字符串的连接,编写函数lenstr(char str[])用于统计一个字符串的长度,并在主函数中调用。要求:1.不允许使用strcat()和strlen()字符处理库函数。2.在主函数中,以直接初始化的方式输入两个字符串。调用函数lenstr()计算并返回两个字符串的长度。3.调用函数lenstr()计算并返回连接后的字符串的长度。并输出。-Write function catstr (char str1 [],
shiyan2
- 求一元n次多项式的值 一个n次多项式如: 其中 被称为系数。在本题中使用LinkedList类,其数据记录项Term中包含每一项的系数 及x的幂次。 struct Term { double coeff int power } 在程序中以(系数、幂次)对的序列输入一个多项式。在输入的幂次为0时终止程序,将每对系数/幂次存储到按幂次排序的链表中。 (a)按以下形式输出结果多项式中的每一项 ai*x^
chizhi
- 画出地貌地形图,熟悉各个matlab语句的掌握与运用,掌握运用插值函数的调用格式,对各种调用函数的格式语句要能够熟练的应用-Draw terrain map, master and use the MATLAB statement, master the use of interpolation function call forms, application format statement of a function call to be able to
longist
- 在主函数中输入一个字符串main_str,调用函数将main_str中最长的单词取出放入sub_str中(要求被调函数参数为main_str和sub_str),在主函数中输出结果字符串sub_str。假定输入的字符串main_str中单词以一个或多个空格分开。若有多个单词长度相同,输出最后一个。 -Enter in the main function of a string main_str, calling function will main_str the longest word o
3
- ,max函数出现在main函数之前,因此在main函数中调用max函数时,编译系统能识别max是已定义的函数名。 如果把两个函数的位置对换一下,即先写main函数,后写max函数,这时在编译main函数遇到max时,编译系统无法知道max代表什么含义,因而无法编译,按出错处理。 为了解决这个问题,在主函数中需要对被调用函数作声明-, Max function appears before the main function, so when you call max
codetfive
- 输入10个学生的信息包括学号、姓名和成绩,输出学生的成绩等级和不合格学生人数。每个学生的记录均包含姓名、学号、成绩和等级,要求定义和调用函数.根据学生成绩确定其等级,并统计不合格人数,等级设置为:0~59为D,60~69为C, 70~84为B,85~100为A-Enter the 10 student information, including student number, name and achievements, the output level of student achiev
5source-code-for-8086
- 掌握8086编程的基本语言,包括调用函数,并口通信等-Master the basic 8086 programming language, including calling functions, and communication
k-core
- 计算复杂网络的K-core值,采用递归调用函数的方式进行。-compute the k-core of complex network.
ruili
- 自己做的瑞利衰落信道仿真函数,可以直接调用函数-raylegin fadding
frft
- 分数阶傅里叶变换的matlab程序,可以直接调用函数使用。-fractional fourier transform