-
c代码的格式化工具,可以养成良好的编程习惯!
c代码的格式化工具,可以养成良好的编程习惯!-c code formatting tool that can develop good programming practice!
- 2022-03-21 01:40:09下载
- 积分:1
-
俄罗斯方块
Visual C++游戏开发经典案例详解 俄罗斯方块(Tetris, 俄文:Тетрис)是一款风靡全球的电视游戏机和掌上游戏机 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-06-20 07:50:04下载
- 积分:1
-
基于NS2的水下环境模拟与仿真文档+源代码
基于NS2的水下环境模拟与仿真文档+源代码-NS2-based simulation of the underwater environment and simulation documentation+ source code
- 2022-12-08 21:06:03下载
- 积分:1
-
本程序,是通过VB最为开发软件,能实现二进制,十进制,十六进制之间的转换和调用。可作为其他程序的一部分被调用,本人用VB编写遗传算法时用到其...
本程序,是通过VB最为开发软件,能实现二进制,十进制,十六进制之间的转换和调用。可作为其他程序的一部分被调用,本人用VB编写遗传算法时用到其-the procedure, VB is the most developed software to achieve binary, decimal, hexadecimal between conversion and call. As part of the other procedures to be called, I prepared with VB genetic algorithm used its
- 2022-08-13 01:22:40下载
- 积分:1
-
此程序完成哈夫曼编码,我们可以从中理解哈夫曼编码的原理,为大家学习提供方便。在tc20下运行。...
此程序完成哈夫曼编码,我们可以从中理解哈夫曼编码的原理,为大家学习提供方便。在tc20下运行。-Huffman coding procedures are completed, we will be able to understand the tenets of Huffman coding, we facilitate learning. Tc20 in running.
- 2022-12-13 21:05:03下载
- 积分:1
-
First of all English documents to establish inverted file, and then in accordanc...
首先对英文文档建立倒排文档,然后根据建立的倒排文档,按照此检索算法对文档进行检索-First of all English documents to establish inverted file, and then in accordance with the establishment of the inverted file, in accordance with the retrieval algorithms for document retrieval
- 2022-03-12 20:07:01下载
- 积分:1
-
程序 Pencari Bilangan Terbesar dan terkecil
#include < stdio.h > //header 文件
#include < conio.h > //header 文件
int main () { //program utama mulai
int n,x [20],最大值、 最小 ; //pendeklarasian 的变量 banyak bilangan、 bilangan 使用、 最低
printf ("。: 程序 Pencari Bilangan Terbesar dan Terkecil:.n") ; //Judul 程序
printf (" ---nn") ;
printf (" Masukkan banyak bilangan:") ; scanf ("%d",& n) ; //Input Jumlah Bilangan
为 (x = 1 ; x < = n ; x + +) { 为 dg inisial //Proses Pengulangan memakai x = 1,kondisi x < = n,控制 x + +
printf ("n Bilangan ke-%d:",x) ; scanf ("%d",& a[x]) ; //Input Bilangan
}
最大 = [1] ; //inisialisasi pertama untuk bilangan pertama
为 (x = 1 ; x < = n; x + +) {
- 2022-05-30 14:16:21下载
- 积分:1
-
多台计算机在研究中,看它实现
好多计算机方面的研究 与 实现 大家看看吧 -many computers in the study and look at it to realize
- 2023-04-01 02:30:03下载
- 积分:1
-
本源码是关于读写ini文件的vc程序,开发环境是vc++6.0。该程序实现了以索引式的读写ini文件,经过适当的修改将可以实现各种存储功能。...
本源码是关于读写ini文件的vc程序,开发环境是vc++6.0。该程序实现了以索引式的读写ini文件,经过适当的修改将可以实现各种存储功能。-the source of the document literacy ini vc procedures, the development environment is vc++ 6.0. The process to achieve a literacy Index-ini file, after appropriate amendments will be achieved various storage functionality.
- 2022-02-01 19:01:07下载
- 积分:1
-
一个很简单的windows程序,但特别有意思,使用到了很多的游戏编程知识!...
一个很简单的windows程序,但特别有意思,使用到了很多的游戏编程知识!-a very simple procedure windows, but particularly interesting, the use of a lot of games programming knowledge!
- 2023-07-06 08:35:03下载
- 积分:1