浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 326 327 328 329 330 331 332 333 334 ··· 630 下一页

2012年7月14日

摘要: 为指针动态分配内存 | C语言教程 | C语言系列教程四、对动态内存的错误观念有人对某一只在函数内使用的指针动态分配了内存,用完后不释放。其理由是:函数运行结束后,函数内的所有变量全部消亡。这是错误的。动态分配的内存是在“堆”里定义,并不随函数结束而消亡。有人对某动态分配了内存的指针,用完后直接设置为NULL。其理由是:已经为NULL了,这就释放了。这也是错误的。指针可以任意赋值,而内存并没有释放... 阅读全文
posted @ 2012-07-14 09:10 lexus 阅读(374) 评论(0) 推荐(0)

摘要: CuTest: The Cutest C Unit Testing FrameworkCuTest: C Unit Testing FrameworkOverviewCuTest is a unit testing library for the C language. It can be used to do Extreme Programming and Test-First Developm... 阅读全文
posted @ 2012-07-14 09:01 lexus 阅读(664) 评论(0) 推荐(0)

摘要: Adding Unit Tests to a C/C++ ProjectIntroductionNetBeans IDE 6.9 with the C/C++/Fortran plugin supports unit tests in C/C++ projects.You can use the IDE to create, run, debug, and view results of your... 阅读全文
posted @ 2012-07-14 09:01 lexus 阅读(452) 评论(0) 推荐(0)

