搜索资源列表
用c编写的N*N的螺旋矩阵源代码
- /* 实现效果: 1 2 6 7 15 3 5 8 14 16 4 9 13 17 22 10 12 18 21 23 11 19 20 24 25 */ #include <stdio.h> #define N 5 //阶数,即N*N的螺旋矩阵 void main() { int i, j, num=1, a[N][N]; for(i=0; i<=N/2; i++) &nb
j_13975_ExplodingFlower.rar
- VB做的贝塞尔曲线屏保,很有意思,有兴趣的人可以看看!,VB Bezier curves do screensavers
caishuzi
- 一个猜数字的小游戏,很有意思的,里面涉及到了一个二分查找的思想,这样就可以用最小的次数查找到值。-a method of 2 divide looking for
ANXU
- 适合c语言初学者的 示爱小代码。很有意思呦。-simple c code for beginner to propose...very intersting
ChiToLetter
- vc++将汉字转换成拼音的程序源代码,非常有意思,它不单纯转换为拼音,而且还可以设置分隔符,按规则转换:全部转换成大写、全部转换成小写、将首字母大写,还可以转换为现在流行的拼音首字母简写,也就是只取拼音首字母,按大写或小写提取,看来确实非常有意思也非常实用哦。-vc++ will be converted into Chinese characters spelling the source code, very interesting, it does not simply converted
alluresource
- 网上搜集的一个用VC 写的恶作剧 捕鼠器 很有意思 把源码分享一下 谢谢大家-An online collection of prank mousetrap with VC very interesting to write the source code to share Thank you
CmnCtrl
- 用VC编写的程序,用以调整树形菜单控件的节点颜色、背景颜色等,比较有意思的程序,除了这些功能外,还有很多说不上来的功能,点击窗体上边的选项卡,每一个里面都有不少的操作,值得大家学习。-Program written with VC for the tree menu control to adjust the node color, background color, more interesting programs, in addition to these features, there
gift
- 一个为了情人节逗女朋友开心而写的小程序,程序不大但是颇有意思。开发环境是VC,语言是C++,相信对入门者有一定的帮助。-A girlfriend for Valentine' s Day fun and funny to write small programs, but the program is not quite mean. Development environment is VC, the language is C++, I believe there is some hel
namifadianji
- 图片很有意思 -Very interesting picture
wangluoduizhanpuku
- 网络对战扑克,人机对战,蛮有意思的,不足之处希望大家指点-Network war poker, man-machine war, pretty interesting inadequacies hope Members pointing
szjc
- 这是一个闪字教程,如果有兴趣的人,可以下来玩玩,蛮有意思的-This is a flash tutorial word, if those who are interested in, you can play it, very interesting
NTCR
- NTCR 上收录的好文章 有意思的大家看看 非常好东西-NTCR included a good article on the interesting things we see very good
sayiloveyou
- 程序员才看的懂的表白 很有意思 又需要的看一下哦-Programmer to see to understand the need to declare a very interesting look at the oh
hanzi
- 几个揭示汉字字形演变flash实例,本人主要市自己用于对外汉语教学的需要。非常有意思。-Chinese Characters reveal several examples of the evolution of flash, I am the main city of its own for teaching Chinese as a foreign language needs. Very interesting.
fire
- c语言小程序,运行后在屏幕上产生火焰效果,很有意思-c language applet, running on the screen have a flame effect, very interesting
flaming
- c语言小程序,运行后在屏幕上产生火焰效果,很有意思-c language applet, running on the screen have a flame effect, very interesting
RussiaCode
- 一个小小的有意思的迷宫程序,采用的VC++6开发 ,十分简单明了-migong
easygame
- 简单潜艇大战是一个很有意思的游戏,简单好玩。-Simple World War II submarine is a very interesting game, simple fun.
hanzi2pinyin
- 有意思的小程序,用VB编程实现返回汉字拼音首字母,在某些时候我们能用得到!-Interesting applets, Programming with VB to return to the first letter of alphabet characters, at certain times we can get!
distance
- 画一截线段,VB程序会根据内置的算法自动为你找出最段的线段,比较有意思。-Part of painting line, VB procedure in accordance with the built-in algorithm will automatically find the best segment of your line, more interesting.