搜索结果

找到约 699 项符合 Int 的查询结果

按分类筛选

显示更多分类

C/C++语言编程 C与C++程序中的内存分配

你是否曾经这样定义过变量:int a[50]; ?或许你会说,这是一句再普通不过的代码了。那么int a[1000000]; 呢?int a[512][512]; 呢?用了这么久的VC,直到今天才发现,自己连最基本的东西还没弄清楚。
https://www.eeworm.com/dl/503/37335.html
下载: 30
查看: 1093

汇编语言 程序中利用改中断的方法

程序中利用改中断的方法,修改了INT1C和INT1B的中断地址入口。从而实现显示时间各退出程序的功能。在程序中还调用了旧的INT1C,使该程序不会影响其它程序的运行。
https://www.eeworm.com/dl/644/164543.html
下载: 78
查看: 1117

加密解密 Anti-SoftICE... ..Anti-SoftICE示例 ├──BackDoor...........SoftICE后门指令 ├──Service............判断NTICE

Anti-SoftICE... ..Anti-SoftICE示例 ├──BackDoor...........SoftICE后门指令 ├──Service............判断NTICE服务是否运行 ├──UEF................利用UnhandledExceptionFilter检测 └──INT41..............INT 41子类型
https://www.eeworm.com/dl/519/405198.html
下载: 158
查看: 1053

技术资料 温度控制的PID算法的C语言程序.

#nclude<reg51.h>#include<intrins.h>#销nclude<math.h>#include<string.h>struct PID{unsigned int SetPoint;//设定目标 Desired Value unsigned int Proportion;//比例常数Proportional Const unsigned int integral;//积分常数Integral Const unsigned int Derivative://微分常数Derivative Const unsigned int LastE ...
https://www.eeworm.com/dl/837901.html
下载: 1
查看: 3457

数据结构 #if !defined(AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_) #define AFX_GAQUEEN_H_

#if !defined(AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_) #define AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 class CGAQueen { public: CGAQueen(int nPopulation,int nIteration,float Mutation,int mChB ...
https://www.eeworm.com/dl/654/239054.html
下载: 198
查看: 1187

数据结构 #include<malloc.h> #include<limits.h> #include<stdio.h> #include<graphics.h&

#include<malloc.h> #include<limits.h> #include<stdio.h> #include<graphics.h> #include<io.h> #include<math.h> #include<process.h> #include<conio.h> #define m 100 #define OK 1 typedef int Status typedef char TElemType /*树元素的类型*/ int t=35 int n=20 int h=14 int u=2 int leaf=0,non_l_leaf=0,non ...
https://www.eeworm.com/dl/654/289829.html
下载: 74
查看: 1180

技术资料 用于奔腾4计算机系统的外围电源控制器的评估板的使用

The progress of the advanced computing cores coming frommicroprocessor manufacturers such as Int
https://www.eeworm.com/dl/928133.html
下载: 10
查看: 6225

技术资料 外部中的应用例程

dspic33f INT,外部中的应用例程
https://www.eeworm.com/dl/965365.html
下载: 4
查看: 8834

汇编语言 编写一个程序

编写一个程序,输出基本数据类型char, short, int, long, float, double和指针类型void *, char *, short *, int *, long *, float *, double *的数据类型的长度。
https://www.eeworm.com/dl/644/485500.html
下载: 128
查看: 1048

其他文档 多线程游戏

/**  * 用于在逻辑和界面间传输数据的bean  * @version 1.0  */ public class DataBean {     private int first = -1;     private int second = -1;     public int getFirst() {         return first;     }     public int ...
https://www.eeworm.com/dl/508068.html
下载: 1
查看: 44