摘要: qsort函数的用法 - 菜鸟的日志 - 网易博客qsort函数的用法 2011-03-28 16:11:26|分类: 默认分类 |标签: |字号大中小订阅六类qsort排序方法前一段时间做题觉得qsort函数很好用,但有时不太会用比如按结构体一级排序、二级排序、字符串排序等,故通过查资料将其整理一番。以下是其具体分类及用法(若无具体说明是以降序排列):1、对一维数组排序:(Element_ty... 阅读全文
posted @ 2012-07-14 08:23 lexus 阅读(379) 评论(0) 推荐(0)

2012年7月13日

摘要: 游戏服务端开发工程师- [明朝网络] 诚聘游戏开发人才<近期erlang国内第二高手已加盟明朝>招聘-博客园招聘频道北京 上海 广州 深圳 成都 苏州 天津 更多»北京 上海 广州 深圳 成都 苏州 天津 更多»我的求职 发布求职信息 [明朝网络] 诚聘游戏开发人才<近期erlang国内第二高手已加盟明朝>公司性质:私营 公司行业:互联网 公司规模:100~500人浏览数:5 收藏 ... 阅读全文
posted @ 2012-07-13 17:25 lexus 阅读(472) 评论(0) 推荐(0)

摘要: jQuery EasyUI - help you build your web page easilyjQuery EasyUIeasyui help you build your web page easily!Home Demo Tutorial Documentation Download Extension Contact Forum .item-p{ width:150px; float... 阅读全文
posted @ 2012-07-13 17:14 lexus 阅读(344) 评论(0) 推荐(0)

摘要: 如何输出_tmain中的argv[] - 悲情土仔一生 - C++博客如何输出_tmain中的argv[]如何输出_tmain中的argv[]作者:Tuuzed(土仔) 版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本声明。http://www.cppblog.com/tuuzed/archive/2008/02/23/43153.html 使用过VS2005中V... 阅读全文
posted @ 2012-07-13 17:02 lexus 阅读(323) 评论(0) 推荐(0)

摘要: 最近使用Visual Studio 2008 发现 入口函数为_tmain,google一下,得解:1.main是C程序的函数,_tmain是main为了支持unicode所使用的main的別名2._tmain的定义在<tchar.h>可以找到,如#define _tmain main,所以要加#include <tchar.h>才能用。_tmain()是个宏,如果是UNICODE则他是wmain... 阅读全文
posted @ 2012-07-13 17:00 lexus 阅读(431) 评论(0) 推荐(0)

摘要: 浅谈_tmain()函数 | 非常巴适浅谈_tmain()函数 分类:分享. 2011 年 04 月 12 日这个学期学C/C++,老师叫我们下一个Visual C++ 6.0,本人有一种爱好就是什么东西都喜欢新的,尤其对新版本软件有特别癖好!所以呢,我就鬼使神差的下了一个Visual C++ 2010来用着,可是刚打开的时候我都有些摸不清头脑了,和Visual C ++ 6.0有很大的差别。一... 阅读全文
posted @ 2012-07-13 16:59 lexus 阅读(604) 评论(0) 推荐(0)

摘要: LuvitAbout LuvitLuvit is an attempt to do something crazy by taking node.js' awesome architecture and dependencies and seeing how it fits in the Lua language.This project is still under heavy developm... 阅读全文
posted @ 2012-07-13 13:22 lexus 阅读(263) 评论(0) 推荐(0)

摘要: Jermdemo Raised to the Law: Groovy classes and scriptsGroovy classes and scriptsGroovy has done a lot to make Java more palatable, but at the same time has introduced some confusion as to what develop... 阅读全文
posted @ 2012-07-13 11:34 lexus 阅读(626) 评论(0) 推荐(0)

摘要: Kasun's Blog: Ubuntu Terminator useful shortcutsUbuntu Terminator useful shortcutsScreenshot of the Terminator Ctrl+Shift+X - Toggle between showing all terminals and only showing the curren... 阅读全文
posted @ 2012-07-13 09:13 lexus 阅读(200) 评论(0) 推荐(0)

摘要: Terminator keyboard shortcuts « JAWB =>Terminator keyboardshortcutsPosted by: wossy on: January 28, 2011In: Cheat-sheets | Linux | UncategorizedComment!installation sudo apt-get install terminatorCode... 阅读全文
posted @ 2012-07-13 07:58 lexus 阅读(325) 评论(0) 推荐(0)

摘要: screen to tmux: A Humble Quick-start Guide « My Humble Cornerscreen to tmux: A Humble Quick-startGuideAn online friend named bmc_ on Twitter introduced me to tmux. It reportedly has simpler, cleaner c... 阅读全文
posted @ 2012-07-13 07:45 lexus 阅读(432) 评论(0) 推荐(0)

摘要: byobu in Launchpadbyobu OverviewCodeBugsBlueprintsTranslationsAnswersRegistered 2008-12-14 by Dustin KirklandByobu is a Japanese term for decorative, multi-panel screens that serve as fold... 阅读全文
posted @ 2012-07-13 07:29 lexus 阅读(307) 评论(0) 推荐(0)

2012年7月12日

摘要: // Roman2Arabic.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include <map>#include <string>#include <iostream>#include <vector>//#include <locale.h>using namespace std;int get_max_postive_integer(int i){... 阅读全文
posted @ 2012-07-12 20:54 lexus 阅读(248) 评论(0) 推荐(0)

摘要: http://www.css88.com/tool/js_beautify/Javascript格式化工具式化 Javascript---返回前端开发首页1.该工具主要用于将去掉空格的代码或者压缩成一行的格式化,方便阅读,不能将加密过的js还原破解; 2.粘贴你代码到文本区域并点击格式化按钮就可以将代码格式化;支持jQuery,YUI等框架 3.JavaScript 压缩工具http://www.... 阅读全文
posted @ 2012-07-12 20:42 lexus 阅读(370) 评论(0) 推荐(0)

摘要: Create a CSV file | Groovy ExamplesCreate a CSV fileJune 21st, 2010 5 CommentsFor this example, let’s assume we have an array of maps as our data.def planets = [ [id:'1',color:'red',planet:'mars',... 阅读全文
posted @ 2012-07-12 18:28 lexus 阅读(380) 评论(0) 推荐(0)

摘要: KISSY - Keep It Simple & Stupid, Short & Sweet, Slim & Sexy...KISSY 是由淘宝前端攻城师们发起创建的一个开源 JS 类库。她遵循的原则是 小巧灵活、简洁实用、愉悦编码、快乐开发。Keep It Simple & Stupid, Short & Sweet, Slim & Sexy... Yeah! 你可以查看快速上手,对KI... 阅读全文
posted @ 2012-07-12 13:47 lexus 阅读(617) 评论(0) 推荐(0)

摘要: spock - the enterprise ready specification framework - Google Project HostingSpock is a testing and specification framework for Java and Groovy applications. What makes it stand out from the crowd is ... 阅读全文
posted @ 2012-07-12 13:12 lexus 阅读(154) 评论(0) 推荐(0)

上一页 1 ··· 326 327 328 329 330 331 332 333 334 ··· 630 下一页