搜索结果

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

按分类筛选

显示更多分类

J2ME java的一个源代码

java的一个源代码,、 public class ThunderBoltAct extends Canvas implements Runnable { private int TIMEOUT = 0 private final static int NUMERIC = 10000 //总分 private final static int INERRGAL = 60 //频率 private final static int MAXBATTLE = 3 //最大飞机数 private final static int MAXBALLNUM = ...
https://www.eeworm.com/dl/660/288677.html
下载: 39
查看: 1057

加密解密 C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods:

C# BigInteger class. BigInteger.cs is a csharp program. It is the BIgInteger class. It has methods: abs() , FermatLittleTest(int confidence) ,gcd(BigInteger bi) , genCoPrime(int bits, Random rand) , genPseudoPrime(int bits, int confidence, Random rand) , genRandomBits(int bits, Random rand) , isProb ...
https://www.eeworm.com/dl/519/206151.html
下载: 50
查看: 1143

软件设计/软件工程 Dijkstra算法求最短路径(C#版) using System using System.Collections using System.Text namespace Greedy

Dijkstra算法求最短路径(C#版) using System using System.Collections using System.Text namespace Greedy { class Marx { private int[] distance private int row private ArrayList ways = new ArrayList() public Marx(int n,params int[] d) { this.row = n distance = new int[row * row] for ( ...
https://www.eeworm.com/dl/684/239495.html
下载: 117
查看: 1142

其他 文件目录更名 1、摘要:使用INT 21的56H子功能进行文件和文件夹改名 2、参考资料: IBM-PC汇编语言程序设计(第二版) (汇编语言)

文件目录更名 1、摘要:使用INT 21的56H子功能进行文件和文件夹改名 2、参考资料: IBM-PC汇编语言程序设计(第二版) (汇编语言)
https://www.eeworm.com/dl/534/162154.html
下载: 54
查看: 1094

uCOS 数据类型"socklen_t"和int应该具有相同的长度.否则就会破坏 BSD套接字层的填充.POSIX开始的时候用的是size_t, Linus Torvalds(他希望有更多的人,但显然不是很多)

数据类型"socklen_t"和int应该具有相同的长度.否则就会破坏 BSD套接字层的填充.POSIX开始的时候用的是size_t, Linus Torvalds(他希望有更多的人,但显然不是很多) 努力向他们解释使用size_t是完全错误的,因为在64位结构中 size_t和int的长度是不一样的,而这个参数(也就是accept函数的第三参数)的长度必须和int一致,因为这是B ...
https://www.eeworm.com/dl/649/311929.html
下载: 155
查看: 1121

技术资料 51单片机的外部中断使用

51单片机外部中断INT0、INT1的使用程序。
https://www.eeworm.com/dl/960631.html
下载: 5
查看: 5990

Java编程 java中大部分对图形、文本、图像的操作方法都定义在Graphics类中

java中大部分对图形、文本、图像的操作方法都定义在Graphics类中,所以此次实验使用的方法如Color(int r, int g,int b), setColor(Color c),drawline(int x1,int y1,int x2,int y2)等都来自Graphics类中,此外对文本和字体的处理还用到了Font类中的 new Font(“字体名”,字体风格,字体大小),setFont(Font f)等方法; ...
https://www.eeworm.com/dl/633/383689.html
下载: 145
查看: 1079

Linux/uClinux/Unix编程 c语言程序源

#include <iostream> using namespace std; class Student { public: Student(int, int); int num; int grade; }; Student::Student(int n, int g) { num = n; grade = g; } int maxGradeIndex(Student* s) { int maxGrade, index = 0, i = 0; maxGrade = s[0].grade; for (i = 0; i<5; i++) { if (s[i].grade > maxGrade) ...
https://www.eeworm.com/dl/510573.html
下载: 1
查看: 50

技术资料 armok01149446.rar

网上找到的AT45DB161D的源代码。 本库包含以下功能函数,函数名已经相当清楚了,就不介绍相应功能了,如果还不清楚请下载附件,里面有更详细的函数功能介绍: void write_SPI (unsigned char data); void DF_format (void); void DF_page_earse (unsigned int page); void DF_write_page (unsigned int page); void D ...
https://www.eeworm.com/dl/897063.html
下载: 6
查看: 1202

DSP编程 TMS320C54X DSP 实验指导程序 实验一 常用指令实验 实验二 数据存储实验 实验三 I/O实验 实验四 定时器实验 实验五 INT2中断实验 实验六 A/D转换实验 实验七

TMS320C54X DSP 实验指导程序 实验一 常用指令实验 实验二 数据存储实验 实验三 I/O实验 实验四 定时器实验 实验五 INT2中断实验 实验六 A/D转换实验 实验七 D/A转换实验 实验八 AD/DA综合实验
https://www.eeworm.com/dl/516/167073.html
下载: 129
查看: 1224