点击/回复 | 标题 | 最后回复 | 发表时间/侃吧 |
245/0 |
【试题】回文数
#include <stdio.h> int main() { int num; int... |
3-3 | 3-3 |
265/0 |
【试题】特殊的数字
#include <stdio.h> int main() { int num; int... |
3-3 | 3-3 |
254/1 |
【试题】查找整数
#include <stdio.h> #include <stdlib.h> int main() { int n... |
3-3 | 3-3 |
282/1 |
【试题】数列特征
#include <stdio.h> #include <stdlib.h> int main() { int n... |
3-3 | 3-3 |
1984/40 |
蓝桥杯练习题集
基础练习 十六进制转十进制 时间限制:1.0s 内存限制:512.0MB 问题描述 从键盘输... |
3-3 | 3-3 |
333/6 |
十六进制 -> 八进制
#include <stdio.h> #include <stdlib.h> void main() { int... |
3-3 | 3-2 |
616/1 |
我们大学物理课本里的矢量都是用粗体字母的
物理里面终于也开始用向量了 |
3-2 | 3-2 |
425/6 |
杨辉三角代码
#include <stdio.h> #include <stdlib.h> void main() { int... |
3-3 | 3-1 |
276/1 |
字母图形代码
#include <stdio.h> #include <stdlib.h> void main() { int... |
3-3 | 3-1 |
473/1 |
【程序】使用WriteConsoleW函数在控制台中输出宽字符
#include <iostream> #include <Windows.h> // 使用此函数输出宽字符变量 // 普通字符串请直接用cout输出... |
3-1 | 3-1 |
608/2 |
【程序】一个最简单的MFC窗口程序
【代码】 #include <afxwin.h> class CMyWnd : public CFrameWnd { public:... ![]() |
3-1 | 3-1 |
647/0 |
下载中。。。
![]() |
3-1 | 3-1 |
323/5 |
蓝桥杯个人赛倒计时20天!
RT |
3-10 | 2-29 |
210/2 |
Windows XP以下的系统都需要安装显卡驱动后,才能显示真彩色以及高分辨率的画面
否则就只能显示16色,640x480 VGA 分辨率。。。 因此,自制操作系统时如果要想显示高分辨率的话,也需要移植显卡驱动,对于新手来说难度非常大。 |
2-29 | 2-29 |
627/2 |
我的电脑已经被自动装了好几次Windows10的推送更新3035583了!
真烦人, 上次记得还装了一个KB2开头的。 里面的描述就是修复Windows安全问题的重要更新,光凭肉眼根本就看不出是Win10的升级补丁! |
2-29 | 2-29 |
657/14 |
【方法】VS2012下连接64位的MySQL数据库
【程序】 #include <mysql/mysql.h> #include <stdio.h> #include <tchar.h> #i... |
2-29 | 2-29 |
393/0 |
Flash的安装程序中进度条错位了。。。
![]() |
2-29 | 2-29 |
413/0 |
我们开始学习空间解析几何了
其实,我很喜欢三维空间的。。。虽然立体几何比较难 |
2-29 | 2-29 |
194/0 | 我觉得姜糖真的不好吃。。。。 | 2-29 | 2-29 |
246/0 |
2.29的日历小工具
![]() |
2-29 | 2-29 |
426/1 |
Bliss.bmp的文件图像刚好是倒着的
窗口大小为800x632 ![]() |
2-29 | 2-29 |
299/3 |
又话说,明天就是四年一度的2月29日了
RT |
2-29 | 2-28 |
490/0 |
今天晚上七点钟是班会
rt |
2-28 | 2-28 |
564/2 |
我的假期已死
不过学校里的路上路灯还是没有开 |
3-1 | 2-27 |
596/2 |
请注意,现在有紧急情况,请大家保持镇静。有序沿紧急通道安全撤离,谢谢合作
--寝室广播 |
2-27 | 2-27 |
319/6 |
【原创】模拟操作系统运行应用程序的C程序
【OS.c】 #include <stdio.h> char memory[256]; // 假定这个就是“操作系统”的一块内存 int main() {... |
2-29 | 2-26 |
961/17 |
【方法】在Linux C程序中嵌入汇编语言
首先,编写一个简单的C程序: #include <stdio.h> void fun(int *num, int *num2); int main() {... |
2-26 | 2-26 |
932/5 |
【方法】C++读取注册表字符串值的方法(按字符串长度动态分配内存空间)
【程序】 // regtest.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <iostream>... |
2-29 | 2-25 |
529/2 |
【教程】Visual Studio 2012中的二进制编辑器的使用方法
【1】在打开文件的时候,点击“打开”按钮旁边的小三角形,选择“打开方式” ![]() |
2-25 | 2-25 |
507/0 |
【链接】Windows 7下Aero玻璃窗口颜色随壁纸自动变化的程序
http://www.rohitab.com/discuss/topic/39900-changing-aero-glass-color-with-wallpaper/ |
2-25 | 2-25 